Skip to content

Commit f008eea

Browse files
docs: Update cpu_utilization_percent limit (#547)
- [ ] Regenerate this pull request now. docs: Remove the limitation that all clusters in a CMEK instance must use the same key PiperOrigin-RevId: 438385300 Source-Link: googleapis/googleapis@c59f02e Source-Link: googleapis/googleapis-gen@04d03d1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDRkMDNkMTdhYWZhN2I0NDIyZjczYzkzNjAwZjA0MDU0MjgxN2ZjZCJ9
1 parent 284b060 commit f008eea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

google/cloud/bigtable_admin_v2/types/instance.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ class AutoscalingTargets(proto.Message):
121121
122122
Attributes:
123123
cpu_utilization_percent (int):
124-
The cpu utilization that the Autoscaler
125-
should be trying to achieve. This number is on a
126-
scale from 0 (no utilization) to 100 (total
127-
utilization).
124+
The cpu utilization that the Autoscaler should be trying to
125+
achieve. This number is on a scale from 0 (no utilization)
126+
to 100 (total utilization), and is limited between 10 and
127+
80, otherwise it will return INVALID_ARGUMENT error.
128128
"""
129129

130130
cpu_utilization_percent = proto.Field(
@@ -254,8 +254,6 @@ class EncryptionConfig(proto.Message):
254254
key.
255255
2) Only regional keys can be used and the region of the CMEK
256256
key must match the region of the cluster.
257-
3) All clusters within an instance must use the same CMEK
258-
key.
259257
"""
260258

261259
kms_key_name = proto.Field(

0 commit comments

Comments
 (0)