Class BackupApplianceBackupConfig
BackupApplianceBackupConfig captures the backup configuration for applications that are protected by Backup Appliances.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupApplianceBackupConfig : IDirectResponseSchema
Properties
ApplicationName
The name of the application.
Declaration
[JsonProperty("applicationName")]
public virtual string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupApplianceId
The ID of the backup appliance.
Declaration
[JsonProperty("backupApplianceId")]
public virtual long? BackupApplianceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
BackupApplianceName
The name of the backup appliance.
Declaration
[JsonProperty("backupApplianceName")]
public virtual string BackupApplianceName { 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 |
HostName
The name of the host where the application is running.
Declaration
[JsonProperty("hostName")]
public virtual string HostName { get; set; }
Property Value
Type | Description |
---|---|
string |
SlaId
The ID of the SLA of this application.
Declaration
[JsonProperty("slaId")]
public virtual long? SlaId { get; set; }
Property Value
Type | Description |
---|---|
long? |
SlpName
The name of the SLP associated with the application.
Declaration
[JsonProperty("slpName")]
public virtual string SlpName { get; set; }
Property Value
Type | Description |
---|---|
string |
SltName
The name of the SLT associated with the application.
Declaration
[JsonProperty("sltName")]
public virtual string SltName { get; set; }
Property Value
Type | Description |
---|---|
string |