Class FloatingIp

java.lang.Object
com.woorea.openstack.nova.model.FloatingIp
All Implemented Interfaces:
Serializable

public class FloatingIp extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • FloatingIp

      public FloatingIp()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • getPool

      public String getPool()
      Returns:
      the pool
    • getIp

      public String getIp()
      Returns:
      the ip
    • getFixedIp

      public String getFixedIp()
      Returns:
      the fixedIp
    • getInstanceId

      public String getInstanceId()
      Returns:
      the instanceId
    • toString

      public String toString()
      Overrides:
      toString in class Object