Skip to content

Commit 2d7b88e

Browse files
harshithpatte-gBBBmau
authored andcommitted
fix documentation of mtu field in interconnect attachments resource (GoogleCloudPlatform#14053)
1 parent a2068f2 commit 2d7b88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/products/compute/InterconnectAttachment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ properties:
108108
- name: 'mtu'
109109
type: String
110110
description: |
111-
Maximum Transmission Unit (MTU), in bytes, of packets passing through
112-
this interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
111+
Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment.
112+
Valid values are 1440, 1460, 1500, and 8896. If not specified, the value will default to 1440.
113113
default_from_api: true
114114
custom_flatten: 'templates/terraform/custom_flatten/float64_to_int_to_string.go.tmpl'
115115
- name: 'bandwidth'

0 commit comments

Comments
 (0)