DiskExclusionPropertiesResponse

data class DiskExclusionPropertiesResponse(val diskLunList: List<Int>, val isInclusionList: Boolean)

Defines the disk exclusion properties for virtual machine backup.

Constructors

Link copied to clipboard
constructor(diskLunList: List<Int>, isInclusionList: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection.

Link copied to clipboard

Flag to indicate whether DiskLunList is to be included/ excluded from backup.