Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Instance.Scheduling.OnHostMaintenance
Packages that use Instance.Scheduling.OnHostMaintenance
-
Uses of Instance.Scheduling.OnHostMaintenance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.Scheduling.OnHostMaintenanceModifier and TypeMethodDescriptionInstance.Scheduling.onHostMaintenance()
Returns the enum constant of this class with the specified name.Instance.Scheduling.OnHostMaintenance.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Scheduling.OnHostMaintenanceModifier and TypeMethodDescriptionstatic Instance.Scheduling
Instance.Scheduling.create
(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible) -
Uses of Instance.Scheduling.OnHostMaintenance in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type Instance.Scheduling.OnHostMaintenanceModifier and TypeMethodDescriptionInstanceApi.setScheduling
(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible) Sets an instance's scheduling options.