models_v2.patch_operation_node_unit_progress module

class models_v2.patch_operation_node_unit_progress.PatchOperationNodeUnitProgress(node_ip=None, in_progress=None, patch_level_transition=None, percentage=None, time_taken_seconds=None, node_message=None)[source]

Bases: object

Implementation of the ‘Patch Operation Node Unit Progress.’ model.

Specifies the progress of the patch operation on a node.

Attributes:

node_ip (string): Specifies the IP address of the node. in_progress (bool): Specifies whether a operation is in progress on

the node.

patch_level_transition (string): Specifies the patch level transition

of the patch operation. For Apply operation, patch level goes up for each operation. For Revert operation, patch level goes down. Patch level zero is the base level where no patch was applied.

percentage (long|int): Specifies the percentage of completion of the

patch operation on the node.

time_taken_seconds (long|int): Specifies the time taken so far in this

patch unit operation on the node.

node_message (string): Specifies a message about the patch operation

on the node.

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.