Skip to main content

PCIDeviceLogicalPort class

This data object contains associated logical port data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string PortType { get; set;}
Logical port type. This can be one of the following values.
  • ATM
  • BLUETOOTH
  • ETHERNET
  • FC
  • FDDI
  • FRAMERELAY
  • IB
  • INFRARED
  • OTHER
  • TOKENRING
  • UNKNOWN
  • WIRELESSLAN
public string Addresses { get; set;}
Assigned addresses.
public int PortNumber { get; set;}
Number of the logical port.
public int LogicalPortIndex { get; set;}
Number of logical port.
public bool VnicMode { get; set;}
Identifies whether this is a vNIC port. This can be one of the following values.
  • true. This is a vNIC port.
  • false. This is not a vNIC port.

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)