userDiskSizeGibs

@JvmName(name = "wcagisylfbnmeklu")
suspend fun userDiskSizeGibs(value: Output<List<Int>>)
@JvmName(name = "aictfbcjngohdqmh")
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 = "kgrahiyhckbrvkmp")
suspend fun userDiskSizeGibs(vararg values: Output<Int>)


@JvmName(name = "sodhnvhekcvgcuhk")
suspend fun userDiskSizeGibs(values: List<Output<Int>>)
@JvmName(name = "njrjyunfpmlghhcm")
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.