Enum HyperVServerVirtualMachineHardDiskDriveWriteHardeningMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The write hardening method for a Hyper-V virtual machine hard disk drive. This only applies to Windows Server 2016 and above.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineHardDiskDriveWriteHardeningMethod
Fields
Default = 3
The write hardening method is default.
NotApplicable = 1
The write hardening method is not applicable.
NotSpecified = 2
The write hardening method is not specified.
Unknown = 0
The write hardening method is unknown.
WriteCacheDisabled = 6
The write hardening method is write cache disabled.
WriteCacheEnabled = 4
The write hardening method is write cache enabled.
WriteCacheFuaEnabled = 5
The write hardening method is write cache and FUA enabled.