Uses of Class
org.jclouds.glesys.domain.IpDetails
Packages that use IpDetails
-
Uses of IpDetails in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return IpDetailsMethods in org.jclouds.glesys.domain with parameters of type IpDetails -
Uses of IpDetails in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return IpDetailsModifier and TypeMethodDescriptionIpApi.addToServer
(String ipAddress, String serverId) Add an IP address to an server.Get details about the given IP address such as gateway and netmask.Return an unused IP address to the pool of free ips.IpApi.removeFromServer
(String ipAddress, String serverId) Remove an IP address from a server.IpApi.removeFromServerAndRelease
(String ipAddress, String serverId) Remove an IP address from a server and release it back to GleSYS pool of free ips.Resets PTR data for an IP back to the default valueSets PTR data for an IP.Take a free IP address and add it to this account.Methods in org.jclouds.glesys.features that return types with arguments of type IpDetailsModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<IpDetails> IpApi.list
(ListIpOptions... options) Get IP addresses associated with your account (reserved, assigned to servers, etc)