Backup and DR Service v1 API - Class BackupApplianceBackupConfig (1.2.0)

public sealed class BackupApplianceBackupConfig : IMessage<BackupApplianceBackupConfig>, IEquatable<BackupApplianceBackupConfig>, IDeepCloneable<BackupApplianceBackupConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class BackupApplianceBackupConfig.

BackupApplianceBackupConfig captures the backup configuration for applications that are protected by Backup Appliances.

Inheritance

object > BackupApplianceBackupConfig

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

BackupApplianceBackupConfig()

public BackupApplianceBackupConfig()

BackupApplianceBackupConfig(BackupApplianceBackupConfig)

public BackupApplianceBackupConfig(BackupApplianceBackupConfig other)
Parameter
Name Description
other BackupApplianceBackupConfig

Properties

ApplicationName

public string ApplicationName { get; set; }

The name of the application.

Property Value
Type Description
string

BackupApplianceId

public long BackupApplianceId { get; set; }

The ID of the backup appliance.

Property Value
Type Description
long

BackupApplianceName

public string BackupApplianceName { get; set; }

The name of the backup appliance.

Property Value
Type Description
string

HostName

public string HostName { get; set; }

The name of the host where the application is running.

Property Value
Type Description
string

SlaId

public long SlaId { get; set; }

The ID of the SLA of this application.

Property Value
Type Description
long

SlpName

public string SlpName { get; set; }

The name of the SLP associated with the application.

Property Value
Type Description
string

SltName

public string SltName { get; set; }

The name of the SLT associated with the application.

Property Value
Type Description
string