Class FloatingIP.UpdateBuilder

  • Enclosing class:
    FloatingIP

    public static class FloatingIP.UpdateBuilder
    extends Object
    • Method Detail

      • floatingIpAddress

        public FloatingIP.UpdateBuilder floatingIpAddress​(String floatingIpAddress)
        Provide the floating ip address for this Floating IP. An address for the floating ip will be automatically allocated, unless the floating_ip_address attribute is specified in the request body. If the requested floating IP address does not fall in the external network's subnet range, a 400 error will be returned. If the requested floating IP address is already in use, a 409 error code will be returned.
        Returns:
        the Builder.
        See Also:
        FloatingIP.getFloatingIpAddress()