Add MTU to interconnect (#4496) (#381)

* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* add interconnect mtu

Co-authored-by: upodroid <cy@borg.dev>

* make field computed

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-02-26 13:21:18 -08:00 committed by GitHub
commit d99f2567b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -149,6 +149,13 @@ resources:
- An optional description of this resource.
returned: success
type: str
mtu:
description:
- Maximum Transmission Unit (MTU), in bytes, of packets passing through this
interconnect attachment. Currently, only 1440 and 1500 are allowed. If not
specified, the value will default to 1440.
returned: success
type: str
bandwidth:
description:
- Provisioned bandwidth capacity for the interconnect attachment.