Class: Google::Cloud::AlloyDB::V1::Cluster::PscConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Cluster::PscConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
PscConfig contains PSC related configuration at a cluster level.
Instance Attribute Summary collapse
-
#psc_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#psc_enabled ⇒ ::Boolean
Returns Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
557 558 559 560 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 557 class PscConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |