Click or drag to resize
DTHVPersistedStateModel Class
DTHV persisted state.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDTHVPersistedStateModel

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

The DTHVPersistedStateModel type exposes the following members.

Constructors
  NameDescription
Public methodDTHVPersistedStateModel
Initializes a new instance of the DTHVPersistedStateModel class
Top
Properties
  NameDescription
Public propertyDeleteOptions
Gets or sets the delete options.
Public propertyFailoverMonitorPersistedState
Gets or sets the state of the monitor persisted.
Public propertyFailoverOptions
Gets or sets the failover options.
Public propertyPowerSourceVm
Gets or sets a value indicating whether the source Vm was on before failover.
Public propertyProtectionConnectionPersistedState
Gets or sets the main connection's persisted state.
Public propertyProtectionTargetState
Gets or sets the state of the protection target.
Public propertyRevertConnectionPersistedState
Gets or sets the state of the replica vm revert persisted.
Public propertySourceEndpoint
Gets or sets the source endpoint.
Public propertyState
Gets or sets the state of the protection connection persisted.
Public propertyTargetRoute
Gets or sets a value representing target route
Public propertyTargetVmCfgResourceName
Gets or sets the name of the target vm CFG resource.
Public propertyTargetVMGuid
Gets or sets the target vm unique identifier.
Public propertyTargetVmResourceName
Gets or sets the name of the target vm resource.
Public propertyVhdMapping
Gets or sets a value representing source and target VHD mappings
Public propertyVirtualSwitchMonitorPersistedState
Gets or sets the state of the monitor persisted.
Public propertyVMConfigMonitorPersistedState
Gets or sets the state of the monitor persisted.
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