mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -93,8 +93,8 @@ OPTIONAL FLAGS
|
|||
|
||||
UPDATE_STRATEGY must be one of:
|
||||
|
||||
INDEPENDENT Either network admin may update or delete the peering
|
||||
connection.
|
||||
INDEPENDENT Updates and deletes to the peering connection can be
|
||||
performed by either network admin.
|
||||
|
||||
CONSENSUS Updates and deletes to the peering connection must be agreed
|
||||
upon by both network admins.
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ EXAMPLES
|
|||
$ gcloud alpha compute networks peerings request-delete \
|
||||
peering-name --network=peer-network
|
||||
|
||||
To complete the deletion, run gcloud alpha compute networks peerings delete
|
||||
for each side of the peering.
|
||||
To complete the deletion, run gcloud compute networks peerings delete for
|
||||
each side of the peering.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -49,5 +49,7 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta compute networks peerings request-delete
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ OPTIONAL FLAGS
|
|||
|
||||
UPDATE_STRATEGY must be one of:
|
||||
|
||||
INDEPENDENT Either network admin may update or delete the peering
|
||||
connection.
|
||||
INDEPENDENT Updates and deletes to the peering connection can be
|
||||
performed by either network admin.
|
||||
|
||||
CONSENSUS Updates and deletes to the peering connection must be agreed
|
||||
upon by both network admins.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute networks subnets describe NAME [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--view=VIEW] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute networks subnets describe displays all data
|
||||
|
|
@ -40,6 +40,14 @@ FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--view=VIEW
|
||||
Specifies the information that the output should contain. VIEW must be
|
||||
(only one value is supported):
|
||||
|
||||
WITH_UTILIZATION
|
||||
Output includes the IP utilization data of all subnetwork ranges,
|
||||
showing total allocated and free IPv4 and IPv6 IPs.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute networks subnets list [NAME ...] [--network=NETWORK]
|
||||
[--regexp=REGEXP, -r REGEXP] [--regions=REGION,[REGION,...]]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
[--view=VIEW] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute networks subnets list displays all Google
|
||||
|
|
@ -51,6 +52,14 @@ FLAGS
|
|||
--regions=REGION,[REGION,...]
|
||||
If provided, only resources from the given regions are queried.
|
||||
|
||||
--view=VIEW
|
||||
Specifies the information that the output should contain. VIEW must be
|
||||
(only one value is supported):
|
||||
|
||||
WITH_UTILIZATION
|
||||
Output includes the IP utilization data of all subnetwork ranges,
|
||||
showing total allocated and free IPv4 and IPv6 IPs.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue