CIM_SettingAssociatedToCapabilities class

This association defines settings that can be used to create or modify elements. Unlike ElementSettingData, these settings are not used to express the characteristics of existing managed elements.

Typically, the capabilities associated with this class define the characteristics of a service in creating or modifying elements that are dependent on the service directly or indirectly. A CIM Client may use this association to find SettingData instances that can be used to create or modify these dependent elements.

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::System::FilesystemServices")]
class CIM_SettingAssociatedToCapabilities : CIM_Dependency
{
  CIM_Capabilities REF Antecedent;
  CIM_SettingData  REF Dependent;
  boolean              DefaultSetting = FALSE;
};

Members

The CIM_SettingAssociatedToCapabilities class has these types of members:

Properties

The CIM_SettingAssociatedToCapabilities class has these properties.

Antecedent

Data type: CIM_Capabilities

Access type: Read-only

Qualifiers: Override ("Antecedent")

The Capabilities.

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.

Dependent

Data type: CIM_SettingData

Access type: Read-only

Qualifiers: Override ("Dependent")

The Setting.

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_Dependency