1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Fri Jun 2 10:25:45 UTC 2023

This commit is contained in:
Automated 2023-06-02 10:25:45 +00:00
parent d0919dce4f
commit daa9cea776
199 changed files with 7828 additions and 401 deletions

View file

@ -13,7 +13,7 @@ SYNOPSIS
[--domain-names=[DOMAIN_NAMES,...]] [--enable-proxy-protocol]
[--nat-subnets-region=NAT_SUBNETS_REGION]
[--producer-forwarding-rule-region=PRODUCER_FORWARDING_RULE_REGION]
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
[--reconcile-connections] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute service-attachments create is used to create service
@ -127,6 +127,20 @@ OPTIONAL FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
--reconcile-connections
Determines whether to apply changes to consumer accept or reject lists
to existing connections or only to new connections.
If false, existing endpoints with a connection status of ACCEPTED or
REJECTED are not updated.
If true, existing endpoints with a connection status of ACCEPTED or
REJECTED are updated based on the connection policy update. For
example, if a project or network is removed from the
--consumer-accept-list and added to --consumer-reject-list, all the
endpoints in that project or network with the ACCEPTED state are set to
REJECTED.
--region=REGION
Region of the service attachment to create. If not specified, you might
be prompted to select a region (interactive mode only).

View file

@ -9,8 +9,8 @@ SYNOPSIS
[--consumer-reject-list=[REJECT_LIST,...]] [--description=DESCRIPTION]
[--[no-]enable-proxy-protocol]
[--nat-subnets=NAT_SUBNETS,[NAT_SUBNETS,...]]
[--nat-subnets-region=NAT_SUBNETS_REGION] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
[--nat-subnets-region=NAT_SUBNETS_REGION]
[--[no-]reconcile-connections] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute service-attachments update is used to update service
@ -93,6 +93,23 @@ FLAGS
set to the region of the service attachment. Overrides the default
compute/region property value for this command invocation.
--[no-]reconcile-connections
Determines whether to apply changes to consumer accept or reject lists
to existing connections or only to new connections.
If false, existing endpoints with a connection status of ACCEPTED or
REJECTED are not updated.
If true, existing endpoints with a connection status of ACCEPTED or
REJECTED are updated based on the connection policy update. For
example, if a project or network is removed from the
--consumer-accept-list and added to --consumer-reject-list, all the
endpoints in that project or network with the ACCEPTED state are set to
REJECTED.
Use --reconcile-connections to enable and --no-reconcile-connections to
disable.
--region=REGION
Region of the service attachment to update. If not specified, you might
be prompted to select a region (interactive mode only).