Uses of Class
com.myjeeva.digitalocean.pojo.FloatingIP
Packages that use FloatingIP
Package
Description
-
Uses of FloatingIP in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return FloatingIPModifier and TypeMethodDescriptionDigitalOcean.createFloatingIP(Integer dropletId) Method creates a new Floating IP and assigns to the Droplet.DigitalOcean.createFloatingIP(String region) Method creates a new Floating IP and its reserved to a RegionDigitalOcean.getFloatingIPInfo(String ipAddress) Method retrieves the information about given Floating IP -
Uses of FloatingIP in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return FloatingIPModifier and TypeMethodDescriptionDigitalOceanClient.createFloatingIP(Integer dropletId) DigitalOceanClient.createFloatingIP(String region) DigitalOceanClient.getFloatingIPInfo(String ipAddress) -
Uses of FloatingIP in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type FloatingIPMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type FloatingIP