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