Class: Google::Apis::ContainerV1::ConfidentialNodes
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::ConfidentialNodes
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/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.
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.
1470 1471 1472 |
# File 'lib/google/apis/container_v1/classes.rb', line 1470 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether Confidential Nodes feature is enabled.
Corresponds to the JSON property enabled
1467 1468 1469 |
# File 'lib/google/apis/container_v1/classes.rb', line 1467 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1475 1476 1477 |
# File 'lib/google/apis/container_v1/classes.rb', line 1475 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |