Class VMwareHostDistributedSwitchConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual distributed switch host connection.
public class VMwareHostDistributedSwitchConnection : GlobalSerializableClassicBase, IComparable<VMwareHostDistributedSwitchConnection>
- Inheritance
-
VMwareHostDistributedSwitchConnection
- Implements
Constructors
VMwareHostDistributedSwitchConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnection class.
public VMwareHostDistributedSwitchConnection()
Properties
Name
Gets or sets the name of the distributed switch to which the host is connected.
public string Name { get; set; }
Property Value
Uplinks
Gets or sets the uplinks configured for this distributed switch.
public VMwareHostDistributedSwitchUplinkCollection Uplinks { get; set; }
Property Value
Uuid
Gets or sets the universally unique identifier of the switch to which the host is connected.
public string Uuid { get; set; }
Property Value
Methods
CompareTo(VMwareHostDistributedSwitchConnection)
Compares two CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnection objects to allow sorting alphabetically by distributed switch name.
public int CompareTo(VMwareHostDistributedSwitchConnection other)
Parameters
other
VMwareHostDistributedSwitchConnectionThe CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnection to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnection objects.