public interface BackupApplianceBackupConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApplicationName()
public abstract String getApplicationName()
The name of the application.
string application_name = 4;
Returns | |
---|---|
Type | Description |
String |
The applicationName. |
getApplicationNameBytes()
public abstract ByteString getApplicationNameBytes()
The name of the application.
string application_name = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for applicationName. |
getBackupApplianceId()
public abstract long getBackupApplianceId()
The ID of the backup appliance.
int64 backup_appliance_id = 2;
Returns | |
---|---|
Type | Description |
long |
The backupApplianceId. |
getBackupApplianceName()
public abstract String getBackupApplianceName()
The name of the backup appliance.
string backup_appliance_name = 1;
Returns | |
---|---|
Type | Description |
String |
The backupApplianceName. |
getBackupApplianceNameBytes()
public abstract ByteString getBackupApplianceNameBytes()
The name of the backup appliance.
string backup_appliance_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupApplianceName. |
getHostName()
public abstract String getHostName()
The name of the host where the application is running.
string host_name = 5;
Returns | |
---|---|
Type | Description |
String |
The hostName. |
getHostNameBytes()
public abstract ByteString getHostNameBytes()
The name of the host where the application is running.
string host_name = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for hostName. |
getSlaId()
public abstract long getSlaId()
The ID of the SLA of this application.
int64 sla_id = 3;
Returns | |
---|---|
Type | Description |
long |
The slaId. |
getSlpName()
public abstract String getSlpName()
The name of the SLP associated with the application.
string slp_name = 7;
Returns | |
---|---|
Type | Description |
String |
The slpName. |
getSlpNameBytes()
public abstract ByteString getSlpNameBytes()
The name of the SLP associated with the application.
string slp_name = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for slpName. |
getSltName()
public abstract String getSltName()
The name of the SLT associated with the application.
string slt_name = 6;
Returns | |
---|---|
Type | Description |
String |
The sltName. |
getSltNameBytes()
public abstract ByteString getSltNameBytes()
The name of the SLT associated with the application.
string slt_name = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sltName. |