CloneVolumeRequest Class |
Namespace: SolidFire.Element.Api
public class CloneVolumeRequest : RpcBase
The CloneVolumeRequest type exposes the following members.
Name | Description | |
---|---|---|
CloneVolumeRequest | Initializes a new instance of the CloneVolumeRequest class |
Name | Description | |
---|---|---|
Access |
Specifies the level of access allowed for the new volume. If unspecified, the
level of access of the volume being cloned is used. If replicationTarget is
is passed and the volume is not paired, the access gets set to locked.
| |
Attributes |
List of name-value pairs in JSON object format.
| |
Enable512e |
Specifies whether the new volume should use 512-byte sector emulation.
If unspecified, the setting of the volume being cloned is used.
| |
EnableSnapMirrorReplication |
Specifies whether SnapMirror replication is enabled or not. Defaults to false.
| |
Name |
The name of the new cloned volume. Must be 1 to 64 characters in length.
| |
NewAccountID |
AccountID for the owner of the new volume. If unspecified, the
accountID of the owner of the volume being cloned is used.
| |
NewSize |
New size of the volume, in bytes. Must be greater or less than the size of
the volume being cloned. If unspecified, the volume size is not
changed. Size is rounded to the nearest 1MB.
| |
SnapshotID |
ID of the snapshot that is used as the source of the clone. If no ID is
provided, the current active volume is used.
| |
VolumeID |
VolumeID for the volume to be cloned.
|
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.) |