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
@@ -82,6 +83,12 @@ public class ListVolumesCmd extends BaseListRetrieveOnlyResourceCountCmd impleme
82
83
RoleType.Admin})
83
84
privateStringstorageId;
84
85
86
+
@Parameter(name = ApiConstants.SERVICE_OFFERING_ID, type = CommandType.UUID,
87
+
entityType = ServiceOfferingResponse.class,
88
+
description = "list volumes by disk offering of a service offering. If both service offering and " +
89
+
"disk offering are passed, service offering is ignored", since = "4.19.1")
90
+
privateLongserviceOfferingId;
91
+
85
92
@Parameter(name = ApiConstants.DISK_OFFERING_ID, type = CommandType.UUID, entityType = DiskOfferingResponse.class, description = "list volumes by disk offering", since = "4.4")
0 commit comments