CIM_RegisteredProfile, ROOT\Hardware\ms_409

Class | Childs (1) | Methods | Properties (10) | Qualifiers (3) | Instances | Namespaces (8)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A RegisteredProfile 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. RegisteredProfiles can be defined by the DMTF or other standards organizations. Note that this class should not be confused with CIM_Profile, which collects SettingData instances, to be applied as a 'configuration profile' for an element. A RegisteredProfile is a named 'standard' for CIM-based management of a particular System, subsystem, Service or other entity, for a specified set of uses. It is a complete, standalone definition, as opposed to the subclass RegisteredSubProfile, which requires a scoping profile for context. The uses for a RegisteredProfile or SubProfile MUST be specified in the document that defines the profile. Examples of Profiles are to manage various aspects of an Operating System, Storage Array, or Database. The name of the profile is defined and scoped by its authoring organization.

CIM_RegisteredProfile - child subclasses in ROOT\Hardware\ms_409

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
RegisteredProfile0100----

CIM_RegisteredProfile properties

CIM_RegisteredProfile has 10 properties (7 Local, 3 Derived)

NameOriginCIMType
AdvertiseTypeDescriptionsCIM_RegisteredProfile8 [string]
AdvertiseTypesCIM_RegisteredProfile18 [uint16]
CaptionCIM_ManagedElement8 [string]
DescriptionCIM_ManagedElement8 [string]
ElementNameCIM_ManagedElement8 [string]
key
InstanceID
CIM_RegisteredProfile8 [string]
OtherRegisteredOrganizationCIM_RegisteredProfile8 [string]
RegisteredNameCIM_RegisteredProfile8 [string]
RegisteredOrganizationCIM_RegisteredProfile18 [uint16]
RegisteredVersionCIM_RegisteredProfile8 [string]

Detailed description of CIM_RegisteredProfile properties

Local properties (7) of CIM_RegisteredProfile class

AdvertiseTypeDescriptions property
CIMTYPE'string'
Description'A free-form string providing additional information related to the AdvertiseType. A description MUST be provided when the AdvertiseType is 1, "Other". An entry in this array corresponds to the entry in the AdvertiseTypes array at the same index. It is not expected that additional descriptions are needed if the Type is set to "Not Advertised" or "SLP". However, as the SLP template expands, or as other advertisement mechanisms are defined, support for additional descriptions may be needed. This array is defined to support this.'
AdvertiseTypeDescriptions property is in 2 classes of ROOT\Hardware\ms_409 and in 7 namespaces
AdvertiseTypes property
CIMTYPE'uint16'
Description'This property signifies 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 property is an array so that the profile MAY be advertised using several mechanisms. Note: If this property is null/uninitialized, this is equivalent to specifying the value 2, "Not Advertised".'
Values['Other', 'Not Advertised', 'SLP']
AdvertiseTypes property is in 2 classes of ROOT\Hardware\ms_409 and in 8 namespaces
InstanceID property
CIMTYPE'string'
Description'Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID SHOULD be constructed using the following 'preferred' algorithm:
:
Where and are separated by a colon ':', and where MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority. (This is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID MUST appear between and .
is chosen by the organizational entity and SHOULD not be re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace.
For DMTF defined instances, the 'preferred' algorithm MUST be used with the set to 'CIM'.'
keyTrue
InstanceID property is in 11 classes of ROOT\Hardware\ms_409 and in 21 namespaces
OtherRegisteredOrganization property
CIMTYPE'string'
Description'A free-form string providing a description of the organization when 1, "Other", is specified for the RegisteredOrganization.'
OtherRegisteredOrganization property is in 2 classes of ROOT\Hardware\ms_409 and in 6 namespaces
RegisteredName property
CIMTYPE'string'
Description'The name of this registered profile. Since multiple versions can exist for the same RegisteredName, the combination of RegisteredName, RegisteredOrganization, and RegisteredVersion MUST uniquely identify the registered profile within the scope of the organization.'
RegisteredName property is in 2 classes of ROOT\Hardware\ms_409 and in 7 namespaces
RegisteredOrganization property
CIMTYPE'uint16'
Description'The organization that defines this profile.'
Values['Other', 'DMTF', 'CompTIA', 'Consortium for Service Innovation', 'FAST', 'GGF', 'INTAP', 'itSMF', 'NAC', 'Northwest Energy Efficiency Alliance', 'SNIA', 'TM Forum', 'The Open Group', 'ANSI', 'IEEE', 'IETF', 'INCITS', 'ISO', 'W3C']
RegisteredOrganization property is in 2 classes of ROOT\Hardware\ms_409 and in 7 namespaces
RegisteredVersion property
CIMTYPE'string'
Description'The version of this profile. The string representing the version MUST be in the form:
M + "." + N + "." + U
Where:
M - The major version (in numeric form) describing the profile's creation or last modification.
N - The minor version (in numeric form) describing the profile's creation or last modification.
U - The update (e.g. errata, patch, ..., in numeric form) describing the profile's creation or last modification.'
RegisteredVersion property is in 2 classes of ROOT\Hardware\ms_409 and in 7 namespaces

Derived properties (3) of CIM_RegisteredProfile class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one- line string) of the object.'
Caption property is in 33 classes of ROOT\Hardware\ms_409 and in 37 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object.'
Description property is in 34 classes of ROOT\Hardware\ms_409 and in 142 namespaces
ElementName property
CIMTYPE'string'
Description'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.
Note that ManagedSystemElement's Name property 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 MAY be present in both the Name and ElementName properties.'
ElementName property is in 33 classes of ROOT\Hardware\ms_409 and in 21 namespaces

CIM_RegisteredProfile Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'A RegisteredProfile 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. RegisteredProfiles can be defined by the DMTF or other standards organizations. Note that this class should not be confused with CIM_Profile, which collects SettingData instances, to be applied as a 'configuration profile' for an element.
A RegisteredProfile is a named 'standard' for CIM-based management of a particular System, subsystem, Service or other entity, for a specified set of uses. It is a complete, standalone definition, as opposed to the subclass RegisteredSubProfile, which requires a scoping profile for context.
The uses for a RegisteredProfile or SubProfile MUST be specified in the document that defines the profile. Examples of Profiles are to manage various aspects of an Operating System, Storage Array, or Database. The name of the profile is defined and scoped by its authoring organization.'
LOCALE1033

CIM_RegisteredProfile System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Hardware\ms_409:CIM_RegisteredProfile'___SYSTEM8
__NAMESPACE'ROOT\Hardware\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT10___SYSTEM3
__RELPATH'CIM_RegisteredProfile'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_ManagedElement'___SYSTEM8
__CLASS'CIM_RegisteredProfile'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_RegisteredProfile

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
RegisteredProfile0100----
comments powered by Disqus
WUtils.com