Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update cpu_utilization_percent limit #547

Merged
merged 9 commits into from
Apr 3, 2022
10 changes: 4 additions & 6 deletions google/cloud/bigtable_admin_v2/types/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ class AutoscalingTargets(proto.Message):

Attributes:
cpu_utilization_percent (int):
The cpu utilization that the Autoscaler
should be trying to achieve. This number is on a
scale from 0 (no utilization) to 100 (total
utilization).
The cpu utilization that the Autoscaler should be trying to
achieve. This number is on a scale from 0 (no utilization)
to 100 (total utilization), and is limited between 10 and
80, otherwise it will return INVALID_ARGUMENT error.
"""

cpu_utilization_percent = proto.Field(
Expand Down Expand Up @@ -254,8 +254,6 @@ class EncryptionConfig(proto.Message):
key.
2) Only regional keys can be used and the region of the CMEK
key must match the region of the cluster.
3) All clusters within an instance must use the same CMEK
key.
"""

kms_key_name = proto.Field(
Expand Down