1EUCA-DESCRIBE-NETWORK-INTERFACES(1U)ser CommanEdUsCA-DESCRIBE-NETWORK-INTERFACES(1)
2
3
4
6 euca-describe-network-interfaces - Show information about VPC network
7 interfaces
8
10 euca-describe-network-interfaces [--show-empty-fields] [-U URL]
11
12 [--region USER@REGION] [-I KEY_ID]
13 [-S KEY] [--security-token TOKEN] [--filter NAME=VALUE]
14 [--debug] [--debugger] [--version] [-h] [INTERFACE [INTERFACE
15 ...]]
16
18 Show information about VPC network interfaces
19
20 positional arguments:
21 INTERFACE
22 limit results to specific network interfaces
23
24 optional arguments:
25 --show-empty-fields
26 show empty values as "(nil)"
27
28 -U URL, --url URL
29 compute service endpoint URL
30
31 --region USER@REGION
32 region and/or user names to search when looking up config file
33 data
34
35 -I KEY_ID, --access-key-id KEY_ID
36
37 -S KEY, --secret-key KEY
38
39 --security-token TOKEN
40
41 --filter NAME=VALUE
42 restrict results to those that meet criteria
43
44 --debug
45 show debugging output
46
47 --debugger
48 launch interactive debugger on error
49
50 --version
51 show the program's version and exit
52
53 -h, --help
54 show this help message and exit
55
56 allowed filter names:
57 addresses.private-ip-addresses
58 the interface's private IP addresses
59
60 addresses.primary
61 whether the private IP address is the network interface's pri‐
62 mary IP address
63
64 addresses.association.public-ip
65 association ID for the network interface's elastic IP address
66
67 addresses.association.owner-id
68 owner ID of the addresses associated with the network interface
69
70 association.association-id
71 association ID of the network interface's IP Address
72
73 association.allocation-id
74 allocation ID of the network interface's elastic IP address
75
76 association.ip-owner-id
77 owner ID of the network interface's elastic IP address
78
79 association.public-ip
80 network interface's elastic IP address
81
82 association.public-dns-name
83 network interface's public DNS name
84
85 attachment.attachment-id
86 ID of the network interface's attachment
87
88 attachment.instance-id
89 ID of the instance the network interface is attached to
90
91 attachment.instance-owner-id
92 owner ID of the instance the network interface is attached to
93
94 attachment.device-index
95 device index to which the network interface is attached
96
97 attachment.status
98 attachment status (attaching, attached, detaching, detached)
99
100 attachment.attach.time
101 time the network interface was attached
102
103 attachment.delete-on-termination
104 whether the attachment will be deleted when the associated
105 instance is terminated
106
107 availability-zone
108 availability zone in which the network interface resides
109
110 description
111 network interface's description
112
113 group-id
114 ID of a security group associated with the network interface
115
116 group-name
117 name of a security group associated with the network interface
118
119 mac-address
120 MAC (hardware) address
121
122 network-interface-id
123 ID of the network interface
124
125 owner-id
126 account ID of the network interface's owner
127
128 private-ip-address
129 the network interface's private address(es)
130
131 private-dns-name
132 the network interface's private DNS name
133
134 requester-id
135 ID of the entity that created the network interface
136
137 requester-managed
138 whether the network interface is being managed by one of the
139 cloud's services
140
141 source-dest-check
142 whether the network interface's traffic is subject to
143 source/destination address checking
144
145 status the interface's status (available, in-use)
146
147 subnet-id
148 ID of the subnet in which the network interface resides
149
150 tag-key
151 key of a tag assigned to the network interface
152
153 tag-value
154 value of a tag assigned to the network interface
155
156 tag:KEY
157 specific tag key/value combination
158
159 vpc-id ID of the VPC in which the network interface resides
160
161
162
163euca2ools 3.4 December 20E1U6CA-DESCRIBE-NETWORK-INTERFACES(1)