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

@@ -89,11 +89,11 @@ network:
contains:
id:
description: Network ID.
type: string
type: str
sample: "4bb4f9a5-3bd2-4562-bf6a-d17a6341bb56"
name:
description: Network name.
type: string
type: str
sample: "ext_network"
shared:
description: Indicates whether this network is shared across all tenants.
@@ -101,11 +101,11 @@ network:
sample: false
status:
description: Network status.
type: string
type: str
sample: "ACTIVE"
mtu:
description: The MTU of a network resource.
type: integer
type: int
sample: 0
admin_state_up:
description: The administrative state of the network.
@@ -121,7 +121,7 @@ network:
sample: true
tenant_id:
description: The tenant ID.
type: string
type: str
sample: "06820f94b9f54b119636be2728d216fc"
subnets:
description: The associated subnets.
@@ -129,15 +129,15 @@ network:
sample: []
"provider:physical_network":
description: The physical network where this network object is implemented.
type: string
type: str
sample: my_vlan_net
"provider:network_type":
description: The type of physical network that maps to this network resource.
type: string
type: str
sample: vlan
"provider:segmentation_id":
description: An isolated segment on the physical network.
type: string
type: str
sample: 101
'''