@@ -148,6 +148,13 @@ spec:
148148 In order to obtain a valid list please consult the
149149 Configuration section of the docs.
150150 type : string
151+ defaultBackupScheduleType :
152+ description : |-
153+ Controls the default backup behavior for new databases within the instance.
154+ Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
155+ if unset or NONE, no default backup schedule will be created for new databases within the instance.
156+ Possible values are: NONE, AUTOMATIC.
157+ type : string
151158 displayName :
152159 description : |-
153160 The descriptive name for this instance as it appears in UIs. Must be
@@ -267,6 +274,13 @@ spec:
267274 In order to obtain a valid list please consult the
268275 Configuration section of the docs.
269276 type : string
277+ defaultBackupScheduleType :
278+ description : |-
279+ Controls the default backup behavior for new databases within the instance.
280+ Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
281+ if unset or NONE, no default backup schedule will be created for new databases within the instance.
282+ Possible values are: NONE, AUTOMATIC.
283+ type : string
270284 displayName :
271285 description : |-
272286 The descriptive name for this instance as it appears in UIs. Must be
@@ -554,6 +568,13 @@ spec:
554568 In order to obtain a valid list please consult the
555569 Configuration section of the docs.
556570 type : string
571+ defaultBackupScheduleType :
572+ description : |-
573+ Controls the default backup behavior for new databases within the instance.
574+ Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
575+ if unset or NONE, no default backup schedule will be created for new databases within the instance.
576+ Possible values are: NONE, AUTOMATIC.
577+ type : string
557578 displayName :
558579 description : |-
559580 The descriptive name for this instance as it appears in UIs. Must be
0 commit comments