mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud beta compute instances network-interfaces update INSTANCE_NAME
|
||||
[--aliases=ALIASES] [--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--igmp-query=IGMP_QUERY]
|
||||
[--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
|
||||
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER] [--network=NETWORK]
|
||||
|
|
@ -58,6 +59,16 @@ FLAGS
|
|||
be used together with --external-ipv6-address. Currently only /96 is
|
||||
supported and the default value is 96.
|
||||
|
||||
--igmp-query=IGMP_QUERY
|
||||
Determines if the Compute Engine instance can receive and respond to
|
||||
IGMP query packets on the specified network interface. IGMP_QUERY must
|
||||
be one of:
|
||||
|
||||
IGMP_QUERY_DISABLED
|
||||
IGMP Query on the network interface is disabled.
|
||||
IGMP_QUERY_V2
|
||||
IGMP Query V2 on the network interface is enabled.
|
||||
|
||||
--internal-ipv6-address=INTERNAL_IPV6_ADDRESS
|
||||
Assigns the given internal IPv6 address or range to an instance. The
|
||||
address must be the first IP address in the range or a /96 IP address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue