Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InMageVolumeExclusionOptions

Package version

interface

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

Hierarchy

  • InMageVolumeExclusionOptions

Index

Properties

Optional onlyExcludeIfSingleVolume

onlyExcludeIfSingleVolume: undefined | string
member

{string} [onlyExcludeIfSingleVolume] 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.

Optional volumeLabel

volumeLabel: undefined | string
member

{string} [volumeLabel] The volume label. The disk having any volume with this label will be excluded from replication.

Generated using TypeDoc