All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.Scheduling.html Maven / Gradle / Ivy







Scheduling (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class Scheduling

    • Constructor Detail

      • Scheduling

        public Scheduling()
    • Method Detail

      • 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.
        Returns:
        value or null for none
      • setAutomaticRestart

        public Scheduling setAutomaticRestart(Boolean automaticRestart)
        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.
        Parameters:
        automaticRestart - automaticRestart or null for none
      • getNodeAffinities

        public List<SchedulingNodeAffinity> getNodeAffinities()
        A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information.
        Returns:
        value or null for none
      • setNodeAffinities

        public Scheduling setNodeAffinities(List<SchedulingNodeAffinity> nodeAffinities)
        A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information.
        Parameters:
        nodeAffinities - nodeAffinities or null for none
      • 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 Setting Instance Scheduling Options.
        Returns:
        value or null for none
      • setOnHostMaintenance

        public Scheduling setOnHostMaintenance(String onHostMaintenance)
        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 Setting Instance Scheduling Options.
        Parameters:
        onHostMaintenance - onHostMaintenance or null for none
      • getPreemptible

        public Boolean getPreemptible()
        Defines whether the instance is preemptible. This can only be set during instance creation, it cannot be set or changed after the instance has been created.
        Returns:
        value or null for none
      • setPreemptible

        public Scheduling setPreemptible(Boolean preemptible)
        Defines whether the instance is preemptible. This can only be set during instance creation, it cannot be set or changed after the instance has been created.
        Parameters:
        preemptible - preemptible or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy