JobProgress¶
-
class
oci.fleet_software_update.models.
JobProgress
(**kwargs)¶ Bases:
object
Summary of progress for the Exadata Fleet Update Job.
Methods
__init__
(**kwargs)Initializes a new JobProgress object with values from keyword arguments. Attributes
progress_of_operation
Gets the progress_of_operation of this JobProgress. -
__init__
(**kwargs)¶ Initializes a new JobProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: progress_of_operation (int) – The value to assign to the progress_of_operation property of this JobProgress.
-
progress_of_operation
¶ Gets the progress_of_operation of this JobProgress. Percentage of progress against the total to complete the operation.
Returns: The progress_of_operation of this JobProgress. Return type: int
-