Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CreationClassName | string | |
Description | string | CreationClassName indicates the name of the class or the subclass that is 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. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Name | string | |
Description | string | The Name property uniquely identifies the Service and provides an indication of the functionality that is managed. This functionality is described in more detail in the Description property of the object. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Override | string | Name |
PrimaryOwnerContact | string | |
Description | string | A string that provides information on how the primary owner of the Service can be reached (for example, phone number, e-mail address, and so on). |
MappingStrings | string | MIF.DMTF|General Information|001.4 |
MaxLen | uint32 | 256 |
Write | boolean | true |
PrimaryOwnerName | string | |
Description | string | The name of the primary owner for the service, if one is defined. The primary owner is the initial support contact for the Service. |
MappingStrings | string | MIF.DMTF|General Information|001.3 |
MaxLen | uint32 | 64 |
Write | boolean | true |
Started | boolean | |
Description | string | Started is a Boolean that indicates whether the Service has been started (TRUE), or stopped (FALSE). |
StartMode | string | |
Deprecated | string | CIM_Service.EnabledDefault |
Description | string | Note: The use of this element is deprecated in lieu of the EnabledDefault property that is inherited from EnabledLogicalElement. The EnabledLogicalElement addresses the same semantics. The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property. To remain compatible with those implementations, StartMode was grandfathered into the schema. Use of the deprecated qualifier allows the maintenance of the existing property but also permits an improved, clarified definition using EnabledDefault.
Deprecated description: StartMode is a string value that indicates whether the Service is automatically started by a System, an Operating System, and so on, or is started only upon request. |
MaxLen | uint32 | 10 |
ValueMap | string | Automatic, Manual |
SystemCreationClassName | string | |
Description | string | The CreationClassName of the scoping System. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Propagated | string | CIM_System.CreationClassName |
SystemName | string | |
Description | string | The Name of the scoping System. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Propagated | string | CIM_System.Name |
Name | Data Type | Value |
Description | string | This method is called to change relative sequence in which order the ManagedElements associated to the Service through CIM_ServiceAffectsElement association are affected. In the case when the Service represents an interface for client to execute extrinsic methods and when it is used for grouping of the managed elements that could be affected, the ordering represents the relevant priority of the affected managed elements with respect to each other.
An ordered array of ManagedElement instances is passed to this method, where each ManagedElement instance shall be already be associated with this Service instance via CIM_ServiceAffectsElement association. If one of the ManagedElements is not associated to the Service through CIM_ServiceAffectsElement association, the implementation shall return a value of 2 ("Error Occured").
Upon successful execution of this method, if the AssignedSequence parameter is NULL, the value of the AssignedSequence property on each instance of CIM_ServiceAffectsElement shall be updated such that the values of AssignedSequence properties shall be monotonically increasing in correlation with the position of the referenced ManagedElement instance in the ManagedElements input parameter. That is, the first position in the array shall have the lowest value for AssignedSequence. The second position shall have the second lowest value, and so on. Upon successful execution, if the AssignedSequence parameter is not NULL, the value of the AssignedSequence property of each instance of CIM_ServiceAffectsElement referencing the ManagedElement instance in the ManagedElements array shall be assigned the value of the corresponding index of the AssignedSequence parameter array. For ManagedElements instances which are associated with the Service instance via CIM_ServiceAffectsElement and are not present in the ManagedElements parameter array, the AssignedSequence property on the CIM_ServiceAffects association shall be assigned a value of 0. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7..32767, 32768..65535 |
Values | string | Completed with No Error, Not Supported, Error Occured, Busy, Invalid Reference, Invalid Parameter, Access Denied, DMTF Reserved, Vendor Specified |