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

@ -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
'''