defghi*: style adjustments (#9532)

* defghi*: style adjustments

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-01-07 18:30:03 +13:00 committed by GitHub
parent 838cdaab42
commit 8cef0ee551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 69 additions and 73 deletions

View file

@ -86,22 +86,22 @@ EXAMPLES = r"""
RETURN = r"""
id:
description:
- The id of vpc.
- The ID of VPC.
type: str
returned: success
name:
description:
- The name of vpc.
- The name of VPC.
type: str
returned: success
cidr:
description:
- The range of available subnets in the vpc.
- The range of available subnets in the VPC.
type: str
returned: success
status:
description:
- The status of vpc.
- The status of VPC.
type: str
returned: success
routes:
@ -122,7 +122,7 @@ routes:
returned: success
enable_shared_snat:
description:
- Show whether the shared snat is enabled.
- Show whether the shared SNAT is enabled.
type: bool
returned: success
"""