mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 16:44:22 -07:00
infinity: improve RV descriptions (#10618)
This commit is contained in:
parent
a68ba50466
commit
4e8a6c03dd
1 changed files with 27 additions and 15 deletions
|
@ -110,16 +110,28 @@ network_id:
|
|||
type: str
|
||||
sample: '1501'
|
||||
ip_info:
|
||||
description: When reserve next available IP address from a network, the IP address info is returned.
|
||||
description:
|
||||
- When reserve next available IP address from a network, the IP address info is returned.
|
||||
- Please note that the value is a B(string) containing JSON data.
|
||||
returned: success
|
||||
type: str
|
||||
sample: '{"address": "192.168.10.3", "hostname": "", "FQDN": "", "domainname": "", "id": 3229}'
|
||||
sample: >-
|
||||
{
|
||||
"address": "192.168.10.3",
|
||||
"hostname": "",
|
||||
"FQDN": "",
|
||||
"domainname": "",
|
||||
"id": 3229
|
||||
}
|
||||
network_info:
|
||||
description: When reserving a LAN network from a Infinity supernet by providing network_size, the information about the
|
||||
reserved network is returned.
|
||||
description:
|
||||
- When reserving a LAN network from a Infinity supernet by providing network_size, the information about the reserved
|
||||
network is returned.
|
||||
- Please note that the value is a B(string) containing JSON data.
|
||||
returned: success
|
||||
type: str
|
||||
sample: {
|
||||
sample: >-
|
||||
{
|
||||
"network_address": "192.168.10.32/28",
|
||||
"network_family": "4",
|
||||
"network_id": 3102,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue