public interface ApplianceVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCritical()
public abstract boolean getCritical()
Determine whether it's critical to upgrade the appliance to this version.
bool critical = 3;
Returns | |
---|---|
Type | Description |
boolean |
The critical. |
getReleaseNotesUri()
public abstract String getReleaseNotesUri()
Link to a page that contains the version release notes.
string release_notes_uri = 4;
Returns | |
---|---|
Type | Description |
String |
The releaseNotesUri. |
getReleaseNotesUriBytes()
public abstract ByteString getReleaseNotesUriBytes()
Link to a page that contains the version release notes.
string release_notes_uri = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for releaseNotesUri. |
getUri()
public abstract String getUri()
A link for downloading the version.
string uri = 2;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
A link for downloading the version.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
getVersion()
public abstract String getVersion()
The appliance version.
string version = 1;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
The appliance version.
string version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |