signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/interface/interface_name (track-ifname)
f334073: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/vrrpe/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 shoul...
f334073: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/vrrpe/track/interface/track_priority (uint8) YANG Description: Track Priority
f334073: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/vrrpe/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 do so...
f334073:c0:m10
def _get_network_address(self):
return self.__network_address<EOL>
Getter method for network_address, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network/network_address (union) YANG Description: IPv4 global address
f334074:c0:m3
def _set_network_address(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restrict...
Setter method for network_address, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network/network_address (union) If this variable is read-only (config: false) in the source YANG file, then _set_network_address is considered as a private method. Backends looking to populate this variable should do s...
f334074:c0:m4
def _get_network_priority(self):
return self.__network_priority<EOL>
Getter method for network_priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network/network_priority (uint8)
f334074:c0:m6
def _set_network_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 network_priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network/network_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_network_priority is considered as a private method. Backends looking to populate this variable should d...
f334074:c0:m7
def _get_network(self):
return self.__network<EOL>
Getter method for network, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network (list)
f334075:c0:m3
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=YANGListType("<STR_LIT>",network.network, 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 network, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/network (list) 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 calling thisObj._set_networ...
f334075:c0:m4
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/interface (list)
f334075:c0:m6
def _set_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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/vrrpe/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._set_...
f334075:c0:m7
def _get_unicast_request(self):
return self.__unicast_request<EOL>
Getter method for unicast_request, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp/unicast_request (container) YANG Description: Modify Unicast ARP requests
f334076:c0:m3
def _set_unicast_request(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicast_request.unicast_request, 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 unicast_request, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp/unicast_request (container) If this variable is read-only (config: false) in the source YANG file, then _set_unicast_request is considered as a private method. Backends looking to populate this variable should do so via ...
f334076:c0:m4
def _get_receive(self):
return self.__receive<EOL>
Getter method for receive, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp/unicast_request/receive (empty) YANG Description: Receive unicast ARP requests
f334077:c0:m3
def _set_receive(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 receive, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp/unicast_request/receive (empty) If this variable is read-only (config: false) in the source YANG file, then _set_receive is considered as a private method. Backends looking to populate this variable should do so via calling this...
f334077: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/vrrp/virtual_ip/virtual_ipaddr (inet:ipv4-address) YANG Description: Virtual IPv4 address
f334078: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/vrrp/virtual_ip/virtual_ipaddr (inet:ipv4-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 should...
f334078:c0:m4
def _get_vrid(self):
return self.__vrid<EOL>
Getter method for vrid, mapped from YANG variable /routing_system/interface/ve/vrrp/vrid (vrid-type)
f334079: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/vrrp/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() directly.
f334079:c0:m4
def _get_version(self):
return self.__version<EOL>
Getter method for version, mapped from YANG variable /routing_system/interface/ve/vrrp/version (uint8)
f334079:c0:m6
def _set_version(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 version, mapped from YANG variable /routing_system/interface/ve/vrrp/version (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_version is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_version() di...
f334079:c0:m7
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/vrrp/use_v2_checksum (empty) YANG Description: Enables v2 checksum computation method for VRRPv3 session
f334079:c0:m9
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/vrrp/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 calling t...
f334079:c0:m10
def _get_virtual_ip(self):
return self.__virtual_ip<EOL>
Getter method for virtual_ip, mapped from YANG variable /routing_system/interface/ve/vrrp/virtual_ip (list)
f334079:c0:m12
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/vrrp/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._set_virt...
f334079:c0:m13
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /routing_system/interface/ve/vrrp/track (container) YANG Description: Interface to be tracked
f334079:c0:m15
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/vrrp/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() direct...
f334079:c0:m16
def _get_advertisement_interval(self):
return self.__advertisement_interval<EOL>
Getter method for advertisement_interval, mapped from YANG variable /routing_system/interface/ve/vrrp/advertisement_interval (uint32) YANG Description: Ipv4 session advertisement interval
f334079:c0:m18
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/vrrp/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 variable shou...
f334079:c0:m19
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /routing_system/interface/ve/vrrp/enable (empty) YANG Description: Enable Session
f334079:c0:m21
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/vrrp/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() direct...
f334079:c0:m22
def _get_hold_time(self):
return self.__hold_time<EOL>
Getter method for hold_time, mapped from YANG variable /routing_system/interface/ve/vrrp/hold_time (uint32) YANG Description: Configure hold time for this session
f334079:c0:m24
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/vrrp/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._set_hold_...
f334079:c0:m25
def _get_preempt_mode(self):
return self.__preempt_mode<EOL>
Getter method for preempt_mode, mapped from YANG variable /routing_system/interface/ve/vrrp/preempt_mode (empty) YANG Description: Set preempt mode for the session
f334079:c0:m27
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>': None, ...
Setter method for preempt_mode, mapped from YANG variable /routing_system/interface/ve/vrrp/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 thisObj._s...
f334079:c0:m28
def _get_arp(self):
return self.__arp<EOL>
Getter method for arp, mapped from YANG variable /routing_system/interface/ve/vrrp/arp (container) YANG Description: Modify ARP requests
f334079:c0:m30
def _set_arp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=arp.arp, 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 arp, mapped from YANG variable /routing_system/interface/ve/vrrp/arp (container) If this variable is read-only (config: false) in the source YANG file, then _set_arp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_arp() directly. YAN...
f334079:c0:m31
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /routing_system/interface/ve/vrrp/priority (uint8) YANG Description: Set router priority within virtual router
f334079:c0:m33
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>']}), default=RestrictedClassType...
Setter method for priority, mapped from YANG variable /routing_system/interface/ve/vrrp/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_priority(...
f334079:c0:m34
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /routing_system/interface/ve/vrrp/description (string) YANG Description: Interface specific description
f334079:c0:m36
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/vrrp/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 thisObj._set...
f334079:c0:m37
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /routing_system/interface/ve/vrrp/track/interface/interface_type (track-iftype)
f334080: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/vrrp/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 should...
f334080: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/vrrp/track/interface/interface_name (track-ifname)
f334080: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/vrrp/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 should...
f334080: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/vrrp/track/interface/track_priority (uint8) YANG Description: Track Priority
f334080: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/vrrp/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 do so ...
f334080:c0:m10
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/interface/ve/vrrp/track/interface (list)
f334081: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/vrrp/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._set_i...
f334081:c0:m4
def _get_unicast_request(self):
return self.__unicast_request<EOL>
Getter method for unicast_request, mapped from YANG variable /routing_system/interface/ve/vrrp/arp/unicast_request (container) YANG Description: Modify Unicast ARP requests
f334082:c0:m3
def _set_unicast_request(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicast_request.unicast_request, 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 unicast_request, mapped from YANG variable /routing_system/interface/ve/vrrp/arp/unicast_request (container) If this variable is read-only (config: false) in the source YANG file, then _set_unicast_request is considered as a private method. Backends looking to populate this variable should do so via c...
f334082:c0:m4
def _get_receive(self):
return self.__receive<EOL>
Getter method for receive, mapped from YANG variable /routing_system/interface/ve/vrrp/arp/unicast_request/receive (empty) YANG Description: Receive unicast ARP requests
f334083:c0:m3
def _set_receive(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 receive, mapped from YANG variable /routing_system/interface/ve/vrrp/arp/unicast_request/receive (empty) If this variable is read-only (config: false) in the source YANG file, then _set_receive is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334083:c0:m4
def _get_ve(self):
return self.__ve<EOL>
Getter method for ve, mapped from YANG variable /routing_system/interface/ve (list)
f334084:c0:m3
def _set_ve(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:name>",ve.ve, 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:name>', exten...
Setter method for ve, mapped from YANG variable /routing_system/interface/ve (list) If this variable is read-only (config: false) in the source YANG file, then _set_ve is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ve() directly.
f334084:c0:m4
def _get_loopback(self):
return self.__loopback<EOL>
Getter method for loopback, mapped from YANG variable /routing_system/interface/loopback (list)
f334084:c0:m6
def _set_loopback(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:id>",loopback.loopback, 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:id>...
Setter method for loopback, mapped from YANG variable /routing_system/interface/loopback (list) If this variable is read-only (config: false) in the source YANG file, then _set_loopback is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_loopback() directl...
f334084:c0:m7
def _get_forwarding(self):
return self.__forwarding<EOL>
Getter method for forwarding, mapped from YANG variable /routing_system/interface/loopback/vrf/forwarding (common-def:vrf-name) YANG Description: This specifies the VRF that needs to be associated with interface.
f334085:c0:m3
def _set_forwarding(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 forwarding, mapped from YANG variable /routing_system/interface/loopback/vrf/forwarding (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_forwarding is considered as a private method. Backends looking to populate this variable should ...
f334085:c0:m4
def _get_interface_auth_mode_md5_level1(self):
return self.__interface_auth_mode_md5_level1<EOL>
Getter method for interface_auth_mode_md5_level1, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level1 (empty)
f334086:c0:m3
def _set_interface_auth_mode_md5_level1(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_auth_mode_md5_level1, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level1 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_mode_md5_level1...
f334086:c0:m4
def _get_interface_auth_mode_md5_level2(self):
return self.__interface_auth_mode_md5_level2<EOL>
Getter method for interface_auth_mode_md5_level2, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level2 (empty)
f334086:c0:m6
def _set_interface_auth_mode_md5_level2(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_auth_mode_md5_level2, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level2 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_mode_md5_level2...
f334086:c0:m7
def _get_interface_md5(self):
return self.__interface_md5<EOL>
Getter method for interface_md5, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5 (container)
f334087:c0:m3
def _set_interface_md5(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_md5.interface_md5, 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_md5, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode/interface_md5 (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_md5 is considered as a private method. Backends looking to popul...
f334087:c0:m4
def _get_interface_metric_level(self):
return self.__interface_metric_level<EOL>
Getter method for interface_metric_level, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_metric/interface_metric_level (enumeration)
f334088:c0:m3
def _set_interface_metric_level(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_metric_level, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_metric/interface_metric_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_metric_level is considered as a private method....
f334088:c0:m4
def _get_interface_metric_val(self):
return self.__interface_metric_val<EOL>
Getter method for interface_metric_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_metric/interface_metric_val (uint32)
f334088:c0:m6
def _set_interface_metric_val(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 interface_metric_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_metric/interface_metric_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_metric_val is considered as a private method. Backends l...
f334088:c0:m7
def _get_interface_bfd_enable(self):
return self.__interface_bfd_enable<EOL>
Getter method for interface_bfd_enable, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_bfd/interface_bfd_enable (empty)
f334089:c0:m3
def _set_interface_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 interface_bfd_enable, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_bfd/interface_bfd_enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_bfd_enable is considered as a private method. Backends looki...
f334089:c0:m4
def _get_rev_metric_val(self):
return self.__rev_metric_val<EOL>
Getter method for rev_metric_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_val (uint32)
f334090:c0:m3
def _set_rev_metric_val(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 rev_metric_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rev_metric_val is considered as a private...
f334090:c0:m4
def _get_rev_metric_whole_lan(self):
return self.__rev_metric_whole_lan<EOL>
Getter method for rev_metric_whole_lan, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_whole_lan (empty)
f334090:c0:m6
def _set_rev_metric_whole_lan(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 rev_metric_whole_lan, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_whole_lan (empty) If this variable is read-only (config: false) in the source YANG file, then _set_rev_metric_whole_lan is consid...
f334090:c0:m7
def _get_rev_metric_te_def_metric(self):
return self.__rev_metric_te_def_metric<EOL>
Getter method for rev_metric_te_def_metric, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_te_def_metric (empty)
f334090:c0:m9
def _set_rev_metric_te_def_metric(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 rev_metric_te_def_metric, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_te_def_metric (empty) If this variable is read-only (config: false) in the source YANG file, then _set_rev_metric_te_def_metr...
f334090:c0:m10
def _get_rev_metric_common_attributes(self):
return self.__rev_metric_common_attributes<EOL>
Getter method for rev_metric_common_attributes, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes (container)
f334091:c0:m3
def _set_rev_metric_common_attributes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=rev_metric_common_attributes.rev_metric_common_attributes, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext...
Setter method for rev_metric_common_attributes, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_rev_metric_common_attributes is conside...
f334091:c0:m4
def _get_interface_priority_level1(self):
return self.__interface_priority_level1<EOL>
Getter method for interface_priority_level1, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_priority/interface_priority_level1 (uint32) YANG Description: Priority for Level-1 ISIS Router
f334092:c0:m3
def _set_interface_priority_level1(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 interface_priority_level1, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_priority/interface_priority_level1 (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_priority_level1 is considered as a private m...
f334092:c0:m4
def _get_interface_priority_level2(self):
return self.__interface_priority_level2<EOL>
Getter method for interface_priority_level2, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_priority/interface_priority_level2 (uint32) YANG Description: Priority for Level-2 ISIS Router
f334092:c0:m6
def _set_interface_priority_level2(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 interface_priority_level2, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_priority/interface_priority_level2 (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_priority_level2 is considered as a private m...
f334092:c0:m7
def _get_interface_hello_multiplier_level(self):
return self.__interface_hello_multiplier_level<EOL>
Getter method for interface_hello_multiplier_level, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_level (enumeration)
f334093:c0:m3
def _set_interface_hello_multiplier_level(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_hello_multiplier_level, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_multiplier_...
f334093:c0:m4
def _get_interface_hello_multiplier_val(self):
return self.__interface_hello_multiplier_val<EOL>
Getter method for interface_hello_multiplier_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_val (uint32)
f334093:c0:m6
def _set_interface_hello_multiplier_val(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 interface_hello_multiplier_val, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_multiplier_val is co...
f334093:c0:m7
def _get_auth_check(self):
return self.__auth_check<EOL>
Getter method for auth_check, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/auth_check (container)
f334094:c0:m3
def _set_auth_check(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=auth_check.auth_check, 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 auth_check, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/auth_check (container) If this variable is read-only (config: false) in the source YANG file, then _set_auth_check is considered as a private method. Backends looking to populate this variable should do s...
f334094:c0:m4
def _get_interface_reverse_metric(self):
return self.__interface_reverse_metric<EOL>
Getter method for interface_reverse_metric, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric (container)
f334094:c0:m6
def _set_interface_reverse_metric(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_reverse_metric.interface_reverse_metric, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, ...
Setter method for interface_reverse_metric, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_reverse_metric (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_reverse_metric is considered as a private method. Backends loo...
f334094:c0:m7
def _get_interface_auth_mode(self):
return self.__interface_auth_mode<EOL>
Getter method for interface_auth_mode, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode (container)
f334094:c0:m9
def _set_interface_auth_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=interface_auth_mode.interface_auth_mode, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for interface_auth_mode, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_mode (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_mode is considered as a private method. Backends looking to populat...
f334094:c0:m10
def _get_interface_auth_key(self):
return self.__interface_auth_key<EOL>
Getter method for interface_auth_key, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_key (list)
f334094:c0:m12
def _set_interface_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=YANGListType("<STR_LIT>",interface_auth_key.interface_auth_key, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for interface_auth_key, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_auth_key (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_key is considered as a private method. Backends looking to populate this v...
f334094:c0:m13
def _get_interface_hello(self):
return self.__interface_hello<EOL>
Getter method for interface_hello, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello (container)
f334094:c0:m15
def _set_interface_hello(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_hello.interface_hello, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT:hello>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_pa...
Setter method for interface_hello, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello is considered as a private method. Backends looking to populate this varia...
f334094:c0:m16
def _get_interface_hello_interval(self):
return self.__interface_hello_interval<EOL>
Getter method for interface_hello_interval, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_interval (list)
f334094:c0:m18
def _set_interface_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=YANGListType("<STR_LIT>",interface_hello_interval.interface_hello_interval, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_he...
Setter method for interface_hello_interval, mapped from YANG variable /routing_system/interface/loopback/intf_isis/interface_isis/interface_hello_interval (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_interval is considered as a private method. Backends looking ...
f334094:c0:m19