You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/netapp/BackupVault.yaml
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,3 +116,29 @@ properties:
116
116
description: |
117
117
Name of the Backup vault created in backup region.
118
118
output: true
119
+
- name: 'backupRetentionPolicy'
120
+
type: NestedObject
121
+
description: |
122
+
Backup retention policy defining the retention of the backups.
123
+
properties:
124
+
- name: 'backupMinimumEnforcedRetentionDays'
125
+
type: Integer
126
+
description: |
127
+
Minimum retention duration in days for backups in the backup vault.
128
+
required: true
129
+
- name: 'dailyBackupImmutable'
130
+
type: Boolean
131
+
description: |
132
+
Indicates if the daily backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
133
+
- name: 'weeklyBackupImmutable'
134
+
type: Boolean
135
+
description: |
136
+
Indicates if the weekly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
137
+
- name: 'monthlyBackupImmutable'
138
+
type: Boolean
139
+
description: |
140
+
Indicates if the monthly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
141
+
- name: 'manualBackupImmutable'
142
+
type: Boolean
143
+
description: |
144
+
Indicates if the manual backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
0 commit comments