View Source GoogleApi.BackupDR.V1.Model.RuleConfigInfo (google_api_backup_dr v0.6.0)
Message for rules config info.
Attributes
-
dataSource
(type:String.t
, default:nil
) - Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI removed all dependencies on them Output Only. Resource name of data source which will be used as storage location for backups taken by specified rule. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource} -
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{ dataSource: String.t() | nil, lastBackupError: GoogleApi.BackupDR.V1.Model.Status.t() | nil, lastBackupState: String.t() | nil, lastSuccessfulBackupConsistencyTime: DateTime.t() | nil, ruleId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.