Package org.openstack4j.model.compute
Interface FloatingIP
-
- All Superinterfaces:
Buildable<FloatingIPBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
NovaFloatingIP
@Deprecated public interface FloatingIP extends ModelEntity, Buildable<FloatingIPBuilder>
Deprecated.The Interface FloatingIP.- Author:
- nanderson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetFixedIpAddress()Deprecated.Gets the fixed ip address.StringgetFloatingIpAddress()Deprecated.Gets the floating ip address.StringgetId()Deprecated.Gets the id.StringgetInstanceId()Deprecated.Gets the instance id.StringgetPool()Deprecated.Gets the pool.
-
-
-
Method Detail
-
getId
String getId()
Deprecated.Gets the id.- Returns:
- the id
-
getInstanceId
String getInstanceId()
Deprecated.Gets the instance id.- Returns:
- the instance id
-
getFloatingIpAddress
String getFloatingIpAddress()
Deprecated.Gets the floating ip address.- Returns:
- the floating ip address
-
getFixedIpAddress
String getFixedIpAddress()
Deprecated.Gets the fixed ip address.- Returns:
- the fixed ip address
-
getPool
String getPool()
Deprecated.Gets the pool.- Returns:
- the pool name
-
-