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

gcloud: Wed Jul 23 10:59:14 UTC 2025

This commit is contained in:
Automated 2025-07-23 10:59:14 +00:00
parent fe3a430c1d
commit 0acbd64d02
208 changed files with 2473 additions and 622 deletions

View file

@ -19,6 +19,7 @@ SYNOPSIS
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
[--purpose=PURPOSE] [--range=RANGE] [--region=REGION]
[--reserved-internal-range=RESERVED_INTERNAL_RANGE]
[--resolve-subnet-mask=RESOLVE_SUBNET_MASK]
[--resource-manager-tags=[KEY=VALUE,...]] [--role=ROLE]
[--secondary-range=PROPERTY=VALUE,[...]]
[--secondary-range-with-reserved-internal-range=RANGE_NAME=INTERNAL_RANGE_URL,
@ -205,6 +206,17 @@ OPTIONAL FLAGS
--reserved-internal-range
//networkconnectivity.googleapis.com/projects/PROJECT/locations/global/internalRanges/RANGE
--resolve-subnet-mask=RESOLVE_SUBNET_MASK
Resolve subnet mask can only be set when subnet is created.
RESOLVE_SUBNET_MASK must be one of:
ARP_ALL_RANGES
All IP ranges assigned to VM NICs in this subnet will respond to
ARP
ARP_PRIMARY_RANGE
Primary IP range of VM NICs in this subnet will respond to ARP.
--resource-manager-tags=[KEY=VALUE,...]
A comma-separated list of Resource Manager tags to apply to the
subnetwork.