Class FloatingIP.UpdateBuilder
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.FloatingIP.UpdateBuilder
-
- Enclosing class:
- FloatingIP
public static class FloatingIP.UpdateBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatingIP.UpdateFloatingIP
build()
FloatingIP.UpdateBuilder
floatingIpAddress(String floatingIpAddress)
Provide the floating ip address for this Floating IP.protected FloatingIP.UpdateBuilder
self()
-
-
-
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()
-
build
public FloatingIP.UpdateFloatingIP build()
- Returns:
- a UpdateFloatingIP constructed with this Builder.
-
self
protected FloatingIP.UpdateBuilder self()
-
-