CIM_StorageSettingsAssociatedToCapabilities class

This association define StorageSettings that reflect the capabilities of the associated StorageCapabilities. The associated StorageSetting may not define the operational characteristics (through settings properties) of any storage element. Certain StorageSetting instances can be defined as "Fixed = Not Changeable" by using the "ChangeableType" attribute. "Fixed" settings have this special association. This association should be defined between "Fixed - Not Changeable" instances of StorageSetting with the StorageCapabilities instances that are associated with the StoragePools which support the storage characteristics described by the StorageSetting instance.

Fixed settings may be associated to many StorageCapabilities.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Version("2.11.0"), UMLPackagePath("CIM::Device::StorageServices")]
class CIM_StorageSettingsAssociatedToCapabilities : CIM_SettingAssociatedToCapabilities
{
  boolean                     DefaultSetting = FALSE;
  CIM_StorageCapabilities REF Antecedent;
  CIM_StorageSetting      REF Dependent;
};

Members

The CIM_StorageSettingsAssociatedToCapabilities class has these types of members:

Properties

The CIM_StorageSettingsAssociatedToCapabilities class has these properties.

Antecedent
Data type: CIM_StorageCapabilities
Access type: Read-only
Qualifiers: Override ("Antecedent")

The StorageCapabilities.

DefaultSetting
Data type: boolean
Access type: Read-only
Qualifiers: Required

If an element whose characteristics are described by the associated Capabilities instance has a dependent element created or modified without specifying an associated SettingData instance, then the default SettingData will be used in that operation.

This property is inherited from CIM_SettingAssociatedToCapabilities.

Dependent
Data type: CIM_StorageSetting
Access type: Read-only
Qualifiers: Override ("Dependent")

The fixed and predefined StorageSetting.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

See also

CIM_SettingAssociatedToCapabilities

 

 

Show: