Class: Google::Cloud::Container::V1beta1::EphemeralStorageLocalSsdConfig

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

Overview

EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.

Instance Attribute Summary collapse

Instance Attribute Details

#local_ssd_count::Integer

Returns Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. Each local SSD is 375 GB in size. If zero, it means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

Returns:

  • (::Integer)

    Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. Each local SSD is 375 GB in size. If zero, it means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.



557
558
559
560
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 557

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