CIM_StorageExtent, ROOT\virtualization\v2

Class | Childs (2) | Methods (8) | Properties (57) | Qualifiers (5) | Instances (1) | Namespaces (5)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

StorageExtent describes the capabilities and management of the various media that exist to store data and allow data retrieval. This superclass could be used to represent the various components of RAID (Hardware or Software) or as a raw logical extent on top of physical media.

CIM_StorageExtent - child subclasses in ROOT\virtualization\v2

Number of classes:2
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_LogicalDisk1578---
CIM_Memory1728-1-

CIM_StorageExtent methods

CIM_StorageExtent has 8 methods (8 Derived)

NameOriginReturn
EnableDeviceCIM_LogicalDeviceuint32 {'out':True}
OnlineDeviceCIM_LogicalDeviceuint32 {'out':True}
QuiesceDeviceCIM_LogicalDeviceuint32 {'out':True}
RequestStateChangeCIM_EnabledLogicalElementuint32 {'out':True}
ResetCIM_LogicalDeviceuint32 {'out':True}
RestorePropertiesCIM_LogicalDeviceuint32 {'out':True}
SavePropertiesCIM_LogicalDeviceuint32 {'out':True}
SetPowerStateCIM_LogicalDeviceuint32 {'out':True}

CIM_StorageExtent properties

CIM_StorageExtent has 57 properties (19 Local, 38 Derived)

NameOriginCIMType
AccessCIM_StorageExtent18 [uint16]
AdditionalAvailabilityCIM_LogicalDevice18 [uint16]
AvailabilityCIM_LogicalDevice18 [uint16]
AvailableRequestedStatesCIM_EnabledLogicalElement18 [uint16]
BlockSizeCIM_StorageExtent21 [uint64]
CaptionCIM_ManagedElement8 [string]
CommunicationStatusCIM_ManagedSystemElement18 [uint16]
ConsumableBlocksCIM_StorageExtent21 [uint64]
key
CreationClassName
CIM_LogicalDevice8 [string]
DataOrganizationCIM_StorageExtent18 [uint16]
DataRedundancyCIM_StorageExtent18 [uint16]
DeltaReservationCIM_StorageExtent17 [uint8]
DescriptionCIM_ManagedElement8 [string]
DetailedStatusCIM_ManagedSystemElement18 [uint16]
key
DeviceID
CIM_LogicalDevice8 [string]
ElementNameCIM_ManagedElement8 [string]
EnabledDefaultCIM_EnabledLogicalElement18 [uint16]
EnabledStateCIM_EnabledLogicalElement18 [uint16]
ErrorClearedCIM_LogicalDevice11 [boolean]
ErrorDescriptionCIM_LogicalDevice8 [string]
ErrorMethodologyCIM_StorageExtent8 [string]
ExtentStatusCIM_StorageExtent18 [uint16]
HealthStateCIM_ManagedSystemElement18 [uint16]
IdentifyingDescriptionsCIM_LogicalDevice8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
InstanceIDCIM_ManagedElement8 [string]
IsBasedOnUnderlyingRedundancyCIM_StorageExtent11 [boolean]
LastErrorCodeCIM_LogicalDevice19 [uint32]
MaxQuiesceTimeCIM_LogicalDevice21 [uint64]
NameCIM_ManagedSystemElement8 [string]
NameFormatCIM_StorageExtent18 [uint16]
NameNamespaceCIM_StorageExtent18 [uint16]
NoSinglePointOfFailureCIM_StorageExtent11 [boolean]
NumberOfBlocksCIM_StorageExtent21 [uint64]
OperatingStatusCIM_ManagedSystemElement18 [uint16]
OperationalStatusCIM_ManagedSystemElement18 [uint16]
OtherEnabledStateCIM_EnabledLogicalElement8 [string]
OtherIdentifyingInfoCIM_LogicalDevice8 [string]
OtherNameFormatCIM_StorageExtent8 [string]
OtherNameNamespaceCIM_StorageExtent8 [string]
PackageRedundancyCIM_StorageExtent18 [uint16]
PowerManagementCapabilitiesCIM_LogicalDevice18 [uint16]
PowerManagementSupportedCIM_LogicalDevice11 [boolean]
PowerOnHoursCIM_LogicalDevice21 [uint64]
PrimaryStatusCIM_ManagedSystemElement18 [uint16]
PrimordialCIM_StorageExtent11 [boolean]
PurposeCIM_StorageExtent8 [string]
RequestedStateCIM_EnabledLogicalElement18 [uint16]
SequentialAccessCIM_StorageExtent11 [boolean]
StatusCIM_ManagedSystemElement8 [string]
StatusDescriptionsCIM_ManagedSystemElement8 [string]
StatusInfoCIM_LogicalDevice18 [uint16]
key
SystemCreationClassName
CIM_LogicalDevice8 [string]
key
SystemName
CIM_LogicalDevice8 [string]
TimeOfLastStateChangeCIM_EnabledLogicalElement101 [datetime]
TotalPowerOnHoursCIM_LogicalDevice21 [uint64]
TransitioningToStateCIM_EnabledLogicalElement18 [uint16]

Detailed description of CIM_StorageExtent methods

Derived methods (8) of CIM_StorageExtent class

EnableDevice method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Enabledboolean0-{'Description':'If TRUE enable the device, if FALSE disable the device.'}
EnableDevice method is in 63 classes of ROOT\virtualization\v2 and in 10 namespaces
OnlineDevice method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Onlineboolean0-{'Description':'If TRUE, take the device online, if FALSE, take the device OFFLINE.'}
OnlineDevice method is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
QuiesceDevice method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Quiesceboolean0-{'Description':'If set to TRUE then cleanly cease all activity, if FALSE resume activity.'}
QuiesceDevice method is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
RequestStateChange method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
RequestedStateuint160-{'Description':'The state requested for the element. This information will be placed into the RequestedState property of the instance if the return code of the RequestStateChange method is 0 ('Completed with No Error'), or 4096 (0x1000) ('Job Started'). Refer to the description of the EnabledState and RequestedState properties for the detailed explanations of the RequestedState values.','ModelCorrespondence':['CIM_EnabledLogicalElement.RequestedState'],'ValueMap':['2', '3', '4', '6', '7', '8', '9', '10', '11', '..', '32768..65535'],'Values':['Enabled', 'Disabled', 'Shut Down', 'Offline', 'Test', 'Defer', 'Quiesce', 'Reboot', 'Reset', 'DMTF Reserved', 'Vendor Reserved']}
Jobref:CIM_ConcreteJob1-{'Description':'May contain a reference to the ConcreteJob created to track the state transition initiated by the method invocation.'}
TimeoutPerioddatetime2-{'Description':'A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format must be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation does not support this parameter, a return code of 'Use Of Timeout Parameter Not Supported' shall be returned.'}
RequestStateChange method is in 111 classes of ROOT\virtualization\v2 and in 15 namespaces
Reset method
Returnuint32 {'out':True}
Reset method is in 63 classes of ROOT\virtualization\v2 and in 19 namespaces
RestoreProperties method
Returnuint32 {'out':True}
RestoreProperties method is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
SaveProperties method
Returnuint32 {'out':True}
SaveProperties method is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
SetPowerState method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PowerStateuint160-{'Description':'The power state to set.','ValueMap':['1', '2', '3', '4', '5', '6'],'Values':['Full Power', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Save - Other', 'Power Cycle', 'Power Off']}
Timedatetime1-{'Description':'Time indicates when the power state should be set, either as a regular date-time value or as an interval value (where the interval begins when the method invocation is received.'}
SetPowerState method is in 68 classes of ROOT\virtualization\v2 and in 14 namespaces

Detailed description of CIM_StorageExtent properties

Local properties (19) of CIM_StorageExtent class

Access property
CIMTYPE'uint16'
Description'Access describes whether the media is readable (value=1), writeable (value=2), or both (value=3). "Unknown" (0) and "Write Once" (4) can also be defined.'
ValueMap['0', '1', '2', '3', '4']
Values['Unknown', 'Readable', 'Writeable', 'Read/Write Supported', 'Write Once']
Access property is in 8 classes of ROOT\virtualization\v2 and in 15 namespaces
BlockSize property
CIMTYPE'uint64'
Description'Size in bytes of the blocks which form this StorageExtent. If variable block size, then the maximum block size in bytes should be specified. If the block size is unknown or if a block concept is not valid (for example, for AggregateExtents, Memory or LogicalDisks), enter a 1.'
MappingStrings['MIF.DMTF|Host Storage|001.4', 'MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits', 'MIF.DMTF|Storage Devices|001.5']
Units'Bytes'
BlockSize property is in 6 classes of ROOT\virtualization\v2 and in 10 namespaces
ConsumableBlocks property
CIMTYPE'uint64'
Description'The maximum number of blocks, of size BlockSize, which are available for consumption when layering StorageExtents using the BasedOn association. This property only has meaning when this StorageExtent is an Antecedent reference in a BasedOn relationship. For example, a StorageExtent could be composed of 120 blocks. However, the Extent itself may use 20 blocks for redundancy data. If another StorageExtent is BasedOn this Extent, only 100 blocks would be available to it. This information ('100 blocks is available for consumption') is indicated in the ConsumableBlocks property.'
ConsumableBlocks property is in 5 classes of ROOT\virtualization\v2 and in 3 namespaces
DataOrganization property
CIMTYPE'uint16'
Description'Type of data organization used.'
ValueMap['0', '1', '2', '3', '4']
Values['Other', 'Unknown', 'Fixed Block', 'Variable Block', 'Count Key Data']
DataOrganization property is in 5 classes of ROOT\virtualization\v2 and in 2 namespaces
DataRedundancy property
CIMTYPE'uint16'
Description'Number of complete copies of data currently maintained.'
ModelCorrespondence['CIM_StorageSetting.DataRedundancyGoal', 'CIM_StorageSetting.DataRedundancyMax', 'CIM_StorageSetting.DataRedundancyMin']
DataRedundancy property is in 5 classes of ROOT\virtualization\v2 and in 4 namespaces
DeltaReservation property
CIMTYPE'uint8'
Description'Current value for Delta reservation. This is a percentage that specifies the amount of space that should be reserved in a replica for caching changes.'
MaxValue100
MinValue1
ModelCorrespondence['CIM_StorageSetting.DeltaReservationGoal', 'CIM_StorageSetting.DeltaReservationMax', 'CIM_StorageSetting.DeltaReservationMin']
Units'Percentage'
DeltaReservation property is in 5 classes of ROOT\virtualization\v2 and in 2 namespaces
ErrorMethodology property
CIMTYPE'string'
Description'ErrorMethodology is a free-form string describing the type of error detection and correction supported by this StorageExtent.'
ErrorMethodology property is in 14 classes of ROOT\virtualization\v2 and in 4 namespaces
ExtentStatus property
CIMTYPE'uint16'
Description'StorageExtents have additional status information beyond that captured in the OperationalStatus and other properties, inherited from ManagedSystemElement. This additional information (for example, "Protection Disabled", value=9) is captured in the ExtentStatus property.
'In-Band Access Granted' says that access to data on an extent is granted to some consumer and is only valid when 'Exported' is also set. It is set as a side effect of PrivilegeManagementService.ChangeAccess or equivalent interfaces.
'Imported' indicates that the extent is used in the current system, but known to be managed by some other system. For example, a server imports volumes from a disk array.
'Exported' indicates the extent is meant to be used by some comsumer. A disk array's logical units are exported.
Intermediate composite extents may be neither imported nor exported.'
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18..32767', '32768..65535']
Values['Other', 'Unknown', 'None/Not Applicable', 'Broken', 'Data Lost', 'Dynamic Reconfig', 'Exposed', 'Fractionally Exposed', 'Partially Exposed', 'Protection Disabled', 'Readying', 'Rebuild', 'Recalculate', 'Spare in Use', 'Verify In Progress', 'In-Band Access Granted', 'Imported', 'Exported', 'DMTF Reserved', 'Vendor Reserved']
ExtentStatus property is in 5 classes of ROOT\virtualization\v2 and in 2 namespaces
IsBasedOnUnderlyingRedundancy property
CIMTYPE'boolean'
Description'True indicates that the underlying StorageExtent(s) participate in a StorageRedundancyGroup.'
IsBasedOnUnderlyingRedundancy property is in 5 classes of ROOT\virtualization\v2 and in 3 namespaces
NameFormat property
CIMTYPE'uint16'
Description'The list here applies to all StorageExtent subclasses. Please look at the Description in each subclass for guidelines on the approriate values for that subclass. Note that any of these formats could apply to a CompositeExtent.

Note - this property originally touched on two concepts that are now separated into this property and NameNamespace. Values 2,3,4,5,6, and 8 are retained for backwards compatibility but are deprecated in lieu of the corresponding values in CIM_StorageExtent.NameNamespace.

For example, the preferred source for SCSI virtual (RAID) disk names is from Inquiry VPD page 83 response, type 3 identifiers. These will have NameFormat set to 'NAA' and NameNamespace to 'VPD83Type3'.

Format of the Name property. Values for extents representing SCSI volumes are (per SCSI SPC-3):
2 = VPD Page 83, NAA IEEE Registered Extended (VPD83NAA6)
(DEPRECATED)
3 = VPD Page 83, NAA IEEE Registered (VPD83NAA5)
(DEPRECATED)
4 = VPD Page 83, (VPD83Type2) (DEPRECATED)
5 = VPD Page 83,
T10 Vendor Identification (VPD83Type1) (DEPRECATED)
6 = VPD Page 83, Vendor Specific (VPD83Type0) (DEPRECATED)
7 = Serial Number/Vendor/Model (SNVM) SNVM is 3 strings representing the vendor name, product name within the vendor namespace, and the serial number within the model namespace. Strings are delimited with a '+'. Spaces may be included and are significant. The serial number is the text representation of the serial number in hexadecimal upper case. This represents the vendor and model ID from SCSI Inquiry data; the vendor field MUST be 8 characters wide and the product field MUST be 16 characters wide. For example,
'ACME____+SUPER DISK______+124437458' (_ is a space character)
8 = Node WWN (for single LUN/controller) (NodeWWN)
(DEPRECATED)
9 = NAA as a generic format. See
http://standards.ieee.org/regauth/oui/tutorials/fibrecomp_id.html. Formatted as 16 or 32 unseparated uppercase hex characters (2 per binary byte). For example '21000020372D3C73'
10 = EUI as a generic format (EUI64) See
http://standards.ieee.org/regauth/oui/tutorials/EUI64.html.
Formatted as 16 unseparated uppercase hex characters (2 per binary byte)
11 = T10 vendor identifier format as returned by SCSI Inquiry VPD page 83, identifier type 1. See T10 SPC-3 specification. This is the 8-byte ASCII vendor ID from the T10 registry followed by a vendor specific ASCII identifier; spaces are permitted. For non SCSI volumes, 'SNVM' may be the most appropriate choice. 12 = OS Device Name (for LogicalDisks). See LogicalDisk Name description for details.'
ModelCorrespondence['CIM_StorageExtent.Name', 'CIM_StorageExtent.NameNamespace', 'CIM_StorageExtent.OtherNameFormat']
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12']
Values['Unknown', 'Other', 'VPD83NAA6', 'VPD83NAA5', 'VPD83Type2', 'VPD83Type1', 'VPD83Type0', 'SNVM', 'NodeWWN', 'NAA', 'EUI64', 'T10VID', 'OS Device Name']
NameFormat property is in 22 classes of ROOT\virtualization\v2 and in 21 namespaces
NameNamespace property
CIMTYPE'uint16'
Description'The preferred source SCSI for volume names is SCSI VPD Page 83 responses. Page 83 returns a list of identifiers for various device elements. The metadata for each identifier includes an Association field, identifiers with association of 0 apply to volumes. Page 83 supports several namespaces specified in the Type field in the identifier metadata. See SCSI SPC-3 specification.
2 = VPD Page 83, Type 3 NAA (NameFormat SHOULD be NAA)
3 = VPD Page 83, Type 2 EUI64 (NameFormat EUI)
4 = VPD Page 83, Type 1 T10 Vendor Identification
(NameFormat T10)
Less preferred volume namespaces from other interfaces:
5 = VPD page 80, Serial number (NameFormat SHOULD be Other)
6 = FC NodeWWN (NameFormat SHOULD be NAA or EUI)
7 = Serial Number/Vendor/Model (NameFormat SHOULD be SNVM)
The preferred namespace for LogigicalDisk names is platform specific device namespace; see LogigicalDIsk Description.
8 = OS Device Namespace.'
MappingStrings['SPC.INCITS-T10| VPD 83, Association 0 | Identifier']
ModelCorrespondence['CIM_StorageExtent.Name', 'CIM_StorageExtent.OtherNameNamespace', 'CIM_StorageExtent.NameFormat']
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8']
Values['Unknown', 'Other', 'VPD83Type3', 'VPD83Type2', 'VPD83Type1', 'VPD80', 'NodeWWN', 'SNVM', 'OS Device Namespace']
NameNamespace property is in 5 classes of ROOT\virtualization\v2 and in 3 namespaces
NoSinglePointOfFailure property
CIMTYPE'boolean'
Description'Indicates whether or not there exists no single point of failure.'
ModelCorrespondence['CIM_StorageSetting.NoSinglePointOfFailure']
NoSinglePointOfFailure property is in 5 classes of ROOT\virtualization\v2 and in 4 namespaces
NumberOfBlocks property
CIMTYPE'uint64'
Description'Total number of logically contiguous blocks, of size Block Size, which form this Extent. The total size of the Extent can be calculated by multiplying BlockSize by NumberOfBlocks. If the BlockSize is 1, this property is the total size of the Extent.'
MappingStrings['MIF.DMTF|Host Storage|001.5', 'MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize']
NumberOfBlocks property is in 5 classes of ROOT\virtualization\v2 and in 5 namespaces
OtherNameFormat property
CIMTYPE'string'
Description'A string describing the format of the Name property when NameFormat includes the value 1, "Other".'
ModelCorrespondence['CIM_StorageExtent.NameFormat']
OtherNameFormat property is in 7 classes of ROOT\virtualization\v2 and in 3 namespaces
OtherNameNamespace property
CIMTYPE'string'
Description'A string describing the namespace of the Name property when NameNamespace includes the value 1, "Other".'
ModelCorrespondence['CIM_StorageExtent.NameNamespace']
OtherNameNamespace property is in 5 classes of ROOT\virtualization\v2 and in 3 namespaces
PackageRedundancy property
CIMTYPE'uint16'
Description'How many physical packages can currently fail without data loss. For example, in the storage domain, this might be disk spindles.'
ModelCorrespondence['CIM_StorageSetting.PackageRedundancyGoal', 'CIM_StorageSetting.PackageRedundancyMax', 'CIM_StorageSetting.PackageRedundancyMin']
PackageRedundancy property is in 5 classes of ROOT\virtualization\v2 and in 4 namespaces
Primordial property
CIMTYPE'boolean'
Description'If true, "Primordial" indicates that the containing System does not have the ability to create or delete this operational element. This is important because StorageExtents are assembled into higher-level abstractions using the BasedOn association. Although the higher-level abstractions can be created and deleted, the most basic, (i.e. primordial), hardware-based storage entities cannot. They are physically realized as part of the System, or are actually managed by some other System and imported as if they were physically realized. In other words, a Primordial StorageExtent exists in, but is not created by its System and conversely a non-Primordial StorageExtent is created in the context of its System. For StorageVolumes, this property will generally be false. One use of this property is to enable algorithms that aggregate StorageExtent.ConsumableSpace across all, StorageExtents but that also want to distinquish the space that underlies Primordial StoragePools. Since implementations are not required to surface all Component StorageExtents of a StoragePool, this information is not accessible in any other way.'
Primordial property is in 9 classes of ROOT\virtualization\v2 and in 3 namespaces
Purpose property
CIMTYPE'string'
Description'A free form string describing the media and/or its use.'
MappingStrings['MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr']
Purpose property is in 5 classes of ROOT\virtualization\v2 and in 6 namespaces
SequentialAccess property
CIMTYPE'boolean'
Description'Boolean set to TRUE if the Storage is sequentially accessed by a MediaAccessDevice. A TapePartition is an example of a sequentially accessed StorageExtent. StorageVolumes, Disk Partitions and LogicalDisks represent randomly accessed Extents.'
SequentialAccess property is in 5 classes of ROOT\virtualization\v2 and in 2 namespaces

Derived properties (38) of CIM_StorageExtent class

AdditionalAvailability property
CIMTYPE'uint16'
AdditionalAvailability property is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
Availability property
CIMTYPE'uint16'
Availability property is in 63 classes of ROOT\virtualization\v2 and in 12 namespaces
AvailableRequestedStates property
CIMTYPE'uint16'
AvailableRequestedStates property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces
Caption property
CIMTYPE'string'
Caption property is in 222 classes of ROOT\virtualization\v2 and in 37 namespaces
CommunicationStatus property
CIMTYPE'uint16'
CommunicationStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
CreationClassName property
CIMTYPE'string'
keyTrue
CreationClassName property is in 113 classes of ROOT\virtualization\v2 and in 20 namespaces
Description property
CIMTYPE'string'
Description property is in 225 classes of ROOT\virtualization\v2 and in 142 namespaces
DetailedStatus property
CIMTYPE'uint16'
DetailedStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
DeviceID property
CIMTYPE'string'
keyTrue
DeviceID property is in 66 classes of ROOT\virtualization\v2 and in 21 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
EnabledDefault property
CIMTYPE'uint16'
EnabledDefault property is in 106 classes of ROOT\virtualization\v2 and in 10 namespaces
EnabledState property
CIMTYPE'uint16'
EnabledState property is in 116 classes of ROOT\virtualization\v2 and in 13 namespaces
ErrorCleared property
CIMTYPE'boolean'
ErrorCleared property is in 63 classes of ROOT\virtualization\v2 and in 12 namespaces
ErrorDescription property
CIMTYPE'string'
ErrorDescription property is in 71 classes of ROOT\virtualization\v2 and in 142 namespaces
HealthState property
CIMTYPE'uint16'
HealthState property is in 128 classes of ROOT\virtualization\v2 and in 15 namespaces
IdentifyingDescriptions property
CIMTYPE'string'
IdentifyingDescriptions property is in 69 classes of ROOT\virtualization\v2 and in 15 namespaces
InstallDate property
CIMTYPE'datetime'
InstallDate property is in 127 classes of ROOT\virtualization\v2 and in 23 namespaces
InstanceID property
CIMTYPE'string'
InstanceID property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
LastErrorCode property
CIMTYPE'uint32'
LastErrorCode property is in 63 classes of ROOT\virtualization\v2 and in 16 namespaces
MaxQuiesceTime property
CIMTYPE'uint64'
MaxQuiesceTime property is in 63 classes of ROOT\virtualization\v2 and in 8 namespaces
Name property
CIMTYPE'string'
Description'A unique identifier for the Extent.'
MappingStrings['SPC.INCITS-T10| VPD 83, Association 0 | Identifier']
ModelCorrespondence['CIM_StorageExtent.NameFormat', 'CIM_StorageExtent.NameNamespace']
Override'Name'
Name property is in 152 classes of ROOT\virtualization\v2 and in 142 namespaces
OperatingStatus property
CIMTYPE'uint16'
OperatingStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
OperationalStatus property
CIMTYPE'uint16'
OperationalStatus property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
OtherEnabledState property
CIMTYPE'string'
OtherEnabledState property is in 107 classes of ROOT\virtualization\v2 and in 11 namespaces
OtherIdentifyingInfo property
CIMTYPE'string'
OtherIdentifyingInfo property is in 69 classes of ROOT\virtualization\v2 and in 20 namespaces
PowerManagementCapabilities property
CIMTYPE'uint16'
PowerManagementCapabilities property is in 68 classes of ROOT\virtualization\v2 and in 14 namespaces
PowerManagementSupported property
CIMTYPE'boolean'
PowerManagementSupported property is in 63 classes of ROOT\virtualization\v2 and in 14 namespaces
PowerOnHours property
CIMTYPE'uint64'
PowerOnHours property is in 63 classes of ROOT\virtualization\v2 and in 13 namespaces
PrimaryStatus property
CIMTYPE'uint16'
PrimaryStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
RequestedState property
CIMTYPE'uint16'
RequestedState property is in 106 classes of ROOT\virtualization\v2 and in 12 namespaces
Status property
CIMTYPE'string'
Status property is in 127 classes of ROOT\virtualization\v2 and in 42 namespaces
StatusDescriptions property
CIMTYPE'string'
StatusDescriptions property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
StatusInfo property
CIMTYPE'uint16'
StatusInfo property is in 63 classes of ROOT\virtualization\v2 and in 12 namespaces
SystemCreationClassName property
CIMTYPE'string'
keyTrue
SystemCreationClassName property is in 109 classes of ROOT\virtualization\v2 and in 20 namespaces
SystemName property
CIMTYPE'string'
keyTrue
SystemName property is in 109 classes of ROOT\virtualization\v2 and in 22 namespaces
TimeOfLastStateChange property
CIMTYPE'datetime'
TimeOfLastStateChange property is in 111 classes of ROOT\virtualization\v2 and in 17 namespaces
TotalPowerOnHours property
CIMTYPE'uint64'
TotalPowerOnHours property is in 63 classes of ROOT\virtualization\v2 and in 10 namespaces
TransitioningToState property
CIMTYPE'uint16'
TransitioningToState property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces

CIM_StorageExtent Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AbstractTrue
Description'StorageExtent describes the capabilities and management of the various media that exist to store data and allow data retrieval. This superclass could be used to represent the various components of RAID (Hardware or Software) or as a raw logical extent on top of physical media.'
LOCALE1033
UMLPackagePath'CIM::Core::StorageExtent'
Version'2.13.0'

CIM_StorageExtent System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\virtualization\v2:CIM_StorageExtent'___SYSTEM8
__NAMESPACE'ROOT\virtualization\v2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_LogicalDevice', 'CIM_EnabledLogicalElement', 'CIM_LogicalElement', 'CIM_ManagedSystemElement', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT57___SYSTEM3
__RELPATH'CIM_StorageExtent'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_LogicalDevice'___SYSTEM8
__CLASS'CIM_StorageExtent'___SYSTEM8
__GENUS1___SYSTEM3
comments powered by Disqus
WUtils.com