public interface ApplianceVersionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCritical()
public abstract boolean getCritical()Determine whether it's critical to upgrade the appliance to this version.
bool critical = 3;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for releaseNotesUri. |
getUri()
public abstract String getUri()A link for downloading the version.
string uri = 2;
| Type | Description |
| String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()A link for downloading the version.
string uri = 2;
| Type | Description |
| ByteString | The bytes for uri. |
getVersion()
public abstract String getVersion()The appliance version.
string version = 1;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The appliance version.
string version = 1;
| Type | Description |
| ByteString | The bytes for version. |