Uses of Class
org.jclouds.googlecomputeengine.domain.Instance
- 
- 
Uses of Instance in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return Instance Modifier and Type Method Description InstanceGoogleComputeEngineServiceAdapter. getNode(String selfLink)Methods in org.jclouds.googlecomputeengine.compute that return types with arguments of type Instance Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<Instance>GoogleComputeEngineServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, Template template)Iterable<Instance>GoogleComputeEngineServiceAdapter. listNodes()Iterable<Instance>GoogleComputeEngineServiceAdapter. listNodesByIds(Iterable<String> selfLinks) - 
Uses of Instance in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Instance Modifier and Type Method Description InstanceResources. instance(URI selfLink)Returns an instance by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Instance Modifier and Type Method Description NodeMetadataInstanceToNodeMetadata. apply(Instance input) - 
Uses of Instance in org.jclouds.googlecomputeengine.compute.predicates
Method parameters in org.jclouds.googlecomputeengine.compute.predicates with type arguments of type Instance Modifier and Type Method Description booleanAtomicInstanceVisible. apply(AtomicReference<Instance> input) - 
Uses of Instance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance Modifier and Type Method Description static InstanceInstance. create(String id, Date creationTimestamp, URI selfLink, String name, String description, Tags tags, URI machineType, Instance.Status status, String statusMessage, URI zone, Boolean canIpForward, List<Instance.NetworkInterface> networkInterfaces, List<Instance.AttachedDisk> disks, Metadata metadata, List<Instance.ServiceAccount> serviceAccounts, Instance.Scheduling scheduling) - 
Uses of Instance in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Instance Modifier and Type Method Description InstanceInstanceApi. get(String instance)Returns an instance by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Instance Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Instance>>AggregatedListApi.InstancePages. fetchNextPage(ListOptions options)protected com.google.common.base.Function<String,ListPage<Instance>>InstanceApi.InstancePages. fetchNextPage(String zoneName, ListOptions options)Iterator<ListPage<Instance>>AggregatedListApi. instances()Iterator<ListPage<Instance>>AggregatedListApi. instances(ListOptions options)Iterator<ListPage<Instance>>InstanceApi. list()Iterator<ListPage<Instance>>InstanceApi. list(ListOptions options)ListPage<Instance>InstanceApi. listPage(String pageToken, ListOptions listOptions)Retrieves the list of instance resources available to the specified project.ListPage<Instance>AggregatedListApi. pageOfInstances(String pageToken, ListOptions listOptions)Retrieves the list of instance resources available to the specified project. 
 -