| 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()
Fetches the network quotas for the current tenant
|
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 |
|---|---|
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() |
NetQuota |
NetQuotaServiceImpl.get(String tenantId) |
NetQuota |
NetQuotaServiceImpl.update(NetQuota netQuota) |
NetQuota |
NetQuotaServiceImpl.updateForTenant(String tenantId,
NetQuota netQuota) |
| Modifier and Type | Method and Description |
|---|---|
NetQuota |
NetQuotaServiceImpl.update(NetQuota netQuota) |
NetQuota |
NetQuotaServiceImpl.updateForTenant(String tenantId,
NetQuota netQuota) |