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

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud alpha compute instances network-interfaces update INSTANCE_NAME
[--aliases=ALIASES] [--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
[--aliases=ALIASES] [--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
[--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] [--network=NETWORK]
@ -44,6 +46,16 @@ FLAGS
--aliases="10.128.1.0/24;r1:/32"
--external-ipv6-address=EXTERNAL_IPV6_ADDRESS
Assigns the given external IPv6 address to an instance. The address
must be the first IP in the range. This option is applicable only to
dual-stack instances with stack-type=IPV4_ONLY.
--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH
The prefix length of the external IPv6 address range. This flag should
be used together with --external-ipv6-address. Currently only /96 is
supported and the default value is 96.
--internal-ipv6-address=INTERNAL_IPV6_ADDRESS
Assigns the given internal IPv6 address or range to an instance. The
address must be the first IP in the range or a IP range with /96. This
@ -59,8 +71,8 @@ FLAGS
--ipv6-address=IPV6_ADDRESS
Assigns the given external IPv6 address to an instance. The address
must be the first IP in the range. This option can only be used on a
IPv4 only dual stack instance.
must be the first IP in the range. This option is applicable only to
dual-stack instances with stack-type=IPV4_ONLY.
--ipv6-network-tier=IPV6_NETWORK_TIER
Specifies the IPv6 network tier that will be used to configure the
@ -71,9 +83,9 @@ FLAGS
High quality, Google-grade network tier.
--ipv6-prefix-length=IPV6_PREFIX_LENGTH
Prefix Length of the External IPv6 address range, should be used
together with --ipv6-address. Currently only /96 is supported and the
default value is 96.
The prefix length of the external IPv6 address range. This flag should
be used together with --ipv6-address. Currently only /96 is supported
and the default value is 96.
--network=NETWORK
Specifies the network this network interface belongs to.