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

GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.

Attributes

  • backupPlan (type: String.t, default: nil) - Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
  • backupPlanRuleId (type: String.t, default: nil) - The rule id of the backup plan which triggered this backup in case of scheduled backup or used for

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.GCPBackupPlanInfo{
  backupPlan: String.t() | nil,
  backupPlanRuleId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.