mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-23 17:39:09 -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
|
@ -103,32 +103,32 @@ data:
|
|||
id:
|
||||
description: Identification string of network.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: N_12345
|
||||
name:
|
||||
description: Written name of network.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: YourNet
|
||||
organizationId:
|
||||
description: Organization ID which owns the network.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 0987654321
|
||||
tags:
|
||||
description: Space delimited tags assigned to network.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: " production wireless "
|
||||
timeZone:
|
||||
description: Timezone where network resides.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: America/Chicago
|
||||
type:
|
||||
description: Functional type of network.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: switch
|
||||
disableMyMerakiCom:
|
||||
description: States whether U(my.meraki.com) and other device portals should be disabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue