Class: Google::Apis::AlloydbV1alpha::PscConfig
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1alpha::PscConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1alpha/classes.rb,
lib/google/apis/alloydb_v1alpha/representations.rb,
lib/google/apis/alloydb_v1alpha/representations.rb
Overview
PscConfig contains PSC related configuration at a cluster level.
Instance Attribute Summary collapse
-
#psc_enabled ⇒ Boolean
(also: #psc_enabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PscConfig
constructor
A new instance of PscConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PscConfig
Returns a new instance of PscConfig.
2042 2043 2044 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 2042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#psc_enabled ⇒ Boolean Also known as: psc_enabled?
Optional. Create an instance that allows connections from Private Service
Connect endpoints to the instance.
Corresponds to the JSON property pscEnabled
2039 2040 2041 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 2039 def psc_enabled @psc_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2047 2048 2049 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 2047 def update!(**args) @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled) end |