CIM_HostedService class

Represents an association between a service and the system that hosts the service. A System can host many services, however this class does not represent services hosted across multiple systems.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Abstract, Association, Version("2.10.0"), AMENDMENT]
class CIM_HostedService : CIM_HostedDependency
{
  CIM_System  REF Antecedent;
  CIM_Service REF Dependent;
};

Members

The CIM_HostedService class has these types of members:

Properties

The CIM_HostedService 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_Service

Access type: Read-only

Qualifiers: Override ("Dependent"), Weak

The Service hosted on the System.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_HostedDependency