Class: Google::Cloud::AlloyDB::V1alpha::Instance::PscInterfaceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::PscInterfaceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Configuration for setting up a PSC interface to enable outbound connectivity.
Instance Attribute Summary collapse
-
#network_attachment_resource ⇒ ::String
The network attachment resource created in the consumer network to which the PSC interface will be linked.
Instance Attribute Details
#network_attachment_resource ⇒ ::String
Returns The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.
1055 1056 1057 1058 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1055 class PscInterfaceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |