mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -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
|
@ -83,12 +83,12 @@ network_interfaces:
|
|||
availability_zone:
|
||||
description: Availability zone of ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "us-east-1b"
|
||||
description:
|
||||
description: Description text for ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "My favourite network interface"
|
||||
groups:
|
||||
description: List of attached security groups
|
||||
|
@ -103,12 +103,12 @@ network_interfaces:
|
|||
id:
|
||||
description: The id of the ENI (alias for network_interface_id)
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "eni-392fsdf"
|
||||
interface_type:
|
||||
description: Type of the network interface
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "interface"
|
||||
ipv6_addresses:
|
||||
description: List of IPv6 addresses for this interface
|
||||
|
@ -118,27 +118,27 @@ network_interfaces:
|
|||
mac_address:
|
||||
description: MAC address of the network interface
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "0a:f8:10:2f:ab:a1"
|
||||
network_interface_id:
|
||||
description: The id of the ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "eni-392fsdf"
|
||||
owner_id:
|
||||
description: AWS account id of the owner of the ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "4415120123456"
|
||||
private_dns_name:
|
||||
description: Private DNS name for the ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "ip-172-16-1-180.ec2.internal"
|
||||
private_ip_address:
|
||||
description: Private IP address for the ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "172.16.1.180"
|
||||
private_ip_addresses:
|
||||
description: List of private IP addresses attached to the ENI
|
||||
|
@ -148,7 +148,7 @@ network_interfaces:
|
|||
requester_id:
|
||||
description: The ID of the entity that launched the ENI
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "AIDAIONYVJQNIAZFT3ABC"
|
||||
requester_managed:
|
||||
description: Indicates whether the network interface is being managed by an AWS service.
|
||||
|
@ -163,12 +163,12 @@ network_interfaces:
|
|||
status:
|
||||
description: Indicates if the network interface is attached to an instance or not
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "in-use"
|
||||
subnet_id:
|
||||
description: Subnet ID the ENI is in
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "subnet-7bbf01234"
|
||||
tag_set:
|
||||
description: Dictionary of tags added to the ENI
|
||||
|
@ -178,7 +178,7 @@ network_interfaces:
|
|||
vpc_id:
|
||||
description: ID of the VPC the network interface it part of
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "vpc-b3f1f123"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue