ModifyVolumesRequest Properties |
The ModifyVolumesRequest type exposes the following members.
Name | Description | |
---|---|---|
Access |
Access allowed for the volume. Possible values:readOnly: Only read operations are allowed.readWrite: Reads and writes are allowed.locked: No reads or writes are allowed.If not specified, the access value does not change.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 a value is not specified, the access value does not change.
| |
AccountID |
AccountID to which the volume is reassigned. If none is specified, the previous account name is used.
| |
AssociateWithQoSPolicy |
Associate the volume with the specified QoS policy.
Possible values:
true: Associate the volume with the QoS policy specified in the QoSPolicyID parameter.
false: Do not assosciate the volume with the QoS policy specified in the QoSPolicyID parameter. When false, any existing policy association is removed regardless of whether you specify a QoS policy in the QoSPolicyID parameter.
| |
Attributes |
List of name/value pairs in JSON object format.
| |
EnableSnapMirrorReplication |
Determines whether the volume can be used for replication with SnapMirror endpoints.
Possible values:
true
false
| |
FifoSize |
Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.
Note that FIFO and non-FIFO snapshots both use the same pool of available snapshot slots on a volume.
Use this option to limit FIFO snapshot consumption of the available snapshot slots.
Also note this cannot be modified such that it is less than the current FIFO snapshot count.
| |
MinFifoSize |
Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.
Since FIFO and non-FIFO snapshots share the same pool, the minFifoSize reduces the total number of
possible non-FIFO snapshots by the same amount.
Note this cannot be modified such that it conflicts with the current non-FIFO snapshot count.
| |
Qos |
New quality of service settings for this volume.If not specified, the QoS settings are not changed.
| |
QosPolicyID |
The ID for the policy whose QoS settings should be applied to the specified volumes.
This parameter is mutually exclusive with the qos parameter.
| |
TotalSize |
New size of the volume in bytes. 1000000000 is equal to 1GB. Size is rounded up to the nearest 1MB in size. This parameter can only be used to increase the size of a volume.
| |
VolumeIDs |
A list of volumeIDs for the volumes to be modified.
|