| Package | Description | 
|---|---|
| com.google.cloud.compute.v1 | 
 A client to Compute Engine API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Scheduling.Builder | 
Scheduling.Builder.addAllNodeAffinities(List<SchedulingNodeAffinity> nodeAffinities)
A set of node affinity and anti-affinity. 
 | 
Scheduling.Builder | 
Scheduling.Builder.addNodeAffinities(SchedulingNodeAffinity nodeAffinities)
A set of node affinity and anti-affinity. 
 | 
Scheduling.Builder | 
Scheduling.Builder.clone()  | 
Scheduling.Builder | 
Scheduling.Builder.mergeFrom(Scheduling other)  | 
static Scheduling.Builder | 
Scheduling.newBuilder()  | 
static Scheduling.Builder | 
Scheduling.newBuilder(Scheduling prototype)  | 
Scheduling.Builder | 
Scheduling.Builder.setAutomaticRestart(Boolean automaticRestart)
Specifies whether the instance should be automatically restarted if it is terminated by
 Compute Engine (not terminated by a user). 
 | 
Scheduling.Builder | 
Scheduling.Builder.setOnHostMaintenance(String onHostMaintenance)
Defines the maintenance behavior for this instance. 
 | 
Scheduling.Builder | 
Scheduling.Builder.setPreemptible(Boolean preemptible)
Defines whether the instance is preemptible. 
 | 
Scheduling.Builder | 
Scheduling.toBuilder()  | 
Copyright © 2019 Google LLC. All rights reserved.