Click or drag to resize
VRAOptions Class
Represents options for configuring the Virtual Recovery Assistant feature.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractVRAOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VRAOptions : IExtensibleDataObject

The VRAOptions type exposes the following members.

Constructors
  NameDescription
Public methodVRAOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyHypervisor
This value is the name of the hypervisor.
Public propertyIsSourceHostCluster
This value is true if the source host is clustered; otherwise, it is false.
Public propertyIsWANFailoverEnabled
This value is true if WAN failover is enabled; otherwise, it is false.
Public propertyLvmOptions
This value represents logical volume manager (LVM) options for a Linux server.
Public propertyReplicaApplianceInfo
This value represents the helper appliance information.
Public propertyReplicaESXHostName
This value is the name of the ESX host where the replica will be located.
Public propertyReplicaNetworkInterfaceInfo
This value represents the desired NIC configuration on the replica virtual machine.
Public propertyReplicaVMInfo
This value represents the desired configuration of the replica virtual machine.
Public propertyReverseCount
Do not use this property. Double-Take uses it internally.
Public propertyReverseRoute
This value is the route used for the reverse process.
Public propertySourceApplianceInfo
This value represents the appliance used during reverse.
Public propertySourceESXHostName
This value is the name of the ESX host where the source is located.
Public propertySourceNetworkInterfaceInfo
This value represents the available NICs on the source.
Public propertySourceProductLicense
This value is the license key used for automatic installations during the V to ESX and V to Hyper-V job creation process.
Public propertySourceVmInfo
This value represents the source information used during reverse.
Public propertyVirtualSwitchMapping
This value represents the virtual switch mappings on the source and target.
Public propertyVirtualSwitchMappingTestFailover
Gets or sets a value representing source and target virtual switch mappings for test failover
Public propertyVolumes
This value represents a volume to protect and any changes to its base configuration.
Public propertyWorkloadCustomizationOptions
This value represents workload customization options.
Top
See Also