Class NeutronNetQuota

    • Constructor Detail

      • NeutronNetQuota

        public NeutronNetQuota()
    • Method Detail

      • getSubnet

        public int getSubnet()
        Description copied from interface: NetQuota
        Number of subnets allowed per tenant
        Specified by:
        getSubnet in interface NetQuota
        Returns:
        number of subnets
      • getRouter

        public int getRouter()
        Description copied from interface: NetQuota
        Number of routers allowed per tenant
        Specified by:
        getRouter in interface NetQuota
        Returns:
        number of routers
      • getPort

        public int getPort()
        Description copied from interface: NetQuota
        Number of ports allowed per tenant
        Specified by:
        getPort in interface NetQuota
        Returns:
        number of ports
      • getNetwork

        public int getNetwork()
        Description copied from interface: NetQuota
        Number of networks allowed per tenant
        Specified by:
        getNetwork in interface NetQuota
        Returns:
        number of networks
      • getFloatingIP

        public int getFloatingIP()
        Description copied from interface: NetQuota
        Number of floating IpAddresses allowed per tenant
        Specified by:
        getFloatingIP in interface NetQuota
        Returns:
        number of float IpAddresses
      • getSecurityGroup

        public int getSecurityGroup()
        Description copied from interface: NetQuota
        Number of security groups per tenant
        Specified by:
        getSecurityGroup in interface NetQuota
        Returns:
        number of security groups
      • getSubnetpool

        public int getSubnetpool()
        Description copied from interface: NetQuota
        The number of subnet pools allowed for each project. A value of -1 means no limit
        Specified by:
        getSubnetpool in interface NetQuota
        Returns:
        number of subnet pools
      • getRbacPolicy

        public int getRbacPolicy()
        Description copied from interface: NetQuota
        The number of role-based access control (RBAC) policies for each project. A value of -1 means no limit
        Specified by:
        getRbacPolicy in interface NetQuota
        Returns:
        number of RBAC policies
      • getSecurityGroupRule

        public int getSecurityGroupRule()
        Description copied from interface: NetQuota
        Number of security groups rules per security group per tenant
        Specified by:
        getSecurityGroupRule in interface NetQuota
        Returns:
        number of security groups rules