1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Oct 23 10:01:22 UTC 2024

This commit is contained in:
Automated 2024-10-23 10:01:22 +00:00
parent 694f6671d0
commit fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud compute commitments create COMMITMENT --plan=PLAN
(--resources=[local-ssd=LOCAL-SSD],[memory=MEMORY],[vcpu=VCPU]
--resources-accelerator=[count=COUNT],[type=TYPE]) [--auto-renew]
[--custom-end-time=CUSTOM_END_TIME]
[--merge-source-commitments=MERGE_SOURCE_COMMITMENTS] [--region=REGION]
[--split-source-commitment=SPLIT_SOURCE_COMMITMENT]
[--type=TYPE; default="general-purpose"]
@ -66,6 +67,10 @@ OPTIONAL FLAGS
--auto-renew
Enable auto renewal for the commitment.
--custom-end-time=CUSTOM_END_TIME
Specifies a custom future end date and extends the commitment's ongoing
term.
--merge-source-commitments=MERGE_SOURCE_COMMITMENTS
Creates the new commitment by merging the specified source commitments
and combining their resources.

View file

@ -2,8 +2,9 @@ NAME
gcloud compute commitments update - update Compute Engine commitments
SYNOPSIS
gcloud compute commitments update COMMITMENT [--auto-renew] [--plan=PLAN]
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
gcloud compute commitments update COMMITMENT [--auto-renew]
[--custom-end-time=CUSTOM_END_TIME] [--plan=PLAN] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update Compute Engine commitments.
@ -35,6 +36,10 @@ FLAGS
--auto-renew
Enable auto renewal for the commitment.
--custom-end-time=CUSTOM_END_TIME
Specifies a custom future end date and extends the commitment's ongoing
term.
--plan=PLAN
Duration of the commitment. PLAN must be (only one value is supported):
36-month.

View file

@ -14,6 +14,7 @@ SYNOPSIS
[--domain-names=[DOMAIN_NAMES,...]] [--enable-proxy-protocol]
[--nat-subnets-region=NAT_SUBNETS_REGION]
[--producer-forwarding-rule-region=PRODUCER_FORWARDING_RULE_REGION]
[--propagated-connection-limit=PROPAGATED_CONNECTION_LIMIT]
[--reconcile-connections] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -133,6 +134,21 @@ OPTIONAL FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
--propagated-connection-limit=PROPAGATED_CONNECTION_LIMIT
The number of consumer spokes that connected Private Service Connect
endpoints can be propagated to through Network Connectivity Center.
This limit lets the service producer limit how many propagated Private
Service Connect connections can be established to this service
attachment from a single consumer.
If the connection preference of the service attachment is
ACCEPT_MANUAL, the limit applies to each project or network that is
listed in the consumer accept list. If the connection preference of the
service attachment is ACCEPT_AUTOMATIC, the limit applies to each
project that contains a connected endpoint.
If unspecified, the default propagated connection limit is 250.
--reconcile-connections
Determines whether to apply changes to consumer accept or reject lists
to existing connections or only to new connections.

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--[no-]enable-proxy-protocol]
[--nat-subnets=NAT_SUBNETS,[NAT_SUBNETS,...]]
[--nat-subnets-region=NAT_SUBNETS_REGION]
[--propagated-connection-limit=PROPAGATED_CONNECTION_LIMIT]
[--[no-]reconcile-connections] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -93,6 +94,21 @@ FLAGS
set to the region of the service attachment. Overrides the default
compute/region property value for this command invocation.
--propagated-connection-limit=PROPAGATED_CONNECTION_LIMIT
The number of consumer spokes that connected Private Service Connect
endpoints can be propagated to through Network Connectivity Center.
This limit lets the service producer limit how many propagated Private
Service Connect connections can be established to this service
attachment from a single consumer.
If the connection preference of the service attachment is
ACCEPT_MANUAL, the limit applies to each project or network that is
listed in the consumer accept list. If the connection preference of the
service attachment is ACCEPT_AUTOMATIC, the limit applies to each
project that contains a connected endpoint.
If unspecified, the default propagated connection limit is 250.
--[no-]reconcile-connections
Determines whether to apply changes to consumer accept or reject lists
to existing connections or only to new connections.

View file

@ -21,8 +21,9 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the compute/v1 API. The full documentation for this API
can be found at: https://cloud.google.com/compute/
This command uses the compute/alpha or compute/beta or comptue/v1 API. The
full documentation for this API can be found at:
https://cloud.google.com/compute/
NOTES
These variants are also available:

View file

@ -15,19 +15,20 @@ EXAMPLES
nearest multi-region as the source disk, run:
$ gcloud compute snapshot-settings update \
--storage-location-policy=nearest-multi-region
--storage-location-policy=nearest-multi-region
To update the snapshot settings and set the storage location policy to the
same region as the source disk, run:
$ gcloud alpha compute snapshot-settings update \ --storage-location-policy=local-region
$ gcloud compute snapshot-settings update \
--storage-location-policy=local-region
To update the snapshot settings and set the storage location policy to
store snapshots in a specific location like us-west1, run:
$ gcloud compute snapshot-settings update \
--storage-location-policy=specific-locations \
--storage-location-names=us-west1
--storage-location-policy=specific-locations \
--storage-location-names=us-west1
FLAGS
--async
@ -58,8 +59,9 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the compute/v1 API. The full documentation for this API
can be found at: https://cloud.google.com/compute/
This command uses the compute/alpha or compute/beta or compute/v1 API. The
full documentation for this API can be found at:
https://cloud.google.com/compute/
NOTES
These variants are also available: