mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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
|
|
@ -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