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: docs/dyn/redis_v1.projects.locations.clusters.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@ <h3>Method Details</h3>
324
324
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
325
325
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
326
326
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
327
+
"targetNodeType": "A String", # Target node type for redis cluster.
327
328
"targetReplicaCount": 42, # Target number of replica nodes per shard.
328
329
"targetShardCount": 42, # Target number of shards for redis cluster
329
330
},
@@ -579,6 +580,7 @@ <h3>Method Details</h3>
579
580
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
580
581
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
581
582
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
583
+
"targetNodeType": "A String", # Target node type for redis cluster.
582
584
"targetReplicaCount": 42, # Target number of replica nodes per shard.
583
585
"targetShardCount": 42, # Target number of shards for redis cluster
584
586
},
@@ -800,6 +802,7 @@ <h3>Method Details</h3>
800
802
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
801
803
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
802
804
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
805
+
"targetNodeType": "A String", # Target node type for redis cluster.
803
806
"targetReplicaCount": 42, # Target number of replica nodes per shard.
804
807
"targetShardCount": 42, # Target number of shards for redis cluster
805
808
},
@@ -1004,6 +1007,7 @@ <h3>Method Details</h3>
1004
1007
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
1005
1008
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
1006
1009
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
1010
+
"targetNodeType": "A String", # Target node type for redis cluster.
1007
1011
"targetReplicaCount": 42, # Target number of replica nodes per shard.
1008
1012
"targetShardCount": 42, # Target number of shards for redis cluster
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.instances.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ <h3>Method Details</h3>
191
191
"redisConfigs": { # Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
192
192
"a_key": "A String",
193
193
},
194
-
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility
194
+
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, the default version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility (default) * `REDIS_7_2` for Redis 7.2 compatibility
195
195
"replicaCount": 42, # Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
196
196
"reservedIpRange": "A String", # Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
197
197
"satisfiesPzi": True or False, # Optional. Output only. Reserved for future use.
@@ -445,7 +445,7 @@ <h3>Method Details</h3>
445
445
"redisConfigs": { # Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
446
446
"a_key": "A String",
447
447
},
448
-
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility
448
+
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, the default version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility (default) * `REDIS_7_2` for Redis 7.2 compatibility
449
449
"replicaCount": 42, # Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
450
450
"reservedIpRange": "A String", # Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
451
451
"satisfiesPzi": True or False, # Optional. Output only. Reserved for future use.
@@ -616,7 +616,7 @@ <h3>Method Details</h3>
616
616
"redisConfigs": { # Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
617
617
"a_key": "A String",
618
618
},
619
-
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility
619
+
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, the default version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility (default) * `REDIS_7_2` for Redis 7.2 compatibility
620
620
"replicaCount": 42, # Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
621
621
"reservedIpRange": "A String", # Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
622
622
"satisfiesPzi": True or False, # Optional. Output only. Reserved for future use.
@@ -733,7 +733,7 @@ <h3>Method Details</h3>
733
733
"redisConfigs": { # Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
734
734
"a_key": "A String",
735
735
},
736
-
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility
736
+
"redisVersion": "A String", # Optional. The version of Redis software. If not provided, the default version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility * `REDIS_7_0` for Redis 7.0 compatibility (default) * `REDIS_7_2` for Redis 7.2 compatibility
737
737
"replicaCount": 42, # Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
738
738
"reservedIpRange": "A String", # Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
739
739
"satisfiesPzi": True or False, # Optional. Output only. Reserved for future use.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1beta1.projects.locations.clusters.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@ <h3>Method Details</h3>
324
324
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
325
325
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
326
326
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
327
+
"targetNodeType": "A String", # Target node type for redis cluster.
327
328
"targetReplicaCount": 42, # Target number of replica nodes per shard.
328
329
"targetShardCount": 42, # Target number of shards for redis cluster
329
330
},
@@ -579,6 +580,7 @@ <h3>Method Details</h3>
579
580
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
580
581
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
581
582
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
583
+
"targetNodeType": "A String", # Target node type for redis cluster.
582
584
"targetReplicaCount": 42, # Target number of replica nodes per shard.
583
585
"targetShardCount": 42, # Target number of shards for redis cluster
584
586
},
@@ -800,6 +802,7 @@ <h3>Method Details</h3>
800
802
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
801
803
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
802
804
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
805
+
"targetNodeType": "A String", # Target node type for redis cluster.
803
806
"targetReplicaCount": 42, # Target number of replica nodes per shard.
804
807
"targetShardCount": 42, # Target number of shards for redis cluster
805
808
},
@@ -1004,6 +1007,7 @@ <h3>Method Details</h3>
1004
1007
"state": "A String", # Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
1005
1008
"stateInfo": { # Represents additional information about the state of the cluster. # Output only. Additional information about the current state of the cluster.
1006
1009
"updateInfo": { # Represents information about an updating cluster. # Describes ongoing update on the cluster when cluster state is UPDATING.
1010
+
"targetNodeType": "A String", # Target node type for redis cluster.
1007
1011
"targetReplicaCount": 42, # Target number of replica nodes per shard.
1008
1012
"targetShardCount": 42, # Target number of shards for redis cluster
0 commit comments