Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
SchedulingOptions |
InstanceInfo.getSchedulingOptions()
Returns the scheduling options for the instance.
|
static SchedulingOptions |
SchedulingOptions.preemptible()
Returns a
SchedulingOptions object for a preemptible instance. |
static SchedulingOptions |
SchedulingOptions.standard(boolean automaticRestart,
SchedulingOptions.Maintenance maintenance)
Returns a
SchedulingOptions object for a standard instance. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.setSchedulingOptions(InstanceId instance,
SchedulingOptions scheduling,
Compute.OperationOption... options)
Sets the scheduling options for the provided instance.
|
Instance.Builder |
Instance.Builder.setSchedulingOptions(SchedulingOptions schedulingOptions) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setSchedulingOptions(SchedulingOptions schedulingOptions)
Sets the scheduling options for the instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setSchedulingOptions(SchedulingOptions schedulingOptions) |
Operation |
Instance.setSchedulingOptions(SchedulingOptions scheduling,
Compute.OperationOption... options)
Sets the scheduling options for this instance.
|
Copyright © 2019 Google LLC. All rights reserved.