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

@ -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