mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -35,6 +35,7 @@ SYNOPSIS
|
|||
[--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER] [--numa-node-count=NUMA_NODE_COUNT]
|
||||
[--per-instance-hostnames=[INSTANCE_NAME=INSTANCE_HOSTNAME,...]]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--post-key-revocation-action-type=POLICY] [--preemptible]
|
||||
[--provisioning-model=PROVISIONING_MODEL]
|
||||
|
|
@ -154,10 +155,8 @@ OPTIONAL FLAGS
|
|||
boot disk is being created (as opposed to mounting an existing
|
||||
persistent disk). The value must be a whole number followed by a size
|
||||
unit of KB for kilobyte, MB for megabyte, GB for gigabyte, or TB for
|
||||
terabyte. For example, 10GB will produce a 10 gigabyte disk. The
|
||||
minimum size a boot disk can have is 10 GB. Disk size must be a
|
||||
multiple of 1 GB. Limit boot disk size to 2 TB to account for MBR
|
||||
partition table limitations. Default size unit is GB.
|
||||
terabyte. For example, 10GB will produce a 10 gigabyte disk. Disk size
|
||||
must be a multiple of 1 GB. Default size unit is GB.
|
||||
|
||||
--boot-disk-type=BOOT_DISK_TYPE
|
||||
The type of the boot disk. This option can only be specified if a new
|
||||
|
|
@ -637,6 +636,13 @@ OPTIONAL FLAGS
|
|||
1, 2, 4 or 8. Setting NUMA node count to 0 means using the default
|
||||
setting.
|
||||
|
||||
--per-instance-hostnames=[INSTANCE_NAME=INSTANCE_HOSTNAME,...]
|
||||
Specify the hostname of the instance to be created. The specified
|
||||
hostname must be RFC1035 compliant. If hostname is not specified, the
|
||||
default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal when using
|
||||
the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when
|
||||
using zonal DNS.
|
||||
|
||||
--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