Class VMwareVmfsDatastore
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual VMware VMFS datastore on a VMware host system.
public class VMwareVmfsDatastore : VMwareDatastore, IComparable<VMwareManagedObject>
- Inheritance
-
VMwareVmfsDatastore
- Implements
- Inherited Members
Constructors
VMwareVmfsDatastore()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVmfsDatastore class.
public VMwareVmfsDatastore()
Properties
BlockSize
Gets or sets the block size on this volume in MB.
public int BlockSize { get; set; }
Property Value
Extents
Gets or sets the extents used to create this datastore.
public SerializableStringCollection Extents { get; set; }
Property Value
- SerializableStringCollection
FileSystemVersion
Gets or sets the filesystem version used in this datastore - for example "3.33".
public string FileSystemVersion { get; set; }
Property Value
IsSsd
Gets or sets whether the volume is SSD backed. This setting is available on vSphere 5.0 and above only.
public BooleanOption IsSsd { get; set; }
Property Value
UUID
Gets or sets the unique ID for this datastore - for example "4c22a1be-4cd6d689-b2f9-78e7d191945c".
public string UUID { get; set; }
Property Value
VmfsUpgradable
Gets or sets whether the filesystem be upgraded to a newer version.
public BooleanOption VmfsUpgradable { get; set; }