mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Feb 29 10:17:22 UTC 2024
This commit is contained in:
parent
8778dcbd7e
commit
37dd57701a
203 changed files with 3473 additions and 5938 deletions
|
|
@ -10,9 +10,10 @@ SYNOPSIS
|
|||
[--cloud-router-ipv6-interface-id=INTERFACE_ID]
|
||||
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin]
|
||||
[--encryption=ENCRYPTION] [--ipsec-internal-addresses=[ADDRESSES]]
|
||||
[--mtu=MTU] [--region=REGION] [--stack-type=STACK_TYPE]
|
||||
[--subnet-length=SUBNET_LENGTH] [--vlan=VLAN] [GCLOUD_WIDE_FLAG ...]
|
||||
[--enable-multicast] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--stack-type=STACK_TYPE] [--subnet-length=SUBNET_LENGTH] [--vlan=VLAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects attachments dedicated create is
|
||||
|
|
@ -91,6 +92,11 @@ OPTIONAL FLAGS
|
|||
is operational and will carry traffic. Use --no-enable-admin to disable
|
||||
it.
|
||||
|
||||
--enable-multicast
|
||||
If supplied, the attachment will be able to carry multicast traffic. If
|
||||
not provided on creation, defaults to disabled. Use
|
||||
--no-enable-multicast to disable it.
|
||||
|
||||
--encryption=ENCRYPTION
|
||||
Indicates the user-supplied encryption option for this interconnect
|
||||
attachment (VLAN attachment).
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
[--bandwidth=BANDWIDTH] [--candidate-ipv6-subnets=[IPV6_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]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--enable-multicast]
|
||||
[--mtu=MTU] [--region=REGION] [--stack-type=STACK_TYPE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -68,6 +68,10 @@ FLAGS
|
|||
enabled, the attachment is operational and will carry traffic. Use
|
||||
--no-enable-admin to disable it.
|
||||
|
||||
--enable-multicast
|
||||
When enabled, the attachment will be able to carry multicast traffic.
|
||||
Use --no-enable-multicast to disable it.
|
||||
|
||||
--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