EphemeralStorageLocalSsdConfigArgs

data class EphemeralStorageLocalSsdConfigArgs(val localSsdCount: Output<Int>? = null) : ConvertibleToJava<EphemeralStorageLocalSsdConfigArgs>

EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.

Constructors

Link copied to clipboard
fun EphemeralStorageLocalSsdConfigArgs(localSsdCount: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EphemeralStorageLocalSsdConfigArgs

Properties

Link copied to clipboard
val localSsdCount: Output<Int>? = null

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.