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

@ -251,104 +251,104 @@ RETURN = '''
id:
description: UUID of the instance.
returned: success
type: string
type: str
sample: 04589590-ac63-4ffc-93f5-b698b8ac38b6
name:
description: Name of the instance.
returned: success
type: string
type: str
sample: web-01
display_name:
description: Display name of the instance.
returned: success
type: string
type: str
sample: web-01
group:
description: Group name of the instance is related.
returned: success
type: string
type: str
sample: web
created:
description: Date of the instance was created.
returned: success
type: string
type: str
sample: 2014-12-01T14:57:57+0100
password_enabled:
description: True if password setting is enabled.
returned: success
type: boolean
type: bool
sample: true
password:
description: The password of the instance if exists.
returned: success
type: string
type: str
sample: Ge2oe7Do
ssh_key:
description: Name of SSH key deployed to instance.
returned: success
type: string
type: str
sample: key@work
domain:
description: Domain the instance is related to.
returned: success
type: string
type: str
sample: example domain
account:
description: Account the instance is related to.
returned: success
type: string
type: str
sample: example account
project:
description: Name of project the instance is related to.
returned: success
type: string
type: str
sample: Production
default_ip:
description: Default IP address of the instance.
returned: success
type: string
type: str
sample: 10.23.37.42
default_ip6:
description: Default IPv6 address of the instance.
returned: success
type: string
type: str
sample: 2a04:c43:c00:a07:4b4:beff:fe00:74
version_added: '2.6'
public_ip:
description: Public IP address with instance via static NAT rule.
returned: success
type: string
type: str
sample: 1.2.3.4
iso:
description: Name of ISO the instance was deployed with.
returned: success
type: string
type: str
sample: Debian-8-64bit
template:
description: Name of template the instance was deployed with.
returned: success
type: string
type: str
sample: Linux Debian 9 64-bit
template_display_text:
description: Display text of template the instance was deployed with.
returned: success
type: string
type: str
sample: Linux Debian 9 64-bit 200G Disk (2017-10-08-622866)
version_added: 2.6
service_offering:
description: Name of the service offering the instance has.
returned: success
type: string
type: str
sample: 2cpu_2gb
zone:
description: Name of zone the instance is in.
returned: success
type: string
type: str
sample: ch-gva-2
state:
description: State of the instance.
returned: success
type: string
type: str
sample: Running
security_groups:
description: Security groups the instance is in.
@ -368,18 +368,18 @@ tags:
hypervisor:
description: Hypervisor related to this instance.
returned: success
type: string
type: str
sample: KVM
host:
description: Hostname of hypervisor an instance is running on.
returned: success and instance is running
type: string
type: str
sample: host-01.example.com
version_added: 2.6
instance_name:
description: Internal name of the instance (ROOT admin only).
returned: success
type: string
type: str
sample: i-44-3992-VM
'''