models_v2.cloud_spin_result_for_a_target module¶
-
class
models_v2.cloud_spin_result_for_a_target.
CloudSpinResultForATarget
(id=None, aws_params=None, azure_params=None, name=None, start_time_usecs=None, end_time_usecs=None, status=None, message=None, stats=None, is_manually_deleted=None, expiry_time_usecs=None, cloudspin_task_id=None, progress_task_id=None, data_lock_constraints=None)[source]¶ Bases:
object
Implementation of the ‘Cloud Spin result for a target.’ model.
Cloud Spin result for a target.
- Attributes:
id (long|int): Specifies the unique id of the cloud spin entity. aws_params (AWSParameters): Specifies various resources when
converting and deploying a VM to AWS.
- azure_params (AzureParameters): Specifies various resources when
converting and deploying a VM to Azure.
- name (string): Specifies the name of the already added cloud spin
target.
- start_time_usecs (long|int): Specifies the start time of Cloud Spin in
Unix epoch Timestamp(in microseconds) for a target.
- end_time_usecs (long|int): Specifies the end time of Cloud Spin in
Unix epoch Timestamp(in microseconds) for a target.
- status (Status7Enum): Status of the Cloud Spin for a target. ‘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.
message (string): Message about the Cloud Spin run. stats (CloudSpinDataStatistics): Specifies statistics about Cloud Spin
data.
- is_manually_deleted (bool): Specifies whether the snapshot is deleted
manually.
- expiry_time_usecs (long|int): Specifies the expiry time of attempt in
Unix epoch Timestamp (in microseconds) for an object.
cloudspin_task_id (string): Task ID for a CloudSpin protection run. progress_task_id (string): Progress monitor task id for Cloud Spin
run.
- data_lock_constraints (DataLockConstraints): Specifies the dataLock
constraints for local or target snapshot.
-
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.