Uses of Class
com.exoscale.sdk.model.Quota
-
Packages that use Quota Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of Quota in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return Quota Modifier and Type Method Description Quota
ExoscaleApi. getQuota(String entity)
Retrieve Resource Quota -
Uses of Quota in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Quota Modifier and Type Method Description Quota
Quota. limit(Long limit)
Quota
Quota. resource(String resource)
Quota
Quota. usage(Long usage)
Methods in com.exoscale.sdk.model that return types with arguments of type Quota Modifier and Type Method Description List<Quota>
ListQuotas200Response. getQuotas()
Get quotasMethods in com.exoscale.sdk.model with parameters of type Quota Modifier and Type Method Description ListQuotas200Response
ListQuotas200Response. addQuotasItem(Quota quotasItem)
Method parameters in com.exoscale.sdk.model with type arguments of type Quota Modifier and Type Method Description ListQuotas200Response
ListQuotas200Response. quotas(List<Quota> quotas)
void
ListQuotas200Response. setQuotas(List<Quota> quotas)
-