Notebooks V2 API - Class Google::Cloud::Notebooks::V2::UpgradeHistoryEntry (v0.2.0)

Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::UpgradeHistoryEntry.

The entry of VM image upgrade history.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action

def action() -> ::Google::Cloud::Notebooks::V2::UpgradeHistoryEntry::Action
Returns

#action=

def action=(value) -> ::Google::Cloud::Notebooks::V2::UpgradeHistoryEntry::Action
Parameter
Returns

#container_image

def container_image() -> ::String
Returns
  • (::String) — Optional. The container image before this instance upgrade.

#container_image=

def container_image=(value) -> ::String
Parameter
  • value (::String) — Optional. The container image before this instance upgrade.
Returns
  • (::String) — Optional. The container image before this instance upgrade.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#framework

def framework() -> ::String
Returns
  • (::String) — Optional. The framework of this notebook instance.

#framework=

def framework=(value) -> ::String
Parameter
  • value (::String) — Optional. The framework of this notebook instance.
Returns
  • (::String) — Optional. The framework of this notebook instance.

#snapshot

def snapshot() -> ::String
Returns
  • (::String) — Optional. The snapshot of the boot disk of this notebook instance before upgrade.

#snapshot=

def snapshot=(value) -> ::String
Parameter
  • value (::String) — Optional. The snapshot of the boot disk of this notebook instance before upgrade.
Returns
  • (::String) — Optional. The snapshot of the boot disk of this notebook instance before upgrade.

#state

def state() -> ::Google::Cloud::Notebooks::V2::UpgradeHistoryEntry::State
Returns

#target_version

def target_version() -> ::String
Returns
  • (::String) — Optional. Target VM Version, like m63.

#target_version=

def target_version=(value) -> ::String
Parameter
  • value (::String) — Optional. Target VM Version, like m63.
Returns
  • (::String) — Optional. Target VM Version, like m63.

#version

def version() -> ::String
Returns
  • (::String) — Optional. The version of the notebook instance before this upgrade.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — Optional. The version of the notebook instance before this upgrade.
Returns
  • (::String) — Optional. The version of the notebook instance before this upgrade.

#vm_image

def vm_image() -> ::String
Returns
  • (::String) — Optional. The VM image before this instance upgrade.

#vm_image=

def vm_image=(value) -> ::String
Parameter
  • value (::String) — Optional. The VM image before this instance upgrade.
Returns
  • (::String) — Optional. The VM image before this instance upgrade.