CIM_RegisteredProfile class
Describes a set of CIM Schema classes with required properties and/or methods, necessary to manage a real-world entity or to support a usage scenario, in an interoperable fashion.
Registered profiles can be defined by the DMTF or other standards organizations. A registered profile is a named 'standard' for CIM-based management of a particular System, subsystem, Service or other entity.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, Version("2.8.0"), AMENDMENT]
class CIM_RegisteredProfile : CIM_ManagedElement
{
string Caption;
string Description;
string ElementName;
string InstanceID;
uint16 RegisteredOrganization;
string OtherRegisteredOrganization;
string RegisteredName;
string RegisteredVersion;
uint16 AdvertiseTypes[];
string AdvertiseTypeDescriptions[];
};
Members
The CIM_RegisteredProfile class has these types of members:
Properties
The CIM_RegisteredProfile class has these properties.
-
AdvertiseTypeDescriptions
-
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RegisteredProfile.AdvertiseTypes")
Additional information related to the AdvertiseTypes property. An entry in this array corresponds to the entry in the AdvertiseTypes array at the same index.
A description must be provided when the AdvertiseTypes entry is Other (1). Additional descriptions are probably not needed if the entry is set to Not Advertised or SLP, but may be appropriate in the future.
-
-
AdvertiseTypes
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: Required, ArrayType ("Indexed"), ModelCorrespondence ("CIM_RegisteredProfile.AdvertiseTypeDescriptions")
The advertisement for the profile information. It is used by the advertising services of the WBEM infrastructure to determine what should be advertised, via what mechanisms. The profile may be advertised using several mechanisms.
If this property is NULL or uninitialized, it is equivalent to Not Advertised (2).
-
-
Other (1)
-
Not Advertised (2)
-
SLP (3)
Caption
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
A short textual description of the object.
This property is inherited from CIM_ManagedElement.
Description
-
Data type: string
-
Access type: Read-only
A textual description of the object.
This property is inherited from CIM_ManagedElement.
ElementName
-
Data type: string
-
Access type: Read-only
A 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.
This property is inherited from CIM_ManagedElement.
InstanceID
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Opaquely and uniquely identifies an instance of this class within the scope of the instantiating Namespace. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following format:
<OrgID>:<LocalID>
<OrgID> must include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority. <OrgID> must not contain a colon (":"). The first colon to appear in InstanceID must be between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and should not be re-used to identify different underlying elements.
If the above format is not used, the defining entity must assure that the resultant InstanceID is not re-used by this or other providers for this instance's NameSpace.
For DMTF defined instances, the format must have <OrgID> set to "CIM".
OtherRegisteredOrganization
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (256), ModelCorrespondence ("CIM_RegisteredProfile.RegisteredOrganization")
When RegisteredOrganization is Other (1), a description of the organization.
RegisteredName
The name of this registered profile. The combination of RegisteredName, RegisteredOrganization, and RegisteredVersion must uniquely identify the registered profile within the scope of the organization.
RegisteredOrganization
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: Required, ModelCorrespondence ("CIM_RegisteredProfile.OtherRegisteredOrganization")
The organization that defines this profile
Other (1)
DMTF (2)
CompTIA (3)
Consortium for Service Innovation (4)
FAST (5)
GGF (6)
INTAP (7)
itSMF (8)
NAC (9)
Northwest Energy Efficiency Alliance (10)
SNIA (11)
TM Forum (12)
The Open Group (13)
ANSI (14)
IEEE (15)
IETF (16)
INCITS (17)
ISO (18)
W3C (19)
RegisteredVersion
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Required
The version of this profile. The version must be in the form, <major version number>.<minor version number>.<update>.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\Hardware |
MOF |
|
DLL |
|