signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_fcoe_login_device_mac(self):
return self.__fcoe_login_device_mac<EOL>
Getter method for fcoe_login_device_mac, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_device_mac (yang:mac-address) YANG Description: This leaf indicates the MAC address of the End Node.
f333850:c0:m21
def _set_fcoe_login_device_mac(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 fcoe_login_device_mac, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_device_mac (yang:mac-address) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_login_device_mac is considered as a private method. Ba...
f333850:c0:m22
def _get_fcoe_login_direct_attached(self):
return self.__fcoe_login_direct_attached<EOL>
Getter method for fcoe_login_direct_attached, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_direct_attached (boolean) YANG Description: This leaf indicates if the device is directly connected to the FCF. The value of 'true' indicates that this device is direct...
f333850:c0:m24
def _set_fcoe_login_direct_attached(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 fcoe_login_direct_attached, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_direct_attached (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_login_direct_attached is considered as a private meth...
f333850:c0:m25
def _get_fcoe_login_connected_peer_type(self):
return self.__fcoe_login_connected_peer_type<EOL>
Getter method for fcoe_login_connected_peer_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_connected_peer_type (enumeration) YANG Description: This leaf indicates the type of device connected to the FCF.
f333850:c0:m27
def _set_fcoe_login_connected_peer_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:1>}, u'<ST...
Setter method for fcoe_login_connected_peer_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_login/output/fcoe_login_list/fcoe_login_connected_peer_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_login_connected_peer_type is considered as a ...
f333850:c0:m28
def _get_fcoe_intf_fcoe_port_id(self):
return self.__fcoe_intf_fcoe_port_id<EOL>
Getter method for fcoe_intf_fcoe_port_id, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_fcoe_port_id (fcoe:interface-fcoe-type) YANG Description: This indicates the name of this FCoE interface.
f333851:c0:m3
def _set_fcoe_intf_fcoe_port_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=unicode, restricti...
Setter method for fcoe_intf_fcoe_port_id, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_fcoe_port_id (fcoe:interface-fcoe-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_fcoe_port_id is considered as a private ...
f333851:c0:m4
def _get_fcoe_intf_port_type(self):
return self.__fcoe_intf_port_type<EOL>
Getter method for fcoe_intf_port_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_type (fcoe-port-mode-type) YANG Description: This indicates the current operational mode of this FCoE interface.
f333851:c0:m6
def _set_fcoe_intf_port_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:1>}},), is...
Setter method for fcoe_intf_port_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_type (fcoe-port-mode-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_port_type is considered as a private method. Ba...
f333851:c0:m7
def _get_fcoe_intf_config_port_type(self):
return self.__fcoe_intf_config_port_type<EOL>
Getter method for fcoe_intf_config_port_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_config_port_type (fcoe-port-mode-type) YANG Description: This indicates the configured mode of this FCoE interface.
f333851:c0:m9
def _set_fcoe_intf_config_port_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:1>}},), is...
Setter method for fcoe_intf_config_port_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_config_port_type (fcoe-port-mode-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_config_port_type is considered as a p...
f333851:c0:m10
def _get_fcoe_intf_port_state(self):
return self.__fcoe_intf_port_state<EOL>
Getter method for fcoe_intf_port_state, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_state (fcoe-port-state-type) YANG Description: This indicates the operational state of the FCoE interface.
f333851:c0:m12
def _set_fcoe_intf_port_state(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 fcoe_intf_port_state, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_state (fcoe-port-state-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_port_state is considered as a private method...
f333851:c0:m13
def _get_fcoe_intf_fabric_map_name(self):
return self.__fcoe_intf_fabric_map_name<EOL>
Getter method for fcoe_intf_fabric_map_name, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_fabric_map_name (fcoe-map-name) YANG Description: This indicates the fabric map name associated with this interface.
f333851:c0:m15
def _set_fcoe_intf_fabric_map_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for fcoe_intf_fabric_map_name, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_fabric_map_name (fcoe-map-name) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_fabric_map_name is considered as a private ...
f333851:c0:m16
def _get_fcoe_intf_eth_port_id(self):
return self.__fcoe_intf_eth_port_id<EOL>
Getter method for fcoe_intf_eth_port_id, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_eth_port_id (interface:interface-type) YANG Description: This indicates the name of the ethernet interface bound by this FCoE interface. This leaf will be deprecated, and the ...
f333851:c0:m18
def _set_fcoe_intf_eth_port_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=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 fcoe_intf_eth_port_id, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_eth_port_id (interface:interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_eth_port_id is considered as a private ...
f333851:c0:m19
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/interface_type (enumeration) YANG Description: The type of the interface. An 'unknown' type represents error scenario and should not be used.
f333851:c0:m21
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:7>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/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 popul...
f333851:c0:m22
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/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 inte...
f333851:c0:m24
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_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/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 th...
f333851:c0:m25
def _get_fcoe_intf_admin_status(self):
return self.__fcoe_intf_admin_status<EOL>
Getter method for fcoe_intf_admin_status, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_admin_status (boolean) YANG Description: This indicates the administratively configured state of the FCoE interface.
f333851:c0:m27
def _set_fcoe_intf_admin_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=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 fcoe_intf_admin_status, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_admin_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_admin_status is considered as a private method. Backe...
f333851:c0:m28
def _get_fcoe_intf_peer_fcf_mac(self):
return self.__fcoe_intf_peer_fcf_mac<EOL>
Getter method for fcoe_intf_peer_fcf_mac, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_peer_fcf_mac (yang:mac-address) YANG Description: The value of this leaf indicates the MAC address of the neighboring FCF connected via this VE interface.
f333851:c0:m30
def _set_fcoe_intf_peer_fcf_mac(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 fcoe_intf_peer_fcf_mac, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_peer_fcf_mac (yang:mac-address) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_peer_fcf_mac is considered as a private meth...
f333851:c0:m31
def _get_fcoe_intf_device_count(self):
return self.__fcoe_intf_device_count<EOL>
Getter method for fcoe_intf_device_count, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_device_count (yang:zero-based-counter32) YANG Description: This indicates the number of devices logged in on this interface.
f333851:c0:m33
def _set_fcoe_intf_device_count(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_device_count, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_device_count (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_device_count is considered as a private...
f333851:c0:m34
def _get_fcoe_intf_ifindex(self):
return self.__fcoe_intf_ifindex<EOL>
Getter method for fcoe_intf_ifindex, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_ifindex (uint32) YANG Description: This indicates the Interface index of the Ethernet port.
f333851:c0:m36
def _set_fcoe_intf_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, path_helper=self._path_helper, ...
Setter method for fcoe_intf_ifindex, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_ifindex (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_ifindex is considered as a private method. Backends looking to p...
f333851:c0:m37
def _get_fcoe_intf_wwn(self):
return self.__fcoe_intf_wwn<EOL>
Getter method for fcoe_intf_wwn, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_wwn (common-def:wwn-type) YANG Description: This indicates the Fabric WWN of this FCoE interface.
f333851:c0:m39
def _set_fcoe_intf_wwn(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 fcoe_intf_wwn, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_wwn (common-def:wwn-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_wwn is considered as a private method. Backends looking to ...
f333851:c0:m40
def _get_fcoe_intf_enode_bind_type(self):
return self.__fcoe_intf_enode_bind_type<EOL>
Getter method for fcoe_intf_enode_bind_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_enode_bind_type (fcoe-binding-type) YANG Description: This indicates if the enode is statically bound to the fcoe interface or not i.e. if statically bound this enode's m...
f333851:c0:m42
def _set_fcoe_intf_enode_bind_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 fcoe_intf_enode_bind_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_enode_bind_type (fcoe-binding-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_enode_bind_type is considered as a privat...
f333851:c0:m43
def _get_fcoe_intf_port_bind_type(self):
return self.__fcoe_intf_port_bind_type<EOL>
Getter method for fcoe_intf_port_bind_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_bind_type (fcoe-binding-type) YANG Description: This indicates if the ethernet port is statically bound to the fcoe interface or not i.e. if statically bound the ether...
f333851:c0:m45
def _set_fcoe_intf_port_bind_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 fcoe_intf_port_bind_type, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_port_bind_type (fcoe-binding-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_port_bind_type is considered as a private ...
f333851:c0:m46
def _get_fcoe_intf_enode_mac_address(self):
return self.__fcoe_intf_enode_mac_address<EOL>
Getter method for fcoe_intf_enode_mac_address, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_enode_mac_address (yang:mac-address) YANG Description: This indicates the enode mac-addresss of the device that is statically or dynamically bound to the fcoe port.
f333851:c0:m48
def _set_fcoe_intf_enode_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, path_helper=self._path_helper, extmethods=self._extm...
Setter method for fcoe_intf_enode_mac_address, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_enode_mac_address (yang:mac-address) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_enode_mac_address is considered as a p...
f333851:c0:m49
def _get_fcoe_intf_rx_vlan_disc_req(self):
return self.__fcoe_intf_rx_vlan_disc_req<EOL>
Getter method for fcoe_intf_rx_vlan_disc_req, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_vlan_disc_req (yang:zero-based-counter32) YANG Description: This indicates the number of FIP VLAN Discovery requests received on this FCoE interface.
f333851:c0:m51
def _set_fcoe_intf_rx_vlan_disc_req(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_vlan_disc_req, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_vlan_disc_req (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_vlan_disc_req is considered ...
f333851:c0:m52
def _get_fcoe_intf_rx_disc_solicitations(self):
return self.__fcoe_intf_rx_disc_solicitations<EOL>
Getter method for fcoe_intf_rx_disc_solicitations, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_disc_solicitations (yang:zero-based-counter32) YANG Description: This indicates the number of FCF Discovery solicitations received on this FCoE interface.
f333851:c0:m54
def _set_fcoe_intf_rx_disc_solicitations(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_disc_solicitations, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_disc_solicitations (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_disc_solicitations is co...
f333851:c0:m55
def _get_fcoe_intf_rx_flogi(self):
return self.__fcoe_intf_rx_flogi<EOL>
Getter method for fcoe_intf_rx_flogi, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_flogi (yang:zero-based-counter32) YANG Description: This indicates the number of FLOGI requests received on this FCoE interface.
f333851:c0:m57
def _set_fcoe_intf_rx_flogi(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_flogi, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_flogi (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_flogi is considered as a private method. Backends...
f333851:c0:m58
def _get_fcoe_intf_rx_fdiscs(self):
return self.__fcoe_intf_rx_fdiscs<EOL>
Getter method for fcoe_intf_rx_fdiscs, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_fdiscs (yang:zero-based-counter32) YANG Description: This indicates the number of FDISC requests received on this FCoE interface.
f333851:c0:m60
def _set_fcoe_intf_rx_fdiscs(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_fdiscs, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_fdiscs (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_fdiscs is considered as a private method. Backe...
f333851:c0:m61
def _get_fcoe_intf_rx_logo(self):
return self.__fcoe_intf_rx_logo<EOL>
Getter method for fcoe_intf_rx_logo, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_logo (yang:zero-based-counter32) YANG Description: This indicates the number of FIP LOGO requests received on this FCoE interface.
f333851:c0:m63
def _set_fcoe_intf_rx_logo(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_logo, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_logo (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_logo is considered as a private method. Backends lo...
f333851:c0:m64
def _get_fcoe_intf_rx_errors(self):
return self.__fcoe_intf_rx_errors<EOL>
Getter method for fcoe_intf_rx_errors, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_errors (yang:zero-based-counter32) YANG Description: This indicates the Number of Errors encountered on this FCoE interface.
f333851:c0:m66
def _set_fcoe_intf_rx_errors(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_errors, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_errors (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_errors is considered as a private meth...
f333851:c0:m67
def _get_fcoe_intf_tx_vlan_disc_resp(self):
return self.__fcoe_intf_tx_vlan_disc_resp<EOL>
Getter method for fcoe_intf_tx_vlan_disc_resp, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_vlan_disc_resp (yang:zero-based-counter32) YANG Description: This indicates the Number of FIP VLAN Discovery response frames transmitted on this FCoE interface.
f333851:c0:m69
def _set_fcoe_intf_tx_vlan_disc_resp(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_vlan_disc_resp, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_vlan_disc_resp (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_vlan_disc_resp is consider...
f333851:c0:m70
def _get_fcoe_intf_tx_disc_sol_adv(self):
return self.__fcoe_intf_tx_disc_sol_adv<EOL>
Getter method for fcoe_intf_tx_disc_sol_adv, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_disc_sol_adv (yang:zero-based-counter32) YANG Description: This indicates the number of FCF solicited advertisements transmitted on this FCoE interface.
f333851:c0:m72
def _set_fcoe_intf_tx_disc_sol_adv(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_disc_sol_adv, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_disc_sol_adv (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_disc_sol_adv is considered as a priv...
f333851:c0:m73
def _get_fcoe_intf_tx_disc_unsol_adv(self):
return self.__fcoe_intf_tx_disc_unsol_adv<EOL>
Getter method for fcoe_intf_tx_disc_unsol_adv, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_disc_unsol_adv (yang:zero-based-counter32) YANG Description: This indicates the Number of unsolicited advertisements transmitted on this FCoE interface.
f333851:c0:m75
def _set_fcoe_intf_tx_disc_unsol_adv(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_disc_unsol_adv, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_disc_unsol_adv (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_disc_unsol_adv is considered a...
f333851:c0:m76
def _get_fcoe_intf_rx_enode_ka(self):
return self.__fcoe_intf_rx_enode_ka<EOL>
Getter method for fcoe_intf_rx_enode_ka, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_enode_ka (yang:zero-based-counter32) YANG Description: This indicates the number of ENODE keep-alive frames recieved.
f333851:c0:m78
def _set_fcoe_intf_rx_enode_ka(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_enode_ka, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_enode_ka (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_enode_ka is considered as a private ...
f333851:c0:m79
def _get_fcoe_intf_rx_vnport_ka(self):
return self.__fcoe_intf_rx_vnport_ka<EOL>
Getter method for fcoe_intf_rx_vnport_ka, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_vnport_ka (yang:zero-based-counter32) YANG Description: This indicates the number of VN-Port keep-alive frames recieved.
f333851:c0:m81
def _set_fcoe_intf_rx_vnport_ka(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_rx_vnport_ka, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_rx_vnport_ka (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_rx_vnport_ka is considered as a private...
f333851:c0:m82
def _get_fcoe_intf_tx_accepts(self):
return self.__fcoe_intf_tx_accepts<EOL>
Getter method for fcoe_intf_tx_accepts, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_accepts (yang:zero-based-counter32) YANG Description: This indicates the number of ACC frames transmitted on this FCoE interface in response to FLOGI/FDISC.
f333851:c0:m84
def _set_fcoe_intf_tx_accepts(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_accepts, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_accepts (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_accepts is considered as a private method. Ba...
f333851:c0:m85
def _get_fcoe_intf_tx_ls_rjt(self):
return self.__fcoe_intf_tx_ls_rjt<EOL>
Getter method for fcoe_intf_tx_ls_rjt, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_ls_rjt (yang:zero-based-counter32) YANG Description: This indicates the number of Reject frames transmitted on this FCoE interface in response to FLOGI/FDISC/LOGO.
f333851:c0:m87
def _set_fcoe_intf_tx_ls_rjt(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_ls_rjt, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_ls_rjt (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_ls_rjt is considered as a private method. Backends...
f333851:c0:m88
def _get_fcoe_intf_time_since_last_change(self):
return self.__fcoe_intf_time_since_last_change<EOL>
Getter method for fcoe_intf_time_since_last_change, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_time_since_last_change (fcoe-counters-date-and-time-type) YANG Description: This indicates the time elapsed since the status of this FCoE port last changed.
f333851:c0:m90
def _set_fcoe_intf_time_since_last_change(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 fcoe_intf_time_since_last_change, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_time_since_last_change (fcoe-counters-date-and-time-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_time_since_l...
f333851:c0:m91
def _get_fcoe_intf_last_counters_cleared(self):
return self.__fcoe_intf_last_counters_cleared<EOL>
Getter method for fcoe_intf_last_counters_cleared, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_last_counters_cleared (fcoe-counters-date-and-time-type) YANG Description: This indicates the time when the interface counters were last cleared.
f333851:c0:m93
def _set_fcoe_intf_last_counters_cleared(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 fcoe_intf_last_counters_cleared, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_last_counters_cleared (fcoe-counters-date-and-time-type) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_last_counters_...
f333851:c0:m94
def _get_fcoe_intf_tx_cvls(self):
return self.__fcoe_intf_tx_cvls<EOL>
Getter method for fcoe_intf_tx_cvls, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_cvls (yang:zero-based-counter32) YANG Description: This indicates the number of CVL frames transmitted.
f333851:c0:m96
def _set_fcoe_intf_tx_cvls(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for fcoe_intf_tx_cvls, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_cvls (yang:zero-based-counter32) If this variable is read-only (config: false) in the source YANG file, then _set_fcoe_intf_tx_cvls is considered as a private method. Ba...
f333851:c0:m97
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /beacon/enable (container)
f333853:c0:m3
def _set_enable(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=enable.enable, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for enable, mapped from YANG variable /beacon/enable (container) If this variable is read-only (config: false) in the source YANG file, then _set_enable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enable() directly.
f333853:c0:m4
def _get_disable(self):
return self.__disable<EOL>
Getter method for disable, mapped from YANG variable /beacon/disable (container)
f333853:c0:m6
def _set_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=disable.disable, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={...
Setter method for disable, mapped from YANG variable /beacon/disable (container) If this variable is read-only (config: false) in the source YANG file, then _set_disable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_disable() directly.
f333853:c0:m7
def _get_dcbx_fcoe_app_tlv(self):
return self.__dcbx_fcoe_app_tlv<EOL>
Getter method for dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_fcoe_app_tlv (empty)
f333855:c0:m3
def _set_dcbx_fcoe_app_tlv(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 dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_fcoe_app_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dcbx_fcoe_app_tlv is considered as a private method. Backends looking to populate this variable should do so via call...
f333855:c0:m4
def _get_dcbx_fcoe_logical_link_tlv(self):
return self.__dcbx_fcoe_logical_link_tlv<EOL>
Getter method for dcbx_fcoe_logical_link_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_fcoe_logical_link_tlv (empty)
f333855:c0:m6
def _set_dcbx_fcoe_logical_link_tlv(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 dcbx_fcoe_logical_link_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_fcoe_logical_link_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dcbx_fcoe_logical_link_tlv is considered as a private method. Backends looking to populate this var...
f333855:c0:m7
def _get_dcbx_iscsi_app_tlv(self):
return self.__dcbx_iscsi_app_tlv<EOL>
Getter method for dcbx_iscsi_app_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_iscsi_app_tlv (empty)
f333855:c0:m9
def _set_dcbx_iscsi_app_tlv(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 dcbx_iscsi_app_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_iscsi_app_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dcbx_iscsi_app_tlv is considered as a private method. Backends looking to populate this variable should do so via c...
f333855:c0:m10
def _get_dcbx_tlv(self):
return self.__dcbx_tlv<EOL>
Getter method for dcbx_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_tlv (empty)
f333855:c0:m12
def _set_dcbx_tlv(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 dcbx_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dcbx_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dcbx_tlv is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dcbx_tlv()...
f333855:c0:m13
def _get_dot1_tlv(self):
return self.__dot1_tlv<EOL>
Getter method for dot1_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dot1_tlv (empty)
f333855:c0:m15
def _set_dot1_tlv(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 dot1_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dot1_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dot1_tlv is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dot1_tlv()...
f333855:c0:m16
def _get_dot3_tlv(self):
return self.__dot3_tlv<EOL>
Getter method for dot3_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dot3_tlv (empty)
f333855:c0:m18
def _set_dot3_tlv(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 dot3_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/dot3_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dot3_tlv is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dot3_tlv()...
f333855:c0:m19
def _get_optional_tlv(self):
return self.__optional_tlv<EOL>
Getter method for optional_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/optional_tlv (container)
f333855:c0:m21
def _set_optional_tlv(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=optional_tlv.optional_tlv, 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 optional_tlv, mapped from YANG variable /protocol/lldp/profile/advertise/optional_tlv (container) If this variable is read-only (config: false) in the source YANG file, then _set_optional_tlv is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f333855:c0:m22
def _get_management_address(self):
return self.__management_address<EOL>
Getter method for management_address, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/management_address (empty)
f333856:c0:m3
def _set_management_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=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 management_address, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/management_address (empty) If this variable is read-only (config: false) in the source YANG file, then _set_management_address is considered as a private method. Backends looking to populate this variable should do so ...
f333856:c0:m4
def _get_port_description(self):
return self.__port_description<EOL>
Getter method for port_description, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/port_description (empty)
f333856:c0:m6
def _set_port_description(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 port_description, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/port_description (empty) If this variable is read-only (config: false) in the source YANG file, then _set_port_description is considered as a private method. Backends looking to populate this variable should do so via ca...
f333856:c0:m7
def _get_system_capabilities(self):
return self.__system_capabilities<EOL>
Getter method for system_capabilities, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/system_capabilities (empty)
f333856:c0:m9
def _set_system_capabilities(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 system_capabilities, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/system_capabilities (empty) If this variable is read-only (config: false) in the source YANG file, then _set_system_capabilities is considered as a private method. Backends looking to populate this variable should do ...
f333856:c0:m10
def _get_adv_tlv_system_description(self):
return self.__adv_tlv_system_description<EOL>
Getter method for adv_tlv_system_description, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/adv_tlv_system_description (empty)
f333856:c0:m12
def _set_adv_tlv_system_description(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 adv_tlv_system_description, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/adv_tlv_system_description (empty) If this variable is read-only (config: false) in the source YANG file, then _set_adv_tlv_system_description is considered as a private method. Backends looking to populate thi...
f333856:c0:m13
def _get_adv_tlv_system_name(self):
return self.__adv_tlv_system_name<EOL>
Getter method for adv_tlv_system_name, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/adv_tlv_system_name (empty)
f333856:c0:m15
def _set_adv_tlv_system_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=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 adv_tlv_system_name, mapped from YANG variable /protocol/lldp/advertise/optional_tlv/adv_tlv_system_name (empty) If this variable is read-only (config: false) in the source YANG file, then _set_adv_tlv_system_name is considered as a private method. Backends looking to populate this variable should do ...
f333856:c0:m16
def _get_dcbx_fcoe_app_tlv(self):
return self.__dcbx_fcoe_app_tlv<EOL>
Getter method for dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_app_tlv (empty)
f333857:c0:m3
def _set_dcbx_fcoe_app_tlv(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 dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_app_tlv (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dcbx_fcoe_app_tlv is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333857:c0:m4