signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_send_community(self):
return self.__send_community<EOL>
Getter method for send_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_peer_group/send_community (container)
f334505:c0:m30
def _set_send_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=send_community.send_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...
Setter method for send_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_peer_group/send_community (container) If this variable is read-only (config: false) in the source YANG file, then _set_send_community is considered as a private method. Backends looking ...
f334505:c0:m31
def _get_evpn_peer_group(self):
return self.__evpn_peer_group<EOL>
Getter method for evpn_peer_group, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_peer_group (list)
f334506:c0:m3
def _set_evpn_peer_group(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_peer_group.evpn_peer_group, 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='<...
Setter method for evpn_peer_group, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_peer_group (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_peer_group is considered as a private method. Backends looking to populate this v...
f334506:c0:m4
def _get_evpn_neighbor_ipv4(self):
return self.__evpn_neighbor_ipv4<EOL>
Getter method for evpn_neighbor_ipv4, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4 (list)
f334506:c0:m6
def _set_evpn_neighbor_ipv4(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_neighbor_ipv4.evpn_neighbor_ipv4, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for evpn_neighbor_ipv4, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4 (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_neighbor_ipv4 is considered as a private method. Backends looking to popula...
f334506:c0:m7
def _get_evpn_neighbor_ipv6(self):
return self.__evpn_neighbor_ipv6<EOL>
Getter method for evpn_neighbor_ipv6, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv6 (list)
f334506:c0:m9
def _set_evpn_neighbor_ipv6(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_neighbor_ipv6.evpn_neighbor_ipv6, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for evpn_neighbor_ipv6, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv6 (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_neighbor_ipv6 is considered as a private method. Backends looking to popula...
f334506:c0:m10
def _get_send_community_status(self):
return self.__send_community_status<EOL>
Getter method for send_community_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/send_community_status (empty)
f334507:c0:m3
def _set_send_community_status(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>': u'<STR...
Setter method for send_community_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/send_community_status (empty) If this variable is read-only (config: false) in the source YANG file, then _set_send_community_status is considered as ...
f334507:c0:m4
def _get_both(self):
return self.__both<EOL>
Getter method for both, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/both (empty)
f334507:c0:m6
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=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>': None, ...
Setter method for both, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/both (empty) 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...
f334507:c0:m7
def _get_extended(self):
return self.__extended<EOL>
Getter method for extended, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/extended (empty)
f334507:c0:m9
def _set_extended(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 extended, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/extended (empty) If this variable is read-only (config: false) in the source YANG file, then _set_extended is considered as a private method. Backends looking to p...
f334507:c0:m10
def _get_standard(self):
return self.__standard<EOL>
Getter method for standard, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/standard (empty)
f334507:c0:m12
def _set_standard(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 standard, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community/standard (empty) If this variable is read-only (config: false) in the source YANG file, then _set_standard is considered as a private method. Backends looking to p...
f334507:c0:m13
def _get_route_map_name_direction_in(self):
return self.__route_map_name_direction_in<EOL>
Getter method for route_map_name_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_in/route_map_name_direction_in (common-def:name-string64)
f334508:c0:m3
def _set_route_map_name_direction_in(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._extm...
Setter method for route_map_name_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_in/route_map_name_direction_in (common-def:name-string64) If this variable is read-only (config: false) in the source YANG file, then _set_...
f334508:c0:m4
def _get_route_map_name_direction_out(self):
return self.__route_map_name_direction_out<EOL>
Getter method for route_map_name_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_out/route_map_name_direction_out (common-def:name-string64)
f334509:c0:m3
def _set_route_map_name_direction_out(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._extm...
Setter method for route_map_name_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_out/route_map_name_direction_out (common-def:name-string64) If this variable is read-only (config: false) in the source YANG file, then _s...
f334509:c0:m4
def _get_direction_in(self):
return self.__direction_in<EOL>
Getter method for direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_in (container)
f334510:c0:m3
def _set_direction_in(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_in.direction_in, 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 direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_in (container) If this variable is read-only (config: false) in the source YANG file, then _set_direction_in is considered as a private method. Backends l...
f334510:c0:m4
def _get_direction_out(self):
return self.__direction_out<EOL>
Getter method for direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_out (container)
f334510:c0:m6
def _set_direction_out(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_out.direction_out, 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 direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map/direction_out (container) If this variable is read-only (config: false) in the source YANG file, then _set_direction_out is considered as a private method. Backend...
f334510:c0:m7
def _get_evpn_neighbor_ipv4_address(self):
return self.__evpn_neighbor_ipv4_address<EOL>
Getter method for evpn_neighbor_ipv4_address, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/evpn_neighbor_ipv4_address (inet:ipv4-address)
f334511:c0:m3
def _set_evpn_neighbor_ipv4_address(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 evpn_neighbor_ipv4_address, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/evpn_neighbor_ipv4_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_neighbor_ipv4_address is co...
f334511:c0:m4
def _get_encapsulation(self):
return self.__encapsulation<EOL>
Getter method for encapsulation, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/encapsulation (encapsulation-t)
f334511:c0:m6
def _set_encapsulation(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_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for encapsulation, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/encapsulation (encapsulation-t) If this variable is read-only (config: false) in the source YANG file, then _set_encapsulation is considered as a private method. Backends lo...
f334511:c0:m7
def _get_maximum_prefix(self):
return self.__maximum_prefix<EOL>
Getter method for maximum_prefix, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/maximum_prefix (max-prefix-limit)
f334511:c0:m9
def _set_maximum_prefix(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 maximum_prefix, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/maximum_prefix (max-prefix-limit) If this variable is read-only (config: false) in the source YANG file, then _set_maximum_prefix is considered as a private method. Backend...
f334511:c0:m10
def _get_route_reflector_client(self):
return self.__route_reflector_client<EOL>
Getter method for route_reflector_client, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_reflector_client (empty)
f334511:c0:m12
def _set_route_reflector_client(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 route_reflector_client, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_reflector_client (empty) If this variable is read-only (config: false) in the source YANG file, then _set_route_reflector_client is considered as a private me...
f334511:c0:m13
def _get_allowas_in(self):
return self.__allowas_in<EOL>
Getter method for allowas_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/allowas_in (uint32)
f334511:c0:m15
def _set_allowas_in(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 allowas_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/allowas_in (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_allowas_in is considered as a private method. Backends looking to populate ...
f334511:c0:m16
def _get_next_hop_unchanged(self):
return self.__next_hop_unchanged<EOL>
Getter method for next_hop_unchanged, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/next_hop_unchanged (empty)
f334511:c0:m18
def _set_next_hop_unchanged(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 next_hop_unchanged, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/next_hop_unchanged (empty) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_unchanged is considered as a private method. Backen...
f334511:c0:m19
def _get_enable_peer_as_check(self):
return self.__enable_peer_as_check<EOL>
Getter method for enable_peer_as_check, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/enable_peer_as_check (empty)
f334511:c0:m21
def _set_enable_peer_as_check(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 enable_peer_as_check, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/enable_peer_as_check (empty) If this variable is read-only (config: false) in the source YANG file, then _set_enable_peer_as_check is considered as a private method. ...
f334511:c0:m22
def _get_route_map(self):
return self.__route_map<EOL>
Getter method for route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map (container)
f334511:c0:m24
def _set_route_map(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_map.route_map, 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 route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/route_map (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_map is considered as a private method. Backends looking to populate ...
f334511:c0:m25
def _get_activate(self):
return self.__activate<EOL>
Getter method for activate, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/activate (empty)
f334511:c0:m27
def _set_activate(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 activate, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/activate (empty) If this variable is read-only (config: false) in the source YANG file, then _set_activate is considered as a private method. Backends looking to populate this va...
f334511:c0:m28
def _get_send_community(self):
return self.__send_community<EOL>
Getter method for send_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community (container)
f334511:c0:m30
def _set_send_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=send_community.send_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...
Setter method for send_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor/evpn_neighbor_ipv4/send_community (container) If this variable is read-only (config: false) in the source YANG file, then _set_send_community is considered as a private method. Backends looki...
f334511:c0:m31
def _get_client_to_client_reflection(self):
return self.__client_to_client_reflection<EOL>
Getter method for client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/client_to_client_reflection (empty)
f334512:c0:m3
def _set_client_to_client_reflection(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>': None, ...
Setter method for client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/client_to_client_reflection (empty) If this variable is read-only (config: false) in the source YANG file, then _set_client_to_client_reflection is considered as a private method. Backend...
f334512:c0:m4
def _get_graceful_restart(self):
return self.__graceful_restart<EOL>
Getter method for graceful_restart, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/graceful_restart (container)
f334512:c0:m6
def _set_graceful_restart(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=graceful_restart.graceful_restart, 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=...
Setter method for graceful_restart, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/graceful_restart (container) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart is considered as a private method. Backends looking to populate this va...
f334512:c0:m7
def _get_retain(self):
return self.__retain<EOL>
Getter method for retain, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/retain (container)
f334512:c0:m9
def _set_retain(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=retain.retain, 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 retain, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/retain (container) If this variable is read-only (config: false) in the source YANG file, then _set_retain is considered as a private method. Backends looking to populate this variable should do so via callin...
f334512:c0:m10
def _get_vtep_discovery(self):
return self.__vtep_discovery<EOL>
Getter method for vtep_discovery, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/vtep_discovery (empty)
f334512:c0:m12
def _set_vtep_discovery(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>': None, ...
Setter method for vtep_discovery, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/vtep_discovery (empty) If this variable is read-only (config: false) in the source YANG file, then _set_vtep_discovery is considered as a private method. Backends looking to populate this variable sho...
f334512:c0:m13
def _get_neighbor(self):
return self.__neighbor<EOL>
Getter method for neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor (container)
f334512:c0:m15
def _set_neighbor(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=neighbor.neighbor, 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 neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/neighbor (container) If this variable is read-only (config: false) in the source YANG file, then _set_neighbor is considered as a private method. Backends looking to populate this variable should do so via ...
f334512:c0:m16
def _get_route_target(self):
return self.__route_target<EOL>
Getter method for route_target, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/retain/route_target (container)
f334513:c0:m3
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/router/router_bgp/address_family/l2vpn/evpn/retain/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 variabl...
f334513:c0:m4
def _get_all(self):
return self.__all<EOL>
Getter method for all, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/retain/route_target/all (empty)
f334514:c0:m3
def _set_all(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:all>", rest_name="<STR_LIT:all>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>'...
Setter method for all, mapped from YANG variable /routing_system/router/router_bgp/address_family/l2vpn/evpn/retain/route_target/all (empty) If this variable is read-only (config: false) in the source YANG file, then _set_all is considered as a private method. Backends looking to populate this variable should do so via...
f334514:c0:m4
def _get_default_vrf(self):
return self.__default_vrf<EOL>
Getter method for default_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf (container)
f334515:c0:m3
def _set_default_vrf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=default_vrf.default_vrf, 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, exte...
Setter method for default_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf (container) If this variable is read-only (config: false) in the source YANG file, then _set_default_vrf is considered as a private method. Backends looking to populate this variable s...
f334515:c0:m4
def _get_af_ipv6_vrf(self):
return self.__af_ipv6_vrf<EOL>
Getter method for af_ipv6_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/af_ipv6_vrf (list)
f334515:c0:m6
def _set_af_ipv6_vrf(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>",af_ipv6_vrf.af_ipv6_vrf, 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>...
Setter method for af_ipv6_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/af_ipv6_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_af_ipv6_vrf is considered as a private method. Backends looking to populate this variable should...
f334515:c0:m7
def _get_graceful_restart_status(self):
return self.__graceful_restart_status<EOL>
Getter method for graceful_restart_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/graceful_restart_status (empty)
f334516:c0:m3
def _set_graceful_restart_status(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>': None, ...
Setter method for graceful_restart_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/graceful_restart_status (empty) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart_sta...
f334516:c0:m4
def _get_restart_time(self):
return self.__restart_time<EOL>
Getter method for restart_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/restart_time (rtime-type)
f334516:c0:m6
def _set_restart_time(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 restart_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/restart_time (rtime-type) If this variable is read-only (config: false) in the source YANG file, then _set_restart_time is considered as a priva...
f334516:c0:m7
def _get_purge_time(self):
return self.__purge_time<EOL>
Getter method for purge_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/purge_time (ptime-type)
f334516:c0:m9
def _set_purge_time(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 purge_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/purge_time (ptime-type) If this variable is read-only (config: false) in the source YANG file, then _set_purge_time is considered as a private met...
f334516:c0:m10
def _get_stale_routes_time(self):
return self.__stale_routes_time<EOL>
Getter method for stale_routes_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/stale_routes_time (st-time-type)
f334516:c0:m12
def _set_stale_routes_time(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 stale_routes_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/graceful_restart/stale_routes_time (st-time-type) If this variable is read-only (config: false) in the source YANG file, then _set_stale_routes_time is cons...
f334516:c0:m13
def _get_dampening_flag(self):
return self.__dampening_flag<EOL>
Getter method for dampening_flag, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/dampening_flag (empty) YANG Description: This Flag is to indicate dampening feature is enabled
f334517:c0:m3
def _set_dampening_flag(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for dampening_flag, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/dampening_flag (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dampening_flag is considered as a private met...
f334517:c0:m4
def _get_values(self):
return self.__values<EOL>
Getter method for values, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values (container)
f334517:c0:m6
def _set_values(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=values.values, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods...
Setter method for values, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values (container) If this variable is read-only (config: false) in the source YANG file, then _set_values is considered as a private method. Backends lookin...
f334517:c0:m7
def _get_dampening_route_map(self):
return self.__dampening_route_map<EOL>
Getter method for dampening_route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/dampening_route_map (rmap-type)
f334517:c0:m9
def _set_dampening_route_map(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=s...
Setter method for dampening_route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/dampening_route_map (rmap-type) If this variable is read-only (config: false) in the source YANG file, then _set_dampening_route_map is consider...
f334517:c0:m10
def _get_half_time(self):
return self.__half_time<EOL>
Getter method for half_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/half_time (htime)
f334518:c0:m3
def _set_half_time(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 half_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/half_time (htime) If this variable is read-only (config: false) in the source YANG file, then _set_half_time is considered as a private method. Bac...
f334518:c0:m4
def _get_reuse_value(self):
return self.__reuse_value<EOL>
Getter method for reuse_value, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/reuse_value (damp-reuse-value)
f334518:c0:m6
def _set_reuse_value(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 reuse_value, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/reuse_value (damp-reuse-value) If this variable is read-only (config: false) in the source YANG file, then _set_reuse_value is considered as a pr...
f334518:c0:m7
def _get_start_suppress_time(self):
return self.__start_suppress_time<EOL>
Getter method for start_suppress_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/start_suppress_time (damp-start-suppress-value)
f334518:c0:m9
def _set_start_suppress_time(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 start_suppress_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/start_suppress_time (damp-start-suppress-value) If this variable is read-only (config: false) in the source YANG file, then _set_start_su...
f334518:c0:m10
def _get_max_suppress_time(self):
return self.__max_suppress_time<EOL>
Getter method for max_suppress_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/max_suppress_time (damp-max-suppress-value)
f334518:c0:m12
def _set_max_suppress_time(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 max_suppress_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/dampening/values/max_suppress_time (damp-max-suppress-value) If this variable is read-only (config: false) in the source YANG file, then _set_max_suppress_t...
f334518:c0:m13
def _get_maximum_paths(self):
return self.__maximum_paths<EOL>
Getter method for maximum_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/maximum_paths (container)
f334519:c0:m3
def _set_maximum_paths(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=maximum_paths.maximum_paths, 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 maximum_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/maximum_paths (container) If this variable is read-only (config: false) in the source YANG file, then _set_maximum_paths is considered as a private method. Back...
f334519:c0:m4
def _get_multipath(self):
return self.__multipath<EOL>
Getter method for multipath, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/multipath (container)
f334519:c0:m6
def _set_multipath(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=multipath.multipath, 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 multipath, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/multipath (container) If this variable is read-only (config: false) in the source YANG file, then _set_multipath is considered as a private method. Backends looking...
f334519:c0:m7
def _get_always_propagate(self):
return self.__always_propagate<EOL>
Getter method for always_propagate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/always_propagate (empty)
f334519:c0:m9
def _set_always_propagate(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>': None, ...
Setter method for always_propagate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/always_propagate (empty) If this variable is read-only (config: false) in the source YANG file, then _set_always_propagate is considered as a private method....
f334519:c0:m10
def _get_default_information_originate(self):
return self.__default_information_originate<EOL>
Getter method for default_information_originate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/default_information_originate (empty)
f334519:c0:m12
def _set_default_information_originate(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>': None, ...
Setter method for default_information_originate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/default_information_originate (empty) If this variable is read-only (config: false) in the source YANG file, then _set_default_information_origi...
f334519:c0:m13
def _get_rib_route_limit(self):
return self.__rib_route_limit<EOL>
Getter method for rib_route_limit, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/rib_route_limit (rib-route-number)
f334519:c0:m15
def _set_rib_route_limit(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 rib_route_limit, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/rib_route_limit (rib-route-number) If this variable is read-only (config: false) in the source YANG file, then _set_rib_route_limit is considered as a private...
f334519:c0:m16
def _get_af_additional_paths(self):
return self.__af_additional_paths<EOL>
Getter method for af_additional_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/af_additional_paths (container)
f334519:c0:m18
def _set_af_additional_paths(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=af_additional_paths.af_additional_paths, 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 af_additional_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/af_additional_paths (container) If this variable is read-only (config: false) in the source YANG file, then _set_af_additional_paths is considered as a pr...
f334519:c0:m19
def _get_advertise_best_external(self):
return self.__advertise_best_external<EOL>
Getter method for advertise_best_external, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/advertise_best_external (empty)
f334519:c0:m21
def _set_advertise_best_external(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 advertise_best_external, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/advertise_best_external (empty) If this variable is read-only (config: false) in the source YANG file, then _set_advertise_best_external is considered...
f334519:c0:m22
def _get_client_to_client_reflection(self):
return self.__client_to_client_reflection<EOL>
Getter method for client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/client_to_client_reflection (empty)
f334519:c0:m24
def _set_client_to_client_reflection(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>': None, ...
Setter method for client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv6/ipv6_unicast/default_vrf/af_common_cmds_holder/client_to_client_reflection (empty) If this variable is read-only (config: false) in the source YANG file, then _set_client_to_client_reflection i...
f334519:c0:m25