Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ScheduledAction

Details of a Scheduled Action.

Properties

Optional actionMembers

actionMembers: Array<ActionMember>

The list of action members in a scheduled action.

actionOrder

actionOrder: number

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

Optional actionParams

actionParams: undefined | object

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

actionType

actionType: ActionType

The type of the scheduled 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.

displayName

displayName: string

The display name of the Scheduled Action.

Optional estimatedTimeInMins

estimatedTimeInMins: undefined | number

The estimated patching time for the scheduled action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

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 Scheduled Action.

lifecycleState

lifecycleState: LifecycleState

The current state of the Scheduled Action. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.

schedulingPlanId

schedulingPlanId: string

The OCID of the Scheduling Plan.

Optional schedulingWindowId

schedulingWindowId: undefined | string

The OCID of the Scheduling Window.

Optional systemTags

systemTags: undefined | object

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

timeCreated

timeCreated: Date

The date and time the Scheduled Action Resource was created.

Optional timeUpdated

timeUpdated: Date

The date and time the Scheduled Action Resource was updated.

Functions

getDeserializedJsonObj

getJsonObj