diskIdLists

@JvmName(name = "ehgxlskuwgylpkvm")
suspend fun diskIdLists(value: Output<List<String>>)
@JvmName(name = "yphktqjnoyrtmsjx")
suspend fun diskIdLists(value: List<String>?)

Parameters

value

The list of cloud disks to be backed up in the ECS instance. When not specified, a snapshot is executed for all the disks on the ECS instance.


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


@JvmName(name = "eqfahnryppktywcc")
suspend fun diskIdLists(values: List<Output<String>>)
@JvmName(name = "pjywpyvyfhxkxbes")
suspend fun diskIdLists(vararg values: String)

Parameters

values

The list of cloud disks to be backed up in the ECS instance. When not specified, a snapshot is executed for all the disks on the ECS instance.