localStorageTypes

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

Parameters

value

Indicates 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: Any local storage type


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


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

Parameters

values

Indicates 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: Any local storage type