MSFT_StoragePool, ROOT\Microsoft\Windows\Storage\MS_409

Class | Methods (14) | Properties (35) | Qualifiers (4) | Instances | Namespaces (3)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Represents a logical grouping of physical disks that may be used to create virtual disks. These virtual disks can be created with different characteristics and levels of resiliency based on the number of available physical disks and the capabilities of the storage pool.

MSFT_StoragePool methods

MSFT_StoragePool has 14 methods (14 Local)

NameOriginReturn
AddPhysicalDiskMSFT_StoragePooluint32 {'out':True}
CreateStorageTierMSFT_StoragePooluint32 {'out':True}
CreateVirtualDiskMSFT_StoragePooluint32 {'out':True}
CreateVolumeMSFT_StoragePooluint32 {'out':True}
DeleteObjectMSFT_StoragePooluint32 {'out':True}
GetSecurityDescriptorMSFT_StoragePooluint32 {'out':True}
GetSupportedSizeMSFT_StoragePooluint32 {'out':True}
RemovePhysicalDiskMSFT_StoragePooluint32 {'out':True}
SetAttributesMSFT_StoragePooluint32 {'out':True}
SetDefaultsMSFT_StoragePooluint32 {'out':True}
SetFriendlyNameMSFT_StoragePooluint32 {'out':True}
SetSecurityDescriptorMSFT_StoragePooluint32 {'out':True}
SetUsageMSFT_StoragePooluint32 {'out':True}
UpgradeMSFT_StoragePooluint32 {'out':True}

MSFT_StoragePool properties

MSFT_StoragePool has 35 properties (29 Local, 6 Derived)

NameOriginCIMType
AllocatedSizeMSFT_StoragePool21 [uint64]
ClearOnDeallocateMSFT_StoragePool11 [boolean]
EnclosureAwareDefaultMSFT_StoragePool11 [boolean]
FriendlyNameMSFT_StoragePool8 [string]
HealthStatusMSFT_StoragePool18 [uint16]
IsClusteredMSFT_StoragePool11 [boolean]
IsPowerProtectedMSFT_StoragePool11 [boolean]
IsPrimordialMSFT_StoragePool11 [boolean]
IsReadOnlyMSFT_StoragePool11 [boolean]
LogicalSectorSizeMSFT_StoragePool21 [uint64]
NameMSFT_StoragePool8 [string]
key
ObjectId
MSFT_StorageObject8 [string]
OperationalStatusMSFT_StoragePool18 [uint16]
OtherOperationalStatusDescriptionMSFT_StoragePool8 [string]
OtherUsageDescriptionMSFT_StoragePool8 [string]
PassThroughClassMSFT_StorageObject8 [string]
PassThroughIdsMSFT_StorageObject8 [string]
PassThroughNamespaceMSFT_StorageObject8 [string]
PassThroughServerMSFT_StorageObject8 [string]
PhysicalSectorSizeMSFT_StoragePool21 [uint64]
ProvisioningTypeDefaultMSFT_StoragePool18 [uint16]
ReadOnlyReasonMSFT_StoragePool18 [uint16]
RepairPolicyMSFT_StoragePool18 [uint16]
ResiliencySettingNameDefaultMSFT_StoragePool8 [string]
RetireMissingPhysicalDisksMSFT_StoragePool18 [uint16]
SizeMSFT_StoragePool21 [uint64]
SupportedProvisioningTypesMSFT_StoragePool18 [uint16]
SupportsDeduplicationMSFT_StoragePool11 [boolean]
ThinProvisioningAlertThresholdsMSFT_StoragePool18 [uint16]
UniqueIdMSFT_StorageObject8 [string]
UsageMSFT_StoragePool18 [uint16]
VersionMSFT_StoragePool18 [uint16]
WriteCacheSizeDefaultMSFT_StoragePool21 [uint64]
WriteCacheSizeMaxMSFT_StoragePool21 [uint64]
WriteCacheSizeMinMSFT_StoragePool21 [uint64]

Detailed description of MSFT_StoragePool methods

Local methods (14) of MSFT_StoragePool class

AddPhysicalDisk method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PhysicalDisksobject:MSFT_PhysicalDisk0-{'In':True}
Usageuint161-{'In':True,'Values':['Auto-Select', 'Manual-Select', 'Hot Spare', 'Journal']}
RunAsJobboolean2-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedStorageJobref:MSFT_StorageJob3-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus4-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method will add one or more physical disks from the primordial storage pool to an existing concrete storage pool.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Method Parameters Checked - Job Started', 'Access denied', 'There are not enough resources to complete the operation.', 'Cache out of date', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'One of the physical disks specified is not supported by this operation.', 'One of the physical disks specified is already in use.', 'One of the physical disks specified uses a sector size that is not supported by this storage pool.']
AddPhysicalDisk method is in 3 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
CreateStorageTier method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
FriendlyNamestring0-{'Description':'Friendly name of the storage tier','In':True}
MediaTypeuint161-{'Description':'Media type of the storage tier','In':True,'Values':['HDD', 'SSD']}
Descriptionstring2-{'Description':'Description of the storage tier','In':True}
RunAsJobboolean3-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedStorageTierobject:MSFT_StorageTier4-{'Out':True}
CreatedStorageJobref:MSFT_StorageJob5-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus6-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'Creates a storage tier template on the storage pool. This method is available only when the SupportsStorageTierCreation property on the storage subsystem is set to TRUE. If it is set to FALSE, this method will fail with MI_RESULT_NOT_SUPPORTED. This method is also not supported for primordial pools.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'The storage pool could not complete the operation because its configuration is read-only.']
CreateStorageTier method is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
CreateVirtualDisk method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
FriendlyNamestring0-{'Description':'This parameter allows the user to specify the FriendlyName at the time of the virtual disk creation. FriendlyNames are expected to be descriptive, however they are not required to be unique. Note that some storage subsystems do not allow setting a friendly name during virtual disk creation. If a subsystem doesn't support this, virtual disk creation should still succeed, however the disk may have a different name assigned to it.','In':True}
Sizeuint641-{'Description':'Indicates the size for the virtual disk. Note that some storage subsystems will round the size up or down to a multiple of its allocation unit size. This parameter cannot be used if UseMaximumSize is set to TRUE.','In':True,'Units':'Bytes'}
UseMaximumSizeboolean2-{'Description':'UseMaximumSize instructs the storage array to create the largest possible virtual disk given the available resources of this storage pool. This parameter cannot be used if the Size parameter is set.','In':True}
ProvisioningTypeuint163-{'Description':'Denotes the provisioning type of the virtual disk. 1 - 'Thin': The storage for the virtual disk is allocated on-demand. 2 - 'Fixed': The storage for the virtual disk is allocated up front.','In':True,'Values':['Thin', 'Fixed']}
ResiliencySettingNamestring4-{'Description':'This parameter specifies the resiliency setting to use as a template for this virtual disk. This property's value should correspond with the particular resiliency setting instance's Name property. Only resiliency settings associated with this storage pool may be used.','In':True}
Usageuint165-{'Description':'Denotes the intended usage of the virtual disk','In':True,'Values':['Other', 'Unrestricted', 'Reserved for ComputerSystem (the block server)', 'Reserved by Replication Services', 'Reserved by Migration Services', 'Local Replica Source', 'Remote Replica Source', 'Local Replica Target', 'Remote Replica Target', 'Local Replica Source or Target', 'Remote Replica Source or Target', 'Delta Replica Target', 'Element Component', 'Reserved as Pool Contributor', 'Composite Volume Member', 'Composite VirtualDisk Member', 'Reserved for Sparing']}
OtherUsageDescriptionstring6-{'Description':'Allows a user to set a vendor specific usage for the new virtual disk object. This parameter can only be specified if the Usage parameter is set to 1 - 'Other'.','In':True}
NumberOfDataCopiesuint167-{'Description':'Specifies the number of complete data copies to maintain for this virtual disk. If specified, this value will override the NumberOfDataCopiesDefault value that would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
PhysicalDiskRedundancyuint168-{'Description':'Specifies how many physical disk failures the virtual disk should be able to withstand before data loss occurs. If specified, this value will override the PhysicalDiskRedundancyDefault value that would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
NumberOfColumnsuint169-{'Description':'Specifies the number of underlying physical disks across which data should be striped. If specified, this value will override the NumberOfColumnsDefault value that would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
AutoNumberOfColumnsboolean10-{'Description':'If TRUE, this field instructs the storage provider (or subsystem) to automatically pick what it determines to be the best number of columns for the virtual disk. If this field is TRUE, then the NumberOfColumns parameter must be NULL.','In':True}
Interleaveuint6411-{'Description':'Specifies the number of bytes that should be used for a strip in the common striping-based resiliency settings. The strip is defined as the size of the portion of a stripe that lies on one physical disk. Thus Interleave * NumberOfColumns will yield the size of one stripe of user data. If this parameter is specified, this value will override the InterleaveDefault which would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
IsEnclosureAwareboolean12-{'Description':'Determines the allocation behavior for this virtual disk. Enclosure aware virtual disks will intelligently pick the physical disks to use for their redundancy. If TRUE, the virtual disk will attempt to use physical disks from different enclosures to balance the fault tolerance between two (or more) physical enclosures.','In':True}
PhysicalDisksToUseobject:MSFT_PhysicalDisk13-{'Description':'If specified, allocation of this virtual disk's storage is limited to the physical disks in the list. These physical disks must already be added to this storage pool.','In':True}
StorageTiersobject:MSFT_StorageTier14-{'Description':'Storage tiers on this virtual disk','In':True}
StorageTierSizesuint6415-{'Description':'Sizes of each tier','In':True}
WriteCacheSizeuint6416-{'Description':'Size of write cache on the virtual disk','In':True}
AutoWriteCacheSizeboolean17-{'Description':'Indicates whether the provider should pick up the auto write cache size','In':True}
RunAsJobboolean18-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedVirtualDiskobject:MSFT_VirtualDisk19-{'Out':True}
CreatedStorageJobref:MSFT_StorageJob20-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus21-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method creates a virtual disk using the resources of the storage pool. This method is available only when the SupportsVirtualDiskCreation property on the storage subsystem is set to TRUE. If it is set to FALSE, this method will fail with MI_RESULT_NOT_SUPPORTED. This method is also not supported for primordial pools.
Creating tiered virtual disks is available only when the SupportsStorageTieredVirtualDiskCreation property on the storage subsystem is set to TRUE. If it is set to FALSE, this method will fail with MI_RESULT_NOT_SUPPORTED.
CreateVirtualDisk requires only FriendlyName and Size to be specified. Sizes can be specified explicitly through the Size parameter, or you can use the maximum available space from the storage pool by specifying the UseMaximumSize parameter. Both FriendlyName and Size are treated as goals rather than hard requirements. For example, not all SMI-S based arrays support custom friendly names; however, the virtual disk creation will still succeed. If the size specified is not achieved, the actual size used for the virtual disk will be returned in the out parameter structure.
The usage of this virtual disk can be set using the Usage and OtherUsageDescription parameters. If a value for OtherUsageDescription is given, Usage must be set to 1 - 'Other', otherwise an error will be returned.
By default, the resiliency setting applied to this virtual disk will be whatever is specified in the storage pool's ResiliencySettingNameDefault property. This can be overridden using the ResiliencySettingName parameter. Note that the name given here must correspond to a resiliency setting associated with this storage pool. Any other value will result in an error.
Individual settings of the resiliency setting can be overridden using the NumberOfDataCopies, PhysicalDiskRedundancy, NumberOfColumns, and Interleave parameters. If these parameters are not used, the defaults from the resiliency setting will be used. These overrides will not persist back to the particular resiliency setting instance; however some storage providers may choose to create a new resiliency setting instance to capture this new configuration. If any of the goals specified in the override parameters are out of range, or are not supported by the storage pool, an error will be returned.
The provisioning policy for the virtual disk is determined in a similar way to the resiliency setting. If no preference is specified in the ProvisioningType parameter, the policy is determined by the storage pool's ProvisioningTypeDefault property. If the ProvisioningType parameter is specified, the default is ignored and the value specified will be used instead.
Allocation can be further controlled by the PhysicalDisksToUse parameter. There may be certain scenarios where a storage administrator wants to manually choose which physical disks should back the virtual disk. When this parameter is specified, data for the virtual disk will only be stored on the physical disks in this array and not on any others.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Method Parameters Checked - Job Started', 'Size Not Supported', 'Not enough available capacity', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'Failover clustering could not be enabled for this storage object.', 'This subsystem does not support creation of virtual disks with the specified provisioning type.', 'This operation is not supported on primordial storage pools.', 'The storage pool is reserved for special usage only.', 'The specified resiliency setting is not supported by this storage pool.', 'There are not enough eligible physical disks in the storage pool to create the specified virtual disk configuration.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'You must specify the size info (either the Size or UseMaximumSize parameter) or the tier info (the StorageTiers and StorageTierSizes parameters), but not both size info and tier info.', 'No resiliency setting with that name exists.', 'The value for NoSinglePointOfFailure is not supported.', 'The value for PhysicalDiskRedundancy is outside of the supported range of values.', 'The value for NumberOfDataCopies is outside of the supported range of values.', 'The value for ParityLayout is outside of the supported range of values.', 'The value for Interleave is outside of the supported range of values.', 'The value for NumberOfColumns is outside of the supported range of values.', 'The value for WriteCacheSize is outside of the supported range of values.', 'One of the physical disks specified is not supported by this operation.', 'Not enough physical disks were specified to successfully complete the operation.']
CreateVirtualDisk method is in 2 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
CreateVolume method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
FriendlyNamestring0-{'Description':'This parameter allows the user to specify the FriendlyName at the time of the volume creation. FriendlyNames are expected to be descriptive, however they are not required to be unique. The filesystem's label will also be set to this friendly name.','In':True}
Sizeuint641-{'Description':'Indicates the size for the virtual disk. Note that some storage subsystems will round the size up or down to a multiple of its allocation unit size. The size of the resulting volume will be the maximum size possible for the resulting virtual disk.','In':True,'Units':'Bytes'}
StorageTiersobject:MSFT_StorageTier2-{'Description':'Storage tiers on this virtual disk','In':True}
StorageTierSizesuint643-{'Description':'Sizes of each tier','In':True}
ProvisioningTypeuint164-{'Description':'Denotes the provisioning type of the volume. 1 - 'Thin': The storage for the volume is allocated on-demand. 2 - 'Fixed': The storage for the volume is allocated up front.','In':True,'Values':['Thin', 'Fixed']}
ResiliencySettingNamestring5-{'Description':'This parameter specifies the resiliency setting to use as a template for this volume. This property's value should correspond with the particular resiliency setting instance's Name property. Only resiliency settings associated with this storage pool may be used.','In':True}
PhysicalDiskRedundancyuint166-{'Description':'Specifies how many physical disk failures the virtual disk should be able to withstand before data loss occurs. If specified, this value will override the PhysicalDiskRedundancyDefault which would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
NumberOfColumnsuint167-{'Description':'Specifies the number of underlying physical disks across which data should be striped. If specified, this value will override the NumberOfColumnsDefault value that would have been inherited from the resiliency setting specified by ResiliencySettingName.','In':True}
FileSystemuint168-{'Description':'Specifies the file system to format the created volume. Specifying a CSV file system is only supported on a storage spaces subsystem. For CSV the pool must be clusterable and the volume created will be a cluster shared volume.','In':True,'Values':['NTFS', 'ReFS', 'CSVFS_NTFS', 'CSVFS_ReFS']}
AccessPathstring9-{'Description':'If set to a valid access path, the system will attempt to use this path as a way to access the local volume. If the access path could not be set, or this parameter was left NULL, a new access path will be automatically assigned.','In':True}
CreatedVolumeobject:MSFT_Volume10-{'Out':True}
RunAsJobboolean11-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedStorageJobref:MSFT_StorageJob12-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus13-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method creates a virtual disk and single volume using the resources of the storage pool.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Method Parameters Checked - Job Started', 'Size Not Supported', 'Not enough available capacity', 'Access denied', 'There are not enough resources to complete the operation.', 'An unexpected I/O error has occurred', 'You must specify a size by using either the Size or the UseMaximumSize parameter. You can specify only one of these parameters at a time.', 'The requested access path is already in use.', 'The access path is not valid.', 'The specified file system is not supported', 'The volume cannot be quick formatted', 'Cannot perform the requested operation when the drive is read only', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'Failover clustering could not be enabled for this storage object.', 'This operation is not supported on primordial storage pools.', 'The storage pool is reserved for special usage only.', 'The specified resiliency setting is not supported by this storage pool.', 'There are not enough eligible physical disks in the storage pool to create the specified virtual disk configuration.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'You must specify the size info (either the Size or UseMaximumSize parameter) or the tier info (the StorageTiers and StorageTierSizes parameters), but not both size info and tier info.', 'No resiliency setting with that name exists.', 'The value for NoSinglePointOfFailure is not supported.', 'The value for PhysicalDiskRedundancy is outside of the supported range of values.', 'The value for NumberOfDataCopies is outside of the supported range of values.', 'The value for ParityLayout is outside of the supported range of values.', 'The value for Interleave is outside of the supported range of values.', 'The value for NumberOfColumns is outside of the supported range of values.']
CreateVolume method is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
DeleteObject method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
RunAsJobboolean0-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedStorageJobref:MSFT_StorageJob1-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus2-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method deletes an empty storage pool. If the storage pool contains any virtual disks, these virtual disks should be removed first.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Method Parameters Checked - Job Started', 'Access denied', 'There are not enough resources to complete the operation.', 'Cache out of date', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'The storage pool contains virtual disks.']
DeleteObject method is in 6 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 4 namespaces
GetSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SecurityDescriptorstring0-{'Description':'A Security Descriptor Definition Language (SDDL) formed string describing the access control list of the object.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus1-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method returns the security descriptor that controls access to this specific object instance.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.']
GetSecurityDescriptor method is in 6 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 142 namespaces
GetSupportedSize method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ResiliencySettingNamestring0-{'Description':'Specifies the name of the resiliency setting that should be used when determining the supported sizes. Note that the sizes returned may be different depending on the resiliency setting.','In':True}
SupportedSizesuint641-{'Description':'This output parameter will contain an array of all of the supported sizes by the storage pool. This parameter may be NULL if the number of supported sizes is large, but is useful for storage pools that support only a select number of virtual disk sizes.','Out':True,'Units':'Bytes'}
VirtualDiskSizeMinuint642-{'Description':'This parameter denotes the minimum supported size that a virtual disk created in this pool can be.','Out':True,'Units':'Bytes'}
VirtualDiskSizeMaxuint643-{'Description':'This parameter denotes the maximum supported size that a virtual disk created in this pool can be.','Out':True,'Units':'Bytes'}
VirtualDiskSizeDivisoruint644-{'Description':'This parameter indicates the interval in which the supported sizes increment. For example: If the minimum supported size is 10 GB, and this parameter is 2 GB, then the supported sizes for this pool would be 10 GB, 12 GB, 14 GB, etc. until the maximum supported size is reached.','Out':True,'Units':'Bytes'}
ExtendedStatusobject:MSFT_StorageExtendedStatus5-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method returns the supported sizes for a virtual disk created on this storage pool. These sizes can either be returned in an array of all supported sizes, through a min, max, and divisor, or both.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cache out of date', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.']
GetSupportedSize method is in 3 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
RemovePhysicalDisk method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PhysicalDisksobject:MSFT_PhysicalDisk0-{'In':True}
RunAsJobboolean1-{'Description':'This parameter controls the asynchronous behavior the method will follow.If TRUE, this method will make use of the CreatedStorageJob out parameter when the request is taking a long time to service. If a storage job has been created to track the operation, this method will return 4096 - 'Method Parameters Checked - Job Started'. Note, even if RunAsJob is TRUE, the method can still return a result if it has finished in sufficient time. If FALSE or NULL, this method will follow default WMI asynchronous behavior as determined by the client's method for invocation (i.e. synchronous unless requested otherwise).','In':True}
CreatedStorageJobref:MSFT_StorageJob2-{'Description':'If RunAsJob is set to TRUE and this method takes a while to execute, this parameter returns a reference to the storage job used to track the long running operation.','Out':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus3-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method removes one or more physical disks from the pool and returns all previously allocated space on the disk to the available capacity in the primordial pool.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Method Parameters Checked - Job Started', 'Not enough available capacity', 'Access denied', 'There are not enough resources to complete the operation.', 'Cache out of date', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'Could not repair the virtual disk because too many physical disks failed. Not enough information exists on the remaining physical disks to reconstruct the lost data.', 'The virtual disk could not complete the operation because its health or operational status does not permit it.', 'One of the physical disks specified could not be removed because it is still in use.']
RemovePhysicalDisk method is in 3 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
SetAttributes method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
IsReadOnlyboolean0-{'In':True}
ClearOnDeallocateboolean1-{'In':True}
IsPowerProtectedboolean2-{'In':True}
RepairPolicyuint163-{'In':True,'Values':['Sequential', 'Parallel']}
RetireMissingPhysicalDisksuint164-{'In':True,'Values':['Auto', 'Always', 'Never']}
ThinProvisioningAlertThresholdsuint165-{'Description':'Percentages at which an alert should be generated','In':True,'Units':'Percentage'}
ExtendedStatusobject:MSFT_StorageExtendedStatus6-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method allows the user to update or set various attributes on the storage pool. Note that not all parameters must be specified, and only those given will be updated.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'The number of thin provisioning alert thresholds specified exceeds the limit for this storage pool.']
SetAttributes method is in 9 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
SetDefaults method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ProvisioningTypeDefaultuint160-{'Description':'Specifies the new default provisioning type of the storage pool.','In':True,'Values':['Thin', 'Fixed']}
ResiliencySettingNameDefaultstring1-{'Description':'Specifies the new default resiliency setting that should be used by this storage pool. The resiliency setting specified must already be associated with this storage pool.','In':True}
EnclosureAwareDefaultboolean2-{'Description':'This parameter indicates the default allocation policy for virtual disks created in an enclosure aware storage pool. For example, an enclosure aware subsystem could balance each data copy of the virtual disk across multiple physical enclosures such that each enclosure contains a full data copy of the virtual disk.','In':True}
WriteCacheSizeDefaultuint643-{'Description':'New default size of write cache for virtual disk creation','In':True}
AutoWriteCacheSizeboolean4-{'Description':'Indicates whether the provider should pick up the auto write cache size','In':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus5-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method allows the user to update or set various defaults on the storage pool. Note that not all parameters must be specified, and only those given will be updated.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The specified resiliency setting is not supported by this storage pool.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.', 'No resiliency setting with that name exists.', 'The value for WriteCacheSize is outside of the supported range of values.']
SetDefaults method is in 2 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 5 namespaces
SetFriendlyName method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
FriendlyNamestring0-{'In':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus1-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method allows the storage pool to be renamed.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.']
SetFriendlyName method is in 5 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
SetSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SecurityDescriptorstring0-{'Description':'A Security Descriptor Definition Language (SDDL) formed string describing the desired access control list for this object.','In':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus1-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method allows a user with sufficient privileges to set the security descriptor that control access to this specific object instance. If the call is not made in the context of a user specified in the security descriptor's access control list, this method will fail with 40001 - 'Access Denied'. If an empty security descriptor is passed to this function, the behavior is left to the specific implementation so long as there is some user context (typically domain administrators) that can access and administer the object.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.']
SetSecurityDescriptor method is in 6 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 142 namespaces
SetUsage method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Usageuint160-{'Description':'Denotes the new intended usage of the storage pool.','In':True,'Values':['Other', 'Unrestricted', 'Reserved for ComputerSystem (the block server)', 'Reserved as a Delta Replica Container', 'Reserved for Migration Services', 'Reserved for Local Replication Services', 'Reserved for Remote Replication Services', 'Reserved for Sparing']}
OtherUsageDescriptionstring1-{'Description':'If Usage is set to 1 - 'Other', this parameter takes in the string representation of a vendor defined usage for this storage pool. This parameter must not be set if Usage is a value other than 1 - 'Other'.','In':True}
ExtendedStatusobject:MSFT_StorageExtendedStatus2-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method allows the storage pool's intended usage to be updated. Not all storage pools may allow this and will return 1 - 'Not Supported' if this operation cannot be performed.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'This operation is not supported on primordial storage pools.', 'The storage pool could not complete the operation because its health or operational status does not permit it.', 'The storage pool could not complete the operation because its configuration is read-only.']
SetUsage method is in 3 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
Upgrade method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ExtendedStatusobject:MSFT_StorageExtendedStatus0-{'Description':'ExtendedStatus allows the storage provider to return extended (implementation specific) error information.','Out':True}
Description'This method will upgrade the version of the storage pool.'
Values['Success', 'Not Supported', 'Unspecified Error', 'Timeout', 'Failed', 'Invalid Parameter', 'Access denied', 'There are not enough resources to complete the operation.', 'Cannot connect to the storage provider.', 'The storage provider cannot connect to the storage subsystem.', 'The storage pool could not complete the operation because its configuration is read-only.']
Upgrade method is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 5 namespaces

Detailed description of MSFT_StoragePool properties

Local properties (29) of MSFT_StoragePool class

AllocatedSize property
CIMTYPE'uint64'
Description'Indicates the total sum of all the capacity used by this storage pool. If the pool is primordial, this will be the sum of all capacity currently allocated to concrete storage pools. If the pool is concrete, this value should be the sum of all capacity currently allocated to virtual disks and other pool metadata.'
Units'Bytes'
AllocatedSize property is in 4 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 6 namespaces
ClearOnDeallocate property
CIMTYPE'boolean'
Description'If TRUE, the storage pool should clear (zero out) physical disks that are removed from the pool.'
ClearOnDeallocate property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
EnclosureAwareDefault property
CIMTYPE'boolean'
Description'Determines the default allocation behavior for virtual disks created in this pool. Enclosure aware virtual disks will intelligently pick the physical disks to use for their redundancy. If TRUE, the storage subsystem will use physical disks from different enclosures to balance the fault tolerance between two (or more) physical enclosures.'
EnclosureAwareDefault property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
FriendlyName property
CIMTYPE'string'
Description'A user-friendly string representing the name of the storage pool. Friendly name can be set using the SetFriendlyName method.'
FriendlyName property is in 9 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 22 namespaces
HealthStatus property
CIMTYPE'uint16'
Description'Denotes the current health status of the storage pool. Health of a storage pool is derived from the health of the backing physical disks, and whether or not the storage pool can maintain the required levels of resiliency.
0 - 'Healthy': All physical disks are present and in a healthy state.
1 - 'Warning': The majority of physical disks are healthy, but one or more may be failing I/O requests.
2 - 'Unhealthy': The majority of physical disks are unhealthy or in a failed state, and the pool no longer has data integrity.'
Values['Healthy', 'Warning', 'Unhealthy', 'Unknown']
HealthStatus property is in 8 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 12 namespaces
IsClustered property
CIMTYPE'boolean'
Description'Indicates whether or not the storage pool is used in a clustered environment.'
IsClustered property is in 2 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 11 namespaces
IsPowerProtected property
CIMTYPE'boolean'
Description'This property indicates whether the disks comprising this pool are able to tolerate power loss without data loss, e.g. automatically flush volatile buffers to non-volatile media after external power is disconnected.'
IsPowerProtected property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
IsPrimordial property
CIMTYPE'boolean'
Description'If this field is set to TRUE, the storage pool is primordial. A primordial pool, also known as the 'available storage' pool is where storage capacity is drawn and returned in the creation and deletion of concrete storage pools. Primordial pools cannot be created or deleted.
If this field is set to FALSE, the storage pool is a concrete pool. These pools are subject to all of the management operations defined on the storage pool class. This includes creation, deletion, creation of virtual disks, etc.'
IsPrimordial property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
IsReadOnly property
CIMTYPE'boolean'
Description'Indicates whether or not the storage pool's configuration is read-only. If TRUE, the storage pool will not allow configuration changes to itself or any of its virtual and physical disks. Note that the data on the virtual disk may still be writable.'
IsReadOnly property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 6 namespaces
LogicalSectorSize property
CIMTYPE'uint64'
Description'This field indicates the logical sector size of the storage pool, in bytes. This value is derived from the backing physical disks, as well as the preference specified at the time this storage pool was created.'
Units'Bytes'
LogicalSectorSize property is in 5 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 5 namespaces
Name property
CIMTYPE'string'
Description'Name is a semi-unique (scoped to the owning storage subsystem), human-readable string used to identify a storage pool.'
Name property is in 14 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 142 namespaces
OperationalStatus property
CIMTYPE'uint16'
Description'Indicates the current operating conditions of the storage pool. Unlike HealthStatus, this field indicates the status of hardware, software, and infrastructure issues related to this storage pool, and can contain multiple values. Various operational statuses are defined. Many of the enumeration's values are self-explanatory. However, a few are not and are described here in more detail.
4 - 'Stressed': indicates that the storage pool is functioning, but needs attention. Examples of 'Stressed' states are overload, overheated, and so on.
5 - 'Predictive Failure': indicates that the storage pool is functioning nominally but predicting a failure in the near future.
11 - 'In Service': describes a storage pool being configured, maintained, or otherwise administered.
12 - 'No Contact': indicates that the storage provider has knowledge of this storage pool, but has never been able to establish communications with it.
13 - 'Lost Communication': indicates that the storage pool is known to exist and has been contacted successfully in the past, but is currently unreachable.
10 - 'Stopped' and 14 - 'Aborted' are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the storage pool might need to be updated.
15 - 'Dormant': indicates that the storage pool is inactive.
16 - 'Supporting Entity in Error': indicates that this storage pool might be OK, but that another element, on which it is dependent, is in error.
'
Values['Unknown', 'Other', 'OK', 'Degraded', 'Stressed', 'Predictive Failure', 'Error', 'Non-Recoverable Error', 'Starting', 'Stopping', 'Stopped', 'In Service', 'No Contact', 'Lost Communication', 'Aborted', 'Dormant', 'Supporting Entity in Error', 'Completed', 'Power Mode', 'Relocating', 'Microsoft Reserved', 'Read-only', 'Incomplete', 'Microsoft Reserved']
OperationalStatus property is in 10 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 18 namespaces
OtherOperationalStatusDescription property
CIMTYPE'string'
Description'A string representation of the vendor defined operational status. This field should only be set if the OperationalStatus array contains 1 - 'Other'.'
OtherOperationalStatusDescription property is in 4 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
OtherUsageDescription property
CIMTYPE'string'
Description'If Usage is set to 1 - 'Other', this field contains the string representation of the vendor defined usage for the storage pool. This property must be NULL if Usage is not set to 1 - 'Other'.'
OtherUsageDescription property is in 2 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 4 namespaces
PhysicalSectorSize property
CIMTYPE'uint64'
Description'This field indicates the physical sector size of the storage pool, in bytes. This value is derived from the backing physical disks for this storage pool.'
Units'Bytes'
PhysicalSectorSize property is in 4 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 5 namespaces
ProvisioningTypeDefault property
CIMTYPE'uint16'
Description'Indicates the provisioning scheme to use when creating new virtual disks on this storage pool.
0 - 'Unknown': May mean that this information is unavailable, or the storage pool uses a proprietary method of allocation.
1 - 'Thin': Storage for the virtual disk is allocated on-demand.
2 - 'Fixed': Storage for the virtual disk is allocated at the time of virtual disk creation.'
Values['Unknown', 'Thin', 'Fixed']
ProvisioningTypeDefault property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
ReadOnlyReason property
CIMTYPE'uint16'
Description'Denotes the reason why the storage pool is read-only.
1 - 'None': The pool is not read-only.
2 - 'By Policy': The administrator has either requested the pool to be read-only or has enacted a policy on the system that requires the pool to be read-only.
3 - 'Majority Disks Unhealthy': The majority of the supporting physical disks are in an unhealthy state that has forced the storage pool into a read-only state.'
Values['Unknown', 'None', 'By Policy', 'Majority Disks Unhealthy', 'Starting']
ReadOnlyReason property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
RepairPolicy property
CIMTYPE'uint16'
Description'This property indicates how the operating system will proceed with repairing of virtual disks for this storage pool.
2 - 'Sequential': repair will process one allocation slab at a time. This will result in longer repair times, but small impact on the I/O load.
3 - 'Parallel': repair will process as many allocation slabs as it can in parallel. This will result in the shortest repair time, but will have significant impact on I/O load.
'
Values['Sequential', 'Parallel']
RepairPolicy property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
ResiliencySettingNameDefault property
CIMTYPE'string'
Description'Indicates the default resiliency setting used for virtual disk creation. This default can be overridden at the time of virtual disk creation. This property's value should correspond to the resiliency setting's Name field.'
ResiliencySettingNameDefault property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
RetireMissingPhysicalDisks property
CIMTYPE'uint16'
Description'If TRUE, the storage subsystem will automatically retire missing physical disks in this storage pool and replace them with hot-spares or other available physical disks (in the storage pool).'
Values['Auto', 'Always', 'Never']
RetireMissingPhysicalDisks property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
Size property
CIMTYPE'uint64'
Description'Indicates the capacity of the storage pool. If the pool is primordial, this is the sum of all the healthy physical disk sizes. If the pool is concrete, this is the sum of all associated physical disks (except hot-spares, and including failed drives).'
Units'Bytes'
Size property is in 8 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 16 namespaces
SupportedProvisioningTypes property
CIMTYPE'uint16'
Description'Denotes the provisioning schemes that this storage pool supports.'
Values['Unknown', 'Thin', 'Fixed']
SupportedProvisioningTypes property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
SupportsDeduplication property
CIMTYPE'boolean'
Description'If TRUE, this storage pool supports data deduplication.'
SupportsDeduplication property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
ThinProvisioningAlertThresholds property
CIMTYPE'uint16'
Description'Percentages at which an alert should be generated'
Units'Percentage'
ThinProvisioningAlertThresholds property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
Usage property
CIMTYPE'uint16'
Description'Denotes the intended usage of the storage pool.'
Values['Unknown', 'Other', 'Unrestricted', 'Reserved for ComputerSystem (the block server)', 'Reserved as a Delta Replica Container', 'Reserved for Migration Services', 'Reserved for Local Replication Services', 'Reserved for Remote Replication Services', 'Reserved for Sparing']
Usage property is in 3 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 12 namespaces
Version property
CIMTYPE'uint16'
Description'Denotes the minimum OS version that supports this storage pool'
Values['Windows Server 2012', 'Windows Server 2012 R2 Preview', 'Windows Server 2012 R2']
Version property is in 4 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 142 namespaces
WriteCacheSizeDefault property
CIMTYPE'uint64'
Description'Default size of write cache for virtual disk creation'
WriteCacheSizeDefault property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
WriteCacheSizeMax property
CIMTYPE'uint64'
Description'Maximum size of write cache for virtual disk creation'
WriteCacheSizeMax property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
WriteCacheSizeMin property
CIMTYPE'uint64'
Description'Minimum size of write cache for virtual disk creation'
WriteCacheSizeMin property is in 1 class (MSFT_StoragePool) of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces

Derived properties (6) of MSFT_StoragePool class

ObjectId property
CIMTYPE'string'
Description'ObjectId is a mandatory property that is used to opaquely and uniquely identify an instance of a class. ObjectIds must be unique within the scope of the management server (which is hosting the provider). The ObjectId is created and maintained for use of the Storage Management Providers and their clients to track instances of objects. If an object is visible through two different paths (for example: there are two separate Storage Management Providers that point to the same storage subsystem) then the same object may appear with two different ObjectIds. For determining if two object instances are the same object, refer to the UniqueId property.'
keyTrue
ObjectId property is in 19 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 6 namespaces
PassThroughClass property
CIMTYPE'string'
Description'PassThroughClass is the WBEM class name of the proprietary storage provider object.'
PassThroughClass property is in 17 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
PassThroughIds property
CIMTYPE'string'
Description'PassThroughIds is a comma-separated list of all implementation specific keys. It is used by storage management applications to access the vendor proprietary object model. This field should be in the form: key1='value1',key2='value2'.'
PassThroughIds property is in 17 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
PassThroughNamespace property
CIMTYPE'string'
Description'PassThroughNamespace is the WBEM namespace that contains the proprietary storage provider classes.'
PassThroughNamespace property is in 17 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
PassThroughServer property
CIMTYPE'string'
Description'PassThroughServer is the name or address of the computer system hosting the proprietary storage provider classes.'
PassThroughServer property is in 17 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 3 namespaces
UniqueId property
CIMTYPE'string'
Description'UniqueId is a mandatory property that is used to uniquely identify a logical instance of a storage subsystem's object. This value must be the same for an object viewed by two or more provider instances (even if they are running on seperate management servers). UniqueId can be any globally unique, opaque value unless otherwise specified by a derived class.'
UniqueId property is in 18 classes of ROOT\Microsoft\Windows\Storage\ms_409 and in 6 namespaces

MSFT_StoragePool Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
ClassVersion'1.0'
Description'Represents a logical grouping of physical disks that may be used to create virtual disks. These virtual disks can be created with different characteristics and levels of resiliency based on the number of available physical disks and the capabilities of the storage pool.'
LOCALE'MS_409'

MSFT_StoragePool System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\Storage\ms_409:MSFT_StoragePool'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\Storage\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['MSFT_StorageObject']___SYSTEM8
__PROPERTY_COUNT35___SYSTEM3
__RELPATH'MSFT_StoragePool'___SYSTEM8
__DYNASTY'MSFT_StorageObject'___SYSTEM8
__SUPERCLASS'MSFT_StorageObject'___SYSTEM8
__CLASS'MSFT_StoragePool'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MSFT_StoragePool

Number of classes:6
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
MSFT_StorageNodeToStoragePool000----
MSFT_StoragePoolToPhysicalDisk000----
MSFT_StoragePoolToResiliencySetting000----
MSFT_StoragePoolToStorageTier000----
MSFT_StoragePoolToVirtualDisk000----
MSFT_StorageSubSystemToStoragePool000----
comments powered by Disqus
WUtils.com