Class: Google::Cloud::VMMigration::V1::AvailableUpdates
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AvailableUpdates
- 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
-
#in_place_update ⇒ ::Google::Cloud::VMMigration::V1::ApplianceVersion
The latest version for in place update.
-
#new_deployable_appliance ⇒ ::Google::Cloud::VMMigration::V1::ApplianceVersion
The newest deployable version of the appliance.
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.
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.
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 |