PCIDevicePhysicalPort class
This data object contains physical port data.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public PCIDeviceLogicalPort[] LogicalPorts { get; set;}
- List of associated logical ports.
- public string PortType { get; set;}
- Physical port type. This can be one of the following values.
- ATM
- ETHERNET
- FC
- FDDI
- FRAMERELAY
- IB
- OTHER
- TOKENRING
- UNKNOWN
- public string Status { get; set;}
- Link status. This can be one of the following values.
- up
- down
- unknown
- public int PortNumber { get; set;}
- Number of the physical port.
- public int PeerBay{ get; set;}
- Peer Flex switch bay.
- public int PhysicalPortIndex { get; set;}
- Number of physical ports.
- public int Speed { get; set;}
- Link speed, in bps.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback