mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 27 09:38:12 UTC 2024
This commit is contained in:
parent
fb3e2aa33b
commit
9cd336cae4
60 changed files with 1726 additions and 122 deletions
|
|
@ -40,6 +40,7 @@ SYNOPSIS
|
|||
[--network-tier=NETWORK_TIER]
|
||||
[--partner-metadata=[NAMESPACE/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]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
|
|
@ -755,6 +756,18 @@ FLAGS
|
|||
--partner-metadata-from-file=LOCAL_FILE_PATH
|
||||
Path to a local json file containing partner metadata.
|
||||
|
||||
--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT
|
||||
The type of performance monitoring counters (PMCs) to enable in the
|
||||
instance. PERFORMANCE_MONITORING_UNIT must be one of:
|
||||
|
||||
architectural
|
||||
This enables architecturally defined non-last level cache (LLC)
|
||||
events.
|
||||
enhanced
|
||||
This enables most documented core/L2 and LLC events.
|
||||
standard
|
||||
This enables most documented core/L2 events.
|
||||
|
||||
--post-key-revocation-action-type=POLICY
|
||||
Specifies the behavior of the instance when the KMS key of one of its
|
||||
attached disks is revoked. The default is noop. POLICY must be one of:
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ SYNOPSIS
|
|||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--per-instance-hostnames=[INSTANCE_NAME=INSTANCE_HOSTNAME,...]]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--post-key-revocation-action-type=POLICY] [--preemptible]
|
||||
[--provisioning-model=PROVISIONING_MODEL]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
|
|
@ -663,6 +664,18 @@ OPTIONAL FLAGS
|
|||
the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when
|
||||
using zonal DNS.
|
||||
|
||||
--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT
|
||||
The type of performance monitoring counters (PMCs) to enable in the
|
||||
instance. PERFORMANCE_MONITORING_UNIT must be one of:
|
||||
|
||||
architectural
|
||||
This enables architecturally defined non-last level cache (LLC)
|
||||
events.
|
||||
enhanced
|
||||
This enables most documented core/L2 and LLC events.
|
||||
standard
|
||||
This enables most documented core/L2 events.
|
||||
|
||||
--post-key-revocation-action-type=POLICY
|
||||
Specifies the behavior of the instance when the KMS key of one of its
|
||||
attached disks is revoked. The default is noop. POLICY must be one of:
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ SYNOPSIS
|
|||
[--network-tier=NETWORK_TIER] [--node-project=NODE_PROJECT]
|
||||
[--partner-metadata=[NAMESPACE/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]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
|
|
@ -816,6 +817,18 @@ FLAGS
|
|||
--partner-metadata-from-file=LOCAL_FILE_PATH
|
||||
Path to a local json file containing partner metadata.
|
||||
|
||||
--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT
|
||||
The type of performance monitoring counters (PMCs) to enable in the
|
||||
instance. PERFORMANCE_MONITORING_UNIT must be one of:
|
||||
|
||||
architectural
|
||||
This enables architecturally defined non-last level cache (LLC)
|
||||
events.
|
||||
enhanced
|
||||
This enables most documented core/L2 and LLC events.
|
||||
standard
|
||||
This enables most documented core/L2 events.
|
||||
|
||||
--post-key-revocation-action-type=POLICY
|
||||
Specifies the behavior of the instance when the KMS key of one of its
|
||||
attached disks is revoked. The default is noop. POLICY must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue