DiskExclusionPropertiesArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val isInclusionList: Output<Boolean>? = null

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

Functions

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