We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff04d25 commit 5b34b2cCopy full SHA for 5b34b2c
packages_generated/block/src/v1/api.gen.ts
@@ -111,6 +111,7 @@ export class API extends ParentAPI {
111
['product_resource_id', request.productResourceId],
112
['project_id', request.projectId],
113
['tags', request.tags],
114
+ ['volume_type', request.volumeType],
115
),
116
},
117
unmarshalListVolumesResponse,
packages_generated/block/src/v1/types.gen.ts
@@ -560,6 +560,10 @@ export type ListVolumesRequest = {
560
* Display deleted volumes not erased yet.
561
*/
562
includeDeleted: boolean
563
+ /**
564
+ * Filter by volume type.
565
+ */
566
+ volumeType?: string
567
}
568
569
0 commit comments