Uses of Class
org.jclouds.googlecomputeengine.domain.Instance
Packages that use Instance
Package
Description
-
Uses of Instance in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return InstanceModifier and TypeMethodDescriptionMethods in org.jclouds.googlecomputeengine.compute that return types with arguments of type InstanceModifier and TypeMethodDescriptionGoogleComputeEngineServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) GoogleComputeEngineServiceAdapter.listNodes()
GoogleComputeEngineServiceAdapter.listNodesByIds
(Iterable<String> selfLinks) -
Uses of Instance in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return InstanceModifier and TypeMethodDescriptionReturns an instance by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Instance -
Uses of Instance in org.jclouds.googlecomputeengine.compute.predicates
Method parameters in org.jclouds.googlecomputeengine.compute.predicates with type arguments of type InstanceModifier and TypeMethodDescriptionboolean
AtomicInstanceVisible.apply
(AtomicReference<Instance> input) -
Uses of Instance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return InstanceModifier and TypeMethodDescriptionstatic Instance
Instance.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 InstanceModifier and TypeMethodDescriptionReturns an instance by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type InstanceModifier and TypeMethodDescriptionAggregatedListApi.InstancePages.fetchNextPage
(ListOptions options) InstanceApi.InstancePages.fetchNextPage
(String zoneName, ListOptions options) AggregatedListApi.instances()
AggregatedListApi.instances
(ListOptions options) InstanceApi.list()
InstanceApi.list
(ListOptions options) InstanceApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.AggregatedListApi.pageOfInstances
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.