Table of Contents

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()

Properties

Identifier

Gets or sets the unique identifier of the data center. This is for internal system use only.

public Guid Identifier { get; set; }

Property Value

Guid

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 VMwareDataCenter

The CENTREL.XIA.Configuration.Types.VMwareDataCenter to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDataCenter objects.