Server
Class IBMTSDS_CIMXMLCommunicationMechanism


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement
      \_CIM_ServiceAccessPoint
        \_CIM_ObjectManagerCommunicationMechanism
          \_CIM_CIMXMLCommunicationMechanism


Description

This class specializes ObjectManagerCommunicationMechanism, adding properties specific to the CIM-XML protocol (XML encoding and CIM Operations).

Subclasses


Referenced By

IBMTSDS_CommMechanismForManager IBMTSDS_HostedAccessPoint

Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
CreationClassName 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. This value is set to'IBMTSDS_CIMXMLCommunicationMechanism'.
Name string
Max Length256
The Name property uniquely identifies the ServiceAccessPoint and provides an indication of the functionality that is managed. This functionality is described in more detail in the object's Description property.
SystemCreationClassName string
Max Length256
The scoping System's CreationClassName.
SystemName string
Max Length256
The scoping System's Name.
Read Only
AuthenticationMechanismsSupported uint16
Unknown0
Other1
None2
Basic3
Digest4
Enumerated array describing the types of authentication supported by the ObjectManager, using the encoding/protocol. specified in the property, CommunicationMechanism. The defined values represent the authentication defined in the DMTF document, Specification for CIM Operations over HTTP. Currently only basic authentication is supported.
CIMValidated boolean
Describes whether the CIM Server is strictly validating (validates the XML document against the DTD) or not (loosely validating).
CommunicationMechanism uint16
Unknown0
Other1
CIM-XML2
CommunicationMechanism describes an encoding and protocol which can be used to communicate with the ObjectManager. At this time, only one encoding and protocol are standardized by the DMTF -"CIM-XML".
ElementName string
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.In this case the ElementName is the same as its Name.
FunctionalProfilesSupported uint16
Unknown0
Other1
Basic Read2
Basic Write3
Schema Manipulation4
Instance Manipulation5
Association Traversal6
Query Execution7
Qualifier Declaration8
Indications9
Enumerated array describing the types of operations supported by the ObjectManager, using this encoding/protocol. The enumeration is based on the Functional Profiles defined for conformance in the DMTF document, Specification for CIM Operations over HTTP.
MultipleOperationsSupported boolean
Boolean indicating whether the ObjectManager supports multiple operation requests (TRUE) or only simple requests (FALSE).
OperationalStatus uint16
Unknown0
Other1
OK2
Degraded3
Stressed4
Predictive Failure5
Error6
Non-Recoverable Error7
Starting8
Stopping9
Stopped10
In Service11
No Contact12
Lost Communication13
Aborted14
Dormant15
Supporting Entity in Error16
Completed17
Power Mode18
DMTF Reserved..
Vendor Reserved0x8000..
If you are able to get the OperationalStatus property, then the status should be OK. If the status is not OK, you should not be able to retreive the OperationalStatus property.
Version string
Enumeration describing the CIM-XML protocol version supported by the ObjectManager.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 
Inherited from class CIM_ObjectManagerCommunicationMechanism
AdvertiseTypeDescriptions, AdvertiseTypes, AuthenticationMechanismDescriptions, AuthenticationMechanismsSupported, CommunicationMechanism, FunctionalProfileDescriptions, FunctionalProfilesSupported, MultipleOperationsSupported, OtherCommunicationMechanismDescription, Version
 
Inherited from class CIM_CIMXMLCommunicationMechanism
CIMValidated, CIMXMLProtocolVersion, CommunicationMechanism, Version
 

Method Summary

NameDescription
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 

Method Detail