Interface ApplianceVersionOrBuilder (0.15.0)

public interface ApplianceVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCritical()

public abstract boolean getCritical()

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

bool critical = 3;

Returns
TypeDescription
boolean

The critical.

getReleaseNotesUri()

public abstract String getReleaseNotesUri()

Link to a page that contains the version release notes.

string release_notes_uri = 4;

Returns
TypeDescription
String

The releaseNotesUri.

getReleaseNotesUriBytes()

public abstract ByteString getReleaseNotesUriBytes()

Link to a page that contains the version release notes.

string release_notes_uri = 4;

Returns
TypeDescription
ByteString

The bytes for releaseNotesUri.

getUri()

public abstract String getUri()

A link for downloading the version.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

A link for downloading the version.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.

getVersion()

public abstract String getVersion()

The appliance version.

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The appliance version.

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.