Class: Google::Cloud::CloudDMS::V1::TcpProxyScript

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

Overview

Response message for 'GenerateTcpProxyScript' request.

Instance Attribute Summary collapse

Instance Attribute Details

#script::String

Returns The TCP Proxy configuration script.

Returns:

  • (::String)

    The TCP Proxy configuration script.



317
318
319
320
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 317

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