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

@ -121,72 +121,72 @@ RETURN = '''
id:
description: "UUID of the VPC."
returned: success
type: string
type: str
sample: 04589590-ac63-4ffc-93f5-b698b8ac38b6
name:
description: "Name of the VPC."
returned: success
type: string
type: str
sample: my_vpc
display_text:
description: "Display text of the VPC."
returned: success
type: string
type: str
sample: My example VPC
cidr:
description: "CIDR of the VPC."
returned: success
type: string
type: str
sample: 10.10.0.0/16
network_domain:
description: "Network domain of the VPC."
returned: success
type: string
type: str
sample: example.com
region_level_vpc:
description: "Whether the VPC is region level or not."
returned: success
type: boolean
type: bool
sample: true
restart_required:
description: "Whether the VPC router needs a restart or not."
returned: success
type: boolean
type: bool
sample: true
distributed_vpc_router:
description: "Whether the VPC uses distributed router or not."
returned: success
type: boolean
type: bool
sample: true
redundant_vpc_router:
description: "Whether the VPC has redundant routers or not."
returned: success
type: boolean
type: bool
sample: true
domain:
description: "Domain the VPC is related to."
returned: success
type: string
type: str
sample: example domain
account:
description: "Account the VPC is related to."
returned: success
type: string
type: str
sample: example account
project:
description: "Name of project the VPC is related to."
returned: success
type: string
type: str
sample: Production
zone:
description: "Name of zone the VPC is in."
returned: success
type: string
type: str
sample: ch-gva-2
state:
description: "State of the VPC."
returned: success
type: string
type: str
sample: Enabled
tags:
description: "List of resource tags associated with the VPC."