mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -95,52 +95,52 @@ RETURN = '''
|
|||
category:
|
||||
description: Category of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: Advanced
|
||||
scope:
|
||||
description: Scope (zone/cluster/storagepool/account) of the parameter that needs to be updated.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: storagepool
|
||||
description:
|
||||
description: Description of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: Setup the host to do multipath
|
||||
name:
|
||||
description: Name of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: zone.vlan.capacity.notificationthreshold
|
||||
value:
|
||||
description: Value of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "0.75"
|
||||
account:
|
||||
description: Account of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: admin
|
||||
Domain:
|
||||
description: Domain of account of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: ROOT
|
||||
zone:
|
||||
description: Zone of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: ch-gva-01
|
||||
cluster:
|
||||
description: Cluster of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: cluster01
|
||||
storage:
|
||||
description: Storage of the configuration.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: storage01
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue