models_v2.patch_operation_service_unit_progress module¶
-
class
models_v2.patch_operation_service_unit_progress.
PatchOperationServiceUnitProgress
(service=None, in_progress=None, percentage=None, time_remaining_seconds=None, time_taken_seconds=None, nodes_progress=None, service_message=None)[source]¶ Bases:
object
Implementation of the ‘Patch Operation Service Unit Progress.’ model.
Specifies the progress of one patch operation for one service at one patch level.
- Attributes:
service (string): Specifies the service which is patched. in_progress (bool): Specifies whether a operation is in progress for
the service.
- percentage (long|int): Specifies the percentage of completion of the
patch unit operation.
- time_remaining_seconds (long|int): Specifies the time remaining to
complete the patch operation for the service.
- time_taken_seconds (long|int): Specifies the time taken so far in this
patch unit operation for the service.
- nodes_progress (list of PatchOperationNodeUnitProgress): Specifies the
details of patch operation for each service at each patch level.
- service_message (string): Specifies a message about the patch unit
operation.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.