ModifySnapshotRequest Class |
Namespace: SolidFire.Element.Api
public class ModifySnapshotRequest : RpcBase
The ModifySnapshotRequest type exposes the following members.
Name | Description | |
---|---|---|
ModifySnapshotRequest | Initializes a new instance of the ModifySnapshotRequest class |
Name | Description | |
---|---|---|
EnableRemoteReplication |
Replicates the snapshot created to a remote cluster.
Possible values are:
true: The snapshot is replicated to remote storage.
false: Default. The snapshot is not replicated.
| |
ExpirationTime |
Specify the time after which the snapshot can be removed.
If neither 'expirationTime' nor 'retention' is specified for the original snapshot, the snapshot
will be retained until manually deleted.
The format is:
ISO 8601 date string for time based expiration, otherwise it will not expire.
'null', or not specified, the snapshot is to be retained permanently.
'fifo' causes the snapshot to be preserved on a First-In-First-Out basis, relative to other FIFO
snapshots on the volume. The API will fail if no FIFO space is available.
Note: The 'retention' option is not supported by ModifySnapshot.
| |
SnapMirrorLabel |
Label used by SnapMirror software to specify snapshot retention policy on SnapMirror endpoint.
| |
SnapshotID |
Specifies the ID of the snapshot.
|
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.) |