userDiskSizeGibs

@JvmName(name = "rceleyunvmmsxywq")
suspend fun userDiskSizeGibs(value: Output<List<Int>>)
@JvmName(name = "vqcpvivpmwchnngv")
suspend fun userDiskSizeGibs(value: List<Int>?)

Parameters

value

The size of the data disk. Currently, only one data disk can be set. Unit: GiB.

  • The size of the data disk that supports the setting corresponds to the specification. For more information, see Overview of Desktop Specifications.

  • The data disk size (user_disk_size_gib) set in the template must be greater than the data disk size (data_disk_size) in the mirror.


@JvmName(name = "rtnsbqovbmvvurhh")
suspend fun userDiskSizeGibs(vararg values: Output<Int>)


@JvmName(name = "lfhckohvgbukiljt")
suspend fun userDiskSizeGibs(values: List<Output<Int>>)
@JvmName(name = "rlavsplfdwpglbld")
suspend fun userDiskSizeGibs(vararg values: Int)

Parameters

values

The size of the data disk. Currently, only one data disk can be set. Unit: GiB.

  • The size of the data disk that supports the setting corresponds to the specification. For more information, see Overview of Desktop Specifications.

  • The data disk size (user_disk_size_gib) set in the template must be greater than the data disk size (data_disk_size) in the mirror.