Class Instance.Scheduling
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.Scheduling
- Enclosing class:
Instance
Defines the maintenance behavior for this instance. The default behavior is migrate.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
static Instance.Scheduling
create
(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible) abstract boolean
-
Method Details
-
onHostMaintenance
-
automaticRestart
public abstract boolean automaticRestart() -
preemptible
public abstract boolean preemptible() -
create
public static Instance.Scheduling create(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)
-