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
"description": "Required for Active-Active subscriptions. Deployment CIDR mask. Must be a valid CIDR format with a range of 256 IP addresses. Default for single-region subscriptions: If using Redis internal cloud account, 192.168.0.0/24",
13701
+
"description": "Optional. Deployment CIDR mask. Must be a valid CIDR format with a range of 256 IP addresses. Default for single-region subscriptions: If using Redis internal cloud account, 192.168.0.0/24",
13705
13702
"example": "10.0.0.0/24"
13706
13703
},
13707
13704
"vpcId": {
13708
13705
"type": "string",
13709
13706
"description": "Optional. Enter a VPC identifier that exists in the hosted AWS account. Creates a new VPC if not set. VPC Identifier must be in a valid format (for example: 'vpc-0125be68a4625884ad') and must exist within the hosting account.",
13710
13707
"example": "<vpc-identifier>"
13708
+
},
13709
+
"subnetIds": {
13710
+
"type": "array",
13711
+
"description": "Optional. Enter a list of subnets identifiers that exists in the hosted AWS account. Subnet Identifier must exist within the hosting account.",
13712
+
"example": "<subnet-identifier>",
13713
+
"items": {
13714
+
"type": "string",
13715
+
"description": "Optional. Enter a list of subnets identifiers that exists in the hosted AWS account. Subnet Identifier must exist within the hosting account.",
13716
+
"example": "<subnet-identifier>"
13717
+
}
13718
+
},
13719
+
"securityGroupId": {
13720
+
"type": "string",
13721
+
"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.",
13722
+
"example": "<security-group-identifier>"
13711
13723
}
13712
13724
},
13713
13725
"description": "Optional. Cloud networking details, per region. Required if creating an Active-Active subscription."
"description": "Optional. Defines the Redis version of the databases in the subscription. If not set, the Redis version for your databases will be the default version. Use GET /subscriptions/redis-versions to get a list of available Redis versions.",
15261
-
"example": "7.2"
15280
+
"description": "Optional. Defines the Redis version of the databases created in this specific request. It doesn't determine future databases associated with this subscription. If not set, databases will use the default Redis version. This field is deprecated and will be removed in a future API version - use the database-level redisVersion property instead.",
0 commit comments