Class VMwareDataCenter
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a datacenter found within a VMware system.
public class VMwareDataCenter : VMwareManagedObject, IComparable<VMwareManagedObject>, IComparable<VMwareDataCenter>
- Inheritance
-
VMwareDataCenter
- Implements
- Inherited Members
Constructors
VMwareDataCenter()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDataCenter class.
public VMwareDataCenter()
Methods
CompareTo(VMwareDataCenter)
Compares two CENTREL.XIA.Configuration.Types.VMwareDataCenter objects to allow sorting alphabetically by data center name.
public int CompareTo(VMwareDataCenter other)
Parameters
other
VMwareDataCenterThe CENTREL.XIA.Configuration.Types.VMwareDataCenter to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDataCenter objects.