mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -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
|
@ -101,52 +101,52 @@ RETURN = '''
|
|||
id:
|
||||
description: UUID of the NIC.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 87b1e0ce-4e01-11e4-bb66-0050569e64b8
|
||||
vm:
|
||||
description: Name of the VM.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: web-01
|
||||
ip_address:
|
||||
description: Primary IP of the NIC.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 10.10.10.10
|
||||
netmask:
|
||||
description: Netmask of the NIC.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 255.255.255.0
|
||||
mac_address:
|
||||
description: MAC address of the NIC.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 02:00:33:31:00:e4
|
||||
vm_guest_ip:
|
||||
description: Secondary IP of the NIC.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 10.10.10.10
|
||||
network:
|
||||
description: Name of the network if not default.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: sync network
|
||||
domain:
|
||||
description: Domain the VM is related to.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example domain
|
||||
account:
|
||||
description: Account the VM is related to.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example account
|
||||
project:
|
||||
description: Name of project the VM is related to.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: Production
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue