public final class AutoUpgradeOptions 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 Kubernetes 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 |
|---|
AutoUpgradeOptions() |
| Modifier and Type | Method and Description |
|---|---|
AutoUpgradeOptions |
clone() |
String |
getAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence with the approximate start
time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
String |
getDescription()
[Output only] This field is set when upgrades are about to commence with the description of the
upgrade.
|
AutoUpgradeOptions |
set(String fieldName,
Object value) |
AutoUpgradeOptions |
setAutoUpgradeStartTime(String autoUpgradeStartTime)
[Output only] This field is set when upgrades are about to commence with the approximate start
time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
AutoUpgradeOptions |
setDescription(String description)
[Output only] This field is set when upgrades are about to commence with the description of the
upgrade.
|
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 String getAutoUpgradeStartTime()
null for nonepublic AutoUpgradeOptions setAutoUpgradeStartTime(String autoUpgradeStartTime)
autoUpgradeStartTime - autoUpgradeStartTime or null for nonepublic String getDescription()
null for nonepublic AutoUpgradeOptions setDescription(String description)
description - description or null for nonepublic AutoUpgradeOptions set(String fieldName, Object value)
set in class GenericJsonpublic AutoUpgradeOptions clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.