Class: Google::Cloud::AlloyDB::V1alpha::Cluster::PscConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

PscConfig contains PSC related configuration at a cluster level.

Instance Attribute Summary collapse

Instance Attribute Details

#psc_enabled::Boolean

Returns Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.

Returns:

  • (::Boolean)

    Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.



503
504
505
506
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 503

class PscConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end