mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 12 10:20:16 UTC 2023
This commit is contained in:
parent
f52bc665a7
commit
b4c2508b12
300 changed files with 7469 additions and 3231 deletions
|
|
@ -37,6 +37,8 @@ SYNOPSIS
|
|||
[--network=NETWORK] [--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER] [--numa-node-count=NUMA_NODE_COUNT]
|
||||
[--partner-metadata=[KEY=VALUE,...]]
|
||||
[--partner-metadata-from-file=LOCAL_FILE_PATH]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--post-key-revocation-action-type=POLICY] [--preemptible]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
|
|
@ -150,12 +152,16 @@ FLAGS
|
|||
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:
|
||||
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
|
||||
|
||||
--configure-disk=[PROPERTY=VALUE,...]
|
||||
This option has effect only when used with --source-instance. It allows
|
||||
|
|
@ -716,6 +722,14 @@ FLAGS
|
|||
1, 2, 4 or 8. Setting NUMA node count to 0 means using the default
|
||||
setting.
|
||||
|
||||
--partner-metadata=[KEY=VALUE,...]
|
||||
Partner Metadata assigned to the instance. A map from a
|
||||
subdomain(namespace) to entries map.
|
||||
|
||||
--partner-metadata-from-file=LOCAL_FILE_PATH
|
||||
path to json local file which including the definintion of partner
|
||||
metadata.
|
||||
|
||||
--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT
|
||||
The set of performance measurement counters to enable for the instance.
|
||||
PERFORMANCE_MONITORING_UNIT must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue