Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExecutionAction

Details of an execution action.

Properties

Optional actionMembers

List of action members of this execution action.

actionParams

actionParams: object

Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {@code {"count": "3"}}

Type declaration

  • [key: string]: string

actionType

actionType: ActionType

The action type of the execution action being performed

compartmentId

compartmentId: string

The OCID of the compartment.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Optional description

description: undefined | string

Description of the execution action.

displayName

displayName: string

The user-friendly name for the execution action. The name does not need to be unique.

Optional estimatedTimeInMins

estimatedTimeInMins: undefined | number

The estimated time of the execution action in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional executionActionOrder

executionActionOrder: undefined | number

The priority order of the execution action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

executionWindowId

executionWindowId: string

The OCID of the execution window resource the execution action belongs to.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the execution action.

Optional lifecycleDetails

lifecycleDetails: undefined | string

Additional information about the current lifecycle state.

lifecycleState

lifecycleState: LifecycleState

The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.

Optional lifecycleSubstate

lifecycleSubstate: LifecycleSubstate

The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.

Optional timeCreated

timeCreated: Date

The date and time the execution action was created.

Optional timeUpdated

timeUpdated: Date

The last date and time that the execution action was updated.

Optional totalTimeTakenInMins

totalTimeTakenInMins: undefined | number

The total time taken by corresponding resource activity in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj