FsuActionProgressDetails

class oci.fleet_software_update.models.FsuActionProgressDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new FsuActionProgressDetails object with values from keyword arguments.

Attributes

completed_targets Gets the completed_targets of this FsuActionProgressDetails.
failed_targets Gets the failed_targets of this FsuActionProgressDetails.
in_progress_targets Gets the in_progress_targets of this FsuActionProgressDetails.
total_targets Gets the total_targets of this FsuActionProgressDetails.
waiting_targets Gets the waiting_targets of this FsuActionProgressDetails.
__init__(**kwargs)

Initializes a new FsuActionProgressDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • in_progress_targets (int) – The value to assign to the in_progress_targets property of this FsuActionProgressDetails.
  • completed_targets (int) – The value to assign to the completed_targets property of this FsuActionProgressDetails.
  • failed_targets (int) – The value to assign to the failed_targets property of this FsuActionProgressDetails.
  • waiting_targets (int) – The value to assign to the waiting_targets property of this FsuActionProgressDetails.
  • total_targets (int) – The value to assign to the total_targets property of this FsuActionProgressDetails.
completed_targets

Gets the completed_targets of this FsuActionProgressDetails. Number of targets with completed jobs.

Returns:The completed_targets of this FsuActionProgressDetails.
Return type:int
failed_targets

Gets the failed_targets of this FsuActionProgressDetails. Number of targets with failed jobs.

Returns:The failed_targets of this FsuActionProgressDetails.
Return type:int
in_progress_targets

Gets the in_progress_targets of this FsuActionProgressDetails. Number of targets with jobs in progress.

Returns:The in_progress_targets of this FsuActionProgressDetails.
Return type:int
total_targets

Gets the total_targets of this FsuActionProgressDetails. Total number of targets impacted by Exadata Fleet Update Action.

Returns:The total_targets of this FsuActionProgressDetails.
Return type:int
waiting_targets

Gets the waiting_targets of this FsuActionProgressDetails. Number of targets with jobs waiting for batch to execute or for user to resume.

Returns:The waiting_targets of this FsuActionProgressDetails.
Return type:int