DiskExclusionPropertiesArgs

data class DiskExclusionPropertiesArgs(val diskLunList: Output<List<Int>>, val isInclusionList: Output<Boolean>) : ConvertibleToJava<DiskExclusionPropertiesArgs>

Defines the disk exclusion properties for virtual machine backup.

Constructors

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

Properties

Link copied to clipboard
val diskLunList: Output<List<Int>>

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.

Functions

Link copied to clipboard
open override fun toJava(): DiskExclusionPropertiesArgs