Class: Google::Cloud::CloudDMS::V1::GenerateTcpProxyScriptRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms.rb

Overview

Request message for 'GenerateTcpProxyScript' request.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_job::String

Returns 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.



304
305
306
307
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 304

class GenerateTcpProxyScriptRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_machine_type::String

Returns 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.



304
305
306
307
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 304

class GenerateTcpProxyScriptRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_name::String

Returns 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.



304
305
306
307
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 304

class GenerateTcpProxyScriptRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_subnet::String

Returns 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.



304
305
306
307
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 304

class GenerateTcpProxyScriptRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_zone::String

Returns 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.



304
305
306
307
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 304

class GenerateTcpProxyScriptRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end