public final class InstanceGroupManagerStatusAllInstancesConfig extends GenericJson
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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| InstanceGroupManagerStatusAllInstancesConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceGroupManagerStatusAllInstancesConfig | clone() | 
| String | getCurrentRevision()[Output Only] Current all-instances configuration revision. | 
| Boolean | getEffective()[Output Only] A bit indicating whether this configuration has been applied to all managed
 instances in the group. | 
| InstanceGroupManagerStatusAllInstancesConfig | set(String fieldName,
   Object value) | 
| InstanceGroupManagerStatusAllInstancesConfig | setCurrentRevision(String currentRevision)[Output Only] Current all-instances configuration revision. | 
| InstanceGroupManagerStatusAllInstancesConfig | setEffective(Boolean effective)[Output Only] A bit indicating whether this configuration has been applied to all managed
 instances in the group. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic InstanceGroupManagerStatusAllInstancesConfig()
public String getCurrentRevision()
null for nonepublic InstanceGroupManagerStatusAllInstancesConfig setCurrentRevision(String currentRevision)
currentRevision - currentRevision or null for nonepublic Boolean getEffective()
null for nonepublic InstanceGroupManagerStatusAllInstancesConfig setEffective(Boolean effective)
effective - effective or null for nonepublic InstanceGroupManagerStatusAllInstancesConfig set(String fieldName, Object value)
set in class GenericJsonpublic InstanceGroupManagerStatusAllInstancesConfig clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.