Google Cloud Backup Dr V1 Client - Class BackupApplianceBackupConfig (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupApplianceBackupConfig.

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

Generated from protobuf message google.cloud.backupdr.v1.BackupApplianceBackupConfig

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backup_appliance_name string

The name of the backup appliance.

↳ backup_appliance_id int|string

The ID of the backup appliance.

↳ sla_id int|string

The ID of the SLA of this application.

↳ application_name string

The name of the application.

↳ host_name string

The name of the host where the application is running.

↳ slt_name string

The name of the SLT associated with the application.

↳ slp_name string

The name of the SLP associated with the application.

getBackupApplianceName

The name of the backup appliance.

Returns
Type Description
string

setBackupApplianceName

The name of the backup appliance.

Parameter
Name Description
var string
Returns
Type Description
$this

getBackupApplianceId

The ID of the backup appliance.

Returns
Type Description
int|string

setBackupApplianceId

The ID of the backup appliance.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getSlaId

The ID of the SLA of this application.

Returns
Type Description
int|string

setSlaId

The ID of the SLA of this application.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getApplicationName

The name of the application.

Returns
Type Description
string

setApplicationName

The name of the application.

Parameter
Name Description
var string
Returns
Type Description
$this

getHostName

The name of the host where the application is running.

Returns
Type Description
string

setHostName

The name of the host where the application is running.

Parameter
Name Description
var string
Returns
Type Description
$this

getSltName

The name of the SLT associated with the application.

Returns
Type Description
string

setSltName

The name of the SLT associated with the application.

Parameter
Name Description
var string
Returns
Type Description
$this

getSlpName

The name of the SLP associated with the application.

Returns
Type Description
string

setSlpName

The name of the SLP associated with the application.

Parameter
Name Description
var string
Returns
Type Description
$this