mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -21,11 +21,12 @@ SYNOPSIS
|
|||
| --source-snapshot=SOURCE_SNAPSHOT]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[--primary-disk-region=PRIMARY_DISK_REGION
|
||||
| --primary-disk-zone=PRIMARY_DISK_ZONE]
|
||||
[--region=REGION | --zone=ZONE]
|
||||
[--source-disk-region=SOURCE_DISK_REGION
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE]
|
||||
[--primary-disk-project=PRIMARY_DISK_PROJECT]
|
||||
[--primary-disk-region=PRIMARY_DISK_REGION
|
||||
| --primary-disk-zone=PRIMARY_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute disks create creates one or more Compute
|
||||
|
|
@ -83,13 +84,12 @@ FLAGS
|
|||
https://cloud.google.com/sdk/gcloud/reference/compute/disks/snapshot#--guest-flush
|
||||
|
||||
--guest-os-features=[GUEST_OS_FEATURE,...]
|
||||
This parameter enables one or more features for VM instances that use
|
||||
the image for their boot disks. See
|
||||
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features
|
||||
for descriptions of the supported features. GUEST_OS_FEATURE must be
|
||||
one of: BARE_METAL_LINUX_COMPATIBLE, GVNIC, MULTI_IP_SUBNET,
|
||||
SEV_CAPABLE, SEV_LIVE_MIGRATABLE, SEV_SNP_CAPABLE, UEFI_COMPATIBLE,
|
||||
VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
Enables one or more features for VM instances that use the image for
|
||||
their boot disks. See the descriptions of supported features at:
|
||||
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features.
|
||||
GUEST_OS_FEATURE must be one of: BARE_METAL_LINUX_COMPATIBLE, GVNIC,
|
||||
MULTI_IP_SUBNET, SEV_CAPABLE, SEV_LIVE_MIGRATABLE, SEV_SNP_CAPABLE,
|
||||
UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
|
||||
--interface=INTERFACE
|
||||
Specifies the disk interface to use for attaching this disk. Valid
|
||||
|
|
@ -273,18 +273,6 @@ FLAGS
|
|||
▸ provide the argument --kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--primary-disk-region=PRIMARY_DISK_REGION
|
||||
Region of the primary disk for asynchronous replication. The primary
|
||||
and secondary disks must not be in the same region. Overrides the
|
||||
default compute/region property value for this command invocation.
|
||||
|
||||
--primary-disk-zone=PRIMARY_DISK_ZONE
|
||||
Zone of the primary disk for asynchronous replication. The primary
|
||||
and secondary disks must not be in the same region. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--region=REGION
|
||||
|
|
@ -340,6 +328,22 @@ FLAGS
|
|||
disk is in the same zone as the source disk. Overrides the default
|
||||
compute/zone property value for this command invocation.
|
||||
|
||||
ASYNC PD FLAGS
|
||||
--primary-disk-project=PRIMARY_DISK_PROJECT
|
||||
Project of the primary disk for asynchronous replication.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--primary-disk-region=PRIMARY_DISK_REGION
|
||||
Region of the primary disk for asynchronous replication. The primary
|
||||
and secondary disks must not be in the same region. Overrides the
|
||||
default compute/region property value for this command invocation.
|
||||
|
||||
--primary-disk-zone=PRIMARY_DISK_ZONE
|
||||
Zone of the primary disk for asynchronous replication. The primary
|
||||
and secondary disks must not be in the same region. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue