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

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







InstanceGroupManagerStatus (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class InstanceGroupManagerStatus

    • Constructor Detail

      • InstanceGroupManagerStatus

        public InstanceGroupManagerStatus()
    • Method Detail

      • getAutoscaler

        public String getAutoscaler()
        [Output Only] The URL of the Autoscaler that targets this instance group manager.
        Returns:
        value or null for none
      • setAutoscaler

        public InstanceGroupManagerStatus setAutoscaler(String autoscaler)
        [Output Only] The URL of the Autoscaler that targets this instance group manager.
        Parameters:
        autoscaler - autoscaler or null for none
      • getIsStable

        public Boolean getIsStable()
        [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
        Returns:
        value or null for none
      • setIsStable

        public InstanceGroupManagerStatus setIsStable(Boolean isStable)
        [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
        Parameters:
        isStable - isStable or null for none
      • getStateful

        public InstanceGroupManagerStatusStateful getStateful()
        [Output Only] Stateful status of the given Instance Group Manager.
        Returns:
        value or null for none
      • getVersionTarget

        public InstanceGroupManagerStatusVersionTarget getVersionTarget()
        [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
        Returns:
        value or null for none
      • setVersionTarget

        public InstanceGroupManagerStatus setVersionTarget(InstanceGroupManagerStatusVersionTarget versionTarget)
        [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
        Parameters:
        versionTarget - versionTarget or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy