mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -81,31 +81,31 @@ network:
|
||||
contains:
|
||||
id:
|
||||
description: Network ID.
|
||||
type: string
|
||||
type: str
|
||||
sample: "8c787000-a000-4050-a215-280893411a7d"
|
||||
name:
|
||||
description: Network name.
|
||||
type: string
|
||||
type: str
|
||||
sample: "My network"
|
||||
description:
|
||||
description: Network description.
|
||||
type: string
|
||||
type: str
|
||||
sample: "My network description"
|
||||
location:
|
||||
description: Datacenter location.
|
||||
type: string
|
||||
type: str
|
||||
sample: NA3
|
||||
status:
|
||||
description: Network status. (MCP 2.0 only)
|
||||
type: string
|
||||
type: str
|
||||
sample: NORMAL
|
||||
private_net:
|
||||
description: Private network subnet. (MCP 1.0 only)
|
||||
type: string
|
||||
type: str
|
||||
sample: "10.2.3.0"
|
||||
multicast:
|
||||
description: Multicast enabled? (MCP 1.0 only)
|
||||
type: boolean
|
||||
type: bool
|
||||
sample: false
|
||||
'''
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user