public class NeutronNetQuota extends Object implements NetQuota
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronNetQuota.NetQuotaConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronNetQuota() |
| Modifier and Type | Method and Description |
|---|---|
static NetQuotaBuilder |
builder() |
int |
getFloatingIP()
Number of floating IpAddresses allowed per tenant
|
int |
getNetwork()
Number of networks allowed per tenant
|
int |
getPort()
Number of ports allowed per tenant
|
int |
getRouter()
Number of routers allowed per tenant
|
int |
getSubnet()
Number of subnets allowed per tenant
|
NetQuotaBuilder |
toBuilder() |
String |
toString() |
public static NetQuotaBuilder builder()
public NetQuotaBuilder toBuilder()
toBuilder in interface Buildable<NetQuotaBuilder>public int getSubnet()
NetQuotapublic int getRouter()
NetQuotapublic int getPort()
NetQuotapublic int getNetwork()
NetQuotagetNetwork in interface NetQuotapublic int getFloatingIP()
NetQuotagetFloatingIP in interface NetQuota