Click or drag to resize
ClusterOptions Class
Cluster related job options
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractClusterOptions

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

The ClusterOptions type exposes the following members.

Constructors
  NameDescription
Public methodClusterOptions
Top
Properties
  NameDescription
Public propertyDependOnResources
This value is the dependent resources.
Public propertyOriginalSourceClusterId
This value is the unique ID of the source cluster.
Public propertySourceClusterName
This value is the name of the source cluster.
Public propertySourceGroupName
The value is the name of the source group.
Public propertySourceIsCluster
This value is true if the source is a cluster; otherwise, it is false.
Public propertyTargetClusterName
This value is the name of the target cluster.
Public propertyTargetClusterResourceNamePrefix
This value is the optional name of the target cluster resource prefix.
Public propertyTargetClusterStoragePath
This value is the location of the target cluster storage.
Public propertyTargetGroupName
This value is the name of the target group.
Public propertyTargetIsCluster
This value is true if the target is a cluster; otherwise, it is false.
Public propertyTargetVirtualServers
This value is the name of the target virtual servers.
Top
Fields
  NameDescription
Public fieldInitializeOnTargetNodeMove
Do not use this property. Double-Take uses it internally.
Top
See Also