public final class UpgradeHistoryEntry 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 Notebooks 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 |
|---|
UpgradeHistoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistoryEntry |
clone() |
String |
getAction()
Action.
|
String |
getContainerImage()
The container image before this instance upgrade.
|
String |
getCreateTime()
The time that this instance upgrade history entry is created.
|
String |
getFramework()
The framework of this notebook instance.
|
String |
getSnapshot()
The snapshot of the boot disk of this notebook instance before upgrade.
|
String |
getState()
The state of this instance upgrade history entry.
|
String |
getTargetImage()
Target VM Image.
|
String |
getTargetVersion()
Target VM Version, like m63.
|
String |
getVersion()
The version of the notebook instance before this upgrade.
|
String |
getVmImage()
The VM image before this instance upgrade.
|
UpgradeHistoryEntry |
set(String fieldName,
Object value) |
UpgradeHistoryEntry |
setAction(String action)
Action.
|
UpgradeHistoryEntry |
setContainerImage(String containerImage)
The container image before this instance upgrade.
|
UpgradeHistoryEntry |
setCreateTime(String createTime)
The time that this instance upgrade history entry is created.
|
UpgradeHistoryEntry |
setFramework(String framework)
The framework of this notebook instance.
|
UpgradeHistoryEntry |
setSnapshot(String snapshot)
The snapshot of the boot disk of this notebook instance before upgrade.
|
UpgradeHistoryEntry |
setState(String state)
The state of this instance upgrade history entry.
|
UpgradeHistoryEntry |
setTargetImage(String targetImage)
Target VM Image.
|
UpgradeHistoryEntry |
setTargetVersion(String targetVersion)
Target VM Version, like m63.
|
UpgradeHistoryEntry |
setVersion(String version)
The version of the notebook instance before this upgrade.
|
UpgradeHistoryEntry |
setVmImage(String vmImage)
The VM image before this instance 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 getAction()
null for nonepublic UpgradeHistoryEntry setAction(String action)
action - action or null for nonepublic String getContainerImage()
null for nonepublic UpgradeHistoryEntry setContainerImage(String containerImage)
containerImage - containerImage or null for nonepublic String getCreateTime()
null for nonepublic UpgradeHistoryEntry setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getFramework()
null for nonepublic UpgradeHistoryEntry setFramework(String framework)
framework - framework or null for nonepublic String getSnapshot()
null for nonepublic UpgradeHistoryEntry setSnapshot(String snapshot)
snapshot - snapshot or null for nonepublic String getState()
null for nonepublic UpgradeHistoryEntry setState(String state)
state - state or null for nonepublic String getTargetImage()
null for nonepublic UpgradeHistoryEntry setTargetImage(String targetImage)
targetImage - targetImage or null for nonepublic String getTargetVersion()
null for nonepublic UpgradeHistoryEntry setTargetVersion(String targetVersion)
targetVersion - targetVersion or null for nonepublic String getVersion()
null for nonepublic UpgradeHistoryEntry setVersion(String version)
version - version or null for nonepublic String getVmImage()
null for nonepublic UpgradeHistoryEntry setVmImage(String vmImage)
vmImage - vmImage or null for nonepublic UpgradeHistoryEntry set(String fieldName, Object value)
set in class GenericJsonpublic UpgradeHistoryEntry clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.