Class: Google::Cloud::Container::V1beta1::ShieldedNodes
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ShieldedNodes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/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.
4682 4683 4684 4685 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4682 class ShieldedNodes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |