You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all existing volumes in a specified zone. By default, the volumes listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
143
+
:param include_deleted: Display deleted volumes not erased yet.
142
144
:param zone: Zone to target. If none is passed will use default zone from the config.
143
145
:param order_by: Criteria to use when ordering the list.
List all existing volumes in a specified zone. By default, the volumes listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
202
+
:param include_deleted: Display deleted volumes not erased yet.
196
203
:param zone: Zone to target. If none is passed will use default zone from the config.
197
204
:param order_by: Criteria to use when ordering the list.
List all available snapshots in a specified zone. By default, the snapshots listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
464
+
:param include_deleted: Display deleted snapshots not erased yet.
453
465
:param zone: Zone to target. If none is passed will use default zone from the config.
454
466
:param order_by: Criteria to use when ordering the list.
List all available snapshots in a specified zone. By default, the snapshots listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
523
+
:param include_deleted: Display deleted snapshots not erased yet.
507
524
:param zone: Zone to target. If none is passed will use default zone from the config.
508
525
:param order_by: Criteria to use when ordering the list.
List all existing volumes in a specified zone. By default, the volumes listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
143
+
:param include_deleted: Display deleted volumes not erased yet.
142
144
:param zone: Zone to target. If none is passed will use default zone from the config.
143
145
:param order_by: Criteria to use when ordering the list.
List all existing volumes in a specified zone. By default, the volumes listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
202
+
:param include_deleted: Display deleted volumes not erased yet.
196
203
:param zone: Zone to target. If none is passed will use default zone from the config.
197
204
:param order_by: Criteria to use when ordering the list.
List all available snapshots in a specified zone. By default, the snapshots listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
464
+
:param include_deleted: Display deleted snapshots not erased yet.
453
465
:param zone: Zone to target. If none is passed will use default zone from the config.
454
466
:param order_by: Criteria to use when ordering the list.
List all available snapshots in a specified zone. By default, the snapshots listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
523
+
:param include_deleted: Display deleted snapshots not erased yet.
507
524
:param zone: Zone to target. If none is passed will use default zone from the config.
508
525
:param order_by: Criteria to use when ordering the list.
0 commit comments