|
11200 | 11200 | "type": "boolean", |
11201 | 11201 | "description": "Optional. Databases replication. Default: 'true'" |
11202 | 11202 | }, |
11203 | | - "autoMinorVersionUpgrade": { |
11204 | | - "type": "boolean", |
11205 | | - "description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'" |
11206 | | - }, |
11207 | 11203 | "throughputMeasurement": { |
11208 | 11204 | "$ref": "#/components/schemas/DatabaseThroughputSpec" |
11209 | 11205 | }, |
|
11669 | 11665 | "type": "boolean", |
11670 | 11666 | "description": "Optional. Turns database replication on or off." |
11671 | 11667 | }, |
11672 | | - "autoMinorVersionUpgrade": { |
11673 | | - "type": "boolean", |
11674 | | - "description": "Optional. When 'true', enables auto minor version upgrades for this database." |
11675 | | - }, |
11676 | 11668 | "regexRules": { |
11677 | 11669 | "type": "array", |
11678 | 11670 | "description": "Optional. Hashing policy Regex rules. Used only if 'shardingType' is 'custom-regex-rules'.", |
|
15484 | 15476 | "noeviction" |
15485 | 15477 | ] |
15486 | 15478 | }, |
15487 | | - "autoMinorVersionUpgrade": { |
15488 | | - "type": "boolean", |
15489 | | - "description": "Optional. When 'true', enables auto minor version upgrades for this database." |
15490 | | - }, |
15491 | 15479 | "commandType": { |
15492 | 15480 | "type": "string", |
15493 | 15481 | "readOnly": true |
|
15695 | 15683 | "type": "boolean", |
15696 | 15684 | "description": "Optional. Sets database replication. Default: 'true'" |
15697 | 15685 | }, |
15698 | | - "autoMinorVersionUpgrade": { |
15699 | | - "type": "boolean", |
15700 | | - "description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'" |
15701 | | - }, |
15702 | 15686 | "replicaOf": { |
15703 | 15687 | "type": "array", |
15704 | 15688 | "description": "Optional. This database will be a replica of the specified Redis databases provided as one or more URI(s). Example: 'redis://user:password@host:port'. If the URI provided is a Redis Cloud database, only host and port should be provided. Example: ['redis://endpoint1:6379', 'redis://endpoint2:6380'].", |
|
17495 | 17479 | "description": "Optional. Enter a security group identifier that exists in the hosted AWS account. Security group Identifier must be in a valid format (for example: 'sg-0125be68a4625884ad') and must exist within the hosting account.", |
17496 | 17480 | "example": "sg-0125be68a4625884ad" |
17497 | 17481 | }, |
| 17482 | + "preferredAvailabilityZones": { |
| 17483 | + "type": "array", |
| 17484 | + "description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region.", |
| 17485 | + "items": { |
| 17486 | + "type": "string", |
| 17487 | + "description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region." |
| 17488 | + } |
| 17489 | + }, |
17498 | 17490 | "dryRun": { |
17499 | 17491 | "type": "boolean", |
17500 | 17492 | "description": "Optional. When 'false': Creates a deployment plan and deploys it, creating any resources required by the plan. When 'true': creates a read-only deployment plan, and does not create any resources. Default: 'false'", |
|
0 commit comments