Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::UpgradeStatus (v0.9.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::UpgradeStatus.

UpgradeStatus contains information about upgradeAppliance operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

def error() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — Provides details on the state of the upgrade operation in case of an error.

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — Provides details on the state of the upgrade operation in case of an error.
Returns
  • (::Google::Rpc::Status) — Provides details on the state of the upgrade operation in case of an error.

#previous_version

def previous_version() -> ::String
Returns
  • (::String) — The version from which we upgraded.

#previous_version=

def previous_version=(value) -> ::String
Parameter
  • value (::String) — The version from which we upgraded.
Returns
  • (::String) — The version from which we upgraded.

#start_time

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

#start_time=

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

#state

def state() -> ::Google::Cloud::VMMigration::V1::UpgradeStatus::State
Returns

#state=

def state=(value) -> ::Google::Cloud::VMMigration::V1::UpgradeStatus::State
Parameter
Returns

#version

def version() -> ::String
Returns
  • (::String) — The version to upgrade to.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — The version to upgrade to.
Returns
  • (::String) — The version to upgrade to.