models_v2.recover_awsv_ms_new_source_network_configuration module

class models_v2.recover_awsv_ms_new_source_network_configuration.RecoverAWSVMsNewSourceNetworkConfiguration(vpc=None, subnet=None, security_groups=None)[source]

Bases: object

Implementation of the ‘Recover AWS VMs New Source Network configuration.’ model.

Specifies the network config parameters to be applied for AWS VMs if recovering to new Source.

Attributes:
vpc (Vpc): Specifies the Virtual Private Cloud to choose for the

instance type.

subnet (Subnet1): Specifies the subnet within above VPC. security_groups (list of RecoveryObjectIdentifier): Specifies the

network security groups 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.