ListVolumesOutput class
A JSON object containing the following fields:
Constructors
-
ListVolumesOutput.new({String? gatewayARN, String? marker, List<
VolumeInfo> ? volumeInfos}) -
ListVolumesOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- gatewayARN → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- marker → String?
-
Use the marker in your next request to continue pagination of iSCSI volumes.
If there are no more volumes to list, this field does not appear in the
response body.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
volumeInfos
→ List<
VolumeInfo> ? -
An array of VolumeInfo objects, where each object describes an iSCSI
volume. If no volumes are defined for the gateway, then
VolumeInfos
is an empty array "[]".final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited