| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| Modifier and Type | Method and Description |
|---|---|
abstract Instance.Scheduling.OnHostMaintenance |
Instance.Scheduling.onHostMaintenance() |
static Instance.Scheduling.OnHostMaintenance |
Instance.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance.Scheduling |
Instance.Scheduling.create(Instance.Scheduling.OnHostMaintenance onHostMaintenance,
boolean automaticRestart,
boolean preemptible) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
InstanceApi.setScheduling(String instanceName,
Instance.Scheduling.OnHostMaintenance onHostMaintenance,
boolean automaticRestart,
boolean preemptible)
Sets an instance's scheduling options.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.