mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute interconnects attachments partner create NAME
|
||||
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin]
|
||||
[--encryption=ENCRYPTION] [--ipsec-internal-addresses=[ADDRESSES]]
|
||||
[--mtu=MTU] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects attachments partner create is
|
||||
|
|
@ -56,6 +57,38 @@ OPTIONAL FLAGS
|
|||
is operational and will carry traffic. Use --no-enable-admin to disable
|
||||
it.
|
||||
|
||||
--encryption=ENCRYPTION
|
||||
Indicates the user-supplied encryption option for this interconnect
|
||||
attachment (VLAN attachment).
|
||||
|
||||
Possible values are:
|
||||
|
||||
NONE - This is the default value, which means the interconnect
|
||||
attachment carries unencrypted traffic. VMs can send traffic to or
|
||||
receive traffic from such interconnect attachment.
|
||||
|
||||
IPSEC - The interconnect attachment carries only traffic that is
|
||||
encrypted by an IPsec device; for example, an HA VPN gateway or
|
||||
third-party IPsec VPN. VMs cannot directly send traffic to or receive
|
||||
traffic from such an interconnect attachment. To use HA VPN over Cloud
|
||||
Interconnect, the interconnect attachment must be created with this
|
||||
option.
|
||||
|
||||
ENCRYPTION must be one of: IPSEC, NONE.
|
||||
|
||||
--ipsec-internal-addresses=[ADDRESSES]
|
||||
List of IP address range names that have been reserved for the
|
||||
interconnect attachment (VLAN attachment). Use this option only for an
|
||||
interconnect attachment that has its encryption option set as IPSEC.
|
||||
Currently only one internal IP address range can be specified for each
|
||||
attachment. When creating an HA VPN gateway for the interconnect
|
||||
attachment, if the attachment is configured to use a regional internal
|
||||
IP address, then the VPN gateway's IP address is allocated from the IP
|
||||
address range specified here. If this field is not specified when
|
||||
creating the interconnect attachment, then when creating any HA VPN
|
||||
gateways for this interconnect attachment, the HA VPN gateway's IP
|
||||
address is allocated from a regional external IP address pool.
|
||||
|
||||
--mtu=MTU
|
||||
Maximum transmission unit (MTU) is the size of the largest IP packet
|
||||
passing through this interconnect attachment. Only 1440 and 1500 are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue