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
Copy file name to clipboardExpand all lines: cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v3/spacequotadefinition/ReactorSpaceQuotaDefinitionsV3.java
Copy file name to clipboardExpand all lines: cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/spacequotadefinitions/SpaceQuotaDefinitionsV3.java
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,22 @@
24
24
publicinterfaceSpaceQuotaDefinitionsV3 {
25
25
26
26
/**
27
-
* Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.200.0/index.html#create-space-quota-definition">Create Space Quota Definition</a>
27
+
* Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.201.0/#create-a-space-quota">Create Space Quota</a>
28
28
* request
29
29
*
30
30
* @param request the Create Space Quota Definition request
31
31
* @return the response from the Create Space Quota Definition request
32
32
*/
33
33
Mono<CreateSpaceQuotaDefinitionResponse> create(
34
34
CreateSpaceQuotaDefinitionRequestrequest);
35
+
36
+
/**
37
+
* Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.201.0/#get-a-space-quota">Get Space Quota</a>
38
+
* request
39
+
*
40
+
* @param request the Get Space Quota Definition request
41
+
* @return the response from the Get Space Quota request
0 commit comments