![JAR search and dependency download from the Maven repository](/logo.png)
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
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.InstanceGroupManagerStatus
-
public final class InstanceGroupManagerStatus
extends GenericJson
Model definition for InstanceGroupManagerStatus.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
InstanceGroupManagerStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
InstanceGroupManagerStatus
clone()
InstanceGroupManagerStatusAllInstancesConfig
getAllInstancesConfig()
[Output only] Status of all-instances configuration on the group.
String
getAutoscaler()
[Output Only] The URL of the Autoscaler that targets this instance group manager.
Boolean
getIsStable()
[Output Only] A bit indicating whether the managed instance group is in a stable state.
InstanceGroupManagerStatusStateful
getStateful()
[Output Only] Stateful status of the given Instance Group Manager.
InstanceGroupManagerStatusVersionTarget
getVersionTarget()
[Output Only] A status of consistency of Instances' versions with their target version
specified by version field on Instance Group Manager.
InstanceGroupManagerStatus
set(String fieldName,
Object value)
InstanceGroupManagerStatus
setAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig allInstancesConfig)
[Output only] Status of all-instances configuration on the group.
InstanceGroupManagerStatus
setAutoscaler(String autoscaler)
[Output Only] The URL of the Autoscaler that targets this instance group manager.
InstanceGroupManagerStatus
setIsStable(Boolean isStable)
[Output Only] A bit indicating whether the managed instance group is in a stable state.
InstanceGroupManagerStatus
setStateful(InstanceGroupManagerStatusStateful stateful)
[Output Only] Stateful status of the given Instance Group Manager.
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAllInstancesConfig
public InstanceGroupManagerStatusAllInstancesConfig getAllInstancesConfig()
[Output only] Status of all-instances configuration on the group.
- Returns:
- value or
null
for none
-
setAllInstancesConfig
public InstanceGroupManagerStatus setAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig allInstancesConfig)
[Output only] Status of all-instances configuration on the group.
- Parameters:
allInstancesConfig
- allInstancesConfig or null
for none
-
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
-
setStateful
public InstanceGroupManagerStatus setStateful(InstanceGroupManagerStatusStateful stateful)
[Output Only] Stateful status of the given Instance Group Manager.
- Parameters:
stateful
- stateful 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
-
set
public InstanceGroupManagerStatus set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public InstanceGroupManagerStatus clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy