1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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

@ -3,8 +3,9 @@ NAME
image from virtual appliance in OVA/OVF format
SYNOPSIS
gcloud compute machine-images import IMAGE --source-uri=SOURCE_URI
[--no-address] [--async] [--byol] [--can-ip-forward]
gcloud 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