models_v2.attempt_information_for_an_object module

class models_v2.attempt_information_for_an_object.AttemptInformationForAnObject(start_time_usecs=None, end_time_usecs=None, admitted_time_usecs=None, snapshot_creation_time_usecs=None, status=None, stats=None, progress_task_id=None, message=None)[source]

Bases: object

Implementation of the ‘Attempt information for an object.’ model.

Specifies a backup attempt for an object.

Attributes:
start_time_usecs (long|int): Specifies the start time of attempt in

Unix epoch Timestamp(in microseconds) for an object.

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

epoch Timestamp(in microseconds) for an object.

admitted_time_usecs (long|int): Specifies the time at which the backup

task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.

snapshot_creation_time_usecs (long|int): Specifies the time at which

the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.

status (Status3Enum): Status of the attempt for an object. ‘Running’

indicates that the run is still running. ‘Canceled’ indicates that the run has been canceled. ‘Canceling’ indicates that the run is in the process of being canceled. ‘Failed’ indicates that the run has failed. ‘Missed’ indicates that the run was unable to take place at the scheduled time because the previous run was still happening. ‘Succeeded’ indicates that the run has finished successfully. ‘SucceededWithWarning’ indicates that the run finished successfully, but there were some warning messages.

stats (LocalSnapshotStatistics): Specifies statistics about local

snapshot.

progress_task_id (string): Progress monitor task for an object.. message (string): A message about the error if encountered while

performing backup.

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.