Interface BackupApplianceBackupConfigOrBuilder (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface BackupApplianceBackupConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getApplicationName()
publicabstractStringgetApplicationName()The name of the application.
string application_name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The applicationName. |
getApplicationNameBytes()
publicabstractByteStringgetApplicationNameBytes()The name of the application.
string application_name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for applicationName. |
getBackupApplianceId()
publicabstractlonggetBackupApplianceId()The ID of the backup appliance.
int64 backup_appliance_id = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The backupApplianceId. |
getBackupApplianceName()
publicabstractStringgetBackupApplianceName()The name of the backup appliance.
string backup_appliance_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The backupApplianceName. |
getBackupApplianceNameBytes()
publicabstractByteStringgetBackupApplianceNameBytes()The name of the backup appliance.
string backup_appliance_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backupApplianceName. |
getHostName()
publicabstractStringgetHostName()The name of the host where the application is running.
string host_name = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The hostName. |
getHostNameBytes()
publicabstractByteStringgetHostNameBytes()The name of the host where the application is running.
string host_name = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostName. |
getSlaId()
publicabstractlonggetSlaId()The ID of the SLA of this application.
int64 sla_id = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The slaId. |
getSlpName()
publicabstractStringgetSlpName()The name of the SLP associated with the application.
string slp_name = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The slpName. |
getSlpNameBytes()
publicabstractByteStringgetSlpNameBytes()The name of the SLP associated with the application.
string slp_name = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for slpName. |
getSltName()
publicabstractStringgetSltName()The name of the SLT associated with the application.
string slt_name = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The sltName. |
getSltNameBytes()
publicabstractByteStringgetSltNameBytes()The name of the SLT associated with the application.
string slt_name = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sltName. |