CIM211 Class Declaration
CIM_DHCPSettingData

Table of Contents:
Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary

Class Hierarchy

CIM_DHCPSettingData --> CIM_IPAssignmentSettingData --> CIM_SettingData --> CIM_ManagedElement --> [top]

Class Attributes

Class Declaration Attributes
NameValue
SUPERCLASSCIM_IPAssignmentSettingData
NAMECIM_DHCPSettingData

Class Qualifiers

Class CIM_DHCPSettingData Qualifiers
NameTypeValueFrom Class
Experimentalbooleantrue CIM_DHCPSettingData
Versionstring2.11.0 CIM_DHCPSettingData
DescriptionstringThis class represents the desired configuration settings for the DHCPProtocolEndpoint (i.e. DHCP client configuration. CIM_DHCPSettingData
DescriptionstringThis SettingData instance is the aggregation point identifying an IP configuration. Multiple IP configurations could exist for a target. Each configuration is represented with an instance of IPAssignmentSettingData. The details of the IP configuration are defined by instances of sub-classes of this class (i.e. StaticIPAssignmentSettingData, DHCPSettingData, DNSSettingData). These instances are associated with the IPAssignmentSettingData instance using the OrderedComponent or ConcreteComponent associations. For example, a static IP configuration would be represented by an instance of IPAssignmentSettingData and an instance of StaticIPAssignmentSettingData associated via an instance of ConcreteComponent. A static IP configuration including DNS would be modeled using an instance of IPAssignmentSettingData, DNSSettingData, and StaticIPAssignmentSettingData. The DNSSettingData and StaticIPAssignmentSettingData instance would be associated with the IPAssignmentSettingData using instances of ConcreteComponent. CIM_IPAssignmentSettingData
DescriptionstringThe SettingData class represents configuration-related and operational parameters for one or more ManagedElements. A ManagedElement can have multiple SettingData objects associated with it. The current operational values for the parameters of the element are reflected by properties in the Element itself or by properties in its associations. These properties do not have to be the same values that are present in the SettingData object. For example, a modem might have a SettingData baud rate of 56Kb/sec but be operating at 19.2Kb/sec. Note: The CIM_SettingData class is very similar to CIM_Setting, yet both classes are present in the model because many implementations have successfully used CIM_Setting. However, issues have arisen that could not be resolved without defining a new class. Therefore, until a new major release occurs, both classes will exist in the model. Refer to the Core White Paper for additional information. SettingData instances can be aggregated together into higher- level SettingData objects using ConcreteComponent associations. CIM_SettingData
DescriptionstringManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement

Properties

Properties
NameTypeValueQualifiersClassOrigin
AddressOriginuint164 Override
Description
ValueMap
Values
ModelCorrespondence
CIM_DHCPSettingData
RequestedIPv4Addressstring Description
MappingStrings
ModelCorrespondence
CIM_DHCPSettingData
RequestedLeaseTimeuint32 Description
Units
MappingStrings
ModelCorrespondence
CIM_DHCPSettingData
ClientIdentifierstring Write
Description
MappingStrings
CIM_DHCPSettingData
VendorClassIdentifierstring Write
Description
MappingStrings
CIM_DHCPSettingData
RequestedOptionsuint16[] Write
Description
ValueMap
Values
MappingStrings
ModelCorrespondence
CIM_DHCPSettingData
RequiredOptionsuint16[] Write
Description
ValueMap
Values
MappingStrings
ModelCorrespondence
CIM_DHCPSettingData
InstanceIDstring Key
Description
CIM_SettingData
ElementNamestring Required
Override
Description
CIM_SettingData
Captionstring Description
MaxLen
CIM_ManagedElement
Descriptionstring Description CIM_ManagedElement

Property Qualifiers

Property AddressOrigin Qualifiers
NameTypeValueFrom Class
OverridestringAddressOrigin CIM_DHCPSettingData
DescriptionstringAddressOrigin identifies the method by which the IP Address, Subnet Mask, and Gateway were assigned to the IPProtocolEndpoint. A value of 4 indicates that the values will be assigned via DHCP CIM_DHCPSettingData
ValueMapstring
[See below.]
CIM_DHCPSettingData
ValuesstringDMTF Reserved
DHCP
DMTF Reserved
Vendor Reserved
CIM_DHCPSettingData
ModelCorrespondencestringCIM_IPProtocolEndpoint.AddressOrigin CIM_DHCPSettingData

NameValue
0..3DMTF Reserved
4DHCP
5..32767DMTF Reserved
32768..Vendor Reserved
Property RequestedIPv4Address Qualifiers
NameTypeValueFrom Class
DescriptionstringA previously allocated IPv4 address for which the client is requesting re-allocation. This property is used in a client request (DHCPREQUEST) as the value of the ciaddr field. CIM_DHCPSettingData
MappingStringsstringRFC1541.IETF|Section 3.2 CIM_DHCPSettingData
ModelCorrespondencestringCIM_IPProtocolEndpoint.IPv4Address CIM_DHCPSettingData

Property RequestedLeaseTime Qualifiers
NameTypeValueFrom Class
DescriptionstringThis property is used in a client request (DHCPREQUEST) to allow the client to request a lease time for the IP address. The value shall be specified as an interval at a granularity of seconds. This value corresponds to the value for code 51 as defined in RFC2132. CIM_DHCPSettingData
UnitsstringSeconds CIM_DHCPSettingData
MappingStringsstringRFC2132.IETF|Section 9.2 CIM_DHCPSettingData
ModelCorrespondencestringCIM_DHCPProtocolEndpoint.LeaseTime CIM_DHCPSettingData

Property ClientIdentifier Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_DHCPSettingData
DescriptionstringThis property is used by DHCP clients to specify their unique identifier. DHCP servers use this value to index their database of address bindings. This value is expected to be unique for all clients in an administrative domain. This corresponds to DHCP Option Code 61 as defined in RFC2132. While this value is an option and therefore could be expressed using the RequestedOption property, it differs from other properties in that it includes a value when specified from the client. CIM_DHCPSettingData
MappingStringsstringRFC2132.IETF|Section 9.14 CIM_DHCPSettingData

Property VendorClassIdentifier Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_DHCPSettingData
DescriptionstringThis property is used by DHCP clients to optionally identify the vendor type and configuration of a DHCP client. This corresponds to DHCP Option Code 60 as defined in RFC2132. While this is value is an option and therefore could be expressed using the RequestedOption property, it differs from other properties in that it includes a value when specified from the client. CIM_DHCPSettingData
MappingStringsstringRFC2132.IETF|Section 9.13 CIM_DHCPSettingData

Property RequestedOptions Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_DHCPSettingData
DescriptionstringThe list of requested DHCP options which the client is capable of interpreting but not necessarily required for the client to operate properly. This list of DHCP options is for IPv4 CIM_DHCPSettingData
ValueMapstring
[See below.]
CIM_DHCPSettingData
ValuesstringUnknown
Other
Pad
Subnet Mask
Time Offset
Router Option
Time Server
Name Server
Domain Name Server
Log Server
Cookie Server
LPR Server
Impress Server
Resource Location Server
Host Name
Boot File Size
Merit Dump File
Domain Name
Swap Server
Root Path
Extensions Path
IP Forwarding Enable/Disable
Non-Local Source Routing Enable/Disable
Policy Filter
Maximum Datagram Reassembly Size
Default IP Time-to-live
Path MTU Aging Timeout
Path MTU Plateau Table
Interface MTU
All Subnets are Local
Broadcast Address
Perform Subnet Mask Discovery
Mask Supplier
Perform Router Discovery
Router Solicitation Address
Static Route
Trailer Encapsulation
ARP Cache Timeout
Ethernet Encapsulation
TCP Default TTL
TCP Keepalive Interval
TCP Keepalive Garbage
Network Information Service Domain
Network Information Servers
Network Time Protocol Servers
Vendor Specific Information
NetBIOS over TCP/IP Name Server
NetBIOS over TCP/IP Datagram Distribution Server
NetBIOS over TCP/IP Node Type
NetBIOS over TCP/IP Scope
X Window System Font Server
X Window System Display Manager
Requested IP Address
Lease Time
Option Overload
Message Type
Server Identifier
Parameter Request List
Error Message
Maximum Message Size
Renewal (T1) Time
Rebinding (T2) Time
Vendor Class Identifier
Client Identifier
DMTF Reserved
DMTF Reserved
Network Information Service+ Domain
Network Information Service+ Servers
TFTP Server Name
Bootfile Name
Mobile IP Home Agent
Simple Mail Transport Protocol (SMTP) Server
Post Office Protocol (POP3) Server
Network News Transport Protocol (NNTP) Server
Default World Wide Web (WWW) Server
Default Finger Server
Default Internet Relay Chat (IRC) Server
StreetTalk Server
StreetTalk Directory Assistance (STDA) Server
User Class
SLP Directory Agent
SLP Service Scope
DMTF Reserved
Relay Agent Information
DMTF Reserved
Name Service Search
Subnet Selection
DMTF Reserved
Classless Route
DMTF Reserved
End
DMTF Reserved
Vendor Reserved
CIM_DHCPSettingData
MappingStringsstringRFC2132.IETF
RFC2937.IETF
RFC3011.IETF
RFC3046.IETF
RFC3004.IETF
RFC2610.IETF
RFC3442.IETF
CIM_DHCPSettingData
ModelCorrespondencestringCIM_DHCPProtocolEndpoint.OptionsReceived CIM_DHCPSettingData

NameValue
0Unknown
1Other
2Pad
3Subnet Mask
4Time Offset
5Router Option
6Time Server
7Name Server
8Domain Name Server
9Log Server
10Cookie Server
11LPR Server
12Impress Server
13Resource Location Server
14Host Name
15Boot File Size
16Merit Dump File
17Domain Name
18Swap Server
19Root Path
20Extensions Path
21IP Forwarding Enable/Disable
22Non-Local Source Routing Enable/Disable
23Policy Filter
24Maximum Datagram Reassembly Size
25Default IP Time-to-live
26Path MTU Aging Timeout
27Path MTU Plateau Table
28Interface MTU
29All Subnets are Local
30Broadcast Address
31Perform Subnet Mask Discovery
32Mask Supplier
33Perform Router Discovery
34Router Solicitation Address
35Static Route
36Trailer Encapsulation
37ARP Cache Timeout
38Ethernet Encapsulation
39TCP Default TTL
40TCP Keepalive Interval
41TCP Keepalive Garbage
42Network Information Service Domain
43Network Information Servers
44Network Time Protocol Servers
45Vendor Specific Information
46NetBIOS over TCP/IP Name Server
47NetBIOS over TCP/IP Datagram Distribution Server
48NetBIOS over TCP/IP Node Type
49NetBIOS over TCP/IP Scope
50X Window System Font Server
51 X Window System Display Manager
52Requested IP Address
53Lease Time
54Option Overload
55Message Type
56Server Identifier
57Parameter Request List
58Error Message
59Maximum Message Size
60Renewal (T1) Time
61Rebinding (T2) Time
62Vendor Class Identifier
63Client Identifier
64DMTF Reserved
65DMTF Reserved
66Network Information Service+ Domain
67Network Information Service+ Servers
68TFTP Server Name
69Bootfile Name
70Mobile IP Home Agent
71Simple Mail Transport Protocol (SMTP) Server
72Post Office Protocol (POP3) Server
73Network News Transport Protocol (NNTP) Server
74Default World Wide Web (WWW) Server
75Default Finger Server
76Default Internet Relay Chat (IRC) Server
77StreetTalk Server
78StreetTalk Directory Assistance (STDA) Server
79User Class
80SLP Directory Agent
81SLP Service Scope
82..83DMTF Reserved
84Relay Agent Information
85..118DMTF Reserved
119Name Service Search
120Subnet Selection
121..122DMTF Reserved
123Classless Route
124..256DMTF Reserved
257End
258..32767DMTF Reserved
32768..65535Vendor Reserved
Property RequiredOptions Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_DHCPSettingData
DescriptionstringThe list of DHCP options required for the client to operate properly. This list of DHCP options is for IPv4. CIM_DHCPSettingData
ValueMapstring
[See below.]
CIM_DHCPSettingData
ValuesstringUnknown
Other
Pad
Subnet Mask
Time Offset
Router Option
Time Server
Name Server
Domain Name Server
Log Server
Cookie Server
LPR Server
Impress Server
Resource Location Server
Host Name
Boot File Size
Merit Dump File
Domain Name
Swap Server
Root Path
Extensions Path
IP Forwarding Enable/Disable
Non-Local Source Routing Enable/Disable
Policy Filter
Maximum Datagram Reassembly Size
Default IP Time-to-live
Path MTU Aging Timeout
Path MTU Plateau Table
Interface MTU
All Subnets are Local
Broadcast Address
Perform Subnet Mask Discovery
Mask Supplier
Perform Router Discovery
Router Solicitation Address
Static Route
Trailer Encapsulation
ARP Cache Timeout
Ethernet Encapsulation
TCP Default TTL
TCP Keepalive Interval
TCP Keepalive Garbage
Network Information Service Domain
Network Information Servers
Network Time Protocol Servers
Vendor Specific Information
NetBIOS over TCP/IP Name Server
NetBIOS over TCP/IP Datagram Distribution Server
NetBIOS over TCP/IP Node Type
NetBIOS over TCP/IP Scope
X Window System Font Server
X Window System Display Manager
Requested IP Address
Lease Time
Option Overload
Message Type
Server Identifier
Parameter Request List
Error Message
Maximum Message Size
Renewal (T1) Time
Rebinding (T2) Time
Vendor Class Identifier
Client Identifier
DMTF Reserved
DMTF Reserved
Network Information Service+ Domain
Network Information Service+ Servers
TFTP Server Name
Bootfile Name
Mobile IP Home Agent
Simple Mail Transport Protocol (SMTP) Server
Post Office Protocol (POP3) Server
Network News Transport Protocol (NNTP) Server
Default World Wide Web (WWW) Server
Default Finger Server
Default Internet Relay Chat (IRC) Server
StreetTalk Server
StreetTalk Directory Assistance (STDA) Server
User Class
SLP Directory Agent
SLP Service Scope
DMTF Reserved
Relay Agent Information
DMTF Reserved
Name Service Search
Subnet Selection
DMTF Reserved
Classless Route
DMTF Reserved
End
DMTF Reserved
Vendor Reserved
CIM_DHCPSettingData
MappingStringsstringRFC2132.IETF
RFC2937.IETF
RFC3011.IETF
RFC3046.IETF
RFC3004.IETF
RFC2610.IETF
RFC3442.IETF
CIM_DHCPSettingData
ModelCorrespondencestringCIM_DHCPProtocolEndpoint.OptionsReceived CIM_DHCPSettingData

NameValue
0Unknown
1Other
2Pad
3Subnet Mask
4Time Offset
5Router Option
6Time Server
7Name Server
8Domain Name Server
9Log Server
10Cookie Server
11LPR Server
12Impress Server
13Resource Location Server
14Host Name
15Boot File Size
16Merit Dump File
17Domain Name
18Swap Server
19Root Path
20Extensions Path
21IP Forwarding Enable/Disable
22Non-Local Source Routing Enable/Disable
23Policy Filter
24Maximum Datagram Reassembly Size
25Default IP Time-to-live
26Path MTU Aging Timeout
27Path MTU Plateau Table
28Interface MTU
29All Subnets are Local
30Broadcast Address
31Perform Subnet Mask Discovery
32Mask Supplier
33Perform Router Discovery
34Router Solicitation Address
35Static Route
36Trailer Encapsulation
37ARP Cache Timeout
38Ethernet Encapsulation
39TCP Default TTL
40TCP Keepalive Interval
41TCP Keepalive Garbage
42Network Information Service Domain
43Network Information Servers
44Network Time Protocol Servers
45Vendor Specific Information
46NetBIOS over TCP/IP Name Server
47NetBIOS over TCP/IP Datagram Distribution Server
48NetBIOS over TCP/IP Node Type
49NetBIOS over TCP/IP Scope
50X Window System Font Server
51 X Window System Display Manager
52Requested IP Address
53Lease Time
54Option Overload
55Message Type
56Server Identifier
57Parameter Request List
58Error Message
59Maximum Message Size
60Renewal (T1) Time
61Rebinding (T2) Time
62Vendor Class Identifier
63Client Identifier
64DMTF Reserved
65DMTF Reserved
66Network Information Service+ Domain
67Network Information Service+ Servers
68TFTP Server Name
69Bootfile Name
70Mobile IP Home Agent
71Simple Mail Transport Protocol (SMTP) Server
72Post Office Protocol (POP3) Server
73Network News Transport Protocol (NNTP) Server
74Default World Wide Web (WWW) Server
75Default Finger Server
76Default Internet Relay Chat (IRC) Server
77StreetTalk Server
78StreetTalk Directory Assistance (STDA) Server
79User Class
80SLP Directory Agent
81SLP Service Scope
82..83DMTF Reserved
84Relay Agent Information
85..118DMTF Reserved
119Name Service Search
120Subnet Selection
121..122DMTF Reserved
123Classless Route
124..256DMTF Reserved
257End
258..32767DMTF Reserved
32768..65535Vendor Reserved
Property AddressOrigin Qualifiers
NameTypeValueFrom Class
DescriptionstringAddressOrigin identifies the method by which the IP Address, Subnet Mask, and Gateway were assigned to the IPProtocolEndpoint. A value of 2 indicates that the application of the IPAssignmentSettingData instance does not affect these properties A value of 3 indicates that values for the properties are contained in the IPAssignmentSettingData instance. A value of 4 indicates that the values will be assigned via DHCP A value of 5 indicates that the values will be assigned via BOOTP CIM_IPAssignmentSettingData
ValueMapstring
[See below.]
CIM_IPAssignmentSettingData
ValuesstringUnknown
Other
Not Applicable
Static
DHCP
BOOTP
DMTF Reserved
Vendor Reserved
CIM_IPAssignmentSettingData

NameValue
0Unknown
1Other
2Not Applicable
3Static
4DHCP
5BOOTP
6..32767DMTF Reserved
32768..Vendor Reserved
Property InstanceID Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SettingData
DescriptionstringWithin the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following " preferred " algorithm: < OrgID > : < LocalID > Where < OrgID > and < LocalID > are separated by a colon (:), and where < OrgID > must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the < Schema Name > _ < Class Name > structure of Schema class names.) In addition, to ensure uniqueness, < OrgID > must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between < OrgID > and < LocalID > . < LocalID > is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above " preferred " algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. For DMTF-defined instances, the " preferred " algorithm must be used with the < OrgID > set to CIM. CIM_SettingData

Property ElementName Qualifiers
NameTypeValueFrom Class
Requiredbooleantrue CIM_SettingData
OverridestringElementName CIM_SettingData
DescriptionstringThe user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.) CIM_SettingData

Property Caption Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement
MaxLenuint3264 CIM_ManagedElement

Property Description Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Description property provides a textual description of the object. CIM_ManagedElement

Property ElementName Qualifiers
NameTypeValueFrom Class
DescriptionstringA user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement

Methods

Method Qualifiers

Parameters

Parameter Qualifiers

Associations this class can participate in

Association
Class
Reference
Class
Role
CIM_SettingAssociatedToCapabilitiesCIM_SettingDataDependent
CIM_ElementSettingDataCIM_SettingDataSettingData
CIM_ComponentCIM_ManagedElementGroupComponent
CIM_ComponentCIM_ManagedElementPartComponent
CIM_ConcreteComponentCIM_ManagedElementGroupComponent
CIM_ConcreteComponentCIM_ManagedElementPartComponent
CIM_CredentialContextCIM_ManagedElementElementProvidingContext
CIM_DefaultElementCapabilitiesCIM_ManagedElementManagedElement
CIM_DependencyCIM_ManagedElementAntecedent
CIM_DependencyCIM_ManagedElementDependent
CIM_HostedDependencyCIM_ManagedElementAntecedent
CIM_HostedDependencyCIM_ManagedElementDependent
CIM_ScopedSettingCIM_ManagedElementAntecedent
CIM_MetricDefForMECIM_ManagedElementAntecedent
CIM_MetricForMECIM_ManagedElementAntecedent
CIM_RelatedElementCausingErrorCIM_ManagedElementDependent
CIM_RelatedElementCausingErrorCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementDependent
CIM_ConcreteDependencyCIM_ManagedElementAntecedent
CIM_ConcreteDependencyCIM_ManagedElementDependent
CIM_ElementAsUserCIM_ManagedElementAntecedent
CIM_RecordAppliesToElementCIM_ManagedElementDependent
CIM_AuthenticationTargetCIM_ManagedElementDependent
CIM_AuthorizationSubjectCIM_ManagedElementDependent
CIM_AuthorizationTargetCIM_ManagedElementDependent
CIM_ElementSoftwareIdentityCIM_ManagedElementDependent
CIM_IsSpareCIM_ManagedElementAntecedent
CIM_ProvidesServiceToElementCIM_ManagedElementDependent
CIM_ElementCapabilitiesCIM_ManagedElementManagedElement
CIM_IdentityContextCIM_ManagedElementElementProvidingContext
CIM_LogicalIdentityCIM_ManagedElementSystemElement
CIM_LogicalIdentityCIM_ManagedElementSameElement
CIM_ConcreteIdentityCIM_ManagedElementSystemElement
CIM_ConcreteIdentityCIM_ManagedElementSameElement
CIM_SWRManageableAspectCIM_ManagedElementSystemElement
CIM_MemberOfCollectionCIM_ManagedElementMember
CIM_MemberPrincipalCIM_ManagedElementMember
CIM_ElementInPolicyRoleCollectionCIM_ManagedElementMember
CIM_OwningCollectionElementCIM_ManagedElementOwningElement
CIM_ParametersForMethodCIM_ManagedElementTheMethod
CIM_ParameterValueSourcesCIM_ManagedElementValueSource
CIM_PolicySetAppliesToElementCIM_ManagedElementManagedElement
CIM_AuthorizationRuleAppliesToTargetCIM_ManagedElementManagedElement
CIM_RoleLimitedToTargetCIM_ManagedElementTargetElement
CIM_StatisticsCIM_ManagedElementElement
CIM_SynchronizedCIM_ManagedElementSystemElement
CIM_SynchronizedCIM_ManagedElementSyncedElement
CIM_StorageSynchronizedCIM_ManagedElementSystemElement
CIM_StorageSynchronizedCIM_ManagedElementSyncedElement
CIM_AssignedIdentityCIM_ManagedElementManagedElement
CIM_AuthorizedSubjectCIM_ManagedElementPrivilegedElement
CIM_AuthorizedTargetCIM_ManagedElementTargetElement
CIM_ElementConformsToProfileCIM_ManagedElementManagedElement
CIM_ElementLocationCIM_ManagedElementElement
CIM_ElementProfileCIM_ManagedElementManagedElement
CIM_ElementSecuritySensitivityCIM_ManagedElementManagedElement
CIM_ElementSettingDataCIM_ManagedElementManagedElement
CIM_ElementStatisticalDataCIM_ManagedElementManagedElement
CIM_OwningJobElementCIM_ManagedElementOwningElement
CIM_AffectedJobElementCIM_ManagedElementAffectedElement
CIM_ServiceAffectsElementCIM_ManagedElementAffectedElement
CIM_ServiceAvailableToElementCIM_ManagedElementUserOfService
CIM_SAPAvailableForElementCIM_ManagedElementManagedElement
CIM_ManagementSAPCIM_ManagedElementManagedElement