Click or drag to resize
TargetFileServerQualificationResults Class
Represents target configuration information for clustered files and folders jobs.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractTargetFileServerQualificationResults

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class TargetFileServerQualificationResults : IExtensibleDataObject

The TargetFileServerQualificationResults type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClusterResourceGroupIPAddresses
This value represents a unicast IP address.
Public propertyClusterResourceGroupName
This value is the name of the cluster group that contains the resource.
Public propertyCurrentOwnerNodeName
This value is the name of the resource's current owning node.
Public propertyDiskSize
This value is total disk size, in bytes, of the volume.
Public propertyDriveLetter
This value is the volume drive letter.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFreeSpace
This value is the free space, in bytes, available on the volume.
Public propertyIsVolumeCSV
This value is true if it is a cluster shared volume; otherwise, it is false.
Public propertyRecommendedGroup
This value is true if there is a file server group on the target cluster that matches the protected file server group from the source; otherwise, it is false. When this value is true, an IP address from the group will be used as the route for CoreConnectionOptions.TargetAddress
Top
See Also