1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Thu Sep 8 09:21:50 UTC 2022

This commit is contained in:
Automated 2022-09-08 09:21:50 +00:00
parent 6749f65ca2
commit e7bec9b31b
Failed to extract signature
154 changed files with 2457 additions and 577 deletions

View file

@ -19,6 +19,8 @@ SYNOPSIS
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
[--hostname=HOSTNAME]
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
[--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
[--ipv6-address=IPV6_ADDRESS] [--ipv6-network-tier=IPV6_NETWORK_TIER]
[--ipv6-prefix-length=IPV6_PREFIX_LENGTH]
[--ipv6-public-ptr-domain=IPV6_PUBLIC_PTR_DOMAIN]
@ -481,6 +483,19 @@ FLAGS
Default. Stop the VM without preserving memory. The VM can be
restarted later.
--internal-ipv6-address=INTERNAL_IPV6_ADDRESS
Assigns the given internal IPv6 address or range to the instance that
is created. The address must be the first IP in the range or a IP range
with /96. This option can only be used when creating a single instance.
--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH
Optional field that indicates the prefix length of the internal IPv6
address range, should be used together with
--internal-ipv6-address=fd20::. Currently only /96 is supported and the
default value is 96. If not set, the prefix length from
--internal-ipv6-address=fd20::/96 will be used or assigned a default
value of 96.
--ipv6-address=IPV6_ADDRESS
Assigns the given external IPv6 address to the instance that is
created. The address must be the first IP in the range. This option can