Table of Contents

Class VMwareDistributedPortGroupVirtualMachineConnection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a VMware distributed port group virtual machine connection.

public class VMwareDistributedPortGroupVirtualMachineConnection : BaseTypeSection, IComparable<VMwareDistributedPortGroupVirtualMachineConnection>
Inheritance
VMwareDistributedPortGroupVirtualMachineConnection
Implements

Constructors

VMwareDistributedPortGroupVirtualMachineConnection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVirtualMachineConnection class.

public VMwareDistributedPortGroupVirtualMachineConnection()

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 virtual machine connection. Used by the data comparer.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

HostManagedObjectIdentifier

Gets or sets the managed object identifier of the host that is hosting the virtual machine.

public string HostManagedObjectIdentifier { get; set; }

Property Value

string

HostName

Gets or sets the name of the host that is hosting the virtual machine.

public string HostName { get; set; }

Property Value

string

IsTemplate

Gets or sets whether the virtual machine is a template.

public BooleanOption IsTemplate { get; set; }

Property Value

BooleanOption

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 the virtual machine.

public string MacAddress { get; set; }

Property Value

string

ManagedObjectIdentifier

Gets or sets the managed object identifier of the virtual machine connected to the distributed switch.

public string ManagedObjectIdentifier { get; set; }

Property Value

string

Name

Gets or sets the name of the virtual machine connected to the distributed switch.

public string Name { get; set; }

Property Value

string

PortKey

Gets or sets the identifier of the port to which the virtual machine is connected - for example "128".

public string PortKey { get; set; }

Property Value

string

Methods

CompareTo(VMwareDistributedPortGroupVirtualMachineConnection)

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

public int CompareTo(VMwareDistributedPortGroupVirtualMachineConnection other)

Parameters

other VMwareDistributedPortGroupVirtualMachineConnection

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

Returns

int

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