ApplianceVersionResponse

data class ApplianceVersionResponse(val critical: Boolean, val releaseNotesUri: String, val uri: String, val version: String)

Describes an appliance version.

Constructors

Link copied to clipboard
fun ApplianceVersionResponse(critical: Boolean, releaseNotesUri: String, uri: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determine whether it's critical to upgrade the appliance to this version.

Link copied to clipboard

Link to a page that contains the version release notes.

Link copied to clipboard
val uri: String

A link for downloading the version.

Link copied to clipboard

The appliance version.