View Source GoogleApi.BackupDR.V1.Model.BackupApplianceBackupConfig (google_api_backup_dr v0.12.1)

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

Attributes

  • applicationName (type: String.t, default: nil) - The name of the application.
  • backupApplianceId (type: String.t, default: nil) - The ID of the backup appliance.
  • backupApplianceName (type: String.t, default: nil) - The name of the backup appliance.
  • hostName (type: String.t, default: nil) - The name of the host where the application is running.
  • slaId (type: String.t, default: nil) - The ID of the SLA of this application.
  • slpName (type: String.t, default: nil) - The name of the SLP associated with the application.
  • sltName (type: String.t, default: nil) - The name of the SLT associated with the application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.BackupApplianceBackupConfig{
  applicationName: String.t() | nil,
  backupApplianceId: String.t() | nil,
  backupApplianceName: String.t() | nil,
  hostName: String.t() | nil,
  slaId: String.t() | nil,
  slpName: String.t() | nil,
  sltName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.