Class CIM_HostedService

CIM_Dependency
   extended by CIM_HostedService


Association class CIM_HostedService
extends CIM_Dependency

General Information:
CIM_HostedService is an association between a Service and the System on which the functionality is located. The cardinality of this association is one-to-many. A System can host many Services. Services are weak with respect to their hosting System. Heuristic: A Service is hosted on the System where the LogicalDevices or SoftwareFeatures that implement the Service are located. The model does not represent Services hosted across multiple systems. The model is as an ApplicationSystem that acts as an aggregation point for Services that are each located on a single host.

Qualifiers:
-------------
Association
Version=2.10.0
UMLPackagePath=CIM::Core::Service


Supported Fields Summary
 REF CIM_System Antecedent Key
The hosting System.
 REF CIM_Service Dependent Key
The Service hosted on the System.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Enumerate()
Enumerates the instances of this class

Field Detail

Antecedent Key

public REF CIM_System Antecedent
General Information:
The hosting System.

Qualifiers:
-------------
Override=Antecedent
Min=1
Max=1


Dependent Key

public REF CIM_Service Dependent
General Information:
The Service hosted on the System.

Qualifiers:
-------------
Override=Dependent
Weak


Method Detail

Get

public  Get([OUT]CIM_HostedService Instance)
Permission Information:
No permissions defined

General Information:
Gets the representation of the instance

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Copyright © 2006-2022, Intel Corporation. All rights reserved.