View Source GoogleApi.BackupDR.V1.Model.RuleConfigInfo (google_api_backup_dr v0.9.1)

Message for rules config info.

Attributes

  • lastBackupError (type: GoogleApi.BackupDR.V1.Model.Status.t, default: nil) - Output only. Output Only. google.rpc.Status object to store the last backup error.
  • lastBackupState (type: String.t, default: nil) - Output only. The last backup state for rule.
  • lastSuccessfulBackupConsistencyTime (type: DateTime.t, default: nil) - Output only. The point in time when the last successful backup was captured from the source.
  • ruleId (type: String.t, default: nil) - Output only. Output Only. Backup Rule id fetched from backup plan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.RuleConfigInfo{
  lastBackupError: GoogleApi.BackupDR.V1.Model.Status.t() | nil,
  lastBackupState: String.t() | nil,
  lastSuccessfulBackupConsistencyTime: DateTime.t() | nil,
  ruleId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.