Class: Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
Dataplane V2: Spec
Instance Attribute Summary collapse
-
#enable_encryption ⇒ Boolean
(also: #enable_encryption?)
Enable dataplane-v2 based encryption for multiple clusters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataplaneV2FeatureSpec
constructor
A new instance of DataplaneV2FeatureSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataplaneV2FeatureSpec
Returns a new instance of DataplaneV2FeatureSpec.
2173 2174 2175 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2173 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_encryption ⇒ Boolean Also known as: enable_encryption?
Enable dataplane-v2 based encryption for multiple clusters.
Corresponds to the JSON property enableEncryption
2170 2171 2172 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2170 def enable_encryption @enable_encryption end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2178 2179 2180 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2178 def update!(**args) @enable_encryption = args[:enable_encryption] if args.key?(:enable_encryption) end |