mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -181,5 +181,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 migration vms machine-image-imports create
|
||||
|
||||
|
|
|
|||
|
|
@ -68,5 +68,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 migration vms machine-image-imports delete
|
||||
|
||||
|
|
|
|||
|
|
@ -66,5 +66,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 migration vms machine-image-imports describe
|
||||
|
||||
|
|
|
|||
|
|
@ -7,20 +7,20 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha migration vms machine-image-imports provides a more
|
||||
robust and better supported method for importing machine images to Google
|
||||
Compute Engine. Other image-related operations (for example, list) can be
|
||||
done using gcloud compute images, as usual.
|
||||
(ALPHA) gcloud migration vms machine-image-imports provides a more robust
|
||||
and better supported method for importing machine images to Google Compute
|
||||
Engine. Other image-related operations (for example, list) can be done
|
||||
using gcloud compute images, as usual.
|
||||
|
||||
The commands use VM Migration API which supports importing of a machine
|
||||
image from a Google Cloud Storage file (gs://...) to a target project. VM
|
||||
Migration API must be enabled in your project.
|
||||
|
||||
gcloud alpha migration vms machine-image-imports create creates a machine
|
||||
Image Import resource with a nested Image Import Job resource. The Image
|
||||
Import Job resource tracks the machine image import progress. After the
|
||||
Image Import Job completes, successfully or otherwise, there's no further
|
||||
use for the Image Import resource.
|
||||
gcloud migration vms machine-image-imports create creates a machine Image
|
||||
Import resource with a nested Image Import Job resource. The Image Import
|
||||
Job resource tracks the machine image import progress. After the Image
|
||||
Import Job completes, successfully or otherwise, there's no further use for
|
||||
the Image Import resource.
|
||||
|
||||
The machine image is imported to a Google Cloud Project, desginated by the
|
||||
Target Project resource. To get a list of Target Projects, run the gcloud
|
||||
|
|
@ -61,5 +61,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 migration vms machine-image-imports
|
||||
|
||||
|
|
|
|||
|
|
@ -86,5 +86,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 migration vms machine-image-imports list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue