mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute instances create INSTANCE_NAMES [INSTANCE_NAMES ...]
|
||||
[--accelerator=[count=COUNT],[type=TYPE]] [--async]
|
||||
[--availability-domain=AVAILABILITY_DOMAIN]
|
||||
[--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
|
|
@ -168,6 +169,14 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--availability-domain=AVAILABILITY_DOMAIN
|
||||
Specifies the availability domain that this VM instance should be
|
||||
scheduled on. The number of availability domains that a VM can be
|
||||
scheduled on is specified when you create the spread placement policy.
|
||||
|
||||
Specify a value from 1 to the number of domains that are available in
|
||||
your placement policy.
|
||||
|
||||
--boot-disk-auto-delete
|
||||
Automatically delete boot disks when their instances are deleted.
|
||||
Enabled by default, use --no-boot-disk-auto-delete to disable.
|
||||
|
|
@ -910,6 +919,8 @@ FLAGS
|
|||
The network interface can have both IPv4 and IPv6 addresses
|
||||
IPV4_ONLY
|
||||
The network interface will be assigned IPv4 addresses
|
||||
IPV6_ONLY
|
||||
The network interface will be assigned IPv6 addresses
|
||||
|
||||
--subnet=SUBNET
|
||||
Specifies the subnet that the VM instances are a part of. If --network
|
||||
|
|
@ -1255,8 +1266,8 @@ FLAGS
|
|||
|
||||
stack-type
|
||||
Specifies whether IPv6 is enabled on the interface. STACK_TYPE
|
||||
must be one of: IPV4_ONLY, IPV4_IPV6. The default value is
|
||||
IPV4_ONLY.
|
||||
must be one of: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. The default
|
||||
value is IPV4_ONLY.
|
||||
|
||||
ipv6-network-tier
|
||||
Specifies the IPv6 network tier that will be used to configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue