Class FloatingIP

All Implemented Interfaces:
Serializable

public class FloatingIP extends Base
Represents Floating IP object
Since:
v2.3
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • FloatingIP

      public FloatingIP()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Base
    • getIp

      public String getIp()
      Returns:
      the ip
    • setIp

      public void setIp(String ip)
      Parameters:
      ip - the ip to set
    • getRegion

      public Region getRegion()
      Returns:
      the region
    • setRegion

      public void setRegion(Region region)
      Parameters:
      region - the region to set
    • getDroplet

      public Droplet getDroplet()
      Returns:
      the droplet
    • setDroplet

      public void setDroplet(Droplet droplet)
      Parameters:
      droplet - the droplet to set
    • isLocked

      public boolean isLocked()
      Returns:
      the locked
    • setLocked

      public void setLocked(boolean locked)
      Parameters:
      locked - the locked to set