models.deploy_v_ms_to_gcp_params module

class models.deploy_v_ms_to_gcp_params.DeployVMsToGCPParams(project_id=None, region=None, subnet=None, zone=None)[source]

Bases: object

Implementation of the ‘DeployVMsToGCPParams’ model.

Contains GCP specific information needed to identify various resources when converting and deploying a VM to GCP.

Attributes:
project_id (EntityProto): Specifies the attributes and the latest

statistics about an entity.

region (EntityProto): Specifies the attributes and the latest

statistics about an entity.

subnet (EntityProto): Specifies the attributes and the latest

statistics about an entity.

zone (EntityProto): Specifies the attributes and the latest statistics

about an entity.

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.