mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
cloudstack: streamline modules doc (part 4) (#53874)
* cloudstack: streamline modules doc (part 4) * Parameter types added * Copyright format fixes * Doc style fixes * Examples format fixes * validate-module errors fixes * cs_network_offering: Rollback of the deletion of the choice list for supported_services param
This commit is contained in:
parent
e8972ce459
commit
ef6da8ec5c
14 changed files with 278 additions and 244 deletions
|
@ -98,10 +98,11 @@ options:
|
|||
type: bool
|
||||
acl_type:
|
||||
description:
|
||||
- Access control type for the VPC network tier.
|
||||
- Access control type for the network.
|
||||
- If not specified, Cloudstack will default to C(account) for isolated networks
|
||||
- and C(domain) for shared networks.
|
||||
- Only considered on create.
|
||||
type: str
|
||||
default: account
|
||||
choices: [ account, domain ]
|
||||
acl:
|
||||
description:
|
||||
|
@ -269,7 +270,7 @@ tags:
|
|||
type: list
|
||||
sample: '[ { "key": "foo", "value": "bar" } ]'
|
||||
acl_type:
|
||||
description: Access type of the VPC network tier (Domain, Account).
|
||||
description: Access type of the network (Domain, Account).
|
||||
returned: success
|
||||
type: str
|
||||
sample: Account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue