signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
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/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/relay_ip_addr (dhcp-ipv6-address) YANG Description: DHCPv6 server IPv6 address
f334035: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/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/relay_ip_addr (dhcp-ipv6-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 p...
f334035: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/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/server_vrf_name (common-def:vrf-name) YANG Description: Name of the VRF that the DHCPv6 server is within
f334035:c0:m6
def _set_server_vrf_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>', '<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 server_vrf_name, mapped from YANG variable /routing_system/interface/ve/ipv6/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 look...
f334035:c0:m7
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/interface (container) YANG Description: Interface.
f334035:c0:m9
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/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/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 variabl...
f334035:c0:m10
def _get_auth_data(self):
return self.__auth_data<EOL>
Getter method for auth_data, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_vrrp_extended/auth_type/md5_auth/auth_data (string) YANG Description: Authentication data
f334036: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/ipv6/ipv6_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 shoul...
f334036: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/ipv6/ipv6_vrrp_extended/auth_type/md5_auth (container) YANG Description: MD5 Authentication
f334037: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/ipv6/ipv6_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 v...
f334037: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/ipv6/ipv6_vrrp_extended/auth_type (container) YANG Description: Authentication type
f334038: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/ipv6/ipv6_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 call...
f334038:c0:m4
def _get_virtual_ipaddr(self):
return self.__virtual_ipaddr<EOL>
Getter method for virtual_ipaddr, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/virtual_ip/virtual_ipaddr (inet:ipv6-address) YANG Description: Virtual IPv6 address
f334039:c0:m3
def _set_virtual_ipaddr(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 virtual_ipaddr, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/virtual_ip/virtual_ipaddr (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_ipaddr is considered as a private method. Backends looking to populate this variable...
f334039:c0:m4
def _get_vrid(self):
return self.__vrid<EOL>
Getter method for vrid, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/vrid (vrid-type)
f334040:c0:m3
def _set_vrid(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 vrid, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/vrid (vrid-type) If this variable is read-only (config: false) in the source YANG file, then _set_vrid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrid() dir...
f334040:c0:m4
def _get_use_v2_checksum(self):
return self.__use_v2_checksum<EOL>
Getter method for use_v2_checksum, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/use_v2_checksum (empty) YANG Description: Use v2 checksum
f334040:c0:m6
def _set_use_v2_checksum(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 use_v2_checksum, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/use_v2_checksum (empty) If this variable is read-only (config: false) in the source YANG file, then _set_use_v2_checksum is considered as a private method. Backends looking to populate this variable should do so via ca...
f334040:c0:m7
def _get_virtual_ip(self):
return self.__virtual_ip<EOL>
Getter method for virtual_ip, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/virtual_ip (list)
f334040:c0:m9
def _set_virtual_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=YANGListType("<STR_LIT>",virtual_ip.virtual_ip, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',...
Setter method for virtual_ip, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/virtual_ip (list) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334040:c0:m10
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track (container) YANG Description: Interface to be tracked
f334040:c0:m12
def _set_track(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=track.track, 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 track, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track (container) If this variable is read-only (config: false) in the source YANG file, then _set_track is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_track()...
f334040:c0:m13
def _get_advertisement_interval(self):
return self.__advertisement_interval<EOL>
Getter method for advertisement_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/advertisement_interval (uint32) YANG Description: Set advertisement interval
f334040:c0:m15
def _set_advertisement_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 advertisement_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/advertisement_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_advertisement_interval is considered as a private method. Backends looking to populate this variab...
f334040:c0:m16
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/enable (empty) YANG Description: Enable Session
f334040:c0:m18
def _set_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:info>': u...
Setter method for enable, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_enable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enable()...
f334040:c0:m19
def _get_hold_time(self):
return self.__hold_time<EOL>
Getter method for hold_time, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/hold_time (uint32) YANG Description: Configure hold time for this session
f334040:c0:m21
def _set_hold_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 hold_time, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/hold_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hold_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334040:c0:m22
def _get_preempt_mode(self):
return self.__preempt_mode<EOL>
Getter method for preempt_mode, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/preempt_mode (empty) YANG Description: Set preempt mode for the session
f334040:c0:m24
def _set_preempt_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=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 preempt_mode, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/preempt_mode (empty) If this variable is read-only (config: false) in the source YANG file, then _set_preempt_mode is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334040:c0:m25
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/priority (uint8) YANG Description: Set router priority within virtual router
f334040:c0:m27
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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/priority (uint8) 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 calling thisObj._set_pr...
f334040:c0:m28
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/description (string) YANG Description: Interface specific description
f334040:c0:m30
def _set_description(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:description>", rest_name="<STR_LIT:description>", parent=self, path_helper=self._path_hel...
Setter method for description, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/description (string) If this variable is read-only (config: false) in the source YANG file, then _set_description is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334040:c0:m31
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/interface_type (track-iftype)
f334041:c0:m3
def _set_interface_type(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/interface_type (track-iftype) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private method. Backends looking to populate this variable...
f334041:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/interface_name (track-ifname)
f334041:c0:m6
def _set_interface_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, restrict...
Setter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/interface_name (track-ifname) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this variable...
f334041:c0:m7
def _get_track_priority(self):
return self.__track_priority<EOL>
Getter method for track_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/track_priority (uint8) YANG Description: Track Priority
f334041:c0:m9
def _set_track_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for track_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface/track_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_track_priority is considered as a private method. Backends looking to populate this variable should...
f334041:c0:m10
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface (list)
f334042:c0:m3
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=YANGListType("<STR_LIT>",interface.interface, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', e...
Setter method for interface, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3/track/interface (list) 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...
f334042:c0:m4
def _get_ipv6_config(self):
return self.__ipv6_config<EOL>
Getter method for ipv6_config, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_config (container)
f334043:c0:m3
def _set_ipv6_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=ipv6_config.ipv6_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_paths=True, exte...
Setter method for ipv6_config, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_config is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334043:c0:m4
def _get_ipv6_vrrp_extended(self):
return self.__ipv6_vrrp_extended<EOL>
Getter method for ipv6_vrrp_extended, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_vrrp_extended (container) YANG Description: VRRP Extended
f334043:c0:m6
def _set_ipv6_vrrp_extended(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6_vrrp_extended.ipv6_vrrp_extended, 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 ipv6_vrrp_extended, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_vrrp_extended (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_vrrp_extended is considered as a private method. Backends looking to populate this variable should do so ...
f334043:c0:m7
def _get_ipv6_local_anycast_gateway(self):
return self.__ipv6_local_anycast_gateway<EOL>
Getter method for ipv6_local_anycast_gateway, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_local_anycast_gateway (list)
f334043:c0:m9
def _set_ipv6_local_anycast_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=YANGListType("<STR_LIT>",ipv6_local_anycast_gateway.ipv6_local_anycast_gateway, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._pat...
Setter method for ipv6_local_anycast_gateway, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_local_anycast_gateway (list) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_local_anycast_gateway is considered as a private method. Backends looking to populate this var...
f334043:c0:m10
def _get_interface_ve_dhcp_conf(self):
return self.__interface_ve_dhcp_conf<EOL>
Getter method for interface_ve_dhcp_conf, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf (container)
f334043:c0:m12
def _set_interface_ve_dhcp_conf(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_ve_dhcp_conf.interface_ve_dhcp_conf, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg...
Setter method for interface_ve_dhcp_conf, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ve_dhcp_conf is considered as a private method. Backends looking to populate this variable s...
f334043:c0:m13
def _get_icmpv6(self):
return self.__icmpv6<EOL>
Getter method for icmpv6, mapped from YANG variable /routing_system/interface/ve/ipv6/icmpv6 (container)
f334043:c0:m15
def _set_icmpv6(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=icmpv6.icmpv6, 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 icmpv6, mapped from YANG variable /routing_system/interface/ve/ipv6/icmpv6 (container) If this variable is read-only (config: false) in the source YANG file, then _set_icmpv6 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_icmpv6() di...
f334043:c0:m16
def _get_access_group(self):
return self.__access_group<EOL>
Getter method for access_group, mapped from YANG variable /routing_system/interface/ve/ipv6/access_group (list)
f334043:c0:m18
def _set_access_group(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",access_group.access_group, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LI...
Setter method for access_group, mapped from YANG variable /routing_system/interface/ve/ipv6/access_group (list) If this variable is read-only (config: false) in the source YANG file, then _set_access_group is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334043:c0:m19
def _get_policy(self):
return self.__policy<EOL>
Getter method for policy, mapped from YANG variable /routing_system/interface/ve/ipv6/policy (container) YANG Description: Configure PBR
f334043:c0:m21
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/ipv6/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._set_policy() di...
f334043:c0:m22
def _get_ipv6_nd_ra(self):
return self.__ipv6_nd_ra<EOL>
Getter method for ipv6_nd_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra (container)
f334043:c0:m24
def _set_ipv6_nd_ra(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_nd_ra.ipv6_nd_ra, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for ipv6_nd_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_nd_ra is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334043:c0:m25
def _get_intf_ipv6_router_isis(self):
return self.__intf_ipv6_router_isis<EOL>
Getter method for intf_ipv6_router_isis, mapped from YANG variable /routing_system/interface/ve/ipv6/intf_ipv6_router_isis (container)
f334043:c0:m27
def _set_intf_ipv6_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=intf_ipv6_router_isis.intf_ipv6_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, regis...
Setter method for intf_ipv6_router_isis, mapped from YANG variable /routing_system/interface/ve/ipv6/intf_ipv6_router_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_intf_ipv6_router_isis is considered as a private method. Backends looking to populate this variable shou...
f334043:c0:m28
def _get_ipv6_ve_intf_cmds(self):
return self.__ipv6_ve_intf_cmds<EOL>
Getter method for ipv6_ve_intf_cmds, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_ve_intf_cmds (container)
f334043:c0:m30
def _set_ipv6_ve_intf_cmds(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_ve_intf_cmds.ipv6_ve_intf_cmds, 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 ipv6_ve_intf_cmds, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_ve_intf_cmds (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_ve_intf_cmds is considered as a private method. Backends looking to populate this variable should do so via...
f334043:c0:m31
def _get_interface_ospfv3_conf(self):
return self.__interface_ospfv3_conf<EOL>
Getter method for interface_ospfv3_conf, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf (container) YANG Description: Open Shortest Path First version 3 (OSPFv3)
f334043:c0:m33
def _set_interface_ospfv3_conf(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_ospfv3_conf.interface_ospfv3_conf, 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 interface_ospfv3_conf, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ospfv3_conf is considered as a private method. Backends looking to populate this variable shou...
f334043:c0:m34
def _get_vrrpv3(self):
return self.__vrrpv3<EOL>
Getter method for vrrpv3, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3 (list)
f334043:c0:m36
def _set_vrrpv3(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>",vrrpv3.vrrpv3, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensi...
Setter method for vrrpv3, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3 (list) If this variable is read-only (config: false) in the source YANG file, then _set_vrrpv3 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrrpv3() directl...
f334043:c0:m37
def _get_vrrpv3e(self):
return self.__vrrpv3e<EOL>
Getter method for vrrpv3e, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e (list)
f334043:c0:m39
def _set_vrrpv3e(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>",vrrpv3e.vrrpv3e, 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 vrrpv3e, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e (list) If this variable is read-only (config: false) in the source YANG file, then _set_vrrpv3e is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrrpv3e() dir...
f334043:c0:m40
def _get_hello_interval(self):
return self.__hello_interval<EOL>
Getter method for hello_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/hello_interval (common-def:time-interval-sec) YANG Description: Time interval in seconds between HELLO packets
f334044:c0:m3
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>']}), is_leaf=True, yang_name="...
Setter method for hello_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/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. Ba...
f334044:c0:m4
def _get_dead_interval(self):
return self.__dead_interval<EOL>
Getter method for dead_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/dead_interval (common-def:time-interval-sec) YANG Description: Indicates the number of seconds that a neighbor router waits for a hello packetfrom the device before declaring the ...
f334044:c0:m6
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>']}), is_leaf=True, yang_name="...
Setter method for dead_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/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. Backe...
f334044:c0:m7
def _get_hello_jitter(self):
return self.__hello_jitter<EOL>
Getter method for hello_jitter, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/hello_jitter (uint32) YANG Description: Allowed jitter between HELLO packets
f334044:c0:m9
def _set_hello_jitter(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 hello_jitter, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/hello_jitter (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hello_jitter is considered as a private method. Backends looking to populate t...
f334044:c0:m10
def _get_retransmit_interval(self):
return self.__retransmit_interval<EOL>
Getter method for retransmit_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/retransmit_interval (common-def:time-interval-sec) YANG Description: The time between retransmissions of LSAs to adjacent routers for an interface.The value can be from 1-36...
f334044:c0:m12
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/ipv6/interface_ospfv3_conf/link_interval_properties/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 pri...
f334044:c0:m13
def _get_transmit_delay(self):
return self.__transmit_delay<EOL>
Getter method for transmit_delay, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/link_interval_properties/transmit_delay (common-def:time-interval-sec) YANG Description: The time it takes to transmit Link State Update packets on this interface.The range is 0-3600 seconds. The default...
f334044:c0:m15
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/ipv6/interface_ospfv3_conf/link_interval_properties/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. Ba...
f334044:c0:m16
def _get_interface_area(self):
return self.__interface_area<EOL>
Getter method for interface_area, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/interface_area (ospf:ospf-area-id) YANG Description: Assign an OSPF area for the interface
f334045:c0:m3
def _set_interface_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 interface_area, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/interface_area (ospf:ospf-area-id) If this variable is read-only (config: false) in the source YANG file, then _set_interface_area is considered as a private method. Backends looking to populate this vari...
f334045:c0:m4
def _get_active(self):
return self.__active<EOL>
Getter method for active, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/active (empty) YANG Description: When you configure an OSPFv3 interface to be active, that interface sends or receives all the control packets and forms the adjacency. By default, the ipv6 ospf active command is...
f334045:c0:m6
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/ipv6/interface_ospfv3_conf/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 thisOb...
f334045:c0:m7
def _get_passive(self):
return self.__passive<EOL>
Getter method for passive, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/passive (empty) YANG Description: When you configure an OSPF interface to be passive, that interface does not send or receive OSPF route updates. This option affects all IPv6 subnets configured on the interface...
f334045:c0:m9
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/ipv6/interface_ospfv3_conf/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 calling thi...
f334045:c0:m10
def _get_bfd(self):
return self.__bfd<EOL>
Getter method for bfd, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/bfd (container) YANG Description: Set Bidirectional Forwarding Detection operation mode on this interface
f334045:c0:m12
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/ipv6/interface_ospfv3_conf/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 thisObj._se...
f334045:c0:m13
def _get_cost(self):
return self.__cost<EOL>
Getter method for cost, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/cost (uint32) YANG Description: The overhead required (cost) to send a packet across this interface
f334045:c0:m15
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/ipv6/interface_ospfv3_conf/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 thisObj._se...
f334045:c0:m16
def _get_instance(self):
return self.__instance<EOL>
Getter method for instance, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/instance (uint32) YANG Description: Instance indicates the number of OSPFv3 instances running on this interface.The default is 1.
f334045:c0:m18
def _set_instance(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 instance, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/instance (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_instance is considered as a private method. Backends looking to populate this variable should do so via calling...
f334045:c0:m19
def _get_mtu_ignore(self):
return self.__mtu_ignore<EOL>
Getter method for mtu_ignore, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/mtu_ignore (empty) YANG Description: To disable a check that verifies the same MTU is used on the interfaceshared by neighbors.By default, the mismatch detection is enabled.
f334045:c0:m21
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/ipv6/interface_ospfv3_conf/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 via ca...
f334045:c0:m22
def _get_network(self):
return self.__network<EOL>
Getter method for network, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/network (enumeration) YANG Description: To configure the OSPF network type.The default setting of the parameter depends on the network type.
f334045:c0:m24
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/ipv6/interface_ospfv3_conf/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 via calli...
f334045:c0:m25
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/priority (uint32) YANG Description: To modify the priority of an OSPF router. The value can be from 0-255.The priority is used when selecting the designated router (DR) and backup designated routers (BDRs). De...
f334045:c0:m27
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/ipv6/interface_ospfv3_conf/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 calling...
f334045:c0:m28
def _get_suppress_linklsa(self):
return self.__suppress_linklsa<EOL>
Getter method for suppress_linklsa, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/suppress_linklsa (empty) YANG Description: Suppress link LSA advertisements
f334045:c0:m30
def _set_suppress_linklsa(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 suppress_linklsa, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/suppress_linklsa (empty) If this variable is read-only (config: false) in the source YANG file, then _set_suppress_linklsa is considered as a private method. Backends looking to populate this variable s...
f334045:c0:m31
def _get_authentication(self):
return self.__authentication<EOL>
Getter method for authentication, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/authentication (container) YANG Description: Configure ipsec authentication for the interface.The interface IPsec configuration takes precedence over the area IPsec configuration when an area and an inte...
f334045:c0:m33
def _set_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=authentication.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_paths=True...
Setter method for authentication, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ospfv3_conf/authentication (container) If this variable is read-only (config: false) in the source YANG file, then _set_authentication is considered as a private method. Backends looking to populate this variable sho...
f334045:c0:m34