White Papers
Table Of Contents
- 1 Scope
- 2 Normative References
- 3 Terms and Definitions
- 4 Symbols and Abbreviated Terms
- 5 Synopsis
- 6 Description
- 7 Implementation Description
- 8 Methods
- Table 29 – DCIM_FCService.SetAttribute() Method: Return Code Values
- The SetAttributes() method is used to set or change the values of a group of attributes.
- Table 32 – DCIM_FCService.SetAttributes() Method: Return Code Values
- The CreateTargetedConfigJob() method is used to apply the pending values created by the SetAttribute and SetAttributes methods. The successful execution of this method creates a job for application of pending attribute values.
- CreateTargetedConfigJob method supports the following optional input parameters
- 1. RebootJobType: When provided in the input parameters, creates a specific reboot job to “PowerCycle”, “Graceful Reboot without forced shutdown”, or “Graceful Reboot with forced shutdown”. This parameter only creates the RebootJob and does not schedu...
- 2. ScheduledStartTime: When provided in the input parameters, schedules the “configuration job” and the optional “reboot job” at the specified start time. A special value of “TIME_NOW” schedules the job(s) immediately.
- 3. UntilTime: This parameter has a dependency on “ScheduledStartTime”, together “ScheduledStartTime” and “UntilTime” define a time window for scheduling the job(s). Once scheduled, jobs will be executed within the time window.
- If CreateTargetedConfigJob method is executed without the three optional parameters discussed above, then configuration job is created but not scheduled. However, this configuration job can be scheduled later using the DCIM_JobService.SetupJobQueue ()...
- Table 35 – DCIM_FCService.CreateTargetedConfigJob() Method: Return Code Values
- Table 38 – DCIM_FCService.DeletePendingConfiguration() Method: Return Code Values
- 9 Use Cases
- 10 CIM Elements
- 11 Privilege and License Requirement

Version 1.0.0 7
3 Terms and Definitions
180
For the purposes of this document, the following terms and definitions apply.
181
3.1
182
can - Used for statements of possibility and capability, whether material, physical, or causal.
183
3.2
184
cannot - Used for statements of possibility and capability, whether material, physical, or causal.
185
3.3
186
conditional - Indicates requirements to be followed strictly in order to conform to the document when the
187
specified conditions are met.
188
3.4
189
mandatory - Indicates requirements to be followed strictly in order to conform to the document and from
190
which no deviation is permitted.
191
3.5
192
may - Indicates a course of action permissible within the limits of the document.
193
3.6
194
need not - Indicates a course of action permissible within the limits of the document.
195
3.7
196
optional - Indicates a course of action permissible within the limits of the document.
197
3.8
198
referencing profile - Indicates a profile that owns the definition of this class and can include a reference
199
to this profile in its “Related Profiles” table.
200
3.9
201
shall - Indicates requirements to be followed strictly in order to conform to the document and from which
202
no deviation is permitted
203
3.10
204
shall not – Indicates requirements to be followed strictly in order to conform to the document and from
205
which no deviation is permitted.
206
3.11
207
should – Indicates that among several possibilities, one is recommended as particularly suitable, without
208
mentioning or excluding others, or that a certain course of action is preferred but not necessarily required.
209
3.12
210
should not – Indicates that a certain possibility or course of action is deprecated but not prohibited.
211