View Source GoogleApi.BackupDR.V1.Model.GcpBackupConfig (google_api_backup_dr v0.3.0)

GcpBackupConfig captures the Backup configuration details for Google Cloud resources. All Google Cloud resources regardless of type are protected with backup plan associations.

Attributes

  • backupPlan (type: String.t, default: nil) - The name of the backup plan.
  • backupPlanAssociation (type: String.t, default: nil) - The name of the backup plan association.
  • backupPlanDescription (type: String.t, default: nil) - The description of the backup plan.
  • backupPlanRules (type: list(String.t), default: nil) - The names of the backup plan rules which point to this backupvault

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.GcpBackupConfig{
  backupPlan: String.t() | nil,
  backupPlanAssociation: String.t() | nil,
  backupPlanDescription: String.t() | nil,
  backupPlanRules: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.