Class NovaFloatingIP
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaFloatingIP
-
- All Implemented Interfaces:
Serializable,Buildable<FloatingIPBuilder>,FloatingIP,ModelEntity
@Deprecated public class NovaFloatingIP extends Object implements FloatingIP
Deprecated.The Class NovaFloatingIP.- Author:
- Nathan Anderson
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNovaFloatingIP.FloatingIPConcreteBuilderDeprecated.static classNovaFloatingIP.NovaFloatingIPsDeprecated.-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description NovaFloatingIP()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FloatingIPBuilderbuilder()Deprecated.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.FloatingIPBuildertoBuilder()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static FloatingIPBuilder builder()
Deprecated.- Returns:
- the Floating IP Builder
-
toBuilder
public FloatingIPBuilder toBuilder()
Deprecated.- Specified by:
toBuilderin interfaceBuildable<FloatingIPBuilder>
-
getId
public String getId()
Deprecated.Gets the id.- Specified by:
getIdin interfaceFloatingIP- Returns:
- the id
-
getInstanceId
public String getInstanceId()
Deprecated.Gets the instance id.- Specified by:
getInstanceIdin interfaceFloatingIP- Returns:
- the instance id
-
getFloatingIpAddress
public String getFloatingIpAddress()
Deprecated.Gets the floating ip address.- Specified by:
getFloatingIpAddressin interfaceFloatingIP- Returns:
- the floating ip address
-
getFixedIpAddress
public String getFixedIpAddress()
Deprecated.Gets the fixed ip address.- Specified by:
getFixedIpAddressin interfaceFloatingIP- Returns:
- the fixed ip address
-
getPool
public String getPool()
Deprecated.Gets the pool.- Specified by:
getPoolin interfaceFloatingIP- Returns:
- the pool name
-
-