signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_match(self):
return self.__match<EOL>
Getter method for match, mapped from YANG variable /class_map/match (container)
f333936:c0:m6
def _set_match(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=match.match, 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 match, mapped from YANG variable /class_map/match (container) If this variable is read-only (config: false) in the source YANG file, then _set_match is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_match() directly.
f333936:c0:m7
def _get_vlan_range(self):
return self.__vlan_range<EOL>
Getter method for vlan_range, mapped from YANG variable /class_map/match/vlan/vlan_range (interface:ui32-vlan-20k-range)
f333937:c0:m3
def _set_vlan_range(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 vlan_range, mapped from YANG variable /class_map/match/vlan/vlan_range (interface:ui32-vlan-20k-range) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_range is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333937:c0:m4
def _get_bridge_domain_range(self):
return self.__bridge_domain_range<EOL>
Getter method for bridge_domain_range, mapped from YANG variable /class_map/match/bridge_domain/bridge_domain_range (bd:ui32-bridge-domain-range)
f333938:c0:m3
def _set_bridge_domain_range(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 bridge_domain_range, mapped from YANG variable /class_map/match/bridge_domain/bridge_domain_range (bd:ui32-bridge-domain-range) If this variable is read-only (config: false) in the source YANG file, then _set_bridge_domain_range is considered as a private method. Backends looking to populate this vari...
f333938:c0:m4
def _get_access_group_name(self):
return self.__access_group_name<EOL>
Getter method for access_group_name, mapped from YANG variable /class_map/match/access_group/access_group_name (mac-ip-acl-name) YANG Description: This specifies the Access list name which is already configured at the global level. This access list contains access rules.
f333939:c0:m3
def _set_access_group_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for access_group_name, mapped from YANG variable /class_map/match/access_group/access_group_name (mac-ip-acl-name) If this variable is read-only (config: false) in the source YANG file, then _set_access_group_name is considered as a private method. Backends looking to populate this variable sh...
f333939:c0:m4
def _get_access_group(self):
return self.__access_group<EOL>
Getter method for access_group, mapped from YANG variable /class_map/match/access_group (container) YANG Description: This provides the grouping of configuration elements of MAC/IP access list.
f333940:c0:m3
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=access_group.access_group, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for access_group, mapped from YANG variable /class_map/match/access_group (container) 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...
f333940:c0:m4
def _get_vlan(self):
return self.__vlan<EOL>
Getter method for vlan, mapped from YANG variable /class_map/match/vlan (container)
f333940:c0:m6
def _set_vlan(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vlan.vlan, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for vlan, mapped from YANG variable /class_map/match/vlan (container) If this variable is read-only (config: false) in the source YANG file, then _set_vlan is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vlan() directly.
f333940:c0:m7
def _get_bridge_domain(self):
return self.__bridge_domain<EOL>
Getter method for bridge_domain, mapped from YANG variable /class_map/match/bridge_domain (container)
f333940:c0:m9
def _set_bridge_domain(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bridge_domain.bridge_domain, 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 bridge_domain, mapped from YANG variable /class_map/match/bridge_domain (container) If this variable is read-only (config: false) in the source YANG file, then _set_bridge_domain is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bridge_...
f333940:c0:m10
def _get_forwarding(self):
return self.__forwarding<EOL>
Getter method for forwarding, mapped from YANG variable /routing_system/interface/ve/vrf/forwarding (common-def:vrf-name) YANG Description: This specifies the VRF that needs to be associated with interface.
f333941: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/ve/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 do so...
f333941: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/ve/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level1 (empty)
f333942: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/ve/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 is co...
f333942: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/ve/intf_isis/interface_isis/interface_auth_mode/interface_md5/interface_auth_mode_md5_level2 (empty)
f333942: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/ve/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 is co...
f333942:c0:m7
def _get_interface_md5(self):
return self.__interface_md5<EOL>
Getter method for interface_md5, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_auth_mode/interface_md5 (container)
f333943: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/ve/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 populate th...
f333943: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/ve/intf_isis/interface_isis/interface_metric/interface_metric_level (enumeration)
f333944: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/ve/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. Backe...
f333944: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/ve/intf_isis/interface_isis/interface_metric/interface_metric_val (uint32)
f333944: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/ve/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 looking...
f333944: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/ve/intf_isis/interface_isis/interface_bfd/interface_bfd_enable (empty)
f333945: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/ve/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 looking to ...
f333945: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/ve/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_val (uint32)
f333946: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/ve/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 metho...
f333946: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/ve/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_whole_lan (empty)
f333946: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/ve/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 considered a...
f333946: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/ve/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes/rev_metric_te_def_metric (empty)
f333946: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/ve/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_metric is ...
f333946: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/ve/intf_isis/interface_isis/interface_reverse_metric/rev_metric_common_attributes (container)
f333947: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/ve/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 considered as...
f333947: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/ve/intf_isis/interface_isis/interface_priority/interface_priority_level1 (uint32) YANG Description: Priority for Level-1 ISIS Router
f333948: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/ve/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 method....
f333948: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/ve/intf_isis/interface_isis/interface_priority/interface_priority_level2 (uint32) YANG Description: Priority for Level-2 ISIS Router
f333948: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/ve/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 method....
f333948: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/ve/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_level (enumeration)
f333949: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/ve/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_level ...
f333949: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/ve/intf_isis/interface_isis/interface_hello_multiplier/interface_hello_multiplier_val (uint32)
f333949: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/ve/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 consider...
f333949:c0:m7
def _get_auth_check(self):
return self.__auth_check<EOL>
Getter method for auth_check, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check (container)
f333950: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/ve/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 so via ...
f333950: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/ve/intf_isis/interface_isis/interface_reverse_metric (container)
f333950: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/ve/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 looking t...
f333950: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/ve/intf_isis/interface_isis/interface_auth_mode (container)
f333950: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/ve/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 populate this...
f333950: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/ve/intf_isis/interface_isis/interface_auth_key (list)
f333950: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/ve/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 variabl...
f333950:c0:m13
def _get_interface_hello(self):
return self.__interface_hello<EOL>
Getter method for interface_hello, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello (container)
f333950: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/ve/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 variable sh...
f333950: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/ve/intf_isis/interface_isis/interface_hello_interval (list)
f333950: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/ve/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 to pop...
f333950:c0:m19
def _get_interface_hello_multiplier(self):
return self.__interface_hello_multiplier<EOL>
Getter method for interface_hello_multiplier, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_multiplier (list)
f333950:c0:m21
def _set_interface_hello_multiplier(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_multiplier.interface_hello_multiplier, 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 interface_hello_multiplier, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_multiplier (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_multiplier is considered as a private method. Backends looking ...
f333950:c0:m22
def _get_circuit_type(self):
return self.__circuit_type<EOL>
Getter method for circuit_type, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/circuit_type (enumeration)
f333950:c0:m24
def _set_circuit_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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for circuit_type, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/circuit_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_circuit_type is considered as a private method. Backends looking to populate this variable should do...
f333950:c0:m25
def _get_interface_ipv6(self):
return self.__interface_ipv6<EOL>
Getter method for interface_ipv6, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6 (container)
f333950:c0:m27
def _set_interface_ipv6(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interface_ipv6.interface_ipv6, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True...
Setter method for interface_ipv6, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6 (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ipv6 is considered as a private method. Backends looking to populate this variable shoul...
f333950:c0:m28
def _get_interface_metric(self):
return self.__interface_metric<EOL>
Getter method for interface_metric, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_metric (list)
f333950:c0:m30
def _set_interface_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=YANGListType("<STR_LIT>",interface_metric.interface_metric, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys=...
Setter method for interface_metric, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_metric (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface_metric is considered as a private method. Backends looking to populate this variable shou...
f333950:c0:m31
def _get_interface_point_to_point(self):
return self.__interface_point_to_point<EOL>
Getter method for interface_point_to_point, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_point_to_point (empty)
f333950:c0:m33
def _set_interface_point_to_point(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_point_to_point, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_point_to_point (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_point_to_point is considered as a private method. Backends looking to po...
f333950:c0:m34
def _get_interface_passive(self):
return self.__interface_passive<EOL>
Getter method for interface_passive, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_passive (empty)
f333950:c0:m36
def _set_interface_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 interface_passive, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_passive (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_passive is considered as a private method. Backends looking to populate this variable ...
f333950:c0:m37
def _get_interface_priority(self):
return self.__interface_priority<EOL>
Getter method for interface_priority, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_priority (container)
f333950:c0:m39
def _set_interface_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=interface_priority.interface_priority, 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 interface_priority, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_priority (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_priority is considered as a private method. Backends looking to populate this va...
f333950:c0:m40
def _get_interface_bfd(self):
return self.__interface_bfd<EOL>
Getter method for interface_bfd, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_bfd (container) YANG Description: Set Bidirectional Forwarding Detection operation mode on this interface
f333950:c0:m42
def _set_interface_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=interface_bfd.interface_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, ...
Setter method for interface_bfd, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_bfd (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_bfd is considered as a private method. Backends looking to populate this variable should d...
f333950:c0:m43
def _get_interface_ldp_sync(self):
return self.__interface_ldp_sync<EOL>
Getter method for interface_ldp_sync, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ldp_sync (enumeration)
f333950:c0:m45
def _set_interface_ldp_sync(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for interface_ldp_sync, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ldp_sync (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ldp_sync is considered as a private method. Backends looking to populate this ...
f333950:c0:m46
def _get_interface_ipv6_metric_level(self):
return self.__interface_ipv6_metric_level<EOL>
Getter method for interface_ipv6_metric_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric/interface_ipv6_metric_level (enumeration)
f333951:c0:m3
def _set_interface_ipv6_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_ipv6_metric_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric/interface_ipv6_metric_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ipv6_metric_level is co...
f333951:c0:m4
def _get_interface_ipv6_metric_val(self):
return self.__interface_ipv6_metric_val<EOL>
Getter method for interface_ipv6_metric_val, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric/interface_ipv6_metric_val (uint32)
f333951:c0:m6
def _set_interface_ipv6_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_ipv6_metric_val, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric/interface_ipv6_metric_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ipv6_metric_val is considered as...
f333951:c0:m7
def _get_interface_ipv6_metric(self):
return self.__interface_ipv6_metric<EOL>
Getter method for interface_ipv6_metric, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric (list)
f333952:c0:m3
def _set_interface_ipv6_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=YANGListType("<STR_LIT>",interface_ipv6_metric.interface_ipv6_metric, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ...
Setter method for interface_ipv6_metric, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_ipv6/interface_ipv6_metric (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface_ipv6_metric is considered as a private method. Backends looking ...
f333952:c0:m4
def _get_interface_hello_padding(self):
return self.__interface_hello_padding<EOL>
Getter method for interface_hello_padding, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello/interface_hello_padding (container)
f333953:c0:m3
def _set_interface_hello_padding(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_padding.interface_hello_padding, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, r...
Setter method for interface_hello_padding, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello/interface_hello_padding (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_padding is considered as a private method. Backe...
f333953:c0:m4
def _get_interface_hello_padding_disable(self):
return self.__interface_hello_padding_disable<EOL>
Getter method for interface_hello_padding_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello/interface_hello_padding/interface_hello_padding_disable (empty)
f333954:c0:m3
def _set_interface_hello_padding_disable(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR...
Setter method for interface_hello_padding_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello/interface_hello_padding/interface_hello_padding_disable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_padding_disa...
f333954:c0:m4
def _get_interface_auth_check_level1_disable(self):
return self.__interface_auth_check_level1_disable<EOL>
Getter method for interface_auth_check_level1_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level1/interface_auth_check_level1_disable (empty)
f333955:c0:m3
def _set_interface_auth_check_level1_disable(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR...
Setter method for interface_auth_check_level1_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level1/interface_auth_check_level1_disable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_check_level1_dis...
f333955:c0:m4
def _get_interface_auth_check_level2_disable(self):
return self.__interface_auth_check_level2_disable<EOL>
Getter method for interface_auth_check_level2_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level2/interface_auth_check_level2_disable (empty)
f333956:c0:m3
def _set_interface_auth_check_level2_disable(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR...
Setter method for interface_auth_check_level2_disable, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level2/interface_auth_check_level2_disable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_check_level2_dis...
f333956:c0:m4
def _get_auth_check_level1(self):
return self.__auth_check_level1<EOL>
Getter method for auth_check_level1, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level1 (container)
f333957:c0:m3
def _set_auth_check_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=auth_check_level1.auth_check_level1, 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 auth_check_level1, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level1 (container) If this variable is read-only (config: false) in the source YANG file, then _set_auth_check_level1 is considered as a private method. Backends looking to populate...
f333957:c0:m4
def _get_auth_check_level2(self):
return self.__auth_check_level2<EOL>
Getter method for auth_check_level2, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level2 (container)
f333957:c0:m6
def _set_auth_check_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=auth_check_level2.auth_check_level2, 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 auth_check_level2, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/auth_check/auth_check_level2 (container) If this variable is read-only (config: false) in the source YANG file, then _set_auth_check_level2 is considered as a private method. Backends looking to populate...
f333957:c0:m7
def _get_interface_hello_interval_level(self):
return self.__interface_hello_interval_level<EOL>
Getter method for interface_hello_interval_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_interval/interface_hello_interval_level (enumeration)
f333958:c0:m3
def _set_interface_hello_interval_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_interval_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_interval/interface_hello_interval_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_interval_level is consi...
f333958:c0:m4
def _get_interface_hello_interval_val(self):
return self.__interface_hello_interval_val<EOL>
Getter method for interface_hello_interval_val, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_interval/interface_hello_interval_val (uint32)
f333958:c0:m6
def _set_interface_hello_interval_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_interval_val, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_hello_interval/interface_hello_interval_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_interface_hello_interval_val is considered as a ...
f333958:c0:m7
def _get_interface_auth_key_level(self):
return self.__interface_auth_key_level<EOL>
Getter method for interface_auth_key_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_auth_key/interface_auth_key_level (enumeration)
f333959:c0:m3
def _set_interface_auth_key_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_auth_key_level, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_auth_key/interface_auth_key_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_key_level is considered as a private metho...
f333959:c0:m4
def _get_interface_auth_key_str(self):
return self.__interface_auth_key_str<EOL>
Getter method for interface_auth_key_str, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_auth_key/interface_auth_key_str (string)
f333959:c0:m6
def _set_interface_auth_key_str(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, u...
Setter method for interface_auth_key_str, mapped from YANG variable /routing_system/interface/ve/intf_isis/interface_isis/interface_auth_key/interface_auth_key_str (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_auth_key_str is considered as a private method. Backends...
f333959:c0:m7