Class NeutronSubnetIpAllocationPool

    • Constructor Detail

      • NeutronSubnetIpAllocationPool

        public NeutronSubnetIpAllocationPool()
      • NeutronSubnetIpAllocationPool

        public NeutronSubnetIpAllocationPool​(String lowAddress,
                                             String highAddress)
    • Method Detail

      • getPoolStart

        public String getPoolStart()
      • setPoolStart

        public void setPoolStart​(String poolStart)
      • getPoolEnd

        public String getPoolEnd()
      • setPoolEnd

        public void setPoolEnd​(String poolEnd)
      • contains

        public boolean contains​(String inputString)
        This method determines if this allocation pool contains the input IPv4 address.
        Parameters:
        inputString - IPv4 address in dotted decimal format
        Returns:
        a boolean on whether the pool contains the address or not
      • containsV6

        public boolean containsV6​(String inputString)
        This method determines if this allocation pool contains the input IPv4 address.
        Parameters:
        inputString - IPv4 address in dotted decimal format
        Returns:
        a boolean on whether the pool contains the address or not