Class: Google::Cloud::Datastream::V1::PscInterfaceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PscInterfaceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer's PSC.
Instance Attribute Summary collapse
-
#network_attachment ⇒ ::String
Required.
Instance Attribute Details
#network_attachment ⇒ ::String
Returns Required. Fully qualified name of the Network Attachment that Datastream
will connect to. Format:
projects/{project}/regions/{region}/networkAttachments/{name}.
402 403 404 405 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 402 class PscInterfaceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |