localStorageTypes

@JvmName(name = "ernpmixcnjdvtsti")
suspend fun localStorageTypes(value: Output<List<String>>)
@JvmName(name = "qbfsiulxcsufnyky")
suspend fun localStorageTypes(value: List<String>?)

Parameters

value

The type of local storage that is required.

  • For instance types with hard disk drive (HDD) storage, specify `hdd`.

  • For instance types with solid state drive (SSD) storage, specify `ssd`. Default: `hdd` and `ssd`


@JvmName(name = "vqjswfqfdvtkuful")
suspend fun localStorageTypes(vararg values: Output<String>)


@JvmName(name = "fadkqetcrusikhbr")
suspend fun localStorageTypes(values: List<Output<String>>)
@JvmName(name = "gmudiwghstudohwa")
suspend fun localStorageTypes(vararg values: String)

Parameters

values

The type of local storage that is required.

  • For instance types with hard disk drive (HDD) storage, specify `hdd`.

  • For instance types with solid state drive (SSD) storage, specify `ssd`. Default: `hdd` and `ssd`