CIM_ConcreteJob, ROOT\CIMV2\storage\iscsitarget

Class | Childs (1) | Methods (2) | Properties (34) | Qualifiers (4) | Instances | Namespaces (9)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A concrete version of Job. This class represents a generic and instantiable unit of work, such as a batch or a print job.

CIM_ConcreteJob - child subclasses in ROOT\CIMV2\storage\iscsitarget

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

CIM_ConcreteJob methods

CIM_ConcreteJob has 2 methods (1 Local, 1 Derived)

NameOriginReturn
KillJobCIM_Jobuint32 {'out':True}
RequestStateChangeCIM_ConcreteJobuint32 {'out':True}

CIM_ConcreteJob properties

CIM_ConcreteJob has 34 properties (4 Local, 30 Derived)

NameOriginCIMType
CaptionCIM_ManagedElement8 [string]
DeleteOnCompletionCIM_Job11 [boolean]
DescriptionCIM_ManagedElement8 [string]
ElapsedTimeCIM_Job101 [datetime]
ElementNameCIM_ManagedElement8 [string]
ErrorCodeCIM_Job18 [uint16]
ErrorDescriptionCIM_Job8 [string]
HealthStateCIM_ManagedSystemElement18 [uint16]
InstallDateCIM_ManagedSystemElement101 [datetime]
key
InstanceID
CIM_ConcreteJob8 [string]
JobRunTimesCIM_Job19 [uint32]
JobStateCIM_ConcreteJob18 [uint16]
JobStatusCIM_Job8 [string]
LocalOrUtcTimeCIM_Job18 [uint16]
NameCIM_ManagedSystemElement8 [string]
NotifyCIM_Job8 [string]
OperationalStatusCIM_ManagedSystemElement18 [uint16]
OtherRecoveryActionCIM_Job8 [string]
OwnerCIM_Job8 [string]
PercentCompleteCIM_Job18 [uint16]
PriorityCIM_Job19 [uint32]
RecoveryActionCIM_Job18 [uint16]
RunDayCIM_Job16 [sint8]
RunDayOfWeekCIM_Job16 [sint8]
RunMonthCIM_Job17 [uint8]
RunStartIntervalCIM_Job101 [datetime]
ScheduledStartTimeCIM_Job101 [datetime]
StartTimeCIM_Job101 [datetime]
StatusCIM_ManagedSystemElement8 [string]
StatusDescriptionsCIM_ManagedSystemElement8 [string]
TimeBeforeRemovalCIM_ConcreteJob101 [datetime]
TimeOfLastStateChangeCIM_ConcreteJob101 [datetime]
TimeSubmittedCIM_Job101 [datetime]
UntilTimeCIM_Job101 [datetime]

Detailed description of CIM_ConcreteJob methods

Local methods (1) of CIM_ConcreteJob class

RequestStateChange method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
RequestedStateuint160-{'Description':'RequestStateChange changes the state of a job. The possible values are as follows: Start (2) changes the state to 'Running'. Suspend (3) stops the job temporarily. The intention is to subsequently restart the job with 'Start'. It might be possible to enter the 'Service' state while suspended. (This is job-specific.) Terminate (4) stops the job cleanly, saving data, preserving the state, and shutting down all underlying processes in an orderly manner. Kill (5) terminates the job immediately with no requirement to save data or preserve the state. Service (6) puts the job into a vendor-specific service state. It might be possible to restart the job.','ValueMap':['2', '3', '4', '5', '6', '7..32767', '32768..65535'],'Values':['Start', 'Suspend', 'Terminate', 'Kill', 'Service', 'DMTF Reserved', 'Vendor Reserved']}
TimeoutPerioddatetime1-{'Description':'A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format must be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation does not support this parameter, a return code of 'Use Of Timeout Parameter Not Supported' must be returned.'}
Description'Requests that the state of the job be changed to the value specified in the RequestedState parameter. Invoking the RequestStateChange method multiple times could result in earlier requests being overwritten or lost.
If 0 is returned, then the task completed successfully. Any other return code indicates an error condition.'
ValueMap['0', '1', '2', '3', '4', '5', '6', '..', '4096', '4097', '4098', '4099', '4100..32767', '32768..65535']
Values['Completed with No Error', 'Not Supported', 'Unknown/Unspecified Error', 'Can NOT complete within Timeout Period', 'Failed', 'Invalid Parameter', 'In Use', 'DMTF Reserved', 'Method Parameters Checked - Transition Started', 'Invalid State Transition', 'Use of Timeout Parameter Not Supported', 'Busy', 'Method Reserved', 'Vendor Specific']
RequestStateChange method is in 51 classes of ROOT\CIMV2\storage\iscsitarget and in 15 namespaces

Derived methods (1) of CIM_ConcreteJob class

KillJob method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
DeleteOnKillboolean0-{'Description':'Indicates whether or not the Job should be automatically deleted upon termination. This parameter takes precedence over the property, DeleteOnCompletion.'}
KillJob method is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces

Detailed description of CIM_ConcreteJob properties

Local properties (4) of CIM_ConcreteJob class

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 that is creating or defining the InstanceID, or that is a registered ID that is assigned to the business entity by a recognized global authority. (This requirement 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 business 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 resulting InstanceID is not re-used across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF defined instances, the 'preferred' algorithm must be used with the set to 'CIM'.'
keyTrue
InstanceID property is in 40 classes of ROOT\CIMV2\storage\iscsitarget and in 21 namespaces
JobState property
CIMTYPE'uint16'
Description'JobState is an integer enumeration that indicates the operational state of a Job. It can also indicate transitions between these states, for example, 'Shutting Down' and 'Starting'. Following is a brief description of the states:
New (2) indicates that the job has never been started.
Starting (3) indicates that the job is moving from the 'New', 'Suspended', or 'Service' states into the 'Running' state.
Running (4) indicates that the Job is running.
Suspended (5) indicates that the Job is stopped, but can be restarted in a seamless manner.
Shutting Down (6) indicates that the job is moving to a 'Completed', 'Terminated', or 'Killed' state.
Completed (7) indicates that the job has completed normally.
Terminated (8) indicates that the job has been stopped by a 'Terminate' state change request. The job and all its underlying processes are ended and can be restarted (this is job-specific) only as a new job.
Killed (9) indicates that the job has been stopped by a 'Kill' state change request. Underlying processes might have been left running, and cleanup might be required to free up resources.
Exception (10) indicates that the Job is in an abnormal state that might be indicative of an error condition. Actual status might be displayed though job-specific objects.
Service (11) indicates that the Job is in a vendor-specific state that supports problem discovery, or resolution, or both.
Query pending (12) waiting for a client to resolve a query'
ValueMap['2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13..32767', '32768..65535']
Values['New', 'Starting', 'Running', 'Suspended', 'Shutting Down', 'Completed', 'Terminated', 'Killed', 'Exception', 'Service', 'Query Pending', 'DMTF Reserved', 'Vendor Reserved']
JobState property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 13 namespaces
TimeBeforeRemoval property
CIMTYPE'datetime'
Description'The amount of time that the Job is retained after it has finished executing, either succeeding or failing in that execution. The job must remain in existence for some period of time regardless of the value of the DeleteOnCompletion property.
The default is five minutes.'
RequiredTrue
writeTrue
TimeBeforeRemoval property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 13 namespaces
TimeOfLastStateChange property
CIMTYPE'datetime'
Description'The date or time when the state of the Job last changed. If the state of the Job has not changed and this property is populated, then it must be set to a 0 interval value. If a state change was requested, but rejected or not yet processed, the property must not be updated.'
TimeOfLastStateChange property is in 51 classes of ROOT\CIMV2\storage\iscsitarget and in 17 namespaces

Derived properties (30) of CIM_ConcreteJob class

Caption property
CIMTYPE'string'
Caption property is in 90 classes of ROOT\CIMV2\storage\iscsitarget and in 37 namespaces
DeleteOnCompletion property
CIMTYPE'boolean'
DeleteOnCompletion property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 11 namespaces
Description property
CIMTYPE'string'
Description property is in 91 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
ElapsedTime property
CIMTYPE'datetime'
ElapsedTime property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 17 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 90 classes of ROOT\CIMV2\storage\iscsitarget and in 21 namespaces
ErrorCode property
CIMTYPE'uint16'
ErrorCode property is in 5 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
ErrorDescription property
CIMTYPE'string'
ErrorDescription property is in 16 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
HealthState property
CIMTYPE'uint16'
HealthState property is in 59 classes of ROOT\CIMV2\storage\iscsitarget and in 15 namespaces
InstallDate property
CIMTYPE'datetime'
InstallDate property is in 59 classes of ROOT\CIMV2\storage\iscsitarget and in 23 namespaces
JobRunTimes property
CIMTYPE'uint32'
JobRunTimes property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
JobStatus property
CIMTYPE'string'
JobStatus property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 15 namespaces
LocalOrUtcTime property
CIMTYPE'uint16'
LocalOrUtcTime property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 13 namespaces
Name property
CIMTYPE'string'
Description'The user-friendly name for this instance of a Job. In addition, the user-friendly name can be used as a property for a search or query. (Note: Name does not have to be unique within a namespace.)'
Override'Name'
RequiredTrue
Name property is in 67 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
Notify property
CIMTYPE'string'
Notify property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 13 namespaces
OperationalStatus property
CIMTYPE'uint16'
OperationalStatus property is in 59 classes of ROOT\CIMV2\storage\iscsitarget and in 18 namespaces
OtherRecoveryAction property
CIMTYPE'string'
OtherRecoveryAction property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 11 namespaces
Owner property
CIMTYPE'string'
Owner property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
PercentComplete property
CIMTYPE'uint16'
PercentComplete property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 15 namespaces
Priority property
CIMTYPE'uint32'
Priority property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 31 namespaces
RecoveryAction property
CIMTYPE'uint16'
RecoveryAction property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 11 namespaces
RunDay property
CIMTYPE'sint8'
RunDay property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
RunDayOfWeek property
CIMTYPE'sint8'
RunDayOfWeek property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
RunMonth property
CIMTYPE'uint8'
RunMonth property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
RunStartInterval property
CIMTYPE'datetime'
RunStartInterval property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
ScheduledStartTime property
CIMTYPE'datetime'
ScheduledStartTime property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 8 namespaces
StartTime property
CIMTYPE'datetime'
StartTime property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 24 namespaces
Status property
CIMTYPE'string'
Status property is in 59 classes of ROOT\CIMV2\storage\iscsitarget and in 42 namespaces
StatusDescriptions property
CIMTYPE'string'
StatusDescriptions property is in 59 classes of ROOT\CIMV2\storage\iscsitarget and in 18 namespaces
TimeSubmitted property
CIMTYPE'datetime'
TimeSubmitted property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 15 namespaces
UntilTime property
CIMTYPE'datetime'
UntilTime property is in 3 classes of ROOT\CIMV2\storage\iscsitarget and in 10 namespaces

CIM_ConcreteJob Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AbstractTrue
Description'A concrete version of Job. This class represents a generic and instantiable unit of work, such as a batch or a print job.'
UMLPackagePath'CIM::Core::CoreElements'
Version'2.13.0'

CIM_ConcreteJob System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\storage\iscsitarget:CIM_ConcreteJob'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\storage\iscsitarget'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Job', 'CIM_LogicalElement', 'CIM_ManagedSystemElement', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT34___SYSTEM3
__RELPATH'CIM_ConcreteJob'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_Job'___SYSTEM8
__CLASS'CIM_ConcreteJob'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_ConcreteJob

Number of classes:4
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_AffectedJobElement140----
CIM_Job1301---
MSISCSITARGET_AffectedJobElement040----
MSISCSITARGET_ConcreteJob0342----
comments powered by Disqus
WUtils.com