Package | Description |
---|---|
org.openstack4j.api.manila | |
org.openstack4j.model.manila | |
org.openstack4j.openstack.manila.domain | |
org.openstack4j.openstack.manila.internal |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static QuotaSetUpdateOptions |
QuotaSetUpdateOptions.create() |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.force(Boolean force) |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.gigabytes(Integer gigabytes) |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.shareNetworks(Integer shareNetworks) |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.shares(Integer shares) |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.snapshotGigabytes(Integer snapshotGigabytes) |
QuotaSetUpdateOptions |
QuotaSetUpdateOptions.snapshots(Integer snapshots) |
Modifier and Type | Method and Description |
---|---|
static ManilaQuotaSetUpdate |
ManilaQuotaSetUpdate.fromOptions(QuotaSetUpdateOptions options)
Creates a quota set update from options.
|
Modifier and Type | Method and Description |
---|---|
QuotaSet |
QuotaSetServiceImpl.update(String tenantId,
QuotaSetUpdateOptions options) |
QuotaSet |
QuotaSetServiceImpl.update(String tenantId,
String userId,
QuotaSetUpdateOptions options) |
Copyright © 2017. All rights reserved.