1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed May 10 11:35:23 UTC 2023

This commit is contained in:
Automated 2023-05-10 11:35:23 +00:00
parent a4643b613a
commit 14441c7ea7
154 changed files with 6649 additions and 164 deletions

View file

@ -11,7 +11,8 @@ SYNOPSIS
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
[--can-ip-forward] [--confidential-compute] [--count=COUNT]
[--can-ip-forward] [--confidential-compute]
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE] [--count=COUNT]
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
[--disk=[boot=BOOT],
[device-name=DEVICE-NAME],[name=NAME],[scope=SCOPE]]
@ -188,6 +189,18 @@ OPTIONAL FLAGS
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. CONFIDENTIAL_COMPUTE_TYPE must be one of:
SEV
Secure Encrypted Virtualization
SEV_SNP
Secure Encrypted Virtualization - Secure Nested Paging
--count=COUNT
Number of Compute Engine virtual machines to create. If specified, and
--predefined-names is specified, count must equal the amount of names

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--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]
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
@ -200,6 +201,18 @@ FLAGS
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. CONFIDENTIAL_COMPUTE_TYPE must be one of:
SEV
Secure Encrypted Virtualization
SEV_SNP
Secure Encrypted Virtualization - Secure Nested Paging
--create-disk=[PROPERTY=VALUE,...]
Creates and attaches persistent disks to the instances.

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--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]
[--container-env=[KEY=VALUE, ...,...]]
[--container-env-file=CONTAINER_ENV_FILE]
@ -152,6 +153,18 @@ FLAGS
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. CONFIDENTIAL_COMPUTE_TYPE must be one of:
SEV
Secure Encrypted Virtualization
SEV_SNP
Secure Encrypted Virtualization - Secure Nested Paging
--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