Class Instance.Scheduling
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Instance.Scheduling
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Instance.Scheduling.OnHostMaintenance
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
automaticRestart()
static Instance.Scheduling
create(Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)
abstract Instance.Scheduling.OnHostMaintenance
onHostMaintenance()
abstract boolean
preemptible()
-
-
-
Method Detail
-
onHostMaintenance
public abstract Instance.Scheduling.OnHostMaintenance 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)
-
-