Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Scheduling |
Scheduling.Builder.build() |
Scheduling |
SetSchedulingInstanceHttpRequest.getApiMessageRequestBody() |
static Scheduling |
Scheduling.getDefaultInstance() |
Scheduling |
Instance.getScheduling()
Sets the scheduling options for this instance.
|
Scheduling |
Instance.Builder.getScheduling()
Sets the scheduling options for this instance.
|
Scheduling |
InstanceProperties.getScheduling()
Specifies the scheduling options for the instances that are created from this template.
|
Scheduling |
InstanceProperties.Builder.getScheduling()
Specifies the scheduling options for the instances that are created from this template.
|
Scheduling |
SetSchedulingInstanceHttpRequest.getSchedulingResource()
Sets the scheduling options for an Instance.
|
Scheduling |
SetSchedulingInstanceHttpRequest.Builder.getSchedulingResource()
Sets the scheduling options for an Instance.
|
Modifier and Type | Method and Description |
---|---|
Scheduling.Builder |
Scheduling.Builder.mergeFrom(Scheduling other) |
static Scheduling.Builder |
Scheduling.newBuilder(Scheduling prototype) |
Instance.Builder |
Instance.Builder.setScheduling(Scheduling scheduling)
Sets the scheduling options for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.setScheduling(Scheduling scheduling)
Specifies the scheduling options for the instances that are created from this template.
|
Operation |
InstanceClient.setSchedulingInstance(ProjectZoneInstanceName instance,
Scheduling schedulingResource)
Sets an instance's scheduling options.
|
Operation |
InstanceClient.setSchedulingInstance(String instance,
Scheduling schedulingResource)
Sets an instance's scheduling options.
|
SetSchedulingInstanceHttpRequest.Builder |
SetSchedulingInstanceHttpRequest.Builder.setSchedulingResource(Scheduling schedulingResource)
Sets the scheduling options for an Instance.
|
Copyright © 2019 Google LLC. All rights reserved.