Uses of Class
org.jclouds.gogrid.domain.Option
Packages that use Option
Package
Description
-
Uses of Option in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type Option -
Uses of Option in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type Option -
Uses of Option in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as OptionModifier and TypeFieldDescriptionprotected Option
ServerImage.Builder.architecture
protected Option
Job.Builder.command
protected Option
Ip.Builder.datacenter
protected Option
LoadBalancer.Builder.datacenter
protected Option
Server.Builder.datacenter
protected Option
Server.Builder.os
protected Option
ServerImage.Builder.os
protected Option
Server.Builder.ram
protected Option
Server.Builder.type
Methods in org.jclouds.gogrid.domain that return OptionModifier and TypeMethodDescriptionOption.Builder.build()
static Option
Option.createWithIdNameAndDescription
(Long id, String name, String description) ServerImage.getArchitecture()
Job.getCommand()
Ip.getDatacenter()
LoadBalancer.getDatacenter()
Server.getDatacenter()
Server.getOs()
ServerImage.getOs()
Server.getRam()
Server.getType()
Methods in org.jclouds.gogrid.domain with parameters of type OptionModifier and TypeMethodDescriptionServerImage.Builder.architecture
(Option architecture) int
Ip.Builder.datacenter
(Option datacenter) LoadBalancer.Builder.datacenter
(Option datacenter) Server.Builder.datacenter
(Option datacenter) Option.Builder.fromOption
(Option in) Constructors in org.jclouds.gogrid.domain with parameters of type OptionModifierConstructorDescriptionprotected
protected
Job
(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, Set<JobProperties> history, Map<String, String> details) protected
LoadBalancer
(long id, String name, String description, IpPortPair virtualIp, Set<IpPortPair> realIpList, LoadBalancerType type, LoadBalancerPersistenceType persistence, LoadBalancerOs os, LoadBalancerState state, Option datacenter) protected
Server
(long id, boolean isSandbox, String name, String description, ServerState state, Option datacenter, Option type, Option ram, Option os, Ip ip, ServerImage image) protected
ServerImage
(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean isActive, boolean isPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner) -
Uses of Option in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return types with arguments of type OptionModifier and TypeMethodDescriptionGridImageApi.getDatacenters()
Retrieves the list of supported Datacenters to save images in.GridIpApi.getDatacenters()
Retrieves the list of supported Datacenters to retrieve ips from.GridLoadBalancerApi.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into.GridServerApi.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into.GridServerApi.getRamSizes()
Retrieves the list of supported RAM configurations.GridServerApi.getTypes()
Retrieves the list of supported server types, for example Web/App Server and Database Server. -
Uses of Option in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return types with arguments of type Option