Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::GenerateTcpProxyScriptRequest.
Request message for 'GenerateTcpProxyScript' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#migration_job
def migration_job() -> ::String
Returns
- (::String) — Name of the migration job resource to generate the TCP Proxy script.
#migration_job=
def migration_job=(value) -> ::String
Parameter
- value (::String) — Name of the migration job resource to generate the TCP Proxy script.
Returns
- (::String) — Name of the migration job resource to generate the TCP Proxy script.
#vm_machine_type
def vm_machine_type() -> ::String
Returns
- (::String) — Required. The type of the Compute instance that will host the proxy.
#vm_machine_type=
def vm_machine_type=(value) -> ::String
Parameter
- value (::String) — Required. The type of the Compute instance that will host the proxy.
Returns
- (::String) — Required. The type of the Compute instance that will host the proxy.
#vm_name
def vm_name() -> ::String
Returns
- (::String) — Required. The name of the Compute instance that will host the proxy.
#vm_name=
def vm_name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the Compute instance that will host the proxy.
Returns
- (::String) — Required. The name of the Compute instance that will host the proxy.
#vm_subnet
def vm_subnet() -> ::String
Returns
- (::String) — 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.
#vm_subnet=
def vm_subnet=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#vm_zone
def vm_zone() -> ::String
Returns
- (::String) — 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_zone=
def vm_zone=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.