Add attributes to clc, hwc, and lxd modules (#5952)

Add attributes to clc, hwc, and lxd modules.
This commit is contained in:
Felix Fontein 2023-02-24 09:22:26 +01:00 committed by GitHub
commit cc29b16536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 194 additions and 38 deletions

View file

@ -19,13 +19,18 @@ description:
- vpc route management.
short_description: Creates a resource of Vpc/Route in Huawei Cloud
notes:
- If I(id) option is provided, it takes precedence over I(destination), I(vpc_id), I(type) and I(next_hop) for route selection.
- I(destination), I(vpc_id), I(type) and I(next_hop) are used for route selection. If more than one route with this options exists, execution is aborted.
- No parameter support updating. If one of option is changed, the module will create a new resource.
- If I(id) option is provided, it takes precedence over I(destination), I(vpc_id), I(type) and I(next_hop) for route selection.
- I(destination), I(vpc_id), I(type) and I(next_hop) are used for route selection. If more than one route with this options exists, execution is aborted.
- No parameter support updating. If one of option is changed, the module will create a new resource.
version_added: '0.2.0'
author: Huawei Inc. (@huaweicloud)
requirements:
- keystoneauth1 >= 3.6.0
attributes:
check_mode:
support: full
diff_mode:
support: none
options:
state:
description:
@ -55,7 +60,8 @@ options:
required: false
default: 'peering'
extends_documentation_fragment:
- community.general.hwc
- community.general.hwc
- community.general.attributes
'''