vpc network custom mtu support (#4126) (#312)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-10-19 09:31:30 -07:00 committed by GitHub
parent 93b2e441a5
commit a7dd28caed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View file

@ -175,6 +175,12 @@ resources:
regions.
returned: success
type: str
mtu:
description:
- Maximum Transmission Unit in bytes. The minimum value for this field is 1460
and the maximum value is 1500 bytes.
returned: success
type: int
'''
################################################################################