Class VMwareDistributedPortGroupVirtualMachineConnections
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of virtual machine connections to a distributed port group.
public class VMwareDistributedPortGroupVirtualMachineConnections : BaseTypeSection
- Inheritance
-
VMwareDistributedPortGroupVirtualMachineConnections
Constructors
VMwareDistributedPortGroupVirtualMachineConnections()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupVirtualMachineConnections class.
public VMwareDistributedPortGroupVirtualMachineConnections()
Properties
Items
Gets or sets the items in the collection.
public VMwareDistributedPortGroupVirtualMachineConnectionCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the virtual machine connections in a human readable format - for example "10 Virtual Machine Connections".
public override string ToString()
Returns
- string
The virtual machine connections in a human readable format.