Class: Google::Cloud::Container::V1beta1::LinuxNodeConfig::SwapConfig::DedicatedLocalSsdProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::LinuxNodeConfig::SwapConfig::DedicatedLocalSsdProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Provisions a new, separate local NVMe SSD exclusively for swap.
Instance Attribute Summary collapse
-
#disk_count ⇒ ::Integer
The number of physical local NVMe SSD disks to attach.
Instance Attribute Details
#disk_count ⇒ ::Integer
193 194 195 196 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 193 class DedicatedLocalSsdProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |