FibreChannelPortInfo Class |
Namespace: SolidFire.Element.Api
public class FibreChannelPortInfo : RpcBase
The FibreChannelPortInfo type exposes the following members.
Name | Description | |
---|---|---|
FibreChannelPortInfo | Initializes a new instance of the FibreChannelPortInfo class |
Name | Description | |
---|---|---|
Firmware |
The version of the firmware installed on the Fibre Channel port.
| |
HbaPort |
The ID of the individual HBA port.
| |
Model |
Model of the HBA on the port.
| |
NPortID |
Unique SolidFire port node ID.
| |
PciSlot |
Slot in which the pci card resides on the Fibre Channel node hardware.
| |
Serial |
Serial number on the Fibre Channel port.
| |
Speed |
Speed of the HBA on the port.
| |
State |
Possible values:
UnknownNotPresentOnlineOfflineBlockedBypassedDiagnosticsLinkdownErrorLoopbackDeleted | |
SwitchWwn |
The World Wide Name of the Fibre Channel switch port.
| |
Wwnn |
World Wide Node Name of the HBA node.
| |
Wwpn |
World Wide Port Name assigned to the physical port of the HBA.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |