mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -32,6 +32,7 @@ SYNOPSIS
|
|||
[--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--post-key-revocation-action-type=POLICY] [--preemptible]
|
||||
[--provisioning-model=PROVISIONING_MODEL]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
|
|
@ -606,6 +607,18 @@ OPTIONAL FLAGS
|
|||
NETWORK_TIER must be one of: PREMIUM, STANDARD, FIXED_STANDARD. The
|
||||
default value is PREMIUM.
|
||||
|
||||
--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=NETWORK] [--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER] [--node-project=NODE_PROJECT]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--preemptible]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
|
|
@ -744,6 +745,18 @@ FLAGS
|
|||
The name of the project with shared sole tenant node groups to create
|
||||
an instance in.
|
||||
|
||||
--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.
|
||||
|
||||
--preemptible
|
||||
If provided, instances will be preemptible and time-limited. Instances
|
||||
might be preempted to free up resources for standard VM instances, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue