public class NeutronNetQuota extends Object implements NetQuota
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronNetQuota.NetQuotaConcreteBuilder |
static class |
NeutronNetQuota.NeutronNetQuotas |
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 |
getSecurityGroup()
Number of security groups per tenant
|
int |
getSecurityGroupRule()
Number of security groups rules per security group 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 NetQuotapublic int getSecurityGroup()
NetQuotagetSecurityGroup in interface NetQuotapublic int getSecurityGroupRule()
NetQuotagetSecurityGroupRule in interface NetQuotaCopyright © 2017. All rights reserved.