Class FloatingIpActions.Add
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.actions.FloatingIpActions
-
- org.openstack4j.openstack.compute.domain.actions.FloatingIpActions.Add
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServerAction
- Enclosing class:
- FloatingIpActions
public static class FloatingIpActions.Add extends FloatingIpActions
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.compute.domain.actions.FloatingIpActions
FloatingIpActions.Add, FloatingIpActions.Remove
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FloatingIpActions.Addcreate(String address, String fixedAddress)StringgetFixedAddress()-
Methods inherited from class org.openstack4j.openstack.compute.domain.actions.FloatingIpActions
getAddress
-
-
-
-
Method Detail
-
create
public static FloatingIpActions.Add create(String address, String fixedAddress)
-
getFixedAddress
public String getFixedAddress()
-
-