- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class Scheduling.Builder extends GeneratedMessageV3.Builder<Scheduling.Builder> implements SchedulingOrBuilder
Sets the scheduling options for an Instance.
Protobuf type google.cloud.compute.v1.Scheduling
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Scheduling.BuilderImplements
SchedulingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllNodeAffinities(Iterable<? extends SchedulingNodeAffinity> values)
public Scheduling.Builder addAllNodeAffinities(Iterable<? extends SchedulingNodeAffinity> values)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.SchedulingNodeAffinity> |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
addNodeAffinities(SchedulingNodeAffinity value)
public Scheduling.Builder addNodeAffinities(SchedulingNodeAffinity value)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
value |
SchedulingNodeAffinity |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
addNodeAffinities(SchedulingNodeAffinity.Builder builderForValue)
public Scheduling.Builder addNodeAffinities(SchedulingNodeAffinity.Builder builderForValue)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
builderForValue |
SchedulingNodeAffinity.Builder |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
addNodeAffinities(int index, SchedulingNodeAffinity value)
public Scheduling.Builder addNodeAffinities(int index, SchedulingNodeAffinity value)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
SchedulingNodeAffinity |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
addNodeAffinities(int index, SchedulingNodeAffinity.Builder builderForValue)
public Scheduling.Builder addNodeAffinities(int index, SchedulingNodeAffinity.Builder builderForValue)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
SchedulingNodeAffinity.Builder |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
addNodeAffinitiesBuilder()
public SchedulingNodeAffinity.Builder addNodeAffinitiesBuilder()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
addNodeAffinitiesBuilder(int index)
public SchedulingNodeAffinity.Builder addNodeAffinitiesBuilder(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Scheduling.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
build()
public Scheduling build()
Returns | |
---|---|
Type | Description |
Scheduling |
buildPartial()
public Scheduling buildPartial()
Returns | |
---|---|
Type | Description |
Scheduling |
clear()
public Scheduling.Builder clear()
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
clearAutomaticRestart()
public Scheduling.Builder clearAutomaticRestart()
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Scheduling.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
clearInstanceTerminationAction()
public Scheduling.Builder clearInstanceTerminationAction()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearLocalSsdRecoveryTimeout()
public Scheduling.Builder clearLocalSsdRecoveryTimeout()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
clearLocationHint()
public Scheduling.Builder clearLocationHint()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearMinNodeCpus()
public Scheduling.Builder clearMinNodeCpus()
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearNodeAffinities()
public Scheduling.Builder clearNodeAffinities()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
clearOnHostMaintenance()
public Scheduling.Builder clearOnHostMaintenance()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Scheduling.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
clearPreemptible()
public Scheduling.Builder clearPreemptible()
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a TERMINATED
state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clearProvisioningModel()
public Scheduling.Builder clearProvisioningModel()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
clone()
public Scheduling.Builder clone()
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
getAutomaticRestart()
public boolean getAutomaticRestart()
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;
Returns | |
---|---|
Type | Description |
boolean |
The automaticRestart. |
getDefaultInstanceForType()
public Scheduling getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Scheduling |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInstanceTerminationAction()
public String getInstanceTerminationAction()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Returns | |
---|---|
Type | Description |
String |
The instanceTerminationAction. |
getInstanceTerminationActionBytes()
public ByteString getInstanceTerminationActionBytes()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instanceTerminationAction. |
getLocalSsdRecoveryTimeout()
public Duration getLocalSsdRecoveryTimeout()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Returns | |
---|---|
Type | Description |
Duration |
The localSsdRecoveryTimeout. |
getLocalSsdRecoveryTimeoutBuilder()
public Duration.Builder getLocalSsdRecoveryTimeoutBuilder()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Returns | |
---|---|
Type | Description |
Duration.Builder |
getLocalSsdRecoveryTimeoutOrBuilder()
public DurationOrBuilder getLocalSsdRecoveryTimeoutOrBuilder()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getLocationHint()
public String getLocationHint()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Returns | |
---|---|
Type | Description |
String |
The locationHint. |
getLocationHintBytes()
public ByteString getLocationHintBytes()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for locationHint. |
getMinNodeCpus()
public int getMinNodeCpus()
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;
Returns | |
---|---|
Type | Description |
int |
The minNodeCpus. |
getNodeAffinities(int index)
public SchedulingNodeAffinity getNodeAffinities(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity |
getNodeAffinitiesBuilder(int index)
public SchedulingNodeAffinity.Builder getNodeAffinitiesBuilder(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
getNodeAffinitiesBuilderList()
public List<SchedulingNodeAffinity.Builder> getNodeAffinitiesBuilderList()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
List<Builder> |
getNodeAffinitiesCount()
public int getNodeAffinitiesCount()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
int |
getNodeAffinitiesList()
public List<SchedulingNodeAffinity> getNodeAffinitiesList()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
List<SchedulingNodeAffinity> |
getNodeAffinitiesOrBuilder(int index)
public SchedulingNodeAffinityOrBuilder getNodeAffinitiesOrBuilder(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinityOrBuilder |
getNodeAffinitiesOrBuilderList()
public List<? extends SchedulingNodeAffinityOrBuilder> getNodeAffinitiesOrBuilderList()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.SchedulingNodeAffinityOrBuilder> |
getOnHostMaintenance()
public String getOnHostMaintenance()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Returns | |
---|---|
Type | Description |
String |
The onHostMaintenance. |
getOnHostMaintenanceBytes()
public ByteString getOnHostMaintenanceBytes()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for onHostMaintenance. |
getPreemptible()
public boolean getPreemptible()
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a TERMINATED
state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;
Returns | |
---|---|
Type | Description |
boolean |
The preemptible. |
getProvisioningModel()
public String getProvisioningModel()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Returns | |
---|---|
Type | Description |
String |
The provisioningModel. |
getProvisioningModelBytes()
public ByteString getProvisioningModelBytes()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for provisioningModel. |
hasAutomaticRestart()
public boolean hasAutomaticRestart()
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;
Returns | |
---|---|
Type | Description |
boolean |
Whether the automaticRestart field is set. |
hasInstanceTerminationAction()
public boolean hasInstanceTerminationAction()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Returns | |
---|---|
Type | Description |
boolean |
Whether the instanceTerminationAction field is set. |
hasLocalSsdRecoveryTimeout()
public boolean hasLocalSsdRecoveryTimeout()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Returns | |
---|---|
Type | Description |
boolean |
Whether the localSsdRecoveryTimeout field is set. |
hasLocationHint()
public boolean hasLocationHint()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Returns | |
---|---|
Type | Description |
boolean |
Whether the locationHint field is set. |
hasMinNodeCpus()
public boolean hasMinNodeCpus()
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minNodeCpus field is set. |
hasOnHostMaintenance()
public boolean hasOnHostMaintenance()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Returns | |
---|---|
Type | Description |
boolean |
Whether the onHostMaintenance field is set. |
hasPreemptible()
public boolean hasPreemptible()
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a TERMINATED
state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;
Returns | |
---|---|
Type | Description |
boolean |
Whether the preemptible field is set. |
hasProvisioningModel()
public boolean hasProvisioningModel()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Returns | |
---|---|
Type | Description |
boolean |
Whether the provisioningModel field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Scheduling other)
public Scheduling.Builder mergeFrom(Scheduling other)
Parameter | |
---|---|
Name | Description |
other |
Scheduling |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Scheduling.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Scheduling.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
mergeLocalSsdRecoveryTimeout(Duration value)
public Scheduling.Builder mergeLocalSsdRecoveryTimeout(Duration value)
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Parameter | |
---|---|
Name | Description |
value |
Duration |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Scheduling.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
removeNodeAffinities(int index)
public Scheduling.Builder removeNodeAffinities(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setAutomaticRestart(boolean value)
public Scheduling.Builder setAutomaticRestart(boolean value)
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;
Parameter | |
---|---|
Name | Description |
value |
boolean The automaticRestart to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Scheduling.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setInstanceTerminationAction(String value)
public Scheduling.Builder setInstanceTerminationAction(String value)
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Parameter | |
---|---|
Name | Description |
value |
String The instanceTerminationAction to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setInstanceTerminationActionBytes(ByteString value)
public Scheduling.Builder setInstanceTerminationActionBytes(ByteString value)
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for instanceTerminationAction to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setLocalSsdRecoveryTimeout(Duration value)
public Scheduling.Builder setLocalSsdRecoveryTimeout(Duration value)
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Parameter | |
---|---|
Name | Description |
value |
Duration |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setLocalSsdRecoveryTimeout(Duration.Builder builderForValue)
public Scheduling.Builder setLocalSsdRecoveryTimeout(Duration.Builder builderForValue)
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;
Parameter | |
---|---|
Name | Description |
builderForValue |
Duration.Builder |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setLocationHint(String value)
public Scheduling.Builder setLocationHint(String value)
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Parameter | |
---|---|
Name | Description |
value |
String The locationHint to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setLocationHintBytes(ByteString value)
public Scheduling.Builder setLocationHintBytes(ByteString value)
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for locationHint to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setMinNodeCpus(int value)
public Scheduling.Builder setMinNodeCpus(int value)
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;
Parameter | |
---|---|
Name | Description |
value |
int The minNodeCpus to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setNodeAffinities(int index, SchedulingNodeAffinity value)
public Scheduling.Builder setNodeAffinities(int index, SchedulingNodeAffinity value)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
SchedulingNodeAffinity |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setNodeAffinities(int index, SchedulingNodeAffinity.Builder builderForValue)
public Scheduling.Builder setNodeAffinities(int index, SchedulingNodeAffinity.Builder builderForValue)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
SchedulingNodeAffinity.Builder |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setOnHostMaintenance(String value)
public Scheduling.Builder setOnHostMaintenance(String value)
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Parameter | |
---|---|
Name | Description |
value |
String The onHostMaintenance to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setOnHostMaintenanceBytes(ByteString value)
public Scheduling.Builder setOnHostMaintenanceBytes(ByteString value)
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for onHostMaintenance to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setPreemptible(boolean value)
public Scheduling.Builder setPreemptible(boolean value)
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a TERMINATED
state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;
Parameter | |
---|---|
Name | Description |
value |
boolean The preemptible to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setProvisioningModel(String value)
public Scheduling.Builder setProvisioningModel(String value)
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Parameter | |
---|---|
Name | Description |
value |
String The provisioningModel to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setProvisioningModelBytes(ByteString value)
public Scheduling.Builder setProvisioningModelBytes(ByteString value)
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for provisioningModel to set. |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Scheduling.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Scheduling.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Scheduling.Builder |