1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Mar 8 10:34:05 UTC 2023

This commit is contained in:
Automated 2023-03-08 10:34:05 +00:00
parent bdaa0b3cfc
commit 29661f002c
111 changed files with 1800 additions and 704 deletions

View file

@ -9,9 +9,9 @@ SYNOPSIS
[--candidate-subnets=[SUBNET,...]]
[--cloud-router-ipv6-interface-id=INTERFACE_ID]
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
[--region=REGION] [--stack-type=STACK_TYPE] [--vlan=VLAN]
[GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
[--stack-type=STACK_TYPE] [--vlan=VLAN] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments dedicated create is
@ -100,6 +100,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