| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
SchedulingOptions.Maintenance |
SchedulingOptions.maintenance()
Returns the maintenance behavior for the instance.
|
static SchedulingOptions.Maintenance |
SchedulingOptions.Maintenance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingOptions.Maintenance[] |
SchedulingOptions.Maintenance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SchedulingOptions |
SchedulingOptions.standard(boolean automaticRestart,
SchedulingOptions.Maintenance maintenance)
Returns a
SchedulingOptions object for a standard instance. |
Copyright © 2016 Google. All rights reserved.