mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -143,22 +143,22 @@ route_table:
|
|||
route_table_association_id:
|
||||
description: ID of association between route table and subnet
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: rtbassoc-ab47cfc3
|
||||
route_table_id:
|
||||
description: ID of the route table
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: rtb-bf779ed7
|
||||
subnet_id:
|
||||
description: ID of the subnet
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: subnet-82055af9
|
||||
id:
|
||||
description: ID of the route table (same as route_table_id for backwards compatibility)
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: rtb-bf779ed7
|
||||
propagating_vgws:
|
||||
description: List of Virtual Private Gateways propagating routes
|
||||
|
@ -168,7 +168,7 @@ route_table:
|
|||
route_table_id:
|
||||
description: ID of the route table
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: rtb-bf779ed7
|
||||
routes:
|
||||
description: List of routes in the route table
|
||||
|
@ -178,37 +178,37 @@ route_table:
|
|||
destination_cidr_block:
|
||||
description: CIDR block of destination
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 10.228.228.0/22
|
||||
gateway_id:
|
||||
description: ID of the gateway
|
||||
returned: when gateway is local or internet gateway
|
||||
type: string
|
||||
type: str
|
||||
sample: local
|
||||
instance_id:
|
||||
description: ID of a NAT instance
|
||||
returned: when the route is via an EC2 instance
|
||||
type: string
|
||||
type: str
|
||||
sample: i-abcd123456789
|
||||
instance_owner_id:
|
||||
description: AWS account owning the NAT instance
|
||||
returned: when the route is via an EC2 instance
|
||||
type: string
|
||||
type: str
|
||||
sample: 123456789012
|
||||
nat_gateway_id:
|
||||
description: ID of the NAT gateway
|
||||
returned: when the route is via a NAT gateway
|
||||
type: string
|
||||
type: str
|
||||
sample: local
|
||||
origin:
|
||||
description: mechanism through which the route is in the table
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: CreateRouteTable
|
||||
state:
|
||||
description: state of the route
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: active
|
||||
tags:
|
||||
description: Tags applied to the route table
|
||||
|
@ -220,7 +220,7 @@ route_table:
|
|||
vpc_id:
|
||||
description: ID for the VPC in which the route lives
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: vpc-6e2d2407
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue