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

gcloud: Wed Aug 20 11:13:38 UTC 2025

This commit is contained in:
Automated 2025-08-20 11:13:38 +00:00
parent d6d01162c7
commit 470b35e498
164 changed files with 1705 additions and 392 deletions

View file

@ -9,14 +9,7 @@ SYNOPSIS
DESCRIPTION
(BETA) gcloud beta compute external-vpn-gateways create creates a new
external VPN gateway.
External VPN gateway is the on-premises VPN gateway or another cloud
provider's VPN gateway that connects to your Google Cloud VPN gateway. To
create a highly available VPN from Google Cloud to your on-premises side or
another Cloud provider's VPN gateway, you must create an external VPN
gateway resource in Google Cloud, which provides the information to Google
Cloud about your external VPN gateway.
External Vpn Gateway
EXAMPLES
To create an external VPN gateway, run:

View file

@ -2,7 +2,7 @@ NAME
gcloud beta compute images import - import an image into Compute Engine
SYNOPSIS
gcloud beta compute images import IMAGE_NAME
gcloud beta compute images import IMAGE_NAME --cmd-deprecated
(--source-file=SOURCE_FILE | --source-image=SOURCE_IMAGE
| --aws-access-key-id=AWS_ACCESS_KEY_ID --aws-region=AWS_REGION
--aws-secret-access-key=AWS_SECRET_ACCESS_KEY
@ -76,6 +76,12 @@ POSITIONAL ARGUMENTS
Name of the disk image to create.
REQUIRED FLAGS
--cmd-deprecated
The command you're using is deprecated and will be removed by December
31, 2025. We recommend using gcloud compute migration image-imports
instead. See our official documentation for more information.
https://cloud.google.com/migrate/virtual-machines/docs/5.0/migrate/image_import.
Exactly one of these must be specified:
Image import from local file, Cloud Storage or Compute Engine image.

View file

@ -33,7 +33,7 @@ REQUIRED FLAGS
The interconnect for the interconnect attachment
--router=ROUTER
The Google Cloud Router to use for dynamic routing.
Google Cloud Router to use for dynamic routing.
OPTIONAL FLAGS
--bandwidth=BANDWIDTH

View file

@ -46,7 +46,7 @@ REQUIRED FLAGS
Edge Availability Domain 2
--router=ROUTER
The Google Cloud Router to use for dynamic routing.
Google Cloud Router to use for dynamic routing.
OPTIONAL FLAGS
--candidate-cloud-router-ip-address=CANDIDATE_CLOUD_ROUTER_IP_ADDRESS

View file

@ -3,8 +3,9 @@ NAME
image from virtual appliance in OVA/OVF format
SYNOPSIS
gcloud beta compute machine-images import IMAGE --source-uri=SOURCE_URI
[--no-address] [--async] [--byol] [--can-ip-forward]
gcloud beta compute machine-images import IMAGE --cmd-deprecated
--source-uri=SOURCE_URI [--no-address] [--async] [--byol]
[--can-ip-forward]
[--cloudbuild-service-account=CLOUDBUILD_SERVICE_ACCOUNT]
[--compute-service-account=COMPUTE_SERVICE_ACCOUNT]
[--description=DESCRIPTION] [--no-guest-environment] [--guest-flush]
@ -50,6 +51,12 @@ POSITIONAL ARGUMENTS
Name of the machineImage to import.
REQUIRED FLAGS
--cmd-deprecated
The command you're using is deprecated and will be removed by December
31, 2025. We recommend using gcloud compute migration image-imports
instead. See our official documentation for more information.
https://cloud.google.com/migrate/virtual-machines/docs/5.0/migrate/image_import.
--source-uri=SOURCE_URI
Cloud Storage path to one of: OVF descriptor OVA file Directory with
OVF package. For more information about Cloud Storage URIs, see

View file

@ -57,7 +57,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--async
@ -65,7 +65,7 @@ OPTIONAL FLAGS
complete.
--auto-network-tier=AUTO_NETWORK_TIER
The network tier to use when automatically reserving NAT IP addresses.
Network tier to use when automatically reserving NAT IP addresses.
AUTO_NETWORK_TIER must be one of:
PREMIUM

View file

@ -22,7 +22,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -22,7 +22,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -18,7 +18,7 @@ EXAMPLES
REQUIRED FLAGS
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -50,7 +50,7 @@ REQUIRED FLAGS
Name of the NAT that contains the Rule
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--async

View file

@ -25,7 +25,7 @@ REQUIRED FLAGS
Name of the NAT that contains the Rule
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -25,7 +25,7 @@ REQUIRED FLAGS
Name of the NAT that contains the Rule
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -21,7 +21,7 @@ REQUIRED FLAGS
Name of the NAT that contains the Rule
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION

View file

@ -35,7 +35,7 @@ REQUIRED FLAGS
Name of the NAT that contains the Rule
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--async

View file

@ -49,17 +49,16 @@ EXAMPLES
Change connection timeouts associated with NAT:
$ gcloud beta compute routers nats update nat1 --router=my-router \
--udp-mapping-idle-timeout=60s --icmp-mapping-idle-timeout=60s \
--tcp-established-connection-idle-timeout=60s \
--tcp-transitory-connection-idle-timeout=60s
--udp-idle-timeout=60s --icmp-idle-timeout=60s \
--tcp-established-idle-timeout=60s \
--tcp-transitory-idle-timeout=60s
Reset connection timeouts associated NAT to default values:
$ gcloud beta compute routers nats update nat1 --router=my-router \
--clear-udp-mapping-idle-timeout \
--clear-icmp-mapping-idle-timeout \
--clear-tcp-established-connection-idle-timeout \
--clear-tcp-transitory-connection-idle-timeout
--clear-udp-idle-timeout --clear-icmp-idle-timeout \
--clear-tcp-established-idle-timeout \
--clear-tcp-transitory-idle-timeout
POSITIONAL ARGUMENTS
NAME
@ -67,7 +66,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--router=ROUTER
The Router to use for NAT.
Router to use for NAT.
OPTIONAL FLAGS
--async
@ -75,7 +74,7 @@ OPTIONAL FLAGS
complete.
--auto-network-tier=AUTO_NETWORK_TIER
The network tier to use when automatically reserving NAT IP addresses.
Network tier to use when automatically reserving NAT IP addresses.
AUTO_NETWORK_TIER must be one of:
PREMIUM

View file

@ -172,7 +172,7 @@ OPTIONAL FLAGS
VPN gateway.
--router=ROUTER
The Router to use for dynamic routing.
Router to use for dynamic routing.
--router-region=ROUTER_REGION
Region of the router to operate on. If not specified, you might be