signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_route_type(self):
return self.__route_type<EOL>
Getter method for route_type, mapped from YANG variable /routing_system/route_map/content/match/route_type (container) YANG Description: Route type.
f334195:c0:m24
def _set_route_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_type.route_type, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for route_type, mapped from YANG variable /routing_system/route_map/content/match/route_type (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_type is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334195:c0:m25
def _get_tag(self):
return self.__tag<EOL>
Getter method for tag, mapped from YANG variable /routing_system/route_map/content/match/tag (container) YANG Description: Route tag.
f334195:c0:m27
def _set_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=tag.tag, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for tag, mapped from YANG variable /routing_system/route_map/content/match/tag (container) If this variable is read-only (config: false) in the source YANG file, then _set_tag is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tag() directly...
f334195:c0:m28
def _get_as_path(self):
return self.__as_path<EOL>
Getter method for as_path, mapped from YANG variable /routing_system/route_map/content/match/as_path (container) YANG Description: IP AS Path Access Lists.
f334195:c0:m30
def _set_as_path(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=as_path.as_path, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={...
Setter method for as_path, mapped from YANG variable /routing_system/route_map/content/match/as_path (container) If this variable is read-only (config: false) in the source YANG file, then _set_as_path is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_as...
f334195:c0:m31
def _get_community(self):
return self.__community<EOL>
Getter method for community, mapped from YANG variable /routing_system/route_map/content/match/community (container) YANG Description: Community Access List Name.
f334195:c0:m33
def _set_community(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=community.community, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio...
Setter method for community, mapped from YANG variable /routing_system/route_map/content/match/community (container) If this variable is read-only (config: false) in the source YANG file, then _set_community is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334195:c0:m34
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/next_hop (container) YANG Description: Next hop address filter
f334195:c0:m36
def _set_next_hop(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=next_hop.next_hop, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/next_hop (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334195:c0:m37
def _get_protocol(self):
return self.__protocol<EOL>
Getter method for protocol, mapped from YANG variable /routing_system/route_map/content/match/protocol (container) YANG Description: Match route on protocol type and sub-type.
f334195:c0:m39
def _set_protocol(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=protocol.protocol, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for protocol, mapped from YANG variable /routing_system/route_map/content/match/protocol (container) If this variable is read-only (config: false) in the source YANG file, then _set_protocol is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334195:c0:m40
def _get_next_hop_filter_val(self):
return self.__next_hop_filter_val<EOL>
Getter method for next_hop_filter_val, mapped from YANG variable /routing_system/route_map/content/match/next_hop/next_hop_filter_val (uint32)
f334196:c0:m3
def _set_next_hop_filter_val(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for next_hop_filter_val, mapped from YANG variable /routing_system/route_map/content/match/next_hop/next_hop_filter_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_filter_val is considered as a private method. Backends looking to populate this variabl...
f334196:c0:m4
def _get_as_path_access_list_name(self):
return self.__as_path_access_list_name<EOL>
Getter method for as_path_access_list_name, mapped from YANG variable /routing_system/route_map/content/match/as_path/as_path_access_list_name (ip-as-path-name-t) YANG Description: Access-list name.
f334197:c0:m3
def _set_as_path_access_list_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ex...
Setter method for as_path_access_list_name, mapped from YANG variable /routing_system/route_map/content/match/as_path/as_path_access_list_name (ip-as-path-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_as_path_access_list_name is considered as a private method. Backends looking...
f334197:c0:m4
def _get_tag_rmm(self):
return self.__tag_rmm<EOL>
Getter method for tag_rmm, mapped from YANG variable /routing_system/route_map/content/match/tag/tag_rmm (tag-t)
f334198:c0:m3
def _set_tag_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})...
Setter method for tag_rmm, mapped from YANG variable /routing_system/route_map/content/match/tag/tag_rmm (tag-t) If this variable is read-only (config: false) in the source YANG file, then _set_tag_rmm is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ta...
f334198:c0:m4
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /routing_system/route_map/name (common-def:name-string63) YANG Description: Word:1-63;;Route map name
f334199:c0:m3
def _set_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for name, mapped from YANG variable /routing_system/route_map/name (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_name() dir...
f334199:c0:m4
def _get_action_rm(self):
return self.__action_rm<EOL>
Getter method for action_rm, mapped from YANG variable /routing_system/route_map/action_rm (action-t)
f334199:c0:m6
def _set_action_rm(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for action_rm, mapped from YANG variable /routing_system/route_map/action_rm (action-t) If this variable is read-only (config: false) in the source YANG file, then _set_action_rm is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_action_rm()...
f334199:c0:m7
def _get_instance(self):
return self.__instance<EOL>
Getter method for instance, mapped from YANG variable /routing_system/route_map/instance (instance-id-t)
f334199:c0:m9
def _set_instance(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for instance, mapped from YANG variable /routing_system/route_map/instance (instance-id-t) If this variable is read-only (config: false) in the source YANG file, then _set_instance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_instance(...
f334199:c0:m10
def _get_content(self):
return self.__content<EOL>
Getter method for content, mapped from YANG variable /routing_system/route_map/content (container)
f334199:c0:m12
def _set_content(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=content.content, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:content>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte...
Setter method for content, mapped from YANG variable /routing_system/route_map/content (container) If this variable is read-only (config: false) in the source YANG file, then _set_content is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_content() direct...
f334199:c0:m13
def _get_evpn(self):
return self.__evpn<EOL>
Getter method for evpn, mapped from YANG variable /routing_system/evpn_config/evpn (container)
f334200:c0:m3
def _set_evpn(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=evpn.evpn, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for evpn, mapped from YANG variable /routing_system/evpn_config/evpn (container) If this variable is read-only (config: false) in the source YANG file, then _set_evpn is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_evpn() directly.
f334200:c0:m4
def _get_add_(self):
return self.__add_<EOL>
Getter method for add_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add/add (interface:ui32-vlan-range) YANG Description: Add VLANS to the EVPN Instance.
f334201:c0:m3
def _set_add_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for add_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add/add (interface:ui32-vlan-range) If this variable is read-only (config: false) in the source YANG file, then _set_add_ is considered as a private method. Backends looking to populate this variable should do so ...
f334201:c0:m4
def _get_remove_(self):
return self.__remove_<EOL>
Getter method for remove_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add/remove (interface:ui32-vlan-range) YANG Description: Remove VLANS to the EVPN Instance.
f334201:c0:m6
def _set_remove_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for remove_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add/remove (interface:ui32-vlan-range) If this variable is read-only (config: false) in the source YANG file, then _set_remove_ is considered as a private method. Backends looking to populate this variable shou...
f334201:c0:m7
def _get_vlan_number(self):
return self.__vlan_number<EOL>
Getter method for vlan_number, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/vlan_number (interface:vlan-type)
f334202:c0:m3
def _set_vlan_number(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for vlan_number, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/vlan_number (interface:vlan-type) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_number is considered as a private method. Backends looking to populate this varia...
f334202:c0:m4
def _get_rd(self):
return self.__rd<EOL>
Getter method for rd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/rd (rd-type)
f334202:c0:m6
def _set_rd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u'...
Setter method for rd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/rd (rd-type) If this variable is read-only (config: false) in the source YANG file, then _set_rd is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334202:c0:m7
def _get_route_target(self):
return self.__route_target<EOL>
Getter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target (container)
f334202:c0:m9
def _set_route_target(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_target.route_target, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_target is considered as a private method. Backends looking to populate this variable sho...
f334202:c0:m10
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/export/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334203:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/export/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends look...
f334203:c0:m4
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/both/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334204:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/both/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends lookin...
f334204:c0:m4
def _get_import_(self):
return self.__import_<EOL>
Getter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/import (list)
f334205:c0:m3
def _set_import_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",import_.import_, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/import (list) If this variable is read-only (config: false) in the source YANG file, then _set_import_ is considered as a private method. Backends looking to populate this variable should do s...
f334205:c0:m4
def _get_export(self):
return self.__export<EOL>
Getter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/export (list)
f334205:c0:m6
def _set_export(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",export.export, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensi...
Setter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/export (list) If this variable is read-only (config: false) in the source YANG file, then _set_export is considered as a private method. Backends looking to populate this variable should do so ...
f334205:c0:m7
def _get_both(self):
return self.__both<EOL>
Getter method for both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/both (list)
f334205:c0:m9
def _set_both(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",both.both, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions=...
Setter method for both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/both (list) If this variable is read-only (config: false) in the source YANG file, then _set_both is considered as a private method. Backends looking to populate this variable should do so via ca...
f334205:c0:m10
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/import/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334206:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan/route_target/import/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends look...
f334206:c0:m4
def _get_vlan_add(self):
return self.__vlan_add<EOL>
Getter method for vlan_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add (container)
f334207:c0:m3
def _set_vlan_add(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vlan_add.vlan_add, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for vlan_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/vlan_add (container) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_add is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334207:c0:m4
def _get_evpn_vlan(self):
return self.__evpn_vlan<EOL>
Getter method for evpn_vlan, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan (list) YANG Description: EVPN instance config
f334207:c0:m6
def _set_evpn_vlan(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",evpn_vlan.evpn_vlan, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', e...
Setter method for evpn_vlan, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan/evpn_vlan (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_vlan is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334207:c0:m7
def _get_bd_range_add(self):
return self.__bd_range_add<EOL>
Getter method for bd_range_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add/bd_range_add (mct:ui32-bd-range) YANG Description: Add bridge domains to the EVPN Instance.
f334208:c0:m3
def _set_bd_range_add(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for bd_range_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add/bd_range_add (mct:ui32-bd-range) If this variable is read-only (config: false) in the source YANG file, then _set_bd_range_add is considered as a private method. Backends looking to populate thi...
f334208:c0:m4
def _get_bd_range_remove(self):
return self.__bd_range_remove<EOL>
Getter method for bd_range_remove, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add/bd_range_remove (mct:ui32-bd-range) YANG Description: Remove bridge domains to the EVPN Instance.
f334208:c0:m6
def _set_bd_range_remove(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for bd_range_remove, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add/bd_range_remove (mct:ui32-bd-range) If this variable is read-only (config: false) in the source YANG file, then _set_bd_range_remove is considered as a private method. Backends looking to pop...
f334208:c0:m7
def _get_bd_number(self):
return self.__bd_number<EOL>
Getter method for bd_number, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/bd_number (interface:bd-type)
f334209:c0:m3
def _set_bd_number(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for bd_number, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/bd_number (interface:bd-type) If this variable is read-only (config: false) in the source YANG file, then _set_bd_number is considered as a private method. Backends looking to populate this variab...
f334209:c0:m4
def _get_rd(self):
return self.__rd<EOL>
Getter method for rd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/rd (rd-type)
f334209:c0:m6
def _set_rd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u'...
Setter method for rd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/rd (rd-type) If this variable is read-only (config: false) in the source YANG file, then _set_rd is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334209:c0:m7
def _get_route_target(self):
return self.__route_target<EOL>
Getter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target (container)
f334209:c0:m9
def _set_route_target(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_target.route_target, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_target is considered as a private method. Backends looking to populate this varia...
f334209:c0:m10
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/export/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334210:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/export/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backen...
f334210:c0:m4
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/both/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334211:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/both/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends...
f334211:c0:m4
def _get_import_(self):
return self.__import_<EOL>
Getter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/import (list)
f334212:c0:m3
def _set_import_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",import_.import_, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/import (list) If this variable is read-only (config: false) in the source YANG file, then _set_import_ is considered as a private method. Backends looking to populate this variable shou...
f334212:c0:m4
def _get_export(self):
return self.__export<EOL>
Getter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/export (list)
f334212:c0:m6
def _set_export(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",export.export, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensi...
Setter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/export (list) If this variable is read-only (config: false) in the source YANG file, then _set_export is considered as a private method. Backends looking to populate this variable should...
f334212:c0:m7
def _get_both(self):
return self.__both<EOL>
Getter method for both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/both (list)
f334212:c0:m9
def _set_both(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",both.both, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions=...
Setter method for both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/both (list) If this variable is read-only (config: false) in the source YANG file, then _set_both is considered as a private method. Backends looking to populate this variable should do so...
f334212:c0:m10
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/import/target_community (rd-rt-type) YANG Description: Target VPN Extended Community
f334213:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd/route_target/import/target_community (rd-rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backen...
f334213:c0:m4
def _get_bd_add(self):
return self.__bd_add<EOL>
Getter method for bd_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add (container)
f334214:c0:m3
def _set_bd_add(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bd_add.bd_add, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for bd_add, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/bd_add (container) If this variable is read-only (config: false) in the source YANG file, then _set_bd_add is considered as a private method. Backends looking to populate this variable should do so via calli...
f334214:c0:m4
def _get_evpn_bd(self):
return self.__evpn_bd<EOL>
Getter method for evpn_bd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd (list) YANG Description: EVPN instance bridge domain config
f334214:c0:m6
def _set_evpn_bd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",evpn_bd.evpn_bd, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for evpn_bd, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain/evpn_bd (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_bd is considered as a private method. Backends looking to populate this variable should do so via calling...
f334214:c0:m7
def _get_instance_name(self):
return self.__instance_name<EOL>
Getter method for instance_name, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/instance_name (evpn-type)
f334215:c0:m3
def _set_instance_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for instance_name, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/instance_name (evpn-type) If this variable is read-only (config: false) in the source YANG file, then _set_instance_name is considered as a private method. Backends looking to populate this variable should do so vi...
f334215:c0:m4
def _get_route_target(self):
return self.__route_target<EOL>
Getter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target (container)
f334215:c0:m6
def _set_route_target(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_target.route_target, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for route_target, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_target is considered as a private method. Backends looking to populate this variable should do so via c...
f334215:c0:m7
def _get_route_distinguisher(self):
return self.__route_distinguisher<EOL>
Getter method for route_distinguisher, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_distinguisher (container)
f334215:c0:m9
def _set_route_distinguisher(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_distinguisher.route_distinguisher, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for route_distinguisher, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_distinguisher (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_distinguisher is considered as a private method. Backends looking to populate this variab...
f334215:c0:m10
def _get_df_delay_timer(self):
return self.__df_delay_timer<EOL>
Getter method for df_delay_timer, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/df_delay_timer (delay-timer) YANG Description: DF delay timer
f334215:c0:m12
def _set_df_delay_timer(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for df_delay_timer, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/df_delay_timer (delay-timer) If this variable is read-only (config: false) in the source YANG file, then _set_df_delay_timer is considered as a private method. Backends looking to populate this variable should do ...
f334215:c0:m13
def _get_duplicate_mac_timer(self):
return self.__duplicate_mac_timer<EOL>
Getter method for duplicate_mac_timer, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer (container) YANG Description: Duplicate mac timer
f334215:c0:m15
def _set_duplicate_mac_timer(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=duplicate_mac_timer.duplicate_mac_timer, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for duplicate_mac_timer, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer (container) If this variable is read-only (config: false) in the source YANG file, then _set_duplicate_mac_timer is considered as a private method. Backends looking to populate this variab...
f334215:c0:m16
def _get_bridge_domain(self):
return self.__bridge_domain<EOL>
Getter method for bridge_domain, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain (container)
f334215:c0:m18
def _set_bridge_domain(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bridge_domain.bridge_domain, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for bridge_domain, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/bridge_domain (container) If this variable is read-only (config: false) in the source YANG file, then _set_bridge_domain is considered as a private method. Backends looking to populate this variable should do so vi...
f334215:c0:m19
def _get_vlan(self):
return self.__vlan<EOL>
Getter method for vlan, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan (container)
f334215:c0:m21
def _set_vlan(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vlan.vlan, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for vlan, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/vlan (container) If this variable is read-only (config: false) in the source YANG file, then _set_vlan is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vlan...
f334215:c0:m22
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/export/target_community (rt-type) YANG Description: Target VPN Extended Community
f334216:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/export/target_community (rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends looking to populate th...
f334216:c0:m4
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both/target_community (rt-type) YANG Description: Target VPN Extended Community
f334217:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both/target_community (rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends looking to populate this...
f334217:c0:m4
def _get_ignore_as(self):
return self.__ignore_as<EOL>
Getter method for ignore_as, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both/ignore_as (empty)
f334217:c0:m6
def _set_ignore_as(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for ignore_as, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both/ignore_as (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ignore_as is considered as a private method. Backends looking to populate this variable should do so ...
f334217:c0:m7