Click or drag to resize

CloneMultipleVolumeParams Properties

The CloneMultipleVolumeParams type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Access settings for the new volume. readOnly: Only read operations are allowed. readWrite: Reads and writes are allowed. locked: No reads or writes are allowed. replicationTarget: Identify a volume as the target volume for a paired set of volumes. If the volume is not paired, the access status is locked. If unspecified, the access settings of the clone will be the same as the source.
Public propertyAttributes
List of Name/Value pairs in JSON object format.
Public propertyName
New name for the clone.
Public propertyNewAccountID
Account ID for the new volume.
Public propertyNewSize
New size Total size of the volume, in bytes. Size is rounded up to the nearest 1MB size.
Public propertyVolumeID
Required parameter for "volumes" array: volumeID.
Top
See Also