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
|
@ -205,7 +205,7 @@ interface:
|
|||
contains:
|
||||
description:
|
||||
description: interface description
|
||||
type: string
|
||||
type: str
|
||||
sample: Firewall network interface
|
||||
groups:
|
||||
description: list of security groups
|
||||
|
@ -213,19 +213,19 @@ interface:
|
|||
sample: [ { "sg-f8a8a9da": "default" } ]
|
||||
id:
|
||||
description: network interface id
|
||||
type: string
|
||||
type: str
|
||||
sample: "eni-1d889198"
|
||||
mac_address:
|
||||
description: interface's physical address
|
||||
type: string
|
||||
type: str
|
||||
sample: "00:00:5E:00:53:23"
|
||||
owner_id:
|
||||
description: aws account id
|
||||
type: string
|
||||
type: str
|
||||
sample: 812381371
|
||||
private_ip_address:
|
||||
description: primary ip address of this interface
|
||||
type: string
|
||||
type: str
|
||||
sample: 10.20.30.40
|
||||
private_ip_addresses:
|
||||
description: list of all private ip addresses associated to this interface
|
||||
|
@ -233,19 +233,19 @@ interface:
|
|||
sample: [ { "primary_address": true, "private_ip_address": "10.20.30.40" } ]
|
||||
source_dest_check:
|
||||
description: value of source/dest check flag
|
||||
type: boolean
|
||||
type: bool
|
||||
sample: True
|
||||
status:
|
||||
description: network interface status
|
||||
type: string
|
||||
type: str
|
||||
sample: "pending"
|
||||
subnet_id:
|
||||
description: which vpc subnet the interface is bound
|
||||
type: string
|
||||
type: str
|
||||
sample: subnet-b0a0393c
|
||||
vpc_id:
|
||||
description: which vpc this network interface is bound
|
||||
type: string
|
||||
type: str
|
||||
sample: vpc-9a9a9da
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue