InMageVolumeExclusionOptionsArgs

data class InMageVolumeExclusionOptionsArgs(val onlyExcludeIfSingleVolume: Output<String>? = null, val volumeLabel: Output<String>? = null) : ConvertibleToJava<InMageVolumeExclusionOptionsArgs>

Guest disk signature based disk exclusion option when doing enable protection of virtual machine in InMage provider.

Constructors

Link copied to clipboard
constructor(onlyExcludeIfSingleVolume: Output<String>? = null, volumeLabel: Output<String>? = null)

Properties

Link copied to clipboard
val onlyExcludeIfSingleVolume: Output<String>? = null

The value indicating whether to exclude multi volume disk or not. If a disk has multiple volumes and one of the volume has label matching with VolumeLabel this disk will be excluded from replication if OnlyExcludeIfSingleVolume is false.

Link copied to clipboard
val volumeLabel: Output<String>? = null

The volume label. The disk having any volume with this label will be excluded from replication.

Functions

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