Class: Google::Cloud::Container::V1beta1::LinuxNodeConfig::SwapConfig::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::LinuxNodeConfig::SwapConfig::EncryptionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Defines encryption settings for the swap space.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).
150 151 152 153 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 150 class EncryptionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |