Class: Google::Cloud::Container::V1::LinuxNodeConfig::SwapConfig::DedicatedLocalSsdProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Provisions a new, separate local NVMe SSD exclusively for swap.

Instance Attribute Summary collapse

Instance Attribute Details

#disk_count::Integer

Returns The number of physical local NVMe SSD disks to attach.

Returns:

  • (::Integer)

    The number of physical local NVMe SSD disks to attach.



207
208
209
210
# File 'proto_docs/google/container/v1/cluster_service.rb', line 207

class DedicatedLocalSsdProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end