Interface NetworkIPAvailability

    • Method Detail

      • getNetworkName

        String getNetworkName()
        Returns:
        the network name
      • getNetworkId

        String getNetworkId()
        Returns:
        the network identifier
      • getTenantId

        String getTenantId()
        Returns:
        the tenant identifier
      • getProjectId

        String getProjectId()
        Returns:
        the project identifier
      • getTotalIps

        BigInteger getTotalIps()
        Number of total IPs per network
        Returns:
        the number of IPs
      • getUsedIps

        BigInteger getUsedIps()
        Number of used IPs per network
        Returns:
        the number of IPs
      • getSubnetIPAvailabilities

        List<? extends SubnetIPAvailability> getSubnetIPAvailabilities()
        List of subnet IP availability per network
        Returns:
        the list of SubnetIPAvailability