Class DataSourceBackupApplianceApplication
BackupApplianceApplication describes a Source Resource when it is an application backed up by a BackupAppliance.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class DataSourceBackupApplianceApplication : IDirectResponseSchema
Properties
ApplianceId
Appliance Id of the Backup Appliance.
Declaration
[JsonProperty("applianceId")]
public virtual long? ApplianceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApplicationId
The appid field of the application within the Backup Appliance.
Declaration
[JsonProperty("applicationId")]
public virtual long? ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApplicationName
The name of the Application as known to the Backup Appliance.
Declaration
[JsonProperty("applicationName")]
public virtual string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupAppliance
Appliance name.
Declaration
[JsonProperty("backupAppliance")]
public virtual string BackupAppliance { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostId
Hostid of the application host.
Declaration
[JsonProperty("hostId")]
public virtual long? HostId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Hostname
Hostname of the host where the application is running.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the application. e.g. VMBackup
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |