DiskExclusionPropertiesResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskLunList: List<Int>? = null

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.