Revert "Updated datatype for mtu" (#4643) (#397)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-04-02 08:52:35 -07:00 committed by GitHub
parent 7e1b5f1213
commit b55af1dad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@ options:
attachment. Currently, only 1440 and 1500 are allowed. If not specified, the attachment. Currently, only 1440 and 1500 are allowed. If not specified, the
value will default to 1440. value will default to 1440.
required: false required: false
type: int type: str
bandwidth: bandwidth:
description: description:
- Provisioned bandwidth capacity for the interconnect attachment. - Provisioned bandwidth capacity for the interconnect attachment.
@ -239,7 +239,7 @@ mtu:
attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value
will default to 1440. will default to 1440.
returned: success returned: success
type: int type: str
bandwidth: bandwidth:
description: description:
- Provisioned bandwidth capacity for the interconnect attachment. - Provisioned bandwidth capacity for the interconnect attachment.
@ -385,7 +385,7 @@ def main():
admin_enabled=dict(default=True, type='bool'), admin_enabled=dict(default=True, type='bool'),
interconnect=dict(type='str'), interconnect=dict(type='str'),
description=dict(type='str'), description=dict(type='str'),
mtu=dict(type='int'), mtu=dict(type='str'),
bandwidth=dict(type='str'), bandwidth=dict(type='str'),
edge_availability_domain=dict(type='str'), edge_availability_domain=dict(type='str'),
type=dict(type='str'), type=dict(type='str'),

View file

@ -155,7 +155,7 @@ resources:
interconnect attachment. Currently, only 1440 and 1500 are allowed. If not interconnect attachment. Currently, only 1440 and 1500 are allowed. If not
specified, the value will default to 1440. specified, the value will default to 1440.
returned: success returned: success
type: int type: str
bandwidth: bandwidth:
description: description:
- Provisioned bandwidth capacity for the interconnect attachment. - Provisioned bandwidth capacity for the interconnect attachment.