| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistoryEntry |
UpgradeHistoryEntry.clone() |
UpgradeHistoryEntry |
UpgradeHistoryEntry.set(String fieldName,
Object value) |
UpgradeHistoryEntry |
UpgradeHistoryEntry.setAction(String action)
Action.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setContainerImage(String containerImage)
The container image before this instance upgrade.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setCreateTime(String createTime)
The time that this instance upgrade history entry is created.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setFramework(String framework)
The framework of this notebook instance.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setSnapshot(String snapshot)
The snapshot of the boot disk of this notebook instance before upgrade.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setState(String state)
The state of this instance upgrade history entry.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setTargetImage(String targetImage)
Target VM Image.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setTargetVersion(String targetVersion)
Target VM Version, like m63.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setVersion(String version)
The version of the notebook instance before this upgrade.
|
UpgradeHistoryEntry |
UpgradeHistoryEntry.setVmImage(String vmImage)
The VM image before this instance upgrade.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeHistoryEntry> |
Instance.getUpgradeHistory()
The upgrade history of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.setUpgradeHistory(List<UpgradeHistoryEntry> upgradeHistory)
The upgrade history of this instance.
|
Copyright © 2011–2024 Google. All rights reserved.