Uses of Class
org.jclouds.gogrid.domain.Ip
Packages that use Ip
Package
Description
-
Uses of Ip in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as IpModifier and TypeFieldDescriptionprotected Ip
IpPortPair.Builder.ip
protected Ip
Server.Builder.ip
Methods in org.jclouds.gogrid.domain that return IpMethods in org.jclouds.gogrid.domain with parameters of type IpModifier and TypeMethodDescriptionint
Constructors in org.jclouds.gogrid.domain with parameters of type IpModifierConstructorDescriptionprotected
IpPortPair
(Ip ip, int port) protected
Server
(long id, boolean isSandbox, String name, String description, ServerState state, Option datacenter, Option type, Option ram, Option os, Ip ip, ServerImage image) -
Uses of Ip in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return types with arguments of type IpModifier and TypeMethodDescriptionGridIpApi.getAssignedIpList()
Returns the list of assigned IPs NOTE: this returns both public and private IPs!GridIpApi.getIpList
(GetIpListOptions... options) Returns all IPs in the system that match the optionsGridIpApi.getUnassignedIpList()
Returns the list of unassigned IPs.GridIpApi.getUnassignedPublicIpList()
Returns the list of unassigned public IPs. -
Uses of Ip in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return types with arguments of type Ip