Class: Google::Cloud::CloudDMS::V1::TcpProxyScript
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::TcpProxyScript
- 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
-
#script ⇒ ::String
The TCP Proxy configuration script.
Instance Attribute Details
#script ⇒ ::String
Returns The TCP Proxy configuration script.
313 314 315 316 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 313 class TcpProxyScript include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |