mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
61 lines
1.5 KiB
Text
61 lines
1.5 KiB
Text
NAME
|
|
gcloud compute machine-images - read and manage Compute Engine machine
|
|
image resources
|
|
|
|
SYNOPSIS
|
|
gcloud compute machine-images COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manage Compute Engine machine image resources..
|
|
|
|
For more information about machine images, see the machine images
|
|
documentation (https://cloud.google.com/compute/docs/machine-images).
|
|
|
|
See also: Machine images API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/machineImages).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to the IAM policy of a Compute Engine machine
|
|
image.
|
|
|
|
create
|
|
Create a Compute Engine machine image.
|
|
|
|
delete
|
|
Delete a Compute Engine machine image.
|
|
|
|
describe
|
|
Describe a Compute Engine machine image.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a Compute Engine machine image.
|
|
|
|
import
|
|
Create a Compute Engine machine image from virtual appliance in OVA/OVF
|
|
format.
|
|
|
|
list
|
|
List Google Compute Engine machine images.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding from the IAM policy of a Compute Engine
|
|
machine image.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a Compute Engine machine image.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute machine-images
|
|
|
|
$ gcloud beta compute machine-images
|
|
|