Enum MicrosoftFailoverClusterPhysicalDiskIdentifierType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The identifier type for a physical disk resource.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterPhysicalDiskIdentifierType
Fields
Gpt = 2
The identifier type is GPT.
Mbr = 1
The identifier type is MBR.
Unknown = 0
The identifier type is unknown.