JobProgressDetails¶
-
class
oci.fleet_software_update.models.
JobProgressDetails
(**kwargs)¶ Bases:
object
Details about the Exadata Fleet Update Job progress.
Methods
__init__
(**kwargs)Initializes a new JobProgressDetails object with values from keyword arguments. Attributes
progress_of_operation
Gets the progress_of_operation of this JobProgressDetails. -
__init__
(**kwargs)¶ Initializes a new JobProgressDetails 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 JobProgressDetails.
-
progress_of_operation
¶ Gets the progress_of_operation of this JobProgressDetails. Percentage of progress against the total to complete the operation.
Returns: The progress_of_operation of this JobProgressDetails. Return type: int
-