Click or drag to resize

BreakSnapMirrorVolumeRequest Class

BreakSnapMirrorVolumeRequest The SolidFire Element OS web UI uses the BreakSnapMirrorVolume method to break the SnapMirror relationship between an ONTAP source container and SolidFire target volume. Breaking a SolidFire SnapMirror volume is useful if an ONTAP system becomes unavailable while replicating data to a SolidFire volume. This feature enables a storage administrator to take control of a SolidFire SnapMirror volume, break its relationship with the remote ONTAP system, and revert the volume to a previous snapshot.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiBreakSnapMirrorVolumeRequest

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

The BreakSnapMirrorVolumeRequest type exposes the following members.

Constructors
  NameDescription
Public methodBreakSnapMirrorVolumeRequest
Initializes a new instance of the BreakSnapMirrorVolumeRequest class
Top
Properties
  NameDescription
Public propertyAccess
Resulting volume access mode. Possible values: readWrite readOnly locked
Public propertyPreserve
Preserve any snapshots newer than the snapshot identified by snapshotID. Possible values: true: Preserve snapshots newer than snapshotID. false: Do not preserve snapshots newer than snapshotID. If false, any snapshots newer than snapshotID are deleted.
Public propertySnapshotID
Roll back the volume to the snapshot identified by this ID. The default behavior is to roll back to the most recent snapshot.
Public propertyVolumeID
The volume on which to perform the break operation. The volume access mode must be snapMirrorTarget.
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