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