Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.Scheduling.OnHostMaintenance
-
Packages that use Instance.Scheduling.OnHostMaintenance Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Instance.Scheduling.OnHostMaintenance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.Scheduling.OnHostMaintenance Modifier and Type Method Description abstract Instance.Scheduling.OnHostMaintenanceInstance.Scheduling. onHostMaintenance()static Instance.Scheduling.OnHostMaintenanceInstance.Scheduling.OnHostMaintenance. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.Scheduling.OnHostMaintenance[]Instance.Scheduling.OnHostMaintenance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Scheduling.OnHostMaintenance Modifier and Type Method Description static Instance.SchedulingInstance.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.OnHostMaintenance Modifier and Type Method Description OperationInstanceApi. setScheduling(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)Sets an instance's scheduling options.
-