Click or drag to resize

ModifyVolumeRequest Properties

The ModifyVolumeRequest type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Specifies the access allowed for the volume. Possible values are: 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.
Public propertyAccountID
AccountID to which the volume is reassigned. If unspecified, the previous account name is used.
Public propertyAssociateWithQoSPolicy
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.
Public propertyAttributes
List of name-value pairs in JSON object format.
Public propertyEnableSnapMirrorReplication
Determines whether the volume can be used for replication with SnapMirror endpoints. Possible values: true false
Public propertyFifoSize
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.
Public propertyMinFifoSize
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.
Public propertyQos
New QoS settings for this volume. If not specified, the QoS settings are not changed.
Public propertyQosPolicyID
The ID for the policy whose QoS settings should be applied to the specified volumes. The volume will not maintain any association with the policy; this is an alternate way to apply QoS settings to the volume. This parameter and the qos parameter cannot be specified at the same time.
Public propertyTotalSize
New size of the volume in bytes. 1000000000 is equal to 1GB. Size is rounded up to the nearest 1MB. This parameter can only be used to increase the size of a volume.
Public propertyVolumeID
VolumeID for the volume to be modified.
Top
See Also