Reference documentation and code samples for the Google Cloud Notebooks V2 Client class UpgradeHistoryEntry.
The entry of VM image upgrade history.
Generated from protobuf message google.cloud.notebooks.v2.UpgradeHistoryEntry
Namespace
Google \ Cloud \ Notebooks \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ snapshot
string
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
↳ vm_image
string
Optional. The VM image before this instance upgrade.
↳ container_image
string
Optional. The container image before this instance upgrade.
↳ framework
string
Optional. The framework of this notebook instance.
↳ version
string
Optional. The version of the notebook instance before this upgrade.
↳ state
int
Output only. The state of this instance upgrade history entry.
↳ create_time
↳ action
int
Optional. Action. Rolloback or Upgrade.
↳ target_version
string
Optional. Target VM Version, like m63.
getSnapshot
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
string
setSnapshot
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
var
string
$this
getVmImage
Optional. The VM image before this instance upgrade.
string
setVmImage
Optional. The VM image before this instance upgrade.
var
string
$this
getContainerImage
Optional. The container image before this instance upgrade.
string
setContainerImage
Optional. The container image before this instance upgrade.
var
string
$this
getFramework
Optional. The framework of this notebook instance.
string
setFramework
Optional. The framework of this notebook instance.
var
string
$this
getVersion
Optional. The version of the notebook instance before this upgrade.
string
setVersion
Optional. The version of the notebook instance before this upgrade.
var
string
$this
getState
Output only. The state of this instance upgrade history entry.
setState
Output only. The state of this instance upgrade history entry.
$this
getCreateTime
Immutable. The time that this instance upgrade history entry is created.
hasCreateTime
clearCreateTime
setCreateTime
Immutable. The time that this instance upgrade history entry is created.
$this
getAction
Optional. Action. Rolloback or Upgrade.
setAction
Optional. Action. Rolloback or Upgrade.
$this
getTargetVersion
Optional. Target VM Version, like m63.
string
setTargetVersion
Optional. Target VM Version, like m63.
var
string
$this

