public final class InstanceGroupManagersApplyUpdatesRequest
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
InstanceGroupManagersApplyUpdatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
InstanceGroupManagersApplyUpdatesRequest |
clone() |
java.util.List<java.lang.String> |
getInstances()
The list of URLs of one or more instances for which you want to apply updates.
|
java.lang.String |
getMinimalAction()
The minimal action that you want to perform on each instance during the update: - REPLACE: At
minimum, delete the instance and create it again.
|
java.lang.String |
getMostDisruptiveAllowedAction()
The most disruptive action that you want to perform on each instance during the update: -
REPLACE: Delete the instance and create it again.
|
InstanceGroupManagersApplyUpdatesRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
InstanceGroupManagersApplyUpdatesRequest |
setInstances(java.util.List<java.lang.String> instances)
The list of URLs of one or more instances for which you want to apply updates.
|
InstanceGroupManagersApplyUpdatesRequest |
setMinimalAction(java.lang.String minimalAction)
The minimal action that you want to perform on each instance during the update: - REPLACE: At
minimum, delete the instance and create it again.
|
InstanceGroupManagersApplyUpdatesRequest |
setMostDisruptiveAllowedAction(java.lang.String mostDisruptiveAllowedAction)
The most disruptive action that you want to perform on each instance during the update: -
REPLACE: Delete the instance and create it again.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic InstanceGroupManagersApplyUpdatesRequest()
public java.util.List<java.lang.String> getInstances()
null for nonepublic InstanceGroupManagersApplyUpdatesRequest setInstances(java.util.List<java.lang.String> instances)
instances - instances or null for nonepublic java.lang.String getMinimalAction()
null for nonepublic InstanceGroupManagersApplyUpdatesRequest setMinimalAction(java.lang.String minimalAction)
minimalAction - minimalAction or null for nonepublic java.lang.String getMostDisruptiveAllowedAction()
null for nonepublic InstanceGroupManagersApplyUpdatesRequest setMostDisruptiveAllowedAction(java.lang.String mostDisruptiveAllowedAction)
mostDisruptiveAllowedAction - mostDisruptiveAllowedAction or null for nonepublic InstanceGroupManagersApplyUpdatesRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceGroupManagersApplyUpdatesRequest clone()
clone in class com.google.api.client.json.GenericJson