excludeDiskIds

@JvmName(name = "qpbrcyaqjstalmpu")
suspend fun excludeDiskIds(value: Output<List<String>>)
@JvmName(name = "kwpkincplstrkbdb")
suspend fun excludeDiskIds(value: List<String>?)

Parameters

value

The ID of disk N for which you do not need to create snapshots. After this parameter is specified, the created snapshot-consistent group does not contain snapshots of the disk.


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


@JvmName(name = "kfouxrnjwcfgqrgw")
suspend fun excludeDiskIds(values: List<Output<String>>)
@JvmName(name = "xatuvxwmwucrdcig")
suspend fun excludeDiskIds(vararg values: String)

Parameters

values

The ID of disk N for which you do not need to create snapshots. After this parameter is specified, the created snapshot-consistent group does not contain snapshots of the disk.