Click or drag to resize
VraOptionsModel Class
Vra options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsVraOptionsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class VraOptionsModel

The VraOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodVraOptionsModel
Initializes a new instance of the VraOptionsModel class
Top
Properties
  NameDescription
Public propertyHypervisor
Gets or sets the hypervisor.
Public propertyIsSourceHostCluster
Gets or sets a value indicating whether source host is cluster or not.
Public propertyIsWANFailoverEnabled
Gets or sets a value indicating whether or not this instance is WAN failover enabled.
Public propertyLvmOptions
Gets or sets LVM information for volumes.
Public propertyReplicaApplianceInfo
Gets or sets the Replica Appliance information.
Public propertyReplicaESXHostName
Gets or sets the target vim host information.
Public propertyReplicaNetworkInterfaceInfo
Gets or sets the replica network interface info.
Public propertyReplicaVmInfo
Gets or sets the replica VM information.
Public propertyReverseCount
Gets or sets the reverse count.
Public propertyReverseRoute
Gets or sets the reverse route.
Public propertySourceApplianceInfo
Gets or sets the source appliance information.
Public propertySourceESXHostName
Gets or sets the source vim host info.
Public propertySourceNetworkInterfaceInfo
Gets or sets the source network interface info.
Public propertySourceProductLicense
Gets or sets the source product license.
Public propertySourceVmInfo
Gets or sets the source information.
Public propertyTestFailoverOptions
Gets or sets the test failover options for VRA.
Public propertyVirtualSwitchMapping
Gets or sets the source and target virtual switch mappings.
Public propertyVirtualSwitchMappingTestFailover
Gets or sets the source and target virtual switch mappings for test failover.
Public propertyVolumes
Gets or sets the volumes to create and protect.
Public propertyWorkloadCustomizationOptions
Gets or sets the workload customization options.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also