public final class SetLocationsRequest 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 Google Kubernetes Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SetLocationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetLocationsRequest |
clone() |
List<String> |
getLocations()
The desired list of Google Compute Engine [locations](/compute/docs/zones#available) in which
the cluster's nodes should be located.
|
SetLocationsRequest |
set(String fieldName,
Object value) |
SetLocationsRequest |
setLocations(List<String> locations)
The desired list of Google Compute Engine [locations](/compute/docs/zones#available) in which
the cluster's nodes should be located.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<String> getLocations()
null for nonepublic SetLocationsRequest setLocations(List<String> locations)
locations - locations or null for nonepublic SetLocationsRequest set(String fieldName, Object value)
set in class GenericJsonpublic SetLocationsRequest clone()
clone in class GenericJson