models_v2.instant_recovery_info module

class models_v2.instant_recovery_info.InstantRecoveryInfo(progress_task_id=None, status=None, start_time_usecs=None, end_time_usecs=None)[source]

Bases: object

Implementation of the ‘InstantRecoveryInfo’ model.

Specifies the info about instant recovery. This is only applicable for RecoverVm.

Attributes:

progress_task_id (string): Specifies the progress monitor path. status (Status14Enum): Specifies the status of the recovery. start_time_usecs (long|int): Specifies the start time in Unix

timestamp epoch in microseconds.

end_time_usecs (long|int): Specifies the end time in Unix timestamp

epoch in microseconds.

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.