Class: Google::Cloud::Container::V1beta1::EphemeralStorageConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::EphemeralStorageConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.
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.
539 540 541 542 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 539 class EphemeralStorageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |