1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Feb 23 10:13:49 UTC 2023

This commit is contained in:
Automated 2023-02-23 10:13:49 +00:00
parent 78fb6d9419
commit 7664984b79
46 changed files with 947 additions and 130 deletions

View file

@ -40,7 +40,7 @@ SYNOPSIS
[--secure-tags=SECURE_TAG,[SECURE_TAG,...]]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
[--target-distribution-shape=SHAPE]
[--termination-time=TERMINATION_TIME]
[--threads-per-core=THREADS_PER_CORE]
@ -690,6 +690,15 @@ OPTIONAL FLAGS
The name of the instance template that the instance will be created
from. Users can override fields by specifying other flags.
--stack-type=STACK_TYPE
Specifies whether IPv6 is enabled on the default network interface. If
not specified, IPV4_ONLY will be used. STACK_TYPE must be one of:
IPV4_IPV6
The network interface can have both IPv4 and IPv6 addresses
IPV4_ONLY
The network interface will be assigned IPv4 addresses
--subnet=SUBNET
Specifies the subnet that the VM instances are a part of. If --network
is also specified, subnet must be a subnetwork of the network specified