mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -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
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue