Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::Instance::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::V1::Instance::UpgradeHistoryEntry::Action
Returns
- (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::Action) — Action. Rolloback or Upgrade.
#action=
def action=(value) -> ::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::Action
Parameter
- value (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::Action) — Action. Rolloback or Upgrade.
Returns
- (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::Action) — Action. Rolloback or Upgrade.
#container_image
def container_image() -> ::String
Returns
- (::String) — The container image before this instance upgrade.
#container_image=
def container_image=(value) -> ::String
Parameter
- value (::String) — The container image before this instance upgrade.
Returns
- (::String) — The container image before this instance upgrade.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time that this instance upgrade history entry is created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time that this instance upgrade history entry is created.
Returns
- (::Google::Protobuf::Timestamp) — The time that this instance upgrade history entry is created.
#framework
def framework() -> ::String
Returns
- (::String) — The framework of this notebook instance.
#framework=
def framework=(value) -> ::String
Parameter
- value (::String) — The framework of this notebook instance.
Returns
- (::String) — The framework of this notebook instance.
#snapshot
def snapshot() -> ::String
Returns
- (::String) — The snapshot of the boot disk of this notebook instance before upgrade.
#snapshot=
def snapshot=(value) -> ::String
Parameter
- value (::String) — The snapshot of the boot disk of this notebook instance before upgrade.
Returns
- (::String) — The snapshot of the boot disk of this notebook instance before upgrade.
#state
def state() -> ::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::State
Returns
- (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::State) — The state of this instance upgrade history entry.
#state=
def state=(value) -> ::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::State
Parameter
- value (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::State) — The state of this instance upgrade history entry.
Returns
- (::Google::Cloud::Notebooks::V1::Instance::UpgradeHistoryEntry::State) — The state of this instance upgrade history entry.
#target_image
def target_image() -> ::String
Returns
-
(::String) — Target VM Image. Format:
ainotebooks-vm/project/image-name/name
.
#target_image=
def target_image=(value) -> ::String
Parameter
-
value (::String) — Target VM Image. Format:
ainotebooks-vm/project/image-name/name
.
Returns
-
(::String) — Target VM Image. Format:
ainotebooks-vm/project/image-name/name
.
#target_version
def target_version() -> ::String
Returns
- (::String) — Target VM Version, like m63.
#target_version=
def target_version=(value) -> ::String
Parameter
- value (::String) — Target VM Version, like m63.
Returns
- (::String) — Target VM Version, like m63.
#version
def version() -> ::String
Returns
- (::String) — The version of the notebook instance before this upgrade.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — The version of the notebook instance before this upgrade.
Returns
- (::String) — The version of the notebook instance before this upgrade.
#vm_image
def vm_image() -> ::String
Returns
- (::String) — The VM image before this instance upgrade.
#vm_image=
def vm_image=(value) -> ::String
Parameter
- value (::String) — The VM image before this instance upgrade.
Returns
- (::String) — The VM image before this instance upgrade.