Class Google::Cloud::Compute::V1::Scheduling (v1.1.0)

Sets the scheduling options for an Instance. NextID: 21

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#automatic_restart

def automatic_restart() -> ::Boolean
Returns
  • (::Boolean) — 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.

#automatic_restart=

def automatic_restart=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#instance_termination_action

def instance_termination_action() -> ::String
Returns
  • (::String) — Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.

#instance_termination_action=

def instance_termination_action=(value) -> ::String
Parameter
  • value (::String) — Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
Returns
  • (::String) — Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.

#location_hint

def location_hint() -> ::String
Returns
  • (::String) — 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.

#location_hint=

def location_hint=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#min_node_cpus

def min_node_cpus() -> ::Integer
Returns
  • (::Integer) — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.

#min_node_cpus=

def min_node_cpus=(value) -> ::Integer
Parameter
  • value (::Integer) — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
Returns
  • (::Integer) — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.

#node_affinities

def node_affinities() -> ::Array<::Google::Cloud::Compute::V1::SchedulingNodeAffinity>
Returns

#node_affinities=

def node_affinities=(value) -> ::Array<::Google::Cloud::Compute::V1::SchedulingNodeAffinity>
Parameter
Returns

#on_host_maintenance

def on_host_maintenance() -> ::String
Returns
  • (::String) — 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 availability policies. Check the OnHostMaintenance enum for the list of possible values.

#on_host_maintenance=

def on_host_maintenance=(value) -> ::String
Parameter
  • value (::String) — 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 availability policies. Check the OnHostMaintenance enum for the list of possible values.
Returns
  • (::String) — 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 availability policies. Check the OnHostMaintenance enum for the list of possible values.

#preemptible

def preemptible() -> ::Boolean
Returns
  • (::Boolean) — 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.

#preemptible=

def preemptible=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#provisioning_model

def provisioning_model() -> ::String
Returns
  • (::String) — Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.

#provisioning_model=

def provisioning_model=(value) -> ::String
Parameter
  • value (::String) — Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
Returns
  • (::String) — Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.