Click or drag to resize
QueryResultFlatModel Class
Represents the result of a monitoring query.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsQueryResultFlatModel

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 class QueryResultFlatModel

The QueryResultFlatModel type exposes the following members.

Constructors
  NameDescription
Public methodQueryResultFlatModel
Initializes a new instance of the QueryResultFlatModel class
Top
Properties
  NameDescription
Public propertyClassName
Gets or sets the class name.
Public propertyEnginePort
Gets or sets the engine port that was used to ping.
Public propertyException
Gets or sets the query exception.
Public propertyExceptionDetail
Gets or sets the exception detail.
Public propertyExitCode
Gets or sets the exit code of the process.
Public propertyExitTime
Gets or sets the exit time.
Public propertyIPAddress
Gets or sets the IP address that was pinged during this query.
Public propertyNetworkId
Gets or sets the network id that was pinged.
Public propertyOwningNode
Gets or sets the owning node.
Public propertyQueryResults
Gets or sets the query results.
Public propertyReplyAddress
Gets or sets the IP address from which the reply was sent.
Public propertyResourceState
Gets or sets the state of the resource.
Public propertyResult
Gets or sets a value indicating whether or not the query was successful.
Public propertyRoundtrip
Gets or sets the duration of the ICMP ping round-trip.
Public propertyServiceName
Gets or sets the name of the service.
Public propertyShares
Gets or sets the shares.
Public propertyStartTime
Gets or sets the start time.
Public propertyStatus
Gets or sets the IPStatus from the ping reply as a string.
Public propertyVhdPath
Gets or sets the VHD paths.
Public propertyVirtualSwitchInfoColl
Gets or sets the virtual switch information collection.
Public propertyVmId
Gets or sets the vm identifier.
Public propertyVmSnapshotDataRoot
Gets or sets the vm snapshot data root.
Public propertyVmSnapshotFileNames
Gets or sets the vm snapshot file names.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also