Class CIM_GPTDiskPartition
extends CIM_GenericDiskPartition

GPT is a newer partitioning style that supports volumes larger than the 2 terabyte max of other partition styles. GPT in general is associated with PC X86 architectures, but GPT partitions are OS and platform independent. GPT uses 16 byte GUIDs (Globally Unique IDs) for certain properties. The DeviceId property inherited from LogicalDevice should be a GUID for GPTDiskPartitions; this string property should be formatted as a 32 character string with two text bytes representing each binary byte. GPT specifications call for a Protective MBR table (PMBR) in block 0 followed by an GPT (GUID Partition Table). The MBR must describe a single active partition - the GPT Partition that occupies the rest of the disk. The user only sees the GPT style partitions in this second MBR partition. This could be modelled as two tiers, but since the specification requires this precise behavior with no management at the MBR level, only the GPT style partitions are exposed through the CIM model.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_AllocatedLogicalElement
   |
   +--CIM_LogicalDevice
   |
   +--CIM_StorageExtent
   |
   +--CIM_MediaPartition
   |
   +--CIM_GenericDiskPartition
   |
   +--CIM_GPTDiskPartition

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringGPT is a newer partitioning style that supports volumes larger than the 2 terabyte max of other partition styles. GPT in general is associated with PC X86 architectures, but GPT partitions are OS and platform independent. GPT uses 16 byte GUIDs (Globally Unique IDs) for certain properties. The DeviceId property inherited from LogicalDevice should be a GUID for GPTDiskPartitions; this string property should be formatted as a 32 character string with two text bytes representing each binary byte. GPT specifications call for a Protective MBR table (PMBR) in block 0 followed by an GPT (GUID Partition Table). The MBR must describe a single active partition - the GPT Partition that occupies the rest of the disk. The user only sees the GPT style partitions in this second MBR partition. This could be modelled as two tiers, but since the specification requires this precise behavior with no management at the MBR level, only the GPT style partitions are exposed through the CIM model.
UMLPackagePathstringCIM::Device::StorageExtents
Versionstring2.45.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PartitionTypestring
DescriptionstringThe PartitionType as defined in the GPT specs and platform specific documentation - GUID format. This string property SHALL be formatted with two text bytes representing each binary byte.

Inherited Properties

NameData TypeClass Origin
Accessuint16CIM_StorageExtent
AllocatablebooleanCIM_MediaPartition
AllocationStatestringCIM_LogicalDevice
Availabilityuint16CIM_LogicalDevice
BlockSizeuint64CIM_StorageExtent
BootablebooleanCIM_MediaPartition
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CompressionRateuint16CIM_StorageExtent
CompressionStateuint16CIM_StorageExtent
ConsumableBlocksuint64CIM_StorageExtent
CreationClassNamestringCIM_LogicalDevice
DataOrganizationuint16CIM_StorageExtent
DataRedundancyuint16CIM_StorageExtent
DeltaReservationuint8CIM_StorageExtent
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
DeviceIDstringCIM_LogicalDevice
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
ErrorClearedbooleanCIM_LogicalDevice
ErrorDescriptionstringCIM_LogicalDevice
ErrorMethodologystringCIM_StorageExtent
ExtendablebooleanCIM_MediaPartition
ExtentInterleaveDepthuint64CIM_StorageExtent
ExtentStripeLengthuint64CIM_StorageExtent
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
IsBasedOnUnderlyingRedundancybooleanCIM_StorageExtent
IsCompositebooleanCIM_StorageExtent
IsCompressedbooleanCIM_StorageExtent
IsConcatenatedbooleanCIM_StorageExtent
LastErrorCodeuint32CIM_LogicalDevice
LocationIndicatoruint16CIM_LogicalDevice
MaxQuiesceTimeuint64CIM_LogicalDevice
NamestringCIM_StorageExtent
NameFormatuint16CIM_StorageExtent
NameNamespaceuint16CIM_StorageExtent
NoSinglePointOfFailurebooleanCIM_StorageExtent
NumberOfBlocksuint64CIM_StorageExtent
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
OtherNameFormatstringCIM_StorageExtent
OtherNameNamespacestringCIM_StorageExtent
OtherUsageDescriptionstringCIM_StorageExtent
PackageRedundancyuint16CIM_StorageExtent
PowerManagementSupportedbooleanCIM_LogicalDevice
PowerOnHoursuint64CIM_LogicalDevice
PrimaryStatusuint16CIM_ManagedSystemElement
PrimordialbooleanCIM_StorageExtent
PurposestringCIM_StorageExtent
RequestedStateuint16CIM_EnabledLogicalElement
SequentialAccessbooleanCIM_StorageExtent
SignaturestringCIM_MediaPartition
SignatureAlgorithmstringCIM_MediaPartition
SignatureStatestringCIM_MediaPartition
StatusstringCIM_ManagedSystemElement
StatusInfouint16CIM_LogicalDevice
SystemCreationClassNamestringCIM_LogicalDevice
SystemNamestringCIM_LogicalDevice
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TotalPowerOnHoursuint64CIM_LogicalDevice
TransitioningToStateuint16CIM_EnabledLogicalElement
Usageuint16CIM_StorageExtent
AdditionalAvailabilityuint16[]CIM_LogicalDevice
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
ClientSettableUsageuint16[]CIM_StorageExtent
ExtentDiscriminatorstring[]CIM_StorageExtent
ExtentStatusuint16[]CIM_StorageExtent
IdentifyingDescriptionsstring[]CIM_LogicalDevice
OperationalStatusuint16[]CIM_ManagedSystemElement
OtherIdentifyingInfostring[]CIM_LogicalDevice
PowerManagementCapabilitiesuint16[]CIM_LogicalDevice
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
EnableDeviceuint32CIM_LogicalDevice
OnlineDeviceuint32CIM_LogicalDevice
QuiesceDeviceuint32CIM_LogicalDevice
RequestStateChangeuint32CIM_EnabledLogicalElement
Resetuint32CIM_LogicalDevice
RestorePropertiesuint32CIM_LogicalDevice
SavePropertiesuint32CIM_LogicalDevice
SetPowerStateuint32CIM_LogicalDevice