Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.Scheduling
- 
Packages that use Instance.Scheduling Package Description org.jclouds.googlecomputeengine.compute org.jclouds.googlecomputeengine.domain  - 
- 
Uses of Instance.Scheduling in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return Instance.Scheduling Modifier and Type Method Description Instance.SchedulingGoogleComputeEngineServiceAdapter. getScheduling(GoogleComputeEngineTemplateOptions options) - 
Uses of Instance.Scheduling in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.Scheduling Modifier and Type Method Description static Instance.SchedulingInstance.Scheduling. create(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)abstract Instance.SchedulingInstance. scheduling()abstract Instance.SchedulingNewInstance. scheduling()Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Scheduling 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)NewInstance.BuilderNewInstance.Builder. scheduling(Instance.Scheduling scheduling) 
 -