CIM_ServiceComponent class

Represents an association in which a service is a component of a parent service, which together, form a higher-level service.

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

Syntax

[Association, Aggregation, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Core::Service")]
class CIM_ServiceComponent : CIM_Component
{
  CIM_Service REF GroupComponent;
  CIM_Service REF PartComponent;
};

Members

The CIM_ServiceComponent class has these types of members:

Properties

The CIM_ServiceComponent class has these properties.

GroupComponent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent")

The parent service.

PartComponent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("PartComponent")

The component service.

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_Component

Failover Clustering Hyper-V WMI Provider