Click or drag to resize
UVRAPersistedStateModel Class
UVRA persisted state.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsUVRAPersistedStateModel

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 UVRAPersistedStateModel

The UVRAPersistedStateModel type exposes the following members.

Constructors
  NameDescription
Public methodUVRAPersistedStateModel
Initializes a new instance of the UVRAPersistedStateModel class
Top
Properties
  NameDescription
Public propertyFailoverTime
Gets or sets the failover time.
Public propertyReplicaNics
Gets or sets the replica nics. This info has extra fields to remember where each nic is on the replica.
Public propertySourceISCSIChapPassword
Gets or sets the iSCSI CHAP password used in mapping the source disk.
Public propertySourceISCSIChapUsername
Gets or sets the iSCSI CHAP username used in mapping the source disk.
Public propertySourceISCSITargetName
Gets or sets the iSCSI target name name used in mapping the source disk.
Public propertySourceMachineInfo
Gets or sets the machine info.
Public propertyStartTime
Gets or sets the Time the job was started.
Public propertyState
Gets or sets the state.
Public propertyStopTime
Gets or sets the Time the job was stopped.
Public propertyVolumePersistedState
Gets or sets the volume persisted state.
Public propertyVRAVirtualizationConnectionInfo
Gets or sets the VRA engine connection info.
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