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: mongodbatlas/cloud_provider_snapshot_backup_policies.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ var _ CloudProviderSnapshotBackupPoliciesService = &CloudProviderSnapshotBackupP
30
30
typeCloudProviderSnapshotBackupPolicystruct {
31
31
ClusterIDstring`json:"clusterId,omitempty"`// Unique identifier of the Atlas cluster.
32
32
ClusterNamestring`json:"clusterName,omitempty"`// Name of the Atlas cluster.
33
-
ReferenceHourOfDayint`json:"referenceHourOfDay,omitempty"`// UTC Hour of day between 0 and 23, inclusive, representing which hour of the day that Atlas takes snapshots for backup policy items.
34
-
ReferenceMinuteOfHourint`json:"referenceMinuteOfHour,omitempty"`// UTC Minutes after referenceHourOfDay that Atlas takes snapshots for backup policy items. Must be between 0 and 59, inclusive. Number of days back in time you can restore to with point-in-time accuracy.
35
-
RestoreWindowDaysint`json:"restoreWindowDays,omitempty"`// Number of days back in time you can restore to with point-in-time accuracy. Must be a positive, non-zero integer.
36
-
UpdateSnapshotsbool`json:"updateSnapshots,omitempty"`// Specify true to apply the retention changes in the updated backup policy to snapshots that Atlas took previously.
33
+
ReferenceHourOfDay*int64`json:"referenceHourOfDay,omitempty"`// UTC Hour of day between 0 and 23, inclusive, representing which hour of the day that Atlas takes snapshots for backup policy items.
34
+
ReferenceMinuteOfHour*int64`json:"referenceMinuteOfHour,omitempty"`// UTC Minutes after referenceHourOfDay that Atlas takes snapshots for backup policy items. Must be between 0 and 59, inclusive. Number of days back in time you can restore to with point-in-time accuracy.
35
+
RestoreWindowDays*int64`json:"restoreWindowDays,omitempty"`// Number of days back in time you can restore to with point-in-time accuracy. Must be a positive, non-zero integer.
36
+
UpdateSnapshots*bool`json:"updateSnapshots,omitempty"`// Specify true to apply the retention changes in the updated backup policy to snapshots that Atlas took previously.
37
37
NextSnapshotstring`json:"nextSnapshot,omitempty"`// UTC ISO 8601 formatted point in time when Atlas will take the next snapshot.
38
38
Policies []Policy`json:"policies,omitempty"`// A list of policy definitions for the cluster.
0 commit comments