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()
NetQuota
public int getRouter()
NetQuota
public int getPort()
NetQuota
public int getNetwork()
NetQuota
getNetwork
in interface NetQuota
public int getFloatingIP()
NetQuota
getFloatingIP
in interface NetQuota
public int getSecurityGroup()
NetQuota
getSecurityGroup
in interface NetQuota
public int getSecurityGroupRule()
NetQuota
getSecurityGroupRule
in interface NetQuota
Copyright © 2017. All rights reserved.