models.cloud_deploy_target_details module¶
-
class
models.cloud_deploy_target_details.
CloudDeployTargetDetails
(aws_params=None, azure_params=None, gcp_params=None, id=None, name=None, mtype=None)[source]¶ Bases:
object
Implementation of the ‘CloudDeployTargetDetails’ model.
Message that specifies the details about CloudDeploy target where backup snapshots may be converted and stored.
- Attributes:
- aws_params (AwsParams): Specifies various resources when converting
and deploying a VM to AWS.
- azure_params (AzureParams): Specifies various resources when
converting and deploying a VM to Azure.
- gcp_params (GcpParams): Specifies various resources when converting
and deploying a VM to GCP.
- id (long|int): Entity corresponding to the cloud deploy target.
Specifies the id field inside the EntityProto.
- name (string): Specifies the inner object’s name or a human-readable
string made off the salient attributes. This is only plumbed when Entity objects are exposed to Iris BE or to Yoda.
- mtype (TypeCloudDeployTargetDetailsEnum): Specifies the type of the
CloudDeploy target. ‘kAzure’ indicates that Azure as a cloud deploy target type. ‘kAWS’ indicates that AWS as a cloud deploy target type. ‘kGCP’ indicates that GCP as a cloud deploy target type.
-
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.