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