mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 23:51:32 -07:00
* 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:
parent
68d282ab66
commit
d99f2567b4
2 changed files with 24 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue