Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FsuActionProgressDetails

Progress of the Action in execution. If the Exadata Fleet Update Action has not started yet, this will be omitted.

Properties

Optional completedTargets

completedTargets: undefined | number

Number of targets with completed jobs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional failedTargets

failedTargets: undefined | number

Number of targets with failed jobs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional inProgressTargets

inProgressTargets: undefined | number

Number of targets with jobs in progress. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalTargets

totalTargets: undefined | number

Total number of targets impacted by Exadata Fleet Update Action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional waitingTargets

waitingTargets: undefined | number

Number of targets with jobs waiting for batch to execute or for user to resume. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj