models_v2.aws_parameters module

class models_v2.aws_parameters.AWSParameters(region=None, vpc_id=None, subnet_id=None)[source]

Bases: object

Implementation of the ‘AWS Parameters.’ model.

Specifies various resources when converting and deploying a VM to AWS.

Attributes:
region (long|int): Specifies id of the AWS region in which to deploy

the VM.

vpc_id (long|int): Specifies id of the Virtual Private Cloud to chose

for the instance type.

subnet_id (long|int): Specifies id of the subnet within above VPC.

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.