Click or drag to resize

RemoteReplication Class

RemoteReplication Details on the volume replication.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiRemoteReplication

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class RemoteReplication : RpcBase

The RemoteReplication type exposes the following members.

Constructors
  NameDescription
Public methodRemoteReplication
Initializes a new instance of the RemoteReplication class
Top
Properties
  NameDescription
Public propertyMode
Volume replication mode. Possible values: Async: Writes are acknowledged when they complete locally. The cluster does not wait for writes to be replicated to the target cluster. Sync: Source acknowledges write when the data is stored locally and on the remote cluster. SnapshotsOnly: Only snapshots created on the source cluster will be replicated. Active writes from the source volume will not be replicated.
Public propertyPauseLimit
The number of occurring write ops before auto-pausing, on a per volume pair level.
Public propertyRemoteServiceID
The remote slice service ID.
Public propertyResumeDetails
Reserved for future use.
Public propertySnapshotReplication
The details of snapshot replication.
Public propertyState
The state of the volume replication.
Public propertyStateDetails
Reserved for future use.
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 the default hash function.
(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
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also