Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
AdapterType | uint16 | |
Description | string | AdapterType enumerates the kind of Object Manager Adapter. If 'Other' is specified, the OtherAdapterTypeDescription property MUST be populated.
Other - If the adapter does not fit into one of the other catagories in the list. If specified, the OtherAdapterTypeDescription property MUST be populated.
Client - A client side adapter that responds to client operation requests, such as CIM-XML or CIM-SOAP.
Provider - A provider adapter, such as DMI, SNMP, JSR48 or CMPI.
Indication Handler - An Indication Handler is a service that delivers indications to a subscriber. Examples of possible Indication Handlers are CIM-XML, CIM-SOAP, SMPT (e-mail) or any other delivery mechanism.
Repository - A repository is an adapter that can store/retrieve persistent data, such as CIM Qualifier Types, CIM Classes and CIM Instances. An Object Manager could use multiple repositiories at one time, for example one could be used for CIM Schema information only, while another is used for instance information. Repositories MAY be remote or local to the CIM Object Manager. Examples of repository implementations could be databases, LDAP or files. |
ModelCorrespondence | string | CIM_ObjectManagerAdapter.OtherAdapterTypeDescription |
Required | boolean | true |
ValueMap | string | 1, 2, 3, 4, 5 |
Values | string | Other, Client, Provider, Indication Handler, Repository |
ElementName | string | |
Description | string | The ElmentName property is used as a name of the Object Manager Adapter for human interfaces. For example, "ACME ObjectManager Adapter". |
Override | string | ElementName |
Handle | string | |
Description | string | An implementation specific string that identifies the handle to the Object Manager Adapter. |
Required | boolean | true |
Name | string | |
Description | string | A human-readable name that uniquely identifies the ObjectManager within a system. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Override | string | Name |
OtherAdapterTypeDescription | string | |
Description | string | The type(s) of ObjectManagerAdapter when "Other" is included in ObjectManagerAdapterType property. |
ModelCorrespondence | string | CIM_ObjectManagerAdapter.AdapterType |