public interface NetQuotaBuilder extends Buildable.Builder<NetQuotaBuilder,NetQuota>
| Modifier and Type | Method and Description |
|---|---|
NetQuotaBuilder |
floatingIP(int floatingIP)
See
NetQuota.getFloatingIP() for details |
NetQuotaBuilder |
network(int network)
See
NetQuota.getNetwork() for details |
NetQuotaBuilder |
port(int port)
See
NetQuota.getPort() for details |
NetQuotaBuilder |
router(int router)
See
NetQuota.getRouter() for details |
NetQuotaBuilder |
securityGroup(int securityGroup)
See
NetQuota.getSecurityGroup() for details |
NetQuotaBuilder |
securityGroupRule(int securityGroupRule)
See
NetQuota.getSecurityGroupRule() for details |
NetQuotaBuilder |
subnet(int subnet)
See
NetQuota.getSubnet() for details |
build, fromNetQuotaBuilder subnet(int subnet)
NetQuota.getSubnet() for detailssubnet - the max subnets allowedNetQuotaBuilder router(int router)
NetQuota.getRouter() for detailsrouter - the max routers allowedNetQuotaBuilder port(int port)
NetQuota.getPort() for detailsport - the max ports allowedNetQuotaBuilder network(int network)
NetQuota.getNetwork() for detailsnetwork - the max networks allowedNetQuotaBuilder floatingIP(int floatingIP)
NetQuota.getFloatingIP() for detailsfloatingIP - the max floating IPAddresses allowedNetQuotaBuilder securityGroup(int securityGroup)
NetQuota.getSecurityGroup() for detailssecurityGroup - the max security group allowedNetQuotaBuilder securityGroupRule(int securityGroupRule)
NetQuota.getSecurityGroupRule() for detailssecurityGroupRule - the max security group rules allowedCopyright © 2017. All rights reserved.