CloneVolumeRequest Properties |
The CloneVolumeRequest type exposes the following members.
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.
|