1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta bigtable app-profiles create
(APP_PROFILE : --instance=INSTANCE)
([--route-any : --restrict-to=[RESTRICT_TO,...]]
([--route-any : --restrict-to=[RESTRICT_TO,...] --row-affinity]
| [--route-to=ROUTE_TO : --transactional-writes])
[--description=DESCRIPTION] [--force]
[--data-boost
@ -46,6 +46,11 @@ EXAMPLES
--instance=my-instance-id --data-boost \
--data-boost-compute-billing-owner=HOST_PAYS
To create an app profile with row-affinity routing enabled, run:
$ gcloud beta bigtable app-profiles create my-app-profile-id \
--instance=my-instance-id --route-any --row-affinity
POSITIONAL ARGUMENTS
App profile resource - The app profile to create. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
@ -93,6 +98,9 @@ REQUIRED FLAGS
Cluster IDs to route to using the Multi Cluster Routing Policy. If
unset, all clusters in the instance are eligible.
--row-affinity
Use row-affinity routing for this app profile.
Single Cluster Routing Policy
--route-to=ROUTE_TO

View file

@ -8,7 +8,7 @@ SYNOPSIS
[--data-boost
--data-boost-compute-billing-owner=DATA_BOOST_COMPUTE_BILLING_OWNER
| [--priority=PRIORITY : --standard]]
[[--route-any : --restrict-to=[RESTRICT_TO,...]]
[[--route-any : --restrict-to=[RESTRICT_TO,...] --row-affinity]
| [--route-to=ROUTE_TO : --transactional-writes]]
[GCLOUD_WIDE_FLAG ...]
@ -45,6 +45,11 @@ EXAMPLES
--instance=my-instance-id --data-boost \
--data-boost-compute-billing-owner=HOST_PAYS
To update an app profile to enable row-affinity routing, run:
$ gcloud beta bigtable app-profiles update my-app-profile-id \
--instance=my-instance-id --route-any --row-affinity
POSITIONAL ARGUMENTS
App profile resource - The app profile to update. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
@ -154,6 +159,9 @@ FLAGS
Cluster IDs to route to using the Multi Cluster Routing Policy. If
unset, all clusters in the instance are eligible.
--row-affinity
Use row-affinity routing for this app profile.
Single Cluster Routing Policy
--route-to=ROUTE_TO