Class: Google::Cloud::CloudDMS::V1::PrivateConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::PrivateConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Private Connectivity.
Instance Attribute Summary collapse
-
#private_connection ⇒ ::String
Required.
Instance Attribute Details
#private_connection ⇒ ::String
Returns Required. The resource name (URI) of the private connection.
686 687 688 689 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 686 class PrivateConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |