https://cloud.google.com/network-connectivity/docs/interconnect/how-to/dedicated/modifying-vlan-attachments#console
文档显示您可以在控制台中增加VLAN连接带宽,但我不能使用该选项。正如您希望在包含的图像中看到的那样,没有容量字段。
发布于 2021-02-06 06:20:07
您可以使用gcloud命令来完成(容量:附件的最大带宽):
gcloud compute interconnects attachments dedicated update NAME \
--region=REGION \
--description=DESCRIPTION \
--bandwidth=BANDWIDTH \
--mtu MTUhttps://stackoverflow.com/questions/66070518
复制相似问题