models_v2.cloud_spin_target module¶
-
class
models_v2.cloud_spin_target.
CloudSpinTarget
(id=None, aws_params=None, azure_params=None, name=None)[source]¶ Bases:
object
Implementation of the ‘CloudSpinTarget’ model.
Specifies the details about Cloud Spin target where backup snapshots may be converted and stored.
- 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.
-
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.