public final class InstanceGroupManagersResizeAdvancedRequest 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 | 
|---|
| InstanceGroupManagersResizeAdvancedRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceGroupManagersResizeAdvancedRequest | clone() | 
| Boolean | getNoCreationRetries()If this flag is true, the managed instance group attempts to create all instances initiated by
 this resize request only once. | 
| Integer | getTargetSize()The number of running instances that the managed instance group should maintain at any given
 time. | 
| InstanceGroupManagersResizeAdvancedRequest | set(String fieldName,
   Object value) | 
| InstanceGroupManagersResizeAdvancedRequest | setNoCreationRetries(Boolean noCreationRetries)If this flag is true, the managed instance group attempts to create all instances initiated by
 this resize request only once. | 
| InstanceGroupManagersResizeAdvancedRequest | setTargetSize(Integer targetSize)The number of running instances that the managed instance group should maintain at any given
 time. | 
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 InstanceGroupManagersResizeAdvancedRequest()
public Boolean getNoCreationRetries()
null for nonepublic InstanceGroupManagersResizeAdvancedRequest setNoCreationRetries(Boolean noCreationRetries)
noCreationRetries - noCreationRetries or null for nonepublic Integer getTargetSize()
null for nonepublic InstanceGroupManagersResizeAdvancedRequest setTargetSize(Integer targetSize)
targetSize - targetSize or null for nonepublic InstanceGroupManagersResizeAdvancedRequest set(String fieldName, Object value)
set in class GenericJsonpublic InstanceGroupManagersResizeAdvancedRequest clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.