Class: Google::Cloud::Container::V1::LocalNvmeSsdBlockConfig

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

Overview

LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSD.

Instance Attribute Summary collapse

Instance Attribute Details

#local_ssd_count::Integer

Returns The number of raw-block local NVMe SSD disks to be attached to the node. Each local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD disks to be attached to the node. 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)

    The number of raw-block local NVMe SSD disks to be attached to the node. Each local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD disks to be attached to the node. 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.



4594
4595
4596
4597
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4594

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