Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.Scheduling
Packages that use Instance.Scheduling
-
Uses of Instance.Scheduling in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return Instance.SchedulingModifier and TypeMethodDescriptionGoogleComputeEngineServiceAdapter.getScheduling
(GoogleComputeEngineTemplateOptions options) -
Uses of Instance.Scheduling in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.SchedulingModifier and TypeMethodDescriptionstatic 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.SchedulingModifier 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) NewInstance.Builder.scheduling
(Instance.Scheduling scheduling)