signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_interface_isis(self):
return self.__interface_isis<EOL>
Getter method for interface_isis, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis (container)
f333960:c0:m3
def _set_interface_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=interface_isis.interface_isis, 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 interface_isis, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_isis is considered as a private method. Backends looking to populate this variable should do so via cal...
f333960:c0:m4
def _get_log(self):
return self.__log<EOL>
Getter method for log, mapped from YANG variable /routing_system/interface/ve/rpf/log (empty) YANG Description: Log packets that fail RPF check and are to be dropped
f333961:c0:m3
def _set_log(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 log, mapped from YANG variable /routing_system/interface/ve/rpf/log (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_log() directly. YANG Des...
f333961:c0:m4
def _get_mode(self):
return self.__mode<EOL>
Getter method for mode, mapped from YANG variable /routing_system/interface/ve/rpf/mode (enumeration)
f333961:c0:m6
def _set_mode(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:strict>': {'<STR_LIT:value>': <NUM_LIT:3>}...
Setter method for mode, mapped from YANG variable /routing_system/interface/ve/rpf/mode (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_mode is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mode() directly.
f333961:c0:m7
def _get_policy(self):
return self.__policy<EOL>
Getter method for policy, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip/policy (container) YANG Description: Configure PBR
f333962:c0:m3
def _set_policy(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=policy.policy, 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 policy, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip/policy (container) If this variable is read-only (config: false) in the source YANG file, then _set_policy is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333962:c0:m4
def _get_route_map_name(self):
return self.__route_map_name<EOL>
Getter method for route_map_name, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip/policy/route_map/route_map_name (common-def:name-string63) YANG Description: Word:1-63;;Route map name
f333963:c0:m3
def _set_route_map_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for route_map_name, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip/policy/route_map/route_map_name (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_route_map_name is considered as a private method. Backends looking to p...
f333963:c0:m4
def _get_route_map(self):
return self.__route_map<EOL>
Getter method for route_map, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip/policy/route_map (container) YANG Description: Enable PBR
f333964:c0:m3
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/interface/ve/ip_pbr_interface/ip/policy/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 this variable should do so via c...
f333964:c0:m4
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface/ip (container) YANG Description: Internet Protocol (IP).
f333965:c0:m3
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/ve/ip_pbr_interface/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() direct...
f333965:c0:m4
def _get_interface_ip_router_isis(self):
return self.__interface_ip_router_isis<EOL>
Getter method for interface_ip_router_isis, mapped from YANG variable /routing_system/interface/ve/ip/intf_router_isis/int_router_isis/interface_ip_router_isis (empty)
f333966:c0:m3
def _set_interface_ip_router_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=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 interface_ip_router_isis, mapped from YANG variable /routing_system/interface/ve/ip/intf_router_isis/int_router_isis/interface_ip_router_isis (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ip_router_isis is considered as a private method. Backends lo...
f333966:c0:m4
def _get_int_router_isis(self):
return self.__int_router_isis<EOL>
Getter method for int_router_isis, mapped from YANG variable /routing_system/interface/ve/ip/intf_router_isis/int_router_isis (container)
f333967:c0:m3
def _set_int_router_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=int_router_isis.int_router_isis, 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=Tr...
Setter method for int_router_isis, mapped from YANG variable /routing_system/interface/ve/ip/intf_router_isis/int_router_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_int_router_isis is considered as a private method. Backends looking to populate this variable should ...
f333967:c0:m4
def _get_auth_data(self):
return self.__auth_data<EOL>
Getter method for auth_data, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type/md5_auth/auth_data (string) YANG Description: Authentication data
f333968:c0:m3
def _set_auth_data(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u'...
Setter method for auth_data, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type/md5_auth/auth_data (string) If this variable is read-only (config: false) in the source YANG file, then _set_auth_data is considered as a private method. Backends looking to populate this variable should do...
f333968:c0:m4
def _get_md5_auth(self):
return self.__md5_auth<EOL>
Getter method for md5_auth, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type/md5_auth (container) YANG Description: MD5 Authentication
f333969:c0:m3
def _set_md5_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=md5_auth.md5_auth, 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 md5_auth, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type/md5_auth (container) If this variable is read-only (config: false) in the source YANG file, then _set_md5_auth is considered as a private method. Backends looking to populate this variable should do so via c...
f333969:c0:m4
def _get_auth_type(self):
return self.__auth_type<EOL>
Getter method for auth_type, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type (container) YANG Description: Authentication type
f333970:c0:m3
def _set_auth_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=auth_type.auth_type, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio...
Setter method for auth_type, mapped from YANG variable /routing_system/interface/ve/ip/ip_vrrp_extended/auth_type (container) If this variable is read-only (config: false) in the source YANG file, then _set_auth_type is considered as a private method. Backends looking to populate this variable should do so via calling ...
f333970:c0:m4
def _get_dhcp(self):
return self.__dhcp<EOL>
Getter method for dhcp, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp (container)
f333971:c0:m3
def _set_dhcp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dhcp.dhcp, 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 dhcp, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp (container) If this variable is read-only (config: false) in the source YANG file, then _set_dhcp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333971:c0:m4
def _get_relay(self):
return self.__relay<EOL>
Getter method for relay, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay (container)
f333972:c0:m3
def _set_relay(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=relay.relay, 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 relay, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay (container) If this variable is read-only (config: false) in the source YANG file, then _set_relay is considered as a private method. Backends looking to populate this variable should do so via calling t...
f333972:c0:m4
def _get_servers(self):
return self.__servers<EOL>
Getter method for servers, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers (list)
f333973:c0:m3
def _set_servers(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>",servers.servers, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for servers, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers (list) If this variable is read-only (config: false) in the source YANG file, then _set_servers is considered as a private method. Backends looking to populate this variable should do so via ca...
f333973:c0:m4
def _get_gateway(self):
return self.__gateway<EOL>
Getter method for gateway, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/gateway (dhcp-ipv4-address) YANG Description: Gateway address
f333973:c0:m6
def _set_gateway(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 gateway, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/gateway (dhcp-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_gateway is considered as a private method. Backends looking to populate this variable should...
f333973:c0:m7
def _get_relay_ip_addr(self):
return self.__relay_ip_addr<EOL>
Getter method for relay_ip_addr, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers/relay_ip_addr (dhcp-ipv4-address) YANG Description: DHCP server IP address
f333974:c0:m3
def _set_relay_ip_addr(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 relay_ip_addr, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers/relay_ip_addr (dhcp-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_relay_ip_addr is considered as a private method. Backends looking to pop...
f333974:c0:m4
def _get_server_vrf_name(self):
return self.__server_vrf_name<EOL>
Getter method for server_vrf_name, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers/server_vrf_name (common-def:vrf-name) YANG Description: Name of the VRF that the DHCP server is within
f333974:c0:m6
def _set_server_vrf_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for server_vrf_name, mapped from YANG variable /routing_system/interface/ve/ip/interface_ve_dhcp_conf/dhcp/relay/servers/server_vrf_name (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_server_vrf_name is considered as a private method. Backends lookin...
f333974:c0:m7
def _get_ospf1(self):
return self.__ospf1<EOL>
Getter method for ospf1, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1 (container)
f333975:c0:m3
def _set_ospf1(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ospf1.ospf1, 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 ospf1, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1 (container) If this variable is read-only (config: false) in the source YANG file, then _set_ospf1 is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333975:c0:m4
def _get_encrypttype(self):
return self.__encrypttype<EOL>
Getter method for encrypttype, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table/encrypttype (key-type)
f333976:c0:m3
def _set_encrypttype(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:0>', u'<STR_LIT:2>', u'<STR_LIT...
Setter method for encrypttype, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table/encrypttype (key-type) If this variable is read-only (config: false) in the source YANG file, then _set_encrypttype is considered as a private method. Backends lookin...
f333976:c0:m4
def _get_auth_key(self):
return self.__auth_key<EOL>
Getter method for auth_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table/auth_key (ospf-auth-psswd-string)
f333976:c0:m6
def _set_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=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 auth_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table/auth_key (ospf-auth-psswd-string) If this variable is read-only (config: false) in the source YANG file, then _set_auth_key is considered as a private method. Backends l...
f333976:c0:m7
def _get_no_encrypt_auth_key(self):
return self.__no_encrypt_auth_key<EOL>
Getter method for no_encrypt_auth_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/no_encrypt_auth_key_table/no_encrypt_auth_key (ospf-auth-psswd-string)
f333977:c0:m3
def _set_no_encrypt_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=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 no_encrypt_auth_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/no_encrypt_auth_key_table/no_encrypt_auth_key (ospf-auth-psswd-string) If this variable is read-only (config: false) in the source YANG file, then _set_no_encrypt_auth_key i...
f333977:c0:m4
def _get_no_encrypt_auth_key_table(self):
return self.__no_encrypt_auth_key_table<EOL>
Getter method for no_encrypt_auth_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/no_encrypt_auth_key_table (container)
f333978:c0:m3
def _set_no_encrypt_auth_key_table(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=no_encrypt_auth_key_table.no_encrypt_auth_key_table, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethod...
Setter method for no_encrypt_auth_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/no_encrypt_auth_key_table (container) If this variable is read-only (config: false) in the source YANG file, then _set_no_encrypt_auth_key_table is considered as a pri...
f333978:c0:m4
def _get_auth_key_table(self):
return self.__auth_key_table<EOL>
Getter method for auth_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table (container)
f333978:c0:m6
def _set_auth_key_table(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=auth_key_table.auth_key_table, 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 auth_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key/auth_key_table (container) If this variable is read-only (config: false) in the source YANG file, then _set_auth_key_table is considered as a private method. Backends looking to ...
f333978:c0:m7
def _get_key_id(self):
return self.__key_id<EOL>
Getter method for key_id, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/key_id (uint32)
f333979:c0:m3
def _set_key_id(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 key_id, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/key_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_key_id is considered as a private method. Backends looking to populate this var...
f333979:c0:m4
def _get_key(self):
return self.__key<EOL>
Getter method for key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/key (key-type) YANG Description: MD5 Authentication password (key)
f333979:c0:m6
def _set_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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT:0>', u'<STR_LIT:2>', u'<STR_LIT...
Setter method for key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/key (key-type) If this variable is read-only (config: false) in the source YANG file, then _set_key is considered as a private method. Backends looking to populate this variable s...
f333979:c0:m7
def _get_md5_authentication_key(self):
return self.__md5_authentication_key<EOL>
Getter method for md5_authentication_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/md5_authentication_key (ospf-auth-psswd-string)
f333979:c0:m9
def _set_md5_authentication_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT:key>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': Non...
Setter method for md5_authentication_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table/md5_authentication_key (ospf-auth-psswd-string) If this variable is read-only (config: false) in the source YANG file, then _set_md5_authentication_key is consi...
f333979:c0:m10
def _get_no_encrypt_key_id(self):
return self.__no_encrypt_key_id<EOL>
Getter method for no_encrypt_key_id, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table/no_encrypt_key_id (uint32)
f333980:c0:m3
def _set_no_encrypt_key_id(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 no_encrypt_key_id, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table/no_encrypt_key_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_no_encrypt_key_id is considered as a private m...
f333980:c0:m4
def _get_no_encrypt_key(self):
return self.__no_encrypt_key<EOL>
Getter method for no_encrypt_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table/no_encrypt_key (ospf-auth-psswd-string)
f333980:c0:m6
def _set_no_encrypt_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=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 no_encrypt_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table/no_encrypt_key (ospf-auth-psswd-string) If this variable is read-only (config: false) in the source YANG file, then _set_no_encrypt_key is considered as a pr...
f333980:c0:m7
def _get_key_activation_wait_time(self):
return self.__key_activation_wait_time<EOL>
Getter method for key_activation_wait_time, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_activation_wait_time (common-def:time-interval-sec)
f333981:c0:m3
def _set_key_activation_wait_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 key_activation_wait_time, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_activation_wait_time (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_key_activation_wait_time is con...
f333981:c0:m4
def _get_no_encrypt_key_table(self):
return self.__no_encrypt_key_table<EOL>
Getter method for no_encrypt_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table (container)
f333981:c0:m6
def _set_no_encrypt_key_table(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=no_encrypt_key_table.no_encrypt_key_table, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, registe...
Setter method for no_encrypt_key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/no_encrypt_key_table (container) If this variable is read-only (config: false) in the source YANG file, then _set_no_encrypt_key_table is considered as a private method. Ba...
f333981:c0:m7
def _get_key_table(self):
return self.__key_table<EOL>
Getter method for key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table (container)
f333981:c0:m9
def _set_key_table(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=key_table.key_table, 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 key_table, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication/key_table (container) If this variable is read-only (config: false) in the source YANG file, then _set_key_table is considered as a private method. Backends looking to populate this v...
f333981:c0:m10
def _get_area(self):
return self.__area<EOL>
Getter method for area, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/area (ospf-area-id)
f333982:c0:m3
def _set_area(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 area, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/area (ospf-area-id) If this variable is read-only (config: false) in the source YANG file, then _set_area is considered as a private method. Backends looking to populate this variable should do so via callin...
f333982:c0:m4
def _get_auth_change_wait_time(self):
return self.__auth_change_wait_time<EOL>
Getter method for auth_change_wait_time, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/auth_change_wait_time (common-def:time-interval-sec)
f333982:c0:m6
def _set_auth_change_wait_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 auth_change_wait_time, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/auth_change_wait_time (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_auth_change_wait_time is considered as a private method....
f333982:c0:m7
def _get_authentication_key(self):
return self.__authentication_key<EOL>
Getter method for authentication_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key (container)
f333982:c0:m9
def _set_authentication_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=authentication_key.authentication_key, 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_pa...
Setter method for authentication_key, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/authentication_key (container) If this variable is read-only (config: false) in the source YANG file, then _set_authentication_key is considered as a private method. Backends looking to populat...
f333982:c0:m10
def _get_hello_interval(self):
return self.__hello_interval<EOL>
Getter method for hello_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/hello_interval (common-def:time-interval-sec)
f333982:c0:m12
def _set_hello_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>']}), default=RestrictedClassTy...
Setter method for hello_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/hello_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_hello_interval is considered as a private method. Backends looking to ...
f333982:c0:m13
def _get_dead_interval(self):
return self.__dead_interval<EOL>
Getter method for dead_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/dead_interval (common-def:time-interval-sec)
f333982:c0:m15
def _set_dead_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>']}), default=RestrictedClassTy...
Setter method for dead_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/dead_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_dead_interval is considered as a private method. Backends looking to pop...
f333982:c0:m16
def _get_retransmit_interval(self):
return self.__retransmit_interval<EOL>
Getter method for retransmit_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/retransmit_interval (common-def:time-interval-sec)
f333982:c0:m18
def _set_retransmit_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 retransmit_interval, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/retransmit_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_retransmit_interval is considered as a private method. Backe...
f333982:c0:m19
def _get_transmit_delay(self):
return self.__transmit_delay<EOL>
Getter method for transmit_delay, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/transmit_delay (common-def:time-interval-sec)
f333982:c0:m21
def _set_transmit_delay(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 transmit_delay, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/transmit_delay (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_transmit_delay is considered as a private method. Backends looking to ...
f333982:c0:m22
def _get_md5_authentication(self):
return self.__md5_authentication<EOL>
Getter method for md5_authentication, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication (container)
f333982:c0:m24
def _set_md5_authentication(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=md5_authentication.md5_authentication, 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_pa...
Setter method for md5_authentication, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/md5_authentication (container) If this variable is read-only (config: false) in the source YANG file, then _set_md5_authentication is considered as a private method. Backends looking to populat...
f333982:c0:m25
def _get_cost(self):
return self.__cost<EOL>
Getter method for cost, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/cost (uint32)
f333982:c0:m27
def _set_cost(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 cost, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/cost (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_cost is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333982:c0:m28
def _get_network(self):
return self.__network<EOL>
Getter method for network, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/network (enumeration)
f333982:c0:m30
def _set_network(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 network, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/network (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_network is considered as a private method. Backends looking to populate this variable should do so vi...
f333982:c0:m31
def _get_intf_ldp_sync(self):
return self.__intf_ldp_sync<EOL>
Getter method for intf_ldp_sync, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/intf_ldp_sync (enumeration)
f333982:c0:m33
def _set_intf_ldp_sync(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 intf_ldp_sync, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/intf_ldp_sync (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_intf_ldp_sync is considered as a private method. Backends looking to populate this variab...
f333982:c0:m34
def _get_database_filter(self):
return self.__database_filter<EOL>
Getter method for database_filter, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/database_filter (container)
f333982:c0:m36
def _set_database_filter(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=database_filter.database_filter, 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=Tr...
Setter method for database_filter, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/database_filter (container) If this variable is read-only (config: false) in the source YANG file, then _set_database_filter is considered as a private method. Backends looking to populate this va...
f333982:c0:m37
def _get_mtu_ignore(self):
return self.__mtu_ignore<EOL>
Getter method for mtu_ignore, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/mtu_ignore (empty)
f333982:c0:m39
def _set_mtu_ignore(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 mtu_ignore, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/mtu_ignore (empty) If this variable is read-only (config: false) in the source YANG file, then _set_mtu_ignore is considered as a private method. Backends looking to populate this variable should do so...
f333982:c0:m40
def _get_active(self):
return self.__active<EOL>
Getter method for active, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/active (empty)
f333982:c0:m42
def _set_active(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 active, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/active (empty) If this variable is read-only (config: false) in the source YANG file, then _set_active is considered as a private method. Backends looking to populate this variable should do so via calling...
f333982:c0:m43
def _get_passive(self):
return self.__passive<EOL>
Getter method for passive, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/passive (empty)
f333982:c0:m45
def _set_passive(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 passive, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/passive (empty) If this variable is read-only (config: false) in the source YANG file, then _set_passive is considered as a private method. Backends looking to populate this variable should do so via call...
f333982:c0:m46
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/priority (uint32)
f333982:c0:m48
def _set_priority(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 priority, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/priority (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via ...
f333982:c0:m49
def _get_bfd(self):
return self.__bfd<EOL>
Getter method for bfd, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/bfd (container) YANG Description: Set Bidirectional Forwarding Detection operation mode on this interface
f333982:c0:m51
def _set_bfd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bfd.bfd, 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 bfd, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/bfd (container) If this variable is read-only (config: false) in the source YANG file, then _set_bfd is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333982:c0:m52
def _get_intf_bfd_enable(self):
return self.__intf_bfd_enable<EOL>
Getter method for intf_bfd_enable, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/bfd/intf_bfd_enable (empty) YANG Description: Enable bfd on this interface
f333983:c0:m3
def _set_intf_bfd_enable(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 intf_bfd_enable, mapped from YANG variable /routing_system/interface/ve/ip/interface_vlan_ospf_conf/ospf1/bfd/intf_bfd_enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_intf_bfd_enable is considered as a private method. Backends looking to populate this va...
f333983:c0:m4