public interface DataSourceBackupApplianceApplicationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplianceId()
public abstract long getApplianceId()Appliance Id of the Backup Appliance.
 int64 appliance_id = 3;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The applianceId.  | 
      
getApplicationId()
public abstract long getApplicationId()The appid field of the application within the Backup Appliance.
 int64 application_id = 8;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The applicationId.  | 
      
getApplicationName()
public abstract String getApplicationName()The name of the Application as known to the Backup Appliance.
 string application_name = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The applicationName.  | 
      
getApplicationNameBytes()
public abstract ByteString getApplicationNameBytes()The name of the Application as known to the Backup Appliance.
 string application_name = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for applicationName.  | 
      
getBackupAppliance()
public abstract String getBackupAppliance()Appliance name.
 string backup_appliance = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The backupAppliance.  | 
      
getBackupApplianceBytes()
public abstract ByteString getBackupApplianceBytes()Appliance name.
 string backup_appliance = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for backupAppliance.  | 
      
getHostId()
public abstract long getHostId()Hostid of the application host.
 int64 host_id = 7;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The hostId.  | 
      
getHostname()
public abstract String getHostname()Hostname of the host where the application is running.
 string hostname = 6;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The hostname.  | 
      
getHostnameBytes()
public abstract ByteString getHostnameBytes()Hostname of the host where the application is running.
 string hostname = 6;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for hostname.  | 
      
getType()
public abstract String getType()The type of the application. e.g. VMBackup
 string type = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The type.  | 
      
getTypeBytes()
public abstract ByteString getTypeBytes()The type of the application. e.g. VMBackup
 string type = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for type.  |