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
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -64,7 +64,7 @@ vultr_api:
api_account:
description: Account used in the ini file to select the key
returned: success
type: string
type: str
sample: default
api_timeout:
description: Timeout used for the API requests
@ -79,7 +79,7 @@ vultr_api:
api_endpoint:
description: Endpoint used for the API requests
returned: success
type: string
type: str
sample: "https://api.vultr.com"
vultr_network:
description: Response from Vultr API
@ -89,27 +89,27 @@ vultr_network:
id:
description: ID of the network
returned: success
type: string
type: str
sample: "net5b62c6dc63ef5"
name:
description: Name (label) of the network
returned: success
type: string
type: str
sample: "mynetwork"
date_created:
description: Date when the network was created
returned: success
type: string
type: str
sample: "2018-08-02 08:54:52"
region:
description: Region the network was deployed into
returned: success
type: string
type: str
sample: "Amsterdam"
v4_subnet:
description: IPv4 Network address
returned: success
type: string
type: str
sample: "192.168.42.0"
v4_subnet_mask:
description: Ipv4 Network mask