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