class Google::Apis::ContainerV1beta1::EphemeralStorageConfig
EphemeralStorageConfig
contains configuration for the ephemeral storage filesystem.
Attributes
local_ssd_count[RW]
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. Corresponds to the JSON property `localSsdCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 1767 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 1772 def update!(**args) @local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count) end