Class BackupRule
BackupRule binds the backup schedule to a retention policy.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupRule : IDirectResponseSchema
Properties
BackupRetentionDays
Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
Declaration
[JsonProperty("backupRetentionDays")]
public virtual int? BackupRetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleId
Required. Immutable. The unique id of this BackupRule. The rule_id is unique per BackupPlan.The
rule_id must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens.
Pattern, /a-z{,62}/.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StandardSchedule
Optional. Defines a schedule that runs within the confines of a defined window of time.
Declaration
[JsonProperty("standardSchedule")]
public virtual StandardSchedule StandardSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| StandardSchedule |