Class: Google::Cloud::Container::V1beta1::LocalNvmeSsdBlockConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::LocalNvmeSsdBlockConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSDs
Instance Attribute Summary collapse
-
#local_ssd_count ⇒ ::Integer
The number of raw-block local NVMe SSD disks to be attached to the node.
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.
555 556 557 558 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 555 class LocalNvmeSsdBlockConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |