signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_timeout(self):
return self.__timeout<EOL>
Getter method for timeout, mapped from YANG variable /radius_server/host/radius_server_options/timeout (uint32)
f337192:c0:m18
def _set_timeout(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 timeout, mapped from YANG variable /radius_server/host/radius_server_options/timeout (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_timeout is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tim...
f337192:c0:m19
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_arp_rpc/get_arp/input/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337193:c0:m3
def _set_interface_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:8>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_arp_rpc/get_arp/input/interface_type (enumeration) 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 do ...
f337193:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_arp_rpc/get_arp/input/interface_name (union) YANG Description: The Interface value. The interface value is always interpreted within the context of the value of 'interface-type' leaf: interface-type interface-name ----------------- ...
f337193:c0:m6
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for interface_name, mapped from YANG variable /brocade_arp_rpc/get_arp/input/interface_name (union) 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 do so via...
f337193:c0:m7
def _get_dynamic(self):
return self.__dynamic<EOL>
Getter method for dynamic, mapped from YANG variable /brocade_arp_rpc/get_arp/input/dynamic (empty) YANG Description: This input queries for all the dynamic arp entries
f337193:c0:m9
def _set_dynamic(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace...
Setter method for dynamic, mapped from YANG variable /brocade_arp_rpc/get_arp/input/dynamic (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dynamic is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f337193:c0:m10
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /brocade_arp_rpc/get_arp/input/static (empty) YANG Description: This input queries for all the static arp entries
f337193:c0:m12
def _set_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace...
Setter method for static, mapped from YANG variable /brocade_arp_rpc/get_arp/input/static (empty) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_st...
f337193:c0:m13
def _get_ip_address(self):
return self.__ip_address<EOL>
Getter method for ip_address, mapped from YANG variable /brocade_arp_rpc/get_arp/input/ip_address (inet:ipv4-address) YANG Description: This input queries for all the arp entries for this ip address
f337193:c0:m15
def _set_ip_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=sel...
Setter method for ip_address, mapped from YANG variable /brocade_arp_rpc/get_arp/input/ip_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ip_address is considered as a private method. Backends looking to populate this variable should do so via...
f337193:c0:m16
def _get_ip_address(self):
return self.__ip_address<EOL>
Getter method for ip_address, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/ip_address (inet:ipv4-address) YANG Description: IP address of the ARP entry
f337194:c0:m3
def _set_ip_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, restricti...
Setter method for ip_address, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/ip_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ip_address is considered as a private method. Backends looking to populate this variable should do so via call...
f337194:c0:m4
def _get_mac_address(self):
return self.__mac_address<EOL>
Getter method for mac_address, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/mac_address (mac-access-list:mac-address-type) YANG Description: Mac address of the ARP entry
f337194:c0:m6
def _set_mac_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mac_address, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/mac_address (mac-access-list:mac-address-type) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address is considered as a private method. Backends looking to populate this variable sho...
f337194:c0:m7
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337194:c0:m9
def _set_interface_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:8>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/interface_type (enumeration) 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 sho...
f337194:c0:m10
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/interface_name (union) YANG Description: The Interface value. The interface value is always interpreted within the context of the value of 'interface-type' leaf: interface-type interface-name ----------...
f337194:c0:m12
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for interface_name, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/interface_name (union) 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 ...
f337194:c0:m13
def _get_is_resolved(self):
return self.__is_resolved<EOL>
Getter method for is_resolved, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/is_resolved (boolean) YANG Description: This indicates whether the arp entry is resolved or not
f337194:c0:m15
def _set_is_resolved(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for is_resolved, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/is_resolved (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_is_resolved is considered as a private method. Backends looking to populate this variable should do so...
f337194:c0:m16
def _get_age(self):
return self.__age<EOL>
Getter method for age, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/age (string) YANG Description: This indicates the age of the arp entry
f337194:c0:m18
def _set_age(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for age, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/age (string) If this variable is read-only (config: false) in the source YANG file, then _set_age is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_age() directly....
f337194:c0:m19
def _get_entry_type(self):
return self.__entry_type<EOL>
Getter method for entry_type, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/entry_type (enumeration) YANG Description: This indicates the type of the arp entry
f337194:c0:m21
def _set_entry_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:2>}, u'<ST...
Setter method for entry_type, mapped from YANG variable /brocade_arp_rpc/get_arp/output/arp_entry/entry_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_entry_type is considered as a private method. Backends looking to populate this variable should do so via calling th...
f337194:c0:m22
def _get_fwdl_cmd_status(self):
return self.__fwdl_cmd_status<EOL>
Getter method for fwdl_cmd_status, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_cmd_status (int32)
f337195:c0:m3
def _set_fwdl_cmd_status(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for fwdl_cmd_status, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_cmd_status (int32) If this variable is read-only (config: false) in the source YANG file, then _set_fwdl_cmd_status is considered as a private method. Backends looking to populate this variable should do so ...
f337195:c0:m4
def _get_fwdl_cmd_msg(self):
return self.__fwdl_cmd_msg<EOL>
Getter method for fwdl_cmd_msg, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_cmd_msg (string)
f337195:c0:m6
def _set_fwdl_cmd_msg(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=False, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for fwdl_cmd_msg, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_cmd_msg (string) If this variable is read-only (config: false) in the source YANG file, then _set_fwdl_cmd_msg is considered as a private method. Backends looking to populate this variable should do so via call...
f337195:c0:m7
def _get_fwdl_status(self):
return self.__fwdl_status<EOL>
Getter method for fwdl_status, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_status (int32)
f337195:c0:m9
def _set_fwdl_status(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for fwdl_status, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_status (int32) If this variable is read-only (config: false) in the source YANG file, then _set_fwdl_status is considered as a private method. Backends looking to populate this variable should do so via calling ...
f337195:c0:m10
def _get_fwdl_msg(self):
return self.__fwdl_msg<EOL>
Getter method for fwdl_msg, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_msg (string)
f337195:c0:m12
def _set_fwdl_msg(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=False, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for fwdl_msg, mapped from YANG variable /brocade_firmware_rpc/firmware_download/output/fwdl_msg (string) If this variable is read-only (config: false) in the source YANG file, then _set_fwdl_msg is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f337195:c0:m13
def _get_process_restart(self):
return self.__process_restart<EOL>
Getter method for process_restart, mapped from YANG variable /ha/process_restart (container)
f337196:c0:m3
def _set_process_restart(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=process_restart.process_restart, 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 process_restart, mapped from YANG variable /ha/process_restart (container) If this variable is read-only (config: false) in the source YANG file, then _set_process_restart is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_process_restar...
f337196:c0:m4
def _get_mpls(self):
return self.__mpls<EOL>
Getter method for mpls, mapped from YANG variable /ha/process_restart/disable_res/mpls (empty)
f337197:c0:m3
def _set_mpls(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 mpls, mapped from YANG variable /ha/process_restart/disable_res/mpls (empty) If this variable is read-only (config: false) in the source YANG file, then _set_mpls is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mpls() directly.
f337197:c0:m4
def _get_disable_res(self):
return self.__disable_res<EOL>
Getter method for disable_res, mapped from YANG variable /ha/process_restart/disable_res (container)
f337198:c0:m3
def _set_disable_res(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=disable_res.disable_res, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte...
Setter method for disable_res, mapped from YANG variable /ha/process_restart/disable_res (container) If this variable is read-only (config: false) in the source YANG file, then _set_disable_res is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_disable_re...
f337198:c0:m4
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337199:c0:m3
def _set_interface_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:8>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface/interface_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private method. Backends...
f337199:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface/interface_name (union) YANG Description: The Interface value. The interface value is always interpreted within the context of the value of 'interface-type' leaf: interface-...
f337199:c0:m6
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface/interface_name (union) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looki...
f337199:c0:m7
def _get_mac_address(self):
return self.__mac_address<EOL>
Getter method for mac_address, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_address (yang:mac-address) YANG Description: The Mac Address for which the corresponding mac entry will be fetched. The i/p should be in xx:xx:xx:xx:xx:xx format.
f337200:c0:m3
def _set_mac_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=sel...
Setter method for mac_address, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_address (yang:mac-address) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address is considered as a private method. Backends looking to populate this...
f337200:c0:m4
def _get_forwarding_interface(self):
return self.__forwarding_interface<EOL>
Getter method for forwarding_interface, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface (container) YANG Description: The interface for which corresponding MAC entries will be fetched.
f337200:c0:m6
def _set_forwarding_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=forwarding_interface.forwarding_interface, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper,...
Setter method for forwarding_interface, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface (container) If this variable is read-only (config: false) in the source YANG file, then _set_forwarding_interface is considered as a private method. Backends look...
f337200:c0:m7
def _get_mac_type(self):
return self.__mac_type<EOL>
Getter method for mac_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_type (enumeration) YANG Description: Type of MAC addresses to be fetched.
f337200:c0:m9
def _set_mac_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:2>}, u'<ST...
Setter method for mac_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_mac_type is considered as a private method. Backends looking to populate this variable should do so via...
f337200:c0:m10
def _get_last_mac_address_details(self):
return self.__last_mac_address_details<EOL>
Getter method for last_mac_address_details, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/last_mac_address_details (container)
f337200:c0:m12
def _set_last_mac_address_details(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=last_mac_address_details.last_mac_address_details, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path...
Setter method for last_mac_address_details, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/last_mac_address_details (container) If this variable is read-only (config: false) in the source YANG file, then _set_last_mac_address_details is considered as a private method. Backends look...
f337200:c0:m13
def _get_forwarding_interface_type(self):
return self.__forwarding_interface_type<EOL>
Getter method for forwarding_interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337200:c0:m15
def _set_forwarding_interface_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:12>}, u'<S...
Setter method for forwarding_interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_forwarding_interface_type is considered as a private meth...
f337200:c0:m16
def _get_forwarding_interface_name(self):
return self.__forwarding_interface_name<EOL>
Getter method for forwarding_interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface_name (union) YANG Description: The Interface name. The interface name is always interpreted within the context of the value of 'interface-type' leaf: interface-t...
f337200:c0:m18
def _set_forwarding_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for forwarding_interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/forwarding_interface_name (union) If this variable is read-only (config: false) in the source YANG file, then _set_forwarding_interface_name is considered as a private method. Ba...
f337200:c0:m19
def _get_mac_address_type(self):
return self.__mac_address_type<EOL>
Getter method for mac_address_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_address_type (enumeration) YANG Description: Type of MAC addresses to be fetched.
f337200:c0:m21
def _set_mac_address_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:2>}, u'<ST...
Setter method for mac_address_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/input/mac_address_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address_type is considered as a private method. Backends looking to populate this v...
f337200:c0:m22
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/output/mac_address_table/forwarding_interface/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337201:c0:m3
def _set_interface_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:8>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/output/mac_address_table/forwarding_interface/interface_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private ...
f337201:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/output/mac_address_table/forwarding_interface/interface_name (union) YANG Description: The Interface value. The interface value is always interpreted within the context of the value of 'interface-type...
f337201:c0:m6
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for interface_name, mapped from YANG variable /brocade_mac_address_table_rpc/get_mac_address_table/output/mac_address_table/forwarding_interface/interface_name (union) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private met...
f337201:c0:m7
def _get_queue_id(self):
return self.__queue_id<EOL>
Getter method for queue_id, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/queue_id (uint8) YANG Description: CPU Queue ID
f337202:c0:m3
def _set_queue_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for queue_id, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/queue_id (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_queue_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f337202:c0:m4
def _get_default_fps(self):
return self.__default_fps<EOL>
Getter method for default_fps, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/default_fps (uint32) YANG Description: Default FPS
f337202:c0:m6
def _set_default_fps(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for default_fps, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/default_fps (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_default_fps is considered as a private method. Backends looking to populate this variable should do so via calling ...
f337202:c0:m7
def _get_current_fps(self):
return self.__current_fps<EOL>
Getter method for current_fps, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/current_fps (uint32) YANG Description: Current FPS
f337202:c0:m9
def _set_current_fps(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for current_fps, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details/current_fps (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_current_fps is considered as a private method. Backends looking to populate this variable should do so via calling ...
f337202:c0:m10
def _get_queue_range(self):
return self.__queue_range<EOL>
Getter method for queue_range, mapped from YANG variable /cpu_queue_id_info_state/queue_range (string) YANG Description: Input Queue-Id range
f337203:c0:m3
def _set_queue_range(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for queue_range, mapped from YANG variable /cpu_queue_id_info_state/queue_range (string) If this variable is read-only (config: false) in the source YANG file, then _set_queue_range is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue_ra...
f337203:c0:m4
def _get_credits(self):
return self.__credits<EOL>
Getter method for credits, mapped from YANG variable /cpu_queue_id_info_state/credits (uint32) YANG Description: Unused Credits
f337203:c0:m6
def _set_credits(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for credits, mapped from YANG variable /cpu_queue_id_info_state/credits (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_credits is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_credits() directly. ...
f337203:c0:m7
def _get_cpu_queue_id_details(self):
return self.__cpu_queue_id_details<EOL>
Getter method for cpu_queue_id_details, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details (list) YANG Description: QoS CPU Queue Id details
f337203:c0:m9
def _set_cpu_queue_id_details(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>",cpu_queue_id_details.cpu_queue_id_details, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ya...
Setter method for cpu_queue_id_details, mapped from YANG variable /cpu_queue_id_info_state/cpu_queue_id_details (list) If this variable is read-only (config: false) in the source YANG file, then _set_cpu_queue_id_details is considered as a private method. Backends looking to populate this variable should do so via call...
f337203:c0:m10
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f337204:c0:m3
def _set_interface_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:8>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/interface_type (enumeration) 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 v...
f337204:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/interface_name (union) YANG Description: The Interface value. The interface value is always interpreted within the context of the value of 'interface-type' leaf: interface-type interface-name...
f337204:c0:m6
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=[RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}),RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>':...
Setter method for interface_name, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/interface_name (union) 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 variabl...
f337204:c0:m7
def _get_last_rcvd_ifindex(self):
return self.__last_rcvd_ifindex<EOL>
Getter method for last_rcvd_ifindex, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/last_rcvd_ifindex (uint32) YANG Description: This specifies the ifindex of last interface received in previous requests to fetch next set of records. This is optional input,when not specified means f...
f337204:c0:m9
def _set_last_rcvd_ifindex(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LI...
Setter method for last_rcvd_ifindex, mapped from YANG variable /brocade_lldp_ext_rpc/get_lldp_neighbor_detail/input/last_rcvd_ifindex (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_last_rcvd_ifindex is considered as a private method. Backends looking to populate th...
f337204:c0:m10
def _get_qos_mpls(self):
return self.__qos_mpls<EOL>
Getter method for qos_mpls, mapped from YANG variable /exp_traffic_class_state/qos_mpls (list)
f337205:c0:m3
def _set_qos_mpls(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>",qos_mpls.qos_mpls, 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>', ext...
Setter method for qos_mpls, mapped from YANG variable /exp_traffic_class_state/qos_mpls (list) If this variable is read-only (config: false) in the source YANG file, then _set_qos_mpls is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_qos_mpls() directly...
f337205:c0:m4
def _get_map_type(self):
return self.__map_type<EOL>
Getter method for map_type, mapped from YANG variable /exp_traffic_class_state/qos_mpls/map_type (string) YANG Description: map_type
f337206:c0:m3
def _set_map_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=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, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for map_type, mapped from YANG variable /exp_traffic_class_state/qos_mpls/map_type (string) If this variable is read-only (config: false) in the source YANG file, then _set_map_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_map_type...
f337206:c0:m4
def _get_map_name(self):
return self.__map_name<EOL>
Getter method for map_name, mapped from YANG variable /exp_traffic_class_state/qos_mpls/map_name (string) YANG Description: map_name
f337206:c0:m6
def _set_map_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for map_name, mapped from YANG variable /exp_traffic_class_state/qos_mpls/map_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_map_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_map_name...
f337206:c0:m7
def _get_enabled_slots(self):
return self.__enabled_slots<EOL>
Getter method for enabled_slots, mapped from YANG variable /exp_traffic_class_state/qos_mpls/enabled_slots (string) YANG Description: enabled_slots
f337206:c0:m9
def _set_enabled_slots(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, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for enabled_slots, mapped from YANG variable /exp_traffic_class_state/qos_mpls/enabled_slots (string) If this variable is read-only (config: false) in the source YANG file, then _set_enabled_slots is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f337206:c0:m10
def _get_traffic_class(self):
return self.__traffic_class<EOL>
Getter method for traffic_class, mapped from YANG variable /exp_traffic_class_state/qos_mpls/traffic_class (uint32) YANG Description: traffic-class
f337206:c0:m12
def _set_traffic_class(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for traffic_class, mapped from YANG variable /exp_traffic_class_state/qos_mpls/traffic_class (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_class is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f337206:c0:m13
def _get_drop_preced(self):
return self.__drop_preced<EOL>
Getter method for drop_preced, mapped from YANG variable /exp_traffic_class_state/qos_mpls/drop_preced (uint32) YANG Description: drop-preced
f337206:c0:m15
def _set_drop_preced(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for drop_preced, mapped from YANG variable /exp_traffic_class_state/qos_mpls/drop_preced (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_drop_preced is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f337206:c0:m16
def _get_exp(self):
return self.__exp<EOL>
Getter method for exp, mapped from YANG variable /exp_traffic_class_state/qos_mpls/exp (uint32) YANG Description: exp-val
f337206:c0:m18
def _set_exp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for exp, mapped from YANG variable /exp_traffic_class_state/qos_mpls/exp (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_exp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_exp() directly. YANG D...
f337206:c0:m19
def _get_dscp(self):
return self.__dscp<EOL>
Getter method for dscp, mapped from YANG variable /exp_traffic_class_state/qos_mpls/dscp (uint32) YANG Description: dscp-val
f337206:c0:m21
def _set_dscp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for dscp, mapped from YANG variable /exp_traffic_class_state/qos_mpls/dscp (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_dscp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp() directly. YA...
f337206:c0:m22
def _get_exptrafficvalues(self):
return self.__exptrafficvalues<EOL>
Getter method for exptrafficvalues, mapped from YANG variable /exp_traffic_class_state/qos_mpls/exptrafficvalues (uint32) YANG Description: exptrafficvalues
f337206:c0:m24
def _set_exptrafficvalues(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for exptrafficvalues, mapped from YANG variable /exp_traffic_class_state/qos_mpls/exptrafficvalues (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_exptrafficvalues is considered as a private method. Backends looking to populate this variable should do so via calli...
f337206:c0:m25
def _get_rbridge_id(self):
return self.__rbridge_id<EOL>
Getter method for rbridge_id, mapped from YANG variable /brocade_port_profile_ext_rpc/get_port_profile_for_intf/input/rbridge_id (uint32) YANG Description: rbridge id of the node from which the data needs to be fetched. When no rbridge id is given, data is fetched from all rbridges
f337207:c0:m3
def _set_rbridge_id(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for rbridge_id, mapped from YANG variable /brocade_port_profile_ext_rpc/get_port_profile_for_intf/input/rbridge_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rbridge_id is considered as a private method. Backends looking to populate this variable ...
f337207:c0:m4