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
|
|
@ -31,7 +31,9 @@ SYNOPSIS
|
|||
[--min-cpu-platform=PLATFORM] [--min-node-cpu=MIN_NODE_CPU]
|
||||
[--network=NETWORK] [--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER] [--preemptible]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--preemptible]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
[--provisioning-model=PROVISIONING_MODEL] [--region=REGION]
|
||||
|
|
@ -652,6 +654,18 @@ 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.
|
||||
|
||||
--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