We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001c769 commit 0208e09Copy full SHA for 0208e09
api/src/main/java/org/apache/cloudstack/api/ApiCommandResourceType.java
@@ -80,7 +80,7 @@ public enum ApiCommandResourceType {
80
VpnCustomerGateway(com.cloud.network.Site2SiteCustomerGateway.class),
81
ManagementServer(org.apache.cloudstack.management.ManagementServerHost.class),
82
ObjectStore(org.apache.cloudstack.storage.object.ObjectStore.class),
83
- Bucket(org.apache.cloudstack.storage.object.Bucket.class);
+ Bucket(org.apache.cloudstack.storage.object.Bucket.class),
84
QuotaTariff(org.apache.cloudstack.quota.QuotaTariff.class);
85
86
private final Class<?> clazz;
0 commit comments