excludeDiskIds

@JvmName(name = "pqqdgywygkdtooha")
suspend fun excludeDiskIds(value: Output<List<String>>)
@JvmName(name = "vstpnisvjgmvswey")
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 = "pdlsuykfcthkrlcu")
suspend fun excludeDiskIds(vararg values: Output<String>)


@JvmName(name = "nlhgixlhkslwusjv")
suspend fun excludeDiskIds(values: List<Output<String>>)
@JvmName(name = "mbdccfresdhfrhqy")
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.