Class: Google::Cloud::VMMigration::V1::AvailableUpdates

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Holds informatiom about the available versions for upgrade.

Instance Attribute Summary collapse

Instance Attribute Details

#in_place_update::Google::Cloud::VMMigration::V1::ApplianceVersion

Returns The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.

Returns:



858
859
860
861
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 858

class AvailableUpdates
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#new_deployable_appliance::Google::Cloud::VMMigration::V1::ApplianceVersion

Returns The newest deployable version of the appliance. The current appliance can't be updated into this version, and the owner must manually deploy this OVA to a new appliance.

Returns:



858
859
860
861
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 858

class AvailableUpdates
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end