Class IpAddressPoolResponse


  • public final class IpAddressPoolResponse
    extends java.lang.Object
    • Method Detail

      • addresses

        public java.util.List<java.lang.String> addresses()
        Returns:
        The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.
      • autoAssign

        public java.util.Optional<java.lang.String> autoAssign()
        Returns:
        The indicator to determine if automatic allocation from the pool should occur.
      • name

        public java.lang.String name()
        Returns:
        The name used to identify this IP address pool for association with a BGP advertisement.
      • onlyUseHostIps

        public java.util.Optional<java.lang.String> onlyUseHostIps()
        Returns:
        The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.