Class ApplianceVersion (1.3.0)

ApplianceVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes an appliance version.

Attributes

NameDescription
version str
The appliance version.
uri str
A link for downloading the version.
critical bool
Determine whether it's critical to upgrade the appliance to this version.
release_notes_uri str
Link to a page that contains the version release notes.

Inheritance

builtins.object > proto.message.Message > ApplianceVersion