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.Scheduling
GoogleComputeEngineServiceAdapter. 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.Scheduling
Instance.Scheduling. create(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)
abstract Instance.Scheduling
Instance. scheduling()
abstract Instance.Scheduling
NewInstance. scheduling()
Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Scheduling Modifier and Type Method Description static 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)
NewInstance.Builder
NewInstance.Builder. scheduling(Instance.Scheduling scheduling)
-