Class: Google::Cloud::Container::V1::ShieldedNodes
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ShieldedNodes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration of Shielded Nodes feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether Shielded Nodes features are enabled on all nodes in this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether Shielded Nodes features are enabled on all nodes in this cluster.
4267 4268 4269 4270 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4267 class ShieldedNodes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |