mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Jul 12 10:20:16 UTC 2023
This commit is contained in:
parent
f52bc665a7
commit
b4c2508b12
300 changed files with 7469 additions and 3231 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute routers update-interface NAME
|
||||
--interface-name=INTERFACE_NAME [--ip-address=IP_ADDRESS]
|
||||
[--mask-length=MASK_LENGTH] [--region=REGION]
|
||||
[--ip-version=IP_VERSION] [--mask-length=MASK_LENGTH] [--region=REGION]
|
||||
[--interconnect-attachment=INTERCONNECT_ATTACHMENT
|
||||
| --interconnect-attachment-region=INTERCONNECT_ATTACHMENT_REGION
|
||||
| --vpn-tunnel=VPN_TUNNEL | --vpn-tunnel-region=VPN_TUNNEL_REGION]
|
||||
|
|
@ -25,12 +25,22 @@ REQUIRED FLAGS
|
|||
|
||||
OPTIONAL FLAGS
|
||||
--ip-address=IP_ADDRESS
|
||||
The link local address of the router for this interface.
|
||||
The link local (IPv4) or ULA (IPv6) address of the router for this
|
||||
interface.
|
||||
|
||||
--ip-version=IP_VERSION
|
||||
IP version of the interface. Possible values are IPV4 and IPV6.
|
||||
Defaults to IPV4. IP_VERSION must be one of:
|
||||
|
||||
IPV4
|
||||
Interface with IPv4-based BGP.
|
||||
IPV6
|
||||
Interface with IPv6-based BGP.
|
||||
|
||||
--mask-length=MASK_LENGTH
|
||||
The subnet mask for the link-local IP range of the interface. The
|
||||
interface IP address and BGP peer IP address must be selected from the
|
||||
subnet defined by this link-local range.
|
||||
The subnet mask for the IP range of the interface. The interface IP
|
||||
address and BGP peer IP address must be selected from the subnet
|
||||
defined by this range.
|
||||
|
||||
--region=REGION
|
||||
Region of the router to update. If not specified, you might be prompted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue