CIM_HostedAccessPoint class

Represents an association between a service access point (SAP) and the system that hosts it. A system can host multiple access points. If the implementation of the SAP is modeled, it must be implemented by a device or software feature that is part of the system that hosts the SAP.

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_HostedAccessPoint : CIM_HostedDependency
{
  CIM_System             REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_HostedAccessPoint class has these types of members:

Properties

The CIM_HostedAccessPoint class has these properties.

Antecedent

Data type: CIM_System

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1), Max (1)

The hosting System.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent"), Weak

The SAPs that are hosted on the system.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_HostedDependency

Failover Clustering Hyper-V WMI Provider