BreakSnapMirrorVolumeRequest Class |
Namespace: SolidFire.Element.Api
public class BreakSnapMirrorVolumeRequest : RpcBase
The BreakSnapMirrorVolumeRequest type exposes the following members.
Name | Description | |
---|---|---|
BreakSnapMirrorVolumeRequest | Initializes a new instance of the BreakSnapMirrorVolumeRequest class |
Name | Description | |
---|---|---|
Access |
Resulting volume access mode.
Possible values:
readWrite
readOnly
locked
| |
Preserve |
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.
| |
SnapshotID |
Roll back the volume to the snapshot identified by this ID.
The default behavior is to roll back to the most recent snapshot.
| |
VolumeID |
The volume on which to perform the break operation.
The volume access mode must be snapMirrorTarget.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |