Click or drag to resize

ListVolumesRequest Properties

The ListVolumesRequest type exposes the following members.

Properties
  NameDescription
Public propertyAccounts
Returns only the volumes owned by the accounts you specify here. Mutually exclusive with the volumeIDs parameter.
Public propertyIncludeVirtualVolumes
Specifies that virtual volumes are included in the response by default. To exclude virtual volumes, set to false.
Public propertyIsPaired
Returns volumes that are paired or not paired. Possible values are: true: Returns all paired volumes. false: Returns all volumes that are not paired.
Public propertyLimit
Specifies the maximum number of volume results that are returned. Mutually exclusive with the volumeIDs parameter.
Public propertyProtectionSchemes
Only volumes that are using one of the protection schemes in this set are returned.
Public propertyStartVolumeID
Only volumes with an ID greater than or equal to this value are returned. Mutually exclusive with the volumeIDs parameter.
Public propertyVolumeIDs
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.
Public propertyVolumeName
Only volume object information matching the volume name is returned.
Public propertyVolumeStatus
Only volumes with a status equal to the status value are returned. Possible values are: creating snapshotting active deleted
Top
See Also