Class: Google::Cloud::Container::V1::EphemeralStorageLocalSsdConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::EphemeralStorageLocalSsdConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSD.
Instance Attribute Summary collapse
-
#local_ssd_count ⇒ ::Integer
Number of local SSDs to use to back ephemeral storage.
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.
4948 4949 4950 4951 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4948 class EphemeralStorageLocalSsdConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |