Available Updates Response
data class AvailableUpdatesResponse(val inPlaceUpdate: ApplianceVersionResponse, val newDeployableAppliance: ApplianceVersionResponse)
Holds informatiom about the available versions for upgrade.
Constructors
Link copied to clipboard
constructor(inPlaceUpdate: ApplianceVersionResponse, newDeployableAppliance: ApplianceVersionResponse)
Properties
Link copied to clipboard
The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
Link copied to clipboard
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.