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
|
@ -48,62 +48,62 @@ RETURN = '''
|
|||
id:
|
||||
description: UUID of the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 04589590-ac63-4ffc-93f5-b698b8ac38b6
|
||||
name:
|
||||
description: Name of the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: zone01
|
||||
dns1:
|
||||
description: First DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 8.8.8.8
|
||||
dns2:
|
||||
description: Second DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 8.8.4.4
|
||||
internal_dns1:
|
||||
description: First internal DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 8.8.8.8
|
||||
internal_dns2:
|
||||
description: Second internal DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 8.8.4.4
|
||||
dns1_ipv6:
|
||||
description: First IPv6 DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2001:4860:4860::8888"
|
||||
dns2_ipv6:
|
||||
description: Second IPv6 DNS for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2001:4860:4860::8844"
|
||||
allocation_state:
|
||||
description: State of the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: Enabled
|
||||
domain:
|
||||
description: Domain the zone is related to.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: ROOT
|
||||
network_domain:
|
||||
description: Network domain for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example.com
|
||||
network_type:
|
||||
description: Network type for the zone.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: basic
|
||||
local_storage_enabled:
|
||||
description: Local storage offering enabled.
|
||||
|
@ -118,17 +118,17 @@ securitygroups_enabled:
|
|||
guest_cidr_address:
|
||||
description: Guest CIDR address for the zone
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 10.1.1.0/24
|
||||
dhcp_provider:
|
||||
description: DHCP provider for the zone
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: VirtualRouter
|
||||
zone_token:
|
||||
description: Zone token
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: ccb0a60c-79c8-3230-ab8b-8bdbe8c45bb7
|
||||
tags:
|
||||
description: List of resource tags associated with the zone.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue