CIM211 Class Declaration
CIM_SystemIdentification

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

Class Hierarchy

CIM_SystemIdentification --> CIM_ManagedElement --> [top]

Class Attributes

Class Declaration Attributes
NameValue
SUPERCLASSCIM_ManagedElement
NAMECIM_SystemIdentification

Class Qualifiers

Class CIM_SystemIdentification Qualifiers
NameTypeValueFrom Class
Versionstring2.7.0 CIM_SystemIdentification
DescriptionstringA Namespace may represent data for one or many systems, that are local, remote (different than the system on which the ObjectManager is running) or aggregated. The System Identification class provides enough data to identify the system(s) represented in the Namespace. It is weak to the Namespace. CIM_SystemIdentification
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
SystemCreationClassNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
SystemNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
ObjectManagerCreationClassNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
ObjectManagerNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
NamespaceCreationClassNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
NamespaceNamestring Key
Propagated
Description
MaxLen
CIM_SystemIdentification
CreationClassNamestring Key
Description
MaxLen
CIM_SystemIdentification
Namestring Key
Description
MaxLen
CIM_SystemIdentification
IdentificationFormatsuint16[] Required
Write
Description
ValueMap
Values
ArrayType
ModelCorrespondence
CIM_SystemIdentification
FormatDescriptionsstring[] Write
Description
ArrayType
ModelCorrespondence
CIM_SystemIdentification
IdentificationDatastring[] Write
Description
ArrayType
ModelCorrespondence
CIM_SystemIdentification
Captionstring Description
MaxLen
CIM_ManagedElement
Descriptionstring Description CIM_ManagedElement
ElementNamestring Description CIM_ManagedElement

Property Qualifiers

Property SystemCreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.SystemCreationClassName CIM_SystemIdentification
DescriptionstringThe scoping System ’ s CreationClassName. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property SystemName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.SystemName CIM_SystemIdentification
DescriptionstringThe scoping System ’ s Name. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property ObjectManagerCreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.ObjectManagerCreationClassName CIM_SystemIdentification
DescriptionstringThe scoping ObjectManager ’ s CreationClassName. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property ObjectManagerName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.ObjectManagerName CIM_SystemIdentification
DescriptionstringThe scoping ObjectManager ’ s Name. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property NamespaceCreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.CreationClassName CIM_SystemIdentification
DescriptionstringThe scoping Namespace ’ s CreationClassName. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property NamespaceName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
PropagatedstringCIM_Namespace.Name CIM_SystemIdentification
DescriptionstringThe scoping Namespace ’ s Name. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property CreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
DescriptionstringCreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property Name Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_SystemIdentification
DescriptionstringA string uniquely identifying the name of the system represented in the Namespace. CIM_SystemIdentification
MaxLenuint32256 CIM_SystemIdentification

Property IdentificationFormats Qualifiers
NameTypeValueFrom Class
Requiredbooleantrue CIM_SystemIdentification
Writebooleantrue CIM_SystemIdentification
DescriptionstringEnumeration indicating the format of the system identification and/or addressing information. CIM_SystemIdentification
ValueMapstring
[See below.]
CIM_SystemIdentification
ValuesstringUnknown
Other
Short DNS Name
Fully qualified DNS Name
Windows Domain Name
NetWare Server Name
Unix Hostname
Globally Unique System Identifier
IP Address
Modem Dialup String
MAC Address
IPMI Address
CIM_SystemIdentification
ArrayTypestringIndexed CIM_SystemIdentification
ModelCorrespondencestringCIM_SystemIdentification.IdentificationData
CIM_SystemIdentification.FormatDescriptions
CIM_SystemIdentification

NameValue
0Unknown
1Other
2Short DNS Name
3Fully qualified DNS Name
4Windows Domain Name
5NetWare Server Name
6Unix Hostname
7Globally Unique System Identifier
8IP Address
9Modem Dialup String
10MAC Address
11IPMI Address
Property FormatDescriptions Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_SystemIdentification
DescriptionstringStrings further describing the format of the system identification information. CIM_SystemIdentification
ArrayTypestringIndexed CIM_SystemIdentification
ModelCorrespondencestringCIM_SystemIdentification.IdentificationFormats
CIM_SystemIdentification.IdentificationData
CIM_SystemIdentification

Property IdentificationData Qualifiers
NameTypeValueFrom Class
Writebooleantrue CIM_SystemIdentification
DescriptionstringStrings containing the system identification information. The format is described by the corresponding array item in IdentificationFormats. CIM_SystemIdentification
ArrayTypestringIndexed CIM_SystemIdentification
ModelCorrespondencestringCIM_SystemIdentification.IdentificationFormats
CIM_SystemIdentification.FormatDescriptions
CIM_SystemIdentification

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_IdentificationOfManagedSystemCIM_SystemIdentificationDependent
CIM_SystemInNamespaceCIM_SystemIdentificationIdentification
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