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