Click or drag to resize
TargetStateInfoModel Class
Target state info model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsTargetStateInfoModel

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 TargetStateInfoModel

The TargetStateInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodTargetStateInfoModel
Initializes a new instance of the TargetStateInfoModel class
Top
Properties
  NameDescription
Public propertyConnectionId
Gets or sets the engine connection id.
Public propertyConnectTime
Gets or sets the time this connection was created.
Public propertyEngineJobType
Gets or sets the engine job type of the connection.
Public propertyGuid
Gets or sets the unique identifier of the connection.
Public propertyHasSnapshotSchedule
Gets or sets a value indicating whether this connection has a snapshot schedule.
Public propertyLastUpdateTime
Gets or sets the last time this target connection information was updated.
Public propertyNextScheduledSnapshot
Gets or sets the time of the next scheduled snapshot.
Public propertyPaths
Gets or sets the paths used on the target server.
Public propertyQueueBytes
Gets or sets the target queue bytes.
Public propertyReplicationSetUsageType
Gets or sets the usage type of the replication set that is connected.
Public propertyScheduledSnapshotInterval
Gets or sets the scheduled snapshot interval.
Public propertySnapshots
Gets or sets the current list of snapshots taken for this connection.
Public propertySourceEndPoint
Gets or sets the source endpoint.
Public propertySourceEndpointFromSource
Gets or sets the default address for the source server as provided by the source server.
Public propertySourceMachineName
Gets or sets the name of the source machine.
Public propertySourceVersion
Gets or sets the product version of the source machine.
Public propertyStates
Gets or sets the target states.
Public propertyTargetEndpoint
Gets or sets the destination endpoint of the socket connection.
Public propertyWorkloadId
Gets or sets the name of the replication set.
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