ListVolumesRequest Properties |
The ListVolumesRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| Accounts |
Returns only the volumes owned by the accounts you specify here. Mutually exclusive with the volumeIDs parameter.
| |
| IncludeVirtualVolumes |
Specifies that virtual volumes are included in the response by default.
To exclude virtual volumes, set to false.
| |
| IsPaired |
Returns volumes that are paired or not paired.
Possible values are:
true: Returns all paired volumes.
false: Returns all volumes that are not paired.
| |
| Limit |
Specifies the maximum number of volume
results that are returned. Mutually exclusive with the
volumeIDs parameter.
| |
| ProtectionSchemes |
Only volumes that are using one of the protection schemes in this set are returned.
| |
| StartVolumeID |
Only volumes with an ID greater than or equal to this
value are returned. Mutually exclusive with the
volumeIDs parameter.
| |
| VolumeIDs |
A list of volume IDs. If you supply this parameter, other
parameters operate only on this set of volumes. Mutually
exclusive with the accounts, startVolumeID, and limit
parameters.
| |
| VolumeName |
Only volume object information matching the volume
name is returned.
| |
| VolumeStatus |
Only volumes with a status equal to the status value are
returned.
Possible values are:
creating
snapshotting
active
deleted
|