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
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
HostManagedObjectIdentifier
Gets or sets the managed object identifier of the host that is hosting the virtual machine.
public string HostManagedObjectIdentifier { get; set; }
Property Value
HostName
Gets or sets the name of the host that is hosting the virtual machine.
public string HostName { get; set; }
Property Value
IsTemplate
Gets or sets whether the virtual machine is a template.
public BooleanOption IsTemplate { get; set; }
Property Value
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 the virtual machine.
public string MacAddress { get; set; }
Property Value
ManagedObjectIdentifier
Gets or sets the managed object identifier of the virtual machine connected to the distributed switch.
public string ManagedObjectIdentifier { get; set; }
Property Value
Name
Gets or sets the name of the virtual machine connected to the distributed switch.
public string Name { get; set; }
Property Value
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
Methods
CompareTo(VMwareDistributedPortGroupVirtualMachineConnection)
Compares two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVirtualMachineConnection objects to allow sorting by name.
public int CompareTo(VMwareDistributedPortGroupVirtualMachineConnection other)
Parameters
other
VMwareDistributedPortGroupVirtualMachineConnectionThe CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVirtualMachineConnection to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVirtualMachineConnection objects.