Table of Contents

Class VMwareDatastoreCluster

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an individual VMware datastore cluster.

public class VMwareDatastoreCluster : VMwareManagedObject, IComparable<VMwareManagedObject>
Inheritance
VMwareDatastoreCluster
Implements
Inherited Members

Constructors

VMwareDatastoreCluster()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDatastoreCluster class.

public VMwareDatastoreCluster()

Properties

Capacity

Gets or sets the capacity of this datastore in bytes.

public long Capacity { get; set; }

Property Value

long

CapacityString

Gets the capacity of this device in a human readable format.

public string CapacityString { get; set; }

Property Value

string

DatastoreIdentifiers

Gets or sets the identifiers of the datastores found within the datastore cluster.

public SerializableStringCollection DatastoreIdentifiers { get; set; }

Property Value

SerializableStringCollection

DatastoreNames

Gets or sets the names of the datastores found within the datastore cluster.

public SerializableStringCollection DatastoreNames { get; set; }

Property Value

SerializableStringCollection

Drs

Gets or sets the storage DRS configuration for the datastore cluster.

public VMwareDatastoreClusterDrsConfiguration Drs { get; set; }

Property Value

VMwareDatastoreClusterDrsConfiguration

FreeSpace

Gets or sets the free space of this datastore in bytes.

public long FreeSpace { get; set; }

Property Value

long

FreeSpaceString

Gets the free space of this device in a human readable format.

public string FreeSpaceString { get; set; }

Property Value

string

PercentageFree

Gets the percentage of space that is free in this datastore.

public int PercentageFree { get; set; }

Property Value

int

PercentageUsed

Gets the percentage of space that is used in this datastore.

public int PercentageUsed { get; set; }

Property Value

int

UsedSpace

Gets the used space of this datastore in bytes.

public long UsedSpace { get; set; }

Property Value

long