Interface DataSourceBackupApplianceApplicationOrBuilder (0.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface DataSourceBackupApplianceApplicationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getApplianceId()
publicabstractlonggetApplianceId()Appliance Id of the Backup Appliance.
int64 appliance_id = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The applianceId. |
getApplicationId()
publicabstractlonggetApplicationId()The appid field of the application within the Backup Appliance.
int64 application_id = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The applicationId. |
getApplicationName()
publicabstractStringgetApplicationName()The name of the Application as known to the Backup Appliance.
string application_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The applicationName. |
getApplicationNameBytes()
publicabstractByteStringgetApplicationNameBytes()The name of the Application as known to the Backup Appliance.
string application_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for applicationName. |
getBackupAppliance()
publicabstractStringgetBackupAppliance()Appliance name.
string backup_appliance = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The backupAppliance. |
getBackupApplianceBytes()
publicabstractByteStringgetBackupApplianceBytes()Appliance name.
string backup_appliance = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backupAppliance. |
getHostId()
publicabstractlonggetHostId()Hostid of the application host.
int64 host_id = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The hostId. |
getHostname()
publicabstractStringgetHostname()Hostname of the host where the application is running.
string hostname = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The hostname. |
getHostnameBytes()
publicabstractByteStringgetHostnameBytes()Hostname of the host where the application is running.
string hostname = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostname. |
getType()
publicabstractStringgetType()The type of the application. e.g. VMBackup
string type = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
publicabstractByteStringgetTypeBytes()The type of the application. e.g. VMBackup
string type = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |