Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -113,42 +113,42 @@ RETURN = '''
name:
description: flow name
returned: always
type: string
type: str
sample: "http_drop"
link:
description: flow's link
returned: if link is defined
type: string
type: str
sample: "vnic0"
state:
description: state of the target
returned: always
type: string
type: str
sample: "present"
temporary:
description: flow's persistence
returned: always
type: boolean
type: bool
sample: "True"
priority:
description: flow's priority
returned: if priority is defined
type: string
type: str
sample: "low"
transport:
description: flow's transport
returned: if transport is defined
type: string
type: str
sample: "tcp"
maxbw:
description: flow's maximum bandwidth
returned: if maxbw is defined
type: string
type: str
sample: "100M"
local_Ip:
description: flow's local IP address
returned: if local_ip is defined
type: string
type: str
sample: "10.0.0.42"
local_port:
description: flow's local port
@ -158,12 +158,12 @@ local_port:
remote_Ip:
description: flow's remote IP address
returned: if remote_ip is defined
type: string
type: str
sample: "10.0.0.42"
dsfield:
description: flow's differentiated services value
returned: if dsfield is defined
type: string
type: str
sample: "0x2e:0xfc"
'''