MSISCSITARGET_DeviceSAPImplementation class
Describes an association between one or more Service Access Points (SAP)s and the logical devices that implement them.
This association can define many-to-many relationships between CIM_LogicalDevice and CIM_ServiceAccessPoint instances.
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_DeviceSAPImplementation : CIM_DeviceSAPImplementation
{
CIM_LogicalDevice REF Antecedent;
CIM_ServiceAccessPoint REF Dependent;
};
Members
The MSISCSITARGET_DeviceSAPImplementation class has these types of members:
Properties
The MSISCSITARGET_DeviceSAPImplementation class has these properties.
- Antecedent
-
- Data type: CIM_LogicalDevice
- Access type: Read-only
The LogicalDevice.
This property is inherited from CIM_DeviceSAPImplementation.
- Dependent
-
- Data type: CIM_ServiceAccessPoint
- Access type: Read-only
The ServiceAccessPoint implemented using the LogicalDevice.
This property is inherited from CIM_DeviceSAPImplementation.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also