Class VMwareDistributedPortGroupVMkernelConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a VMware distributed port group VMkernel connection.
public class VMwareDistributedPortGroupVMkernelConnection : BaseTypeSection, IComparable<VMwareDistributedPortGroupVMkernelConnection>
- Inheritance
-
VMwareDistributedPortGroupVMkernelConnection
- Implements
Constructors
VMwareDistributedPortGroupVMkernelConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection class.
public VMwareDistributedPortGroupVMkernelConnection()
Properties
Blocked
Gets or sets whether the port is blocked.
public BooleanOption Blocked { get; set; }
Property Value
CollectionIndex
Gets or sets the collection index for this VMkernel port connection - for example "DEMO-ESX01 [vmk1]". Used by the data comparer.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
InterfaceName
Gets or sets the name of the interface - for example "vmk1".
public string InterfaceName { get; set; }
Property Value
IpAddresses
Gets or sets the IP address of the connection.
public SerializableStringCollection IpAddresses { get; set; }
Property Value
- SerializableStringCollection
LinkUp
Gets or sets whether the port link was up at the time of the scan.
public BooleanOption LinkUp { get; set; }
Property Value
MacAddress
Gets or sets the MAC address of this VMkernel connection.
public string MacAddress { get; set; }
Property Value
ManagedObjectIdentifier
Gets or sets the managed object identifier of the host connected to the distributed port group.
public string ManagedObjectIdentifier { get; set; }
Property Value
Name
Gets or sets the name of the host connected to the distributed port group.
public string Name { get; set; }
Property Value
PortKey
Gets or sets the identifier of the port to which the host is connected - for example "107".
public string PortKey { get; set; }
Property Value
Methods
CompareTo(VMwareDistributedPortGroupVMkernelConnection)
Compares two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection objects to allow sorting by name.
public int CompareTo(VMwareDistributedPortGroupVMkernelConnection other)
Parameters
other
VMwareDistributedPortGroupVMkernelConnectionThe CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection objects.