localStorageDiskTypes

@JvmName(name = "vroacmhuanaicgnc")
suspend fun localStorageDiskTypes(value: Output<List<Either<String, LocalStorageDiskType>>>)
@JvmName(name = "hvjxtfcplykfebnn")
suspend fun localStorageDiskTypes(value: List<Either<String, LocalStorageDiskType>>?)

Parameters

value

The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.


@JvmName(name = "egirvwwuengyyklf")
suspend fun localStorageDiskTypes(vararg values: Output<Either<String, LocalStorageDiskType>>)


@JvmName(name = "sjnydxmdyxmtdyca")
suspend fun localStorageDiskTypes(values: List<Output<Either<String, LocalStorageDiskType>>>)
@JvmName(name = "yvugrpfqyfftbvfq")
suspend fun localStorageDiskTypes(vararg values: Either<String, LocalStorageDiskType>)

Parameters

values

The local storage disk types specified as a list. LocalStorageSupport should be set to "Included" or "Required" to use this VMAttribute. If localStorageSupport is "Excluded", this VMAttribute can not be used.