MSISCSITARGET_ElementCapabilities class
Represents the association between a managed element and the CIM_Capabilities instances that describe it. This association defines a one-to-many relationship between CIM_ManagedElement and CIM_Capabilities instances, therefor the CIM_ManagedElement must exist .
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("MSiSCSITargetProv"), Association, Version("1.0.0")]
class MSISCSITARGET_ElementCapabilities : CIM_ElementCapabilities
{
CIM_ManagedElement REF ManagedElement;
CIM_Capabilities REF Capabilities;
};
Members
The MSISCSITARGET_ElementCapabilities class has these types of members:
Properties
The MSISCSITARGET_ElementCapabilities class has these properties.
- Capabilities
-
- Data type: CIM_Capabilities
- Access type: Read-only
- Qualifiers: Key
A CIM_Capabilities containing the Capabilities object associated with the element.
This property is inherited from CIM_ElementCapabilities.
- ManagedElement
-
A CIM_ManagedElement containing the managed element.
This property is inherited from CIM_ElementCapabilities.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also