Class: Google::Apis::ContainerV1beta1::ConfidentialNodes
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ConfidentialNodes
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Overview
ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether Confidential Nodes feature is enabled for all nodes in this cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConfidentialNodes
constructor
A new instance of ConfidentialNodes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConfidentialNodes
Returns a new instance of ConfidentialNodes.
1286 1287 1288 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1286 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether Confidential Nodes feature is enabled for all nodes in this cluster.
Corresponds to the JSON property enabled
1283 1284 1285 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1283 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1291 1292 1293 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1291 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |