Package | Description |
---|---|
org.openstack4j.api.manila | |
org.openstack4j.openstack.manila.internal |
Modifier and Type | Method and Description |
---|---|
QuotaSet |
QuotaSetService.get(String tenantId)
Shows quotas for a tenant.
|
QuotaSet |
QuotaSetService.get(String tenantId,
String userId)
Shows quotas for a user in a tenant.
|
QuotaSet |
QuotaSetService.getDefault(String tenantId)
Shows default quotas for a tenant.
|
QuotaSet |
QuotaSetService.update(String tenantId,
QuotaSetUpdateOptions options)
Updates quotas for a tenant.
|
QuotaSet |
QuotaSetService.update(String tenantId,
String userId,
QuotaSetUpdateOptions options)
Updates quotas for a user in a tenant.
|
Modifier and Type | Method and Description |
---|---|
QuotaSet |
QuotaSetServiceImpl.get(String tenantId) |
QuotaSet |
QuotaSetServiceImpl.get(String tenantId,
String userId) |
QuotaSet |
QuotaSetServiceImpl.getDefault(String tenantId) |
QuotaSet |
QuotaSetServiceImpl.update(String tenantId,
QuotaSetUpdateOptions options) |
QuotaSet |
QuotaSetServiceImpl.update(String tenantId,
String userId,
QuotaSetUpdateOptions options) |
Copyright © 2017. All rights reserved.