ClusterNodePoolNodeConfigEphemeralStorageConfigArgs

data class ClusterNodePoolNodeConfigEphemeralStorageConfigArgs(val localSsdCount: Output<Int>) : ConvertibleToJava<ClusterNodePoolNodeConfigEphemeralStorageConfigArgs>

Constructors

constructor(localSsdCount: Output<Int>)

Properties

Link copied to clipboard
val localSsdCount: Output<Int>

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.

Functions

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