1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jul 17 11:02:31 UTC 2025

This commit is contained in:
Automated 2025-07-17 11:02:31 +00:00
parent e53f7148d8
commit fe3a430c1d
365 changed files with 6027 additions and 1863 deletions

View file

@ -14,8 +14,8 @@ EXAMPLES
To accept a spoke named my-spoke into a hub named my-hub, run:
$ gcloud network-connectivity hubs accept-spoke my-hub \
--spoke="https://www.googleapis.com/networkconnectivity/v1/proje\
cts/spoke-project/locations/global/hubs/my-spoke"
--spoke="https://networkconnectivity.googleapis.com/v1/projects/\
spoke-project/locations/global/spokes/my-spoke"
POSITIONAL ARGUMENTS
Hub resource - Name of the hub to accept the spoke into. This represents a

View file

@ -15,9 +15,8 @@ EXAMPLES
my-reason, run:
$ gcloud network-connectivity hubs reject-spoke my-hub \
--spoke="https://www.googleapis.com/networkconnectivity/v1/proje\
cts/spoke-project/locations/global/hubs/my-spoke" \
--details=my-reason
--spoke="https://networkconnectivity.googleapis.com/v1/projects/\
spoke-project/locations/global/spokes/my-spoke" --details=my-reason
POSITIONAL ARGUMENTS
Hub resource - Name of the hub to reject the spoke from. This represents a

View file

@ -6,9 +6,9 @@ SYNOPSIS
gcloud network-connectivity internal-ranges create
(INTERNAL_RANGE : --region=REGION) --network=NETWORK
(--ip-cidr-range=IP_CIDR_RANGE | [--prefix-length=PREFIX_LENGTH
: --allocation_strategy=ALLOCATION_STRATEGY
: --allocation-strategy=ALLOCATION_STRATEGY
--exclude-cidr-ranges=[EXCLUDE_CIDR_RANGES,...]
--first_available_ranges_lookup_size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE --target-cidr-range=[TARGET_CIDR_RANGE,
--first-available-ranges-lookup-size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE --target-cidr-range=[TARGET_CIDR_RANGE,
...]]) [--async] [--description=DESCRIPTION] [--immutable]
[--labels=[KEY=VALUE,...]] [--overlaps=[OVERLAPS,...]]
[--peering=PEERING; default="for-self"]
@ -94,7 +94,7 @@ REQUIRED FLAGS
Additional options for the internal range's address auto-allocation
(allowed only when prefix-length is set):
--allocation_strategy=ALLOCATION_STRATEGY
--allocation-strategy=ALLOCATION_STRATEGY
Allocation strategy to be used when searching for a free range.
ALLOCATION_STRATEGY must be one of:
@ -127,10 +127,10 @@ REQUIRED FLAGS
This can be used to exclude specific ranges that are already
intended to have some other use.
--first_available_ranges_lookup_size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE
--first-available-ranges-lookup-size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE
The number of ranges to be considered when using the
RANDOM_FIRST_N_AVAILABLE allocation strategy. This is only allowed
when allocation_strategy is set to RANDOM_FIRST_N_AVAILABLE.
when allocation-strategy is set to RANDOM_FIRST_N_AVAILABLE.
--target-cidr-range=[TARGET_CIDR_RANGE,...]
Can be set to narrow down or pick a different address space while

View file

@ -143,9 +143,9 @@ OPTIONAL FLAGS
List of label KEY=VALUE pairs to add.
--region=REGION
For resources [service connection policy, subnetwork], provides
fallback value for resource region attribute. When the resource's full
URI path is not provided, region will fallback to this flag value.
For resources [service_connection_policy, subnets], provides fallback
value for resource region attribute. When the resource's full URI path
is not provided, region will fallback to this flag value.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -84,9 +84,9 @@ FLAGS
Max number of PSC connections for this policy.
--region=REGION
For resources [service connection policy, subnetwork], provides
fallback value for resource region attribute. When the resource's full
URI path is not provided, region will fallback to this flag value.
For resources [service_connection_policy, subnets], provides fallback
value for resource region attribute. When the resource's full URI path
is not provided, region will fallback to this flag value.
Subnetwork resource - Subnetwork to use for IP address management. This
represents a Cloud resource. (NOTE) Some attributes are not given