Table of Contents

Class VMwareDatastoreCapability

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

Represents the capabilities of a VMware datastore.

public class VMwareDatastoreCapability : BypassSection
Inheritance
VMwareDatastoreCapability
Inherited Members

Constructors

VMwareDatastoreCapability()

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

public VMwareDatastoreCapability()

Properties

DirectoryHierarchySupported

Gets or sets whether or not directories can be created on this datastore.

public BooleanOption DirectoryHierarchySupported { get; set; }

Property Value

BooleanOption

NativeSnapshotSupported

Gets or sets whether the datastore supports the native snapshot feature. This is only available on vSphere 5.1 and above.

public BooleanOption NativeSnapshotSupported { get; set; }

Property Value

BooleanOption

PerFileThinProvisioningSupported

Gets or sets whether or not the datastore supports thin provisioning on a per file basis.

public BooleanOption PerFileThinProvisioningSupported { get; set; }

Property Value

BooleanOption

RawDiskMappingsSupported

Gets or sets whether or not raw disk mappings can be created on this datastore.

public BooleanOption RawDiskMappingsSupported { get; set; }

Property Value

BooleanOption

SeSparseSupported

Gets or sets whether the datastore supports the Flex-SE(SeSparse) feature. This is only available on vSphere 5.5 and above.

public BooleanOption SeSparseSupported { get; set; }

Property Value

BooleanOption

StorageIormSupported

Gets or sets whether the datastore supports Storage I/O Resource Management. This is only available on vSphere 4.1 and above.

public BooleanOption StorageIormSupported { get; set; }

Property Value

BooleanOption

TopLevelDirectoryCreateSupported

Gets or sets whether the datastore supports traditional top-level directory creation. This is only available on vSphere 5.5 and above.

public BooleanOption TopLevelDirectoryCreateSupported { get; set; }

Property Value

BooleanOption