Click or drag to resize

CloneVolumeRequest Properties

The CloneVolumeRequest type exposes the following members.

Properties
  NameDescription
Public propertyAccess
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.
Public propertyAttributes
List of name-value pairs in JSON object format.
Public propertyEnable512e
Specifies whether the new volume should use 512-byte sector emulation. If unspecified, the setting of the volume being cloned is used.
Public propertyEnableSnapMirrorReplication
Specifies whether SnapMirror replication is enabled or not. Defaults to false.
Public propertyName
The name of the new cloned volume. Must be 1 to 64 characters in length.
Public propertyNewAccountID
AccountID for the owner of the new volume. If unspecified, the accountID of the owner of the volume being cloned is used.
Public propertyNewSize
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.
Public propertySnapshotID
ID of the snapshot that is used as the source of the clone. If no ID is provided, the current active volume is used.
Public propertyVolumeID
VolumeID for the volume to be cloned.
Top
See Also