Class GenerateTcpProxyScriptRequest (1.9.2)

GenerateTcpProxyScriptRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for 'GenerateTcpProxyScript' request.

Attributes

NameDescription
migration_job str
Name of the migration job resource to generate the TCP Proxy script.
vm_name str
Required. The name of the Compute instance that will host the proxy.
vm_machine_type str
Required. The type of the Compute instance that will host the proxy.
vm_zone str
Optional. The Google Cloud Platform zone to create the VM in. The fully qualified name of the zone must be specified, including the region name, for example "us-central1-b". If not specified, uses the "-b" zone of the destination Connection Profile's region.
vm_subnet str
Required. The name of the subnet the Compute instance will use for private connectivity. Must be supplied in the form of projects/{project}/regions/{region}/subnetworks/{subnetwork}. Note: the region for the subnet must match the Compute instance region.