PolicyBindingAdvancedOptionsUdmDetail

data class PolicyBindingAdvancedOptionsUdmDetail(val destinationKmsKeyId: String? = null, val diskIdLists: List<String>? = null, val excludeDiskIdLists: List<String>? = null)

Constructors

Link copied to clipboard
constructor(destinationKmsKeyId: String? = null, diskIdLists: List<String>? = null, excludeDiskIdLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom KMS key ID of encrypted copy.

Link copied to clipboard
val diskIdLists: List<String>? = null

The list of backup disks. If it is empty, all disks are backed up.

Link copied to clipboard

List of cloud disk IDs that are not backed up.