CIM_SAPAvailableForElement class

CIM_SAPAvailableForElement conveys the semantics of a Service Access Point that is available for a ManagedElement. When CIM_SAPAvailableForElement is not instantiated, then the SAP is assumed to be generally available. If instantiated, the SAP is available only for the associated ManagedElements. For example, a device might provide management access through a URL. This association allows the URL to be advertised for the device.

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

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service")]
class CIM_SAPAvailableForElement
{
  CIM_ServiceAccessPoint REF AvailableSAP;
  CIM_ManagedElement     REF ManagedElement;
};

Members

The CIM_SAPAvailableForElement class has these types of members:

Properties

The CIM_SAPAvailableForElement class has these properties.

AvailableSAP
Data type: CIM_ServiceAccessPoint
Access type: Read-only
Qualifiers: Key

The Service Access Point that is available.

ManagedElement
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Key

The ManagedElement for which the SAP is available.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: