mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -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
|
@ -156,32 +156,32 @@ RETURN = '''
|
|||
create_time:
|
||||
description: The ISO 8601 date time format in UTC.
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-03-05T05:19:20.282000+00:00'"
|
||||
nat_gateway_id:
|
||||
description: id of the VPC NAT Gateway
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: "nat-0d1e3a878585988f8"
|
||||
subnet_id:
|
||||
description: id of the Subnet
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: "subnet-12345"
|
||||
state:
|
||||
description: The current state of the NAT Gateway.
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: "available"
|
||||
vpc_id:
|
||||
description: id of the VPC.
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: "vpc-12345"
|
||||
nat_gateway_addresses:
|
||||
description: List of dictionairies containing the public_ip, network_interface_id, private_ip, and allocation_id.
|
||||
returned: In all cases.
|
||||
type: string
|
||||
type: str
|
||||
sample: [
|
||||
{
|
||||
'public_ip': '52.52.52.52',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue