Table of Contents

Class BackupExecVirtualMachineSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec virtual machine backup settings to use.

public class BackupExecVirtualMachineSettings : GlobalSerializableClassicBase
Inheritance
BackupExecVirtualMachineSettings

Constructors

BackupExecVirtualMachineSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecVirtualMachineSettings class.

public BackupExecVirtualMachineSettings()

Properties

BackupPoweredOffMachines

Gets or sets whether to back up virtual machines that are powered off.

public BooleanOption BackupPoweredOffMachines { get; set; }

Property Value

BooleanOption

HyperVExcludeRequireSavedState

Gets or sets whether to exclude virtual machines that must be put in a saved state to back up.

public BooleanOption HyperVExcludeRequireSavedState { get; set; }

Property Value

BooleanOption

UseGrtForActiveDirectory

Gets or sets whether to Enable GRT for Microsoft Active Directory objects on virtual machines.

public BooleanOption UseGrtForActiveDirectory { get; set; }

Property Value

BooleanOption

UseGrtForExchange

Gets or sets whether to enable GRT for Microsoft Exchange databases and mailbox items on virtual machines.

public BooleanOption UseGrtForExchange { get; set; }

Property Value

BooleanOption

UseGrtForFileSystem

Gets or sets whether to use Backup Exec Granular Recovery Technology (GRT) to enable the restore of individual files and folders from virtual machines.

public BooleanOption UseGrtForFileSystem { get; set; }

Property Value

BooleanOption

UseGrtForSharePoint

Gets or sets whether to enable GRT for Microsoft SharePoint on virtual machines.

public BooleanOption UseGrtForSharePoint { get; set; }

Property Value

BooleanOption

UseGrtForSql

Gets or sets whether to enable GRT for Microsoft SQL (database level only) on virtual machines.

public BooleanOption UseGrtForSql { get; set; }

Property Value

BooleanOption

VMwareTransportModeNames

Gets the transport modes to use for VMware virtual machine backups as a human readable string.

public SerializableStringCollection VMwareTransportModeNames { get; set; }

Property Value

SerializableStringCollection

VMwareTransportModes

Gets or sets the transport modes to use for VMware virtual machine backups.

public BackupExecVMwareTransportModeCollection VMwareTransportModes { get; set; }

Property Value

BackupExecVMwareTransportModeCollection