ephemeral Storage Local Ssd Config
suspend fun ephemeralStorageLocalSsdConfig(value: Output<ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs>)
suspend fun ephemeralStorageLocalSsdConfig(value: ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs?)
Parameters
value
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
suspend fun ephemeralStorageLocalSsdConfig(argument: suspend ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgsBuilder.() -> Unit)
Parameters
argument
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.