Class: Google::Cloud::CloudDMS::V1::PrivateServiceConnectConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::PrivateServiceConnectConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Instance Attribute Summary collapse
-
#service_attachment ⇒ ::String
Required.
Instance Attribute Details
#service_attachment ⇒ ::String
Returns Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}.
613 614 615 616 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 613 class PrivateServiceConnectConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |