signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_esp(self):
return self.__esp<EOL>
Getter method for esp, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) YANG Description: Specify Encapsulating Security Payload (ESP) as the protocol to provide packet-level security.
f334129:c0:m15
def _set_esp(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:1>}},), is...
Setter method for esp, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) If this variable is read-only (config: false) in the source YANG file, then _set_esp is considered as a private method. Backends looking to populat...
f334129:c0:m16
def _get_esp_no_encrypt(self):
return self.__esp_no_encrypt<EOL>
Getter method for esp_no_encrypt, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) YANG Description: Do not encrypt the key
f334129:c0:m18
def _set_esp_no_encrypt(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 esp_no_encrypt, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_no_encrypt is considered as a private method. Backend...
f334129:c0:m19
def _get_esp_key(self):
return self.__esp_key<EOL>
Getter method for esp_key, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for ESP
f334129:c0:m21
def _set_esp_key(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 esp_key, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_key is considered as a private method....
f334129:c0:m22
def _get_esp_auth(self):
return self.__esp_auth<EOL>
Getter method for esp_auth, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah)
f334129:c0:m24
def _set_esp_auth(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:2>}, u'<ST...
Setter method for esp_auth, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth is considered as a private method. Backends look...
f334129:c0:m25
def _get_esp_auth_no_encrypt(self):
return self.__esp_auth_no_encrypt<EOL>
Getter method for esp_auth_no_encrypt, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) YANG Description: Do not encrypt the key
f334129:c0:m27
def _set_esp_auth_no_encrypt(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 esp_auth_no_encrypt, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_no_encrypt is considered as a private ...
f334129:c0:m28
def _get_esp_auth_key(self):
return self.__esp_auth_key<EOL>
Getter method for esp_auth_key, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for authentication algorithm
f334129:c0:m30
def _set_esp_auth_key(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:key>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_help...
Setter method for esp_auth_key, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_key is considered as a ...
f334129:c0:m31
def _get_ipsec_auth_key_config(self):
return self.__ipsec_auth_key_config<EOL>
Getter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config (container)
f334130:c0:m3
def _set_ipsec_auth_key_config(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipsec_auth_key_config.ipsec_auth_key_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis...
Setter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec_auth_key_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipsec_auth_key_config is considered as a private method. Back...
f334130:c0:m4
def _get_ipsec(self):
return self.__ipsec<EOL>
Getter method for ipsec, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec (container) YANG Description: Configure ipsec authentication for the interface
f334130:c0:m6
def _set_ipsec(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipsec.ipsec, 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'<S...
Setter method for ipsec, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipsec is considered as a private method. Backends looking to populate this variable should do...
f334130:c0:m7
def _get_ipsec_authentication_disable(self):
return self.__ipsec_authentication_disable<EOL>
Getter method for ipsec_authentication_disable, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec/ipsec_authentication_disable (empty) YANG Description: Disable ipsec authentication on the interface. For the purpose of troubleshooting, you can operationally di...
f334131:c0:m3
def _set_ipsec_authentication_disable(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 ipsec_authentication_disable, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec/ipsec_authentication_disable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ipsec_authentication_disable is considered as...
f334131:c0:m4
def _get_ifc_key_add_remove_interval(self):
return self.__ifc_key_add_remove_interval<EOL>
Getter method for ifc_key_add_remove_interval, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec/ifc_key_add_remove_interval (common-def:time-interval-sec) YANG Description: Used to determine the interval time when authentication addition and deletion will tak...
f334131:c0:m6
def _set_ifc_key_add_remove_interval(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 ifc_key_add_remove_interval, mapped from YANG variable /routing_system/interface/loopback/ipv6/interface_ospfv3_conf/authentication/ipsec/ifc_key_add_remove_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_ifc_key_add_remove_inter...
f334131:c0:m7
def _get_address(self):
return self.__address<EOL>
Getter method for address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/address (union)
f334132:c0:m3
def _set_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, restrict...
Setter method for address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/address (union) If this variable is read-only (config: false) in the source YANG file, then _set_address is considered as a private method. Backends looking to populate this variable should do s...
f334132:c0:m4
def _get_eui64(self):
return self.__eui64<EOL>
Getter method for eui64, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/eui64 (empty)
f334132:c0:m6
def _set_eui64(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 eui64, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/eui64 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_eui64 is considered as a private method. Backends looking to populate this variable should do so via ...
f334132:c0:m7
def _get_anycast(self):
return self.__anycast<EOL>
Getter method for anycast, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/anycast (empty)
f334132:c0:m9
def _set_anycast(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 anycast, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address/anycast (empty) If this variable is read-only (config: false) in the source YANG file, then _set_anycast is considered as a private method. Backends looking to populate this variable should do s...
f334132:c0:m10
def _get_use_link_local_only(self):
return self.__use_link_local_only<EOL>
Getter method for use_link_local_only, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/use_link_local_only (empty)
f334133:c0:m3
def _set_use_link_local_only(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 use_link_local_only, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/use_link_local_only (empty) If this variable is read-only (config: false) in the source YANG file, then _set_use_link_local_only is considered as a private method. Backends looking to populate th...
f334133:c0:m4
def _get_link_local_config(self):
return self.__link_local_config<EOL>
Getter method for link_local_config, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config (container)
f334133:c0:m6
def _set_link_local_config(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=link_local_config.link_local_config, 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_path...
Setter method for link_local_config, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_config is considered as a private method. Backends looking to populate this...
f334133:c0:m7
def _get_ipv6_address(self):
return self.__ipv6_address<EOL>
Getter method for ipv6_address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address (list)
f334133:c0:m9
def _set_ipv6_address(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:address>",ipv6_address.ipv6_address, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=True, path_helper=self._path_helper, yang_keys='...
Setter method for ipv6_address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/ipv6_address (list) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_address is considered as a private method. Backends looking to populate this variable should do ...
f334133:c0:m10
def _get_link_local_address(self):
return self.__link_local_address<EOL>
Getter method for link_local_address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config/link_local_address (inet:ipv6-address)
f334134:c0:m3
def _set_link_local_address(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 link_local_address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config/link_local_address (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_address is considered as a private method. Back...
f334134:c0:m4
def _get_link_local(self):
return self.__link_local<EOL>
Getter method for link_local, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config/link_local (empty)
f334134:c0:m6
def _set_link_local(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 link_local, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address/link_local_config/link_local (empty) If this variable is read-only (config: false) in the source YANG file, then _set_link_local is considered as a private method. Backends looking to populate this variab...
f334134:c0:m7
def _get_address(self):
return self.__address<EOL>
Getter method for address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address (container)
f334135:c0:m3
def _set_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=address.address, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:address>", rest_name="<STR_LIT:address>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr...
Setter method for address, mapped from YANG variable /routing_system/interface/loopback/ipv6/ipv6_config/address (container) If this variable is read-only (config: false) in the source YANG file, then _set_address is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334135:c0:m4
def _get_id(self):
return self.__id<EOL>
Getter method for id, mapped from YANG variable /routing_system/interface/loopback/id (intf-loopback-port-type)
f334136:c0:m3
def _set_id(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 id, mapped from YANG variable /routing_system/interface/loopback/id (intf-loopback-port-type) If this variable is read-only (config: false) in the source YANG file, then _set_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_id() dir...
f334136:c0:m4
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/interface/loopback/vrf (container)
f334136:c0:m6
def _set_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=vrf.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, extensions={u'<STR_L...
Setter method for vrf, mapped from YANG variable /routing_system/interface/loopback/vrf (container) If this variable is read-only (config: false) in the source YANG file, then _set_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf() directly.
f334136:c0:m7
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /routing_system/interface/loopback/shutdown (empty)
f334136:c0:m9
def _set_shutdown(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 shutdown, mapped from YANG variable /routing_system/interface/loopback/shutdown (empty) If this variable is read-only (config: false) in the source YANG file, then _set_shutdown is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_shutdown...
f334136:c0:m10
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/interface/loopback/ip (container)
f334136:c0:m12
def _set_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ip.ip, 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_LIT...
Setter method for ip, mapped from YANG variable /routing_system/interface/loopback/ip (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ip() directly.
f334136:c0:m13
def _get_ipv6(self):
return self.__ipv6<EOL>
Getter method for ipv6, mapped from YANG variable /routing_system/interface/loopback/ipv6 (container)
f334136:c0:m15
def _set_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=ipv6.ipv6, 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 ipv6, mapped from YANG variable /routing_system/interface/loopback/ipv6 (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ipv6() directly.
f334136:c0:m16
def _get_intf_isis(self):
return self.__intf_isis<EOL>
Getter method for intf_isis, mapped from YANG variable /routing_system/interface/loopback/intf_isis (container)
f334136:c0:m18
def _set_intf_isis(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=intf_isis.intf_isis, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extension...
Setter method for intf_isis, mapped from YANG variable /routing_system/interface/loopback/intf_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_intf_isis is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_i...
f334136:c0:m19
def _get_delta_rms(self):
return self.__delta_rms<EOL>
Getter method for delta_rms, mapped from YANG variable /routing_system/route_map/content/set/metric/delta_rms (enumeration)
f334137:c0:m3
def _set_delta_rms(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:1>}, u'<ST...
Setter method for delta_rms, mapped from YANG variable /routing_system/route_map/content/set/metric/delta_rms (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_delta_rms is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334137:c0:m4
def _get_metric_rms(self):
return self.__metric_rms<EOL>
Getter method for metric_rms, mapped from YANG variable /routing_system/route_map/content/set/metric/metric_rms (metric-t)
f334137:c0:m6
def _set_metric_rms(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 metric_rms, mapped from YANG variable /routing_system/route_map/content/set/metric/metric_rms (metric-t) If this variable is read-only (config: false) in the source YANG file, then _set_metric_rms is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334137:c0:m7
def _get_route_type_rms(self):
return self.__route_type_rms<EOL>
Getter method for route_type_rms, mapped from YANG variable /routing_system/route_map/content/set/route_type/route_type_rms (set-route-type-t)
f334138:c0:m3
def _set_route_type_rms(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:2>}, u'<ST...
Setter method for route_type_rms, mapped from YANG variable /routing_system/route_map/content/set/route_type/route_type_rms (set-route-type-t) If this variable is read-only (config: false) in the source YANG file, then _set_route_type_rms is considered as a private method. Backends looking to populate this variable sho...
f334138:c0:m4
def _get_origin_igp(self):
return self.__origin_igp<EOL>
Getter method for origin_igp, mapped from YANG variable /routing_system/route_map/content/set/origin/origin_igp (empty)
f334139:c0:m3
def _set_origin_igp(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 origin_igp, mapped from YANG variable /routing_system/route_map/content/set/origin/origin_igp (empty) If this variable is read-only (config: false) in the source YANG file, then _set_origin_igp is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334139:c0:m4
def _get_origin_incomplete(self):
return self.__origin_incomplete<EOL>
Getter method for origin_incomplete, mapped from YANG variable /routing_system/route_map/content/set/origin/origin_incomplete (empty)
f334139:c0:m6
def _set_origin_incomplete(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 origin_incomplete, mapped from YANG variable /routing_system/route_map/content/set/origin/origin_incomplete (empty) If this variable is read-only (config: false) in the source YANG file, then _set_origin_incomplete is considered as a private method. Backends looking to populate this variable should do...
f334139:c0:m7
def _get_half_life(self):
return self.__half_life<EOL>
Getter method for half_life, mapped from YANG variable /routing_system/route_map/content/set/dampening/half_life (uint32)
f334140:c0:m3
def _set_half_life(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_life, mapped from YANG variable /routing_system/route_map/content/set/dampening/half_life (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_half_life is considered as a private method. Backends looking to populate this variable should do so via calling this...
f334140:c0:m4
def _get_reuse(self):
return self.__reuse<EOL>
Getter method for reuse, mapped from YANG variable /routing_system/route_map/content/set/dampening/reuse (uint32)
f334140:c0:m6
def _set_reuse(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, mapped from YANG variable /routing_system/route_map/content/set/dampening/reuse (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_reuse is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_reu...
f334140:c0:m7
def _get_suppress(self):
return self.__suppress<EOL>
Getter method for suppress, mapped from YANG variable /routing_system/route_map/content/set/dampening/suppress (uint32)
f334140:c0:m9
def _set_suppress(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 suppress, mapped from YANG variable /routing_system/route_map/content/set/dampening/suppress (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_suppress is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334140: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/route_map/content/set/dampening/max_suppress_time (uint32)
f334140: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/route_map/content/set/dampening/max_suppress_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_suppress_time is considered as a private method. Backends looking to populate this variable shoul...
f334140:c0:m13
def _get_comm_list_name(self):
return self.__comm_list_name<EOL>
Getter method for comm_list_name, mapped from YANG variable /routing_system/route_map/content/set/comm_list/comm_list_name (ip-community-list-name-t)
f334141:c0:m3
def _set_comm_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=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>': None, u...
Setter method for comm_list_name, mapped from YANG variable /routing_system/route_map/content/set/comm_list/comm_list_name (ip-community-list-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_comm_list_name is considered as a private method. Backends looking to populate this varia...
f334141:c0:m4
def _get_match_comm_delete(self):
return self.__match_comm_delete<EOL>
Getter method for match_comm_delete, mapped from YANG variable /routing_system/route_map/content/set/comm_list/match_comm_delete (empty)
f334141:c0:m6
def _set_match_comm_delete(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 match_comm_delete, mapped from YANG variable /routing_system/route_map/content/set/comm_list/match_comm_delete (empty) If this variable is read-only (config: false) in the source YANG file, then _set_match_comm_delete is considered as a private method. Backends looking to populate this variable should...
f334141:c0:m7
def _get_set_community_expr(self):
return self.__set_community_expr<EOL>
Getter method for set_community_expr, mapped from YANG variable /routing_system/route_map/content/set/community/set_community_expr (set-community-expr-t)
f334142:c0:m3
def _set_set_community_expr(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 set_community_expr, mapped from YANG variable /routing_system/route_map/content/set/community/set_community_expr (set-community-expr-t) If this variable is read-only (config: false) in the source YANG file, then _set_set_community_expr is considered as a private method. Backends looking to populate th...
f334142:c0:m4
def _get_ASN_NN_soo(self):
return self.__ASN_NN_soo<EOL>
Getter method for ASN_NN_soo, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/soo/ASN_NN_soo (ext-community-soo-expr-t)
f334143:c0:m3
def _set_ASN_NN_soo(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 ASN_NN_soo, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/soo/ASN_NN_soo (ext-community-soo-expr-t) If this variable is read-only (config: false) in the source YANG file, then _set_ASN_NN_soo is considered as a private method. Backends looking to populate this variable s...
f334143:c0:m4
def _get_rt(self):
return self.__rt<EOL>
Getter method for rt, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/rt (container) YANG Description: Route Target extended community
f334144:c0:m3
def _set_rt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=rt.rt, 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_LIT...
Setter method for rt, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/rt (container) If this variable is read-only (config: false) in the source YANG file, then _set_rt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_rt() d...
f334144:c0:m4
def _get_soo(self):
return self.__soo<EOL>
Getter method for soo, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/soo (container) YANG Description: Site-of-Origin extended community
f334144:c0:m6
def _set_soo(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=soo.soo, 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 soo, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/soo (container) If this variable is read-only (config: false) in the source YANG file, then _set_soo is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_soo...
f334144:c0:m7
def _get_ASN_NN_rt(self):
return self.__ASN_NN_rt<EOL>
Getter method for ASN_NN_rt, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/rt/ASN_NN_rt (ext-community-rt-expr-t)
f334145:c0:m3
def _set_ASN_NN_rt(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 ASN_NN_rt, mapped from YANG variable /routing_system/route_map/content/set/extcommunity/rt/ASN_NN_rt (ext-community-rt-expr-t) If this variable is read-only (config: false) in the source YANG file, then _set_ASN_NN_rt is considered as a private method. Backends looking to populate this variable should...
f334145:c0:m4
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list/vrf (string)
f334146:c0:m3
def _set_vrf(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 vrf, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list/vrf (string) If this variable is read-only (config: false) in the source YANG file, then _set_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334146:c0:m4
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list/next_hop (inet:ipv4-address)
f334146:c0:m6
def _set_next_hop(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 next_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list/next_hop (inet:ipv4-address) 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 shoul...
f334146:c0:m7
def _get_next_vrf_list(self):
return self.__next_vrf_list<EOL>
Getter method for next_vrf_list, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list (list)
f334147:c0:m3
def _set_next_vrf_list(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>",next_vrf_list.next_vrf_list, 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_...
Setter method for next_vrf_list, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf/next_vrf_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_next_vrf_list is considered as a private method. Backends looking to populate this variable should do so via ...
f334147:c0:m4
def _get_null0(self):
return self.__null0<EOL>
Getter method for null0, mapped from YANG variable /routing_system/route_map/content/set/ip/interface/null0 (empty)
f334148:c0:m3
def _set_null0(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 null0, mapped from YANG variable /routing_system/route_map/content/set/ip/interface/null0 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_null0 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_n...
f334148:c0:m4
def _get_dscp_rms(self):
return self.__dscp_rms<EOL>
Getter method for dscp_rms, mapped from YANG variable /routing_system/route_map/content/set/ip/dscp/dscp_rms (dscp-precedence)
f334149:c0:m3
def _set_dscp_rms(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 dscp_rms, mapped from YANG variable /routing_system/route_map/content/set/ip/dscp/dscp_rms (dscp-precedence) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_rms is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334149:c0:m4
def _get_dscp(self):
return self.__dscp<EOL>
Getter method for dscp, mapped from YANG variable /routing_system/route_map/content/set/ip/dscp (container) YANG Description: Dscp
f334150:c0:m3
def _set_dscp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dscp.dscp, 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 dscp, mapped from YANG variable /routing_system/route_map/content/set/ip/dscp (container) If this variable is read-only (config: false) in the source YANG file, then _set_dscp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp() dir...
f334150:c0:m4
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/route_map/content/set/ip/interface (container) YANG Description: Interface
f334150:c0:m6
def _set_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interface.interface, 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 interface, mapped from YANG variable /routing_system/route_map/content/set/ip/interface (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334150:c0:m7
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop (container) YANG Description: Next hop address
f334150:c0:m9
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/set/ip/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._se...
f334150:c0:m10
def _get_global_(self):
return self.__global_<EOL>
Getter method for global_, mapped from YANG variable /routing_system/route_map/content/set/ip/global (container) YANG Description: Global
f334150:c0:m12
def _set_global_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=global_.global_, 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 global_, mapped from YANG variable /routing_system/route_map/content/set/ip/global (container) If this variable is read-only (config: false) in the source YANG file, then _set_global_ is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_gl...
f334150:c0:m13