Package | Description |
---|---|
org.openstack4j.api.networking.ext | |
org.openstack4j.openstack.networking.domain | |
org.openstack4j.openstack.networking.internal.ext |
Modifier and Type | Method and Description |
---|---|
NetQuota |
NetQuotaService.get(String tenantId)
Fetches the network quotas for the specified tenant
|
NetQuota |
NetQuotaService.update(NetQuota netQuota)
Updates the network quotas for the current tenant
|
NetQuota |
NetQuotaService.updateForTenant(String tenantId,
NetQuota netQuota)
Updates the network quotas for the specified tenant
|
Modifier and Type | Method and Description |
---|---|
List<? extends NetQuota> |
NetQuotaService.get()
Lists quotas for tenants who have non-default quota values, and lists, updates, and resets quotas for a tenan
|
Modifier and Type | Method and Description |
---|---|
NetQuota |
NetQuotaService.update(NetQuota netQuota)
Updates the network quotas for the current tenant
|
NetQuota |
NetQuotaService.updateForTenant(String tenantId,
NetQuota netQuota)
Updates the network quotas for the specified tenant
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronNetQuota
Network quotas that are bound to a Tenant
|
Modifier and Type | Method and Description |
---|---|
NetQuota |
NeutronNetQuota.NetQuotaConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NetQuotaBuilder |
NeutronNetQuota.NetQuotaConcreteBuilder.from(NetQuota in) |
Modifier and Type | Method and Description |
---|---|
NetQuota |
NetQuotaServiceImpl.get(String tenantId) |
NetQuota |
NetQuotaServiceImpl.update(NetQuota netQuota) |
NetQuota |
NetQuotaServiceImpl.updateForTenant(String tenantId,
NetQuota netQuota) |
Modifier and Type | Method and Description |
---|---|
List<? extends NetQuota> |
NetQuotaServiceImpl.get() |
Modifier and Type | Method and Description |
---|---|
NetQuota |
NetQuotaServiceImpl.update(NetQuota netQuota) |
NetQuota |
NetQuotaServiceImpl.updateForTenant(String tenantId,
NetQuota netQuota) |
Copyright © 2017. All rights reserved.