mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -12,9 +12,8 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE] [--count=COUNT]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--can-ip-forward] [--count=COUNT] [--create-disk=[PROPERTY=VALUE,...]]
|
||||
[--description=DESCRIPTION]
|
||||
[--disk=[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[name=NAME],[scope=SCOPE]]
|
||||
[--enable-display-device] [--[no-]enable-nested-virtualization]
|
||||
|
|
@ -54,6 +53,8 @@ SYNOPSIS
|
|||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
--boot-disk-kms-location=BOOT_DISK_KMS_LOCATION
|
||||
--boot-disk-kms-project=BOOT_DISK_KMS_PROJECT]
|
||||
[--confidential-compute
|
||||
| --confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -189,27 +190,6 @@ OPTIONAL FLAGS
|
|||
If provided, allows the instances to send and receive packets with
|
||||
non-matching destination or source IP addresses.
|
||||
|
||||
--confidential-compute
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing is based on Secure Encrypted Virtualization (SEV), an AMD
|
||||
virtualization feature for running confidential instances.
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP), both
|
||||
of which are AMD virtualization features for running confidential
|
||||
instances. Trust Domain eXtension based on Intel virtualization
|
||||
features for running confidential instances is also supported.
|
||||
CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
--count=COUNT
|
||||
Number of Compute Engine virtual machines to create. If specified, and
|
||||
--predefined-names is specified, count must equal the amount of names
|
||||
|
|
@ -787,6 +767,8 @@ OPTIONAL FLAGS
|
|||
The network interface can have both IPv4 and IPv6 addresses
|
||||
IPV4_ONLY
|
||||
The network interface will be assigned IPv4 addresses
|
||||
IPV6_ONLY
|
||||
The network interface will be assigned IPv6 addresses
|
||||
|
||||
--subnet=SUBNET
|
||||
Specifies the subnet that the VM instances are a part of. If --network
|
||||
|
|
@ -899,6 +881,33 @@ OPTIONAL FLAGS
|
|||
▸ provide the argument --boot-disk-kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--confidential-compute
|
||||
(DEPRECATED) The instance boots with Confidential Computing enabled.
|
||||
Confidential Computing is based on Secure Encrypted Virtualization
|
||||
(SEV), an AMD virtualization feature for running confidential
|
||||
instances.
|
||||
|
||||
The --confidential-compute flag will soon be deprecated. Please use
|
||||
--confidential-compute-type=SEV instead
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP),
|
||||
both of which are AMD virtualization features for running
|
||||
confidential instances. Trust Domain eXtension based on Intel
|
||||
virtualization features for running confidential instances is also
|
||||
supported. CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
Custom machine type extensions.
|
||||
|
||||
--custom-cpu=CUSTOM_CPU
|
||||
|
|
|
|||
|
|
@ -11,10 +11,9 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--csek-key-file=FILE]
|
||||
[--deletion-protection] [--description=DESCRIPTION]
|
||||
[--can-ip-forward] [--create-disk=[PROPERTY=VALUE,...]]
|
||||
[--csek-key-file=FILE] [--deletion-protection]
|
||||
[--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
|
||||
[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--enable-display-device] [--[no-]enable-nested-virtualization]
|
||||
|
|
@ -69,6 +68,8 @@ SYNOPSIS
|
|||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
--boot-disk-kms-location=BOOT_DISK_KMS_LOCATION
|
||||
--boot-disk-kms-project=BOOT_DISK_KMS_PROJECT]
|
||||
[--confidential-compute
|
||||
| --confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-family-scope=IMAGE_FAMILY_SCOPE
|
||||
|
|
@ -213,27 +214,6 @@ FLAGS
|
|||
If provided, allows the instances to send and receive packets with
|
||||
non-matching destination or source IP addresses.
|
||||
|
||||
--confidential-compute
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing is based on Secure Encrypted Virtualization (SEV), an AMD
|
||||
virtualization feature for running confidential instances.
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP), both
|
||||
of which are AMD virtualization features for running confidential
|
||||
instances. Trust Domain eXtension based on Intel virtualization
|
||||
features for running confidential instances is also supported.
|
||||
CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
--create-disk=[PROPERTY=VALUE,...]
|
||||
Creates and attaches persistent disks to the instances.
|
||||
|
||||
|
|
@ -1051,6 +1031,33 @@ FLAGS
|
|||
▸ provide the argument --boot-disk-kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--confidential-compute
|
||||
(DEPRECATED) The instance boots with Confidential Computing enabled.
|
||||
Confidential Computing is based on Secure Encrypted Virtualization
|
||||
(SEV), an AMD virtualization feature for running confidential
|
||||
instances.
|
||||
|
||||
The --confidential-compute flag will soon be deprecated. Please use
|
||||
--confidential-compute-type=SEV instead
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP),
|
||||
both of which are AMD virtualization features for running
|
||||
confidential instances. Trust Domain eXtension based on Intel
|
||||
virtualization features for running confidential instances is also
|
||||
supported. CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
Custom machine type extensions.
|
||||
|
||||
--custom-cpu=CUSTOM_CPU
|
||||
|
|
|
|||
|
|
@ -10,9 +10,8 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--container-arg=CONTAINER_ARG] [--container-command=CONTAINER_COMMAND]
|
||||
[--can-ip-forward] [--container-arg=CONTAINER_ARG]
|
||||
[--container-command=CONTAINER_COMMAND]
|
||||
[--container-env=[KEY=VALUE, ...,...]]
|
||||
[--container-env-file=CONTAINER_ENV_FILE]
|
||||
[--container-image=CONTAINER_IMAGE]
|
||||
|
|
@ -56,6 +55,8 @@ SYNOPSIS
|
|||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT] [--zone=ZONE]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--confidential-compute
|
||||
| --confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -151,27 +152,6 @@ FLAGS
|
|||
If provided, allows the instances to send and receive packets with
|
||||
non-matching destination or source IP addresses.
|
||||
|
||||
--confidential-compute
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing is based on Secure Encrypted Virtualization (SEV), an AMD
|
||||
virtualization feature for running confidential instances.
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP), both
|
||||
of which are AMD virtualization features for running confidential
|
||||
instances. Trust Domain eXtension based on Intel virtualization
|
||||
features for running confidential instances is also supported.
|
||||
CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
--container-arg=CONTAINER_ARG
|
||||
Argument to append to container entrypoint or to override container
|
||||
CMD. Each argument must have a separate flag. Arguments are appended in
|
||||
|
|
@ -853,6 +833,33 @@ FLAGS
|
|||
▸ https://cloud.google.com/vpc/docs/configure-private-google-access
|
||||
▸ https://cloud.google.com/nat/docs/using-nat
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--confidential-compute
|
||||
(DEPRECATED) The instance boots with Confidential Computing enabled.
|
||||
Confidential Computing is based on Secure Encrypted Virtualization
|
||||
(SEV), an AMD virtualization feature for running confidential
|
||||
instances.
|
||||
|
||||
The --confidential-compute flag will soon be deprecated. Please use
|
||||
--confidential-compute-type=SEV instead
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP),
|
||||
both of which are AMD virtualization features for running
|
||||
confidential instances. Trust Domain eXtension based on Intel
|
||||
virtualization features for running confidential instances is also
|
||||
supported. CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
Custom machine type extensions.
|
||||
|
||||
--custom-cpu=CUSTOM_CPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue