Click or drag to resize

FailoverReport Class

Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractFailoverReport

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public class FailoverReport

The FailoverReport type exposes the following members.

Constructors
  NameDescription
Public methodFailoverReport
Top
Properties
  NameDescription
Public propertyfailoverSuccess
Whether the failover was a success
Public propertyfailoverType
Type of failover being done.
Public propertyisReverse
Whether this is the reverse of the source in an FFO job.
Public propertyjobId
Job id being reported
Public propertyjobName
Name of the job
Public propertyjobType
This is the job type as described within JobInfo.cs
Public propertysnapshotLabel
Label for the snapshot used. (Empty string for live data.)
Top
Fields
  NameDescription
Public fieldtargetedMachineInfo
Information about the target machine.
Public fieldtimes
Times for this failover
Top
See Also