Table of Contents

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

BooleanOption

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

string

InterfaceName

Gets or sets the name of the interface - for example "vmk1".

public string InterfaceName { get; set; }

Property Value

string

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

BooleanOption

MacAddress

Gets or sets the MAC address of this VMkernel connection.

public string MacAddress { get; set; }

Property Value

string

ManagedObjectIdentifier

Gets or sets the managed object identifier of the host connected to the distributed port group.

public string ManagedObjectIdentifier { get; set; }

Property Value

string

Name

Gets or sets the name of the host connected to the distributed port group.

public string Name { get; set; }

Property Value

string

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

string

Methods

CompareTo(VMwareDistributedPortGroupVMkernelConnection)

Compares two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection objects to allow sorting by name.

public int CompareTo(VMwareDistributedPortGroupVMkernelConnection other)

Parameters

other VMwareDistributedPortGroupVMkernelConnection

The CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVMkernelConnection objects.