1EUCA-DESCRIBE-NETWORK-ACLS(1) User Commands EUCA-DESCRIBE-NETWORK-ACLS(1)
2
3
4
6 euca-describe-network-acls - Describe one or more network ACLs
7
9 euca-describe-network-acls [--show-empty-fields] [-U URL]
10
11 [--region USER@REGION] [-I KEY_ID] [-S KEY]
12 [--security-token TOKEN] [--filter NAME=VALUE] [--debug]
13 [--debugger] [--version] [-h] [NACL [NACL ...]]
14
16 Describe one or more network ACLs
17
18 positional arguments:
19 NACL limit results to one or more network ACLs
20
21 optional arguments:
22 --show-empty-fields
23 show empty values as "(nil)"
24
25 -U URL, --url URL
26 compute service endpoint URL
27
28 --region USER@REGION
29 region and/or user names to search when looking up config file
30 data
31
32 -I KEY_ID, --access-key-id KEY_ID
33
34 -S KEY, --secret-key KEY
35
36 --security-token TOKEN
37
38 --filter NAME=VALUE
39 restrict results to those that meet criteria
40
41 --debug
42 show debugging output
43
44 --debugger
45 launch interactive debugger on error
46
47 --version
48 show the program's version and exit
49
50 -h, --help
51 show this help message and exit
52
53 allowed filter names:
54 association.association-id
55 ID of an association ID for a network ACL
56
57 association.network-acl-id
58 ID of the network ACL involved in an association
59
60 association.subnet-id
61 ID of the subnet involved in an association
62
63 default
64 whether the network ACL is the default for its VPC
65
66 entry.cidr
67 CIDR range for a network ACL entry
68
69 entry.egress
70 whether an entry applies to egress traffic
71
72 entry.icmp.code
73 ICMP code for a network ACL entry
74
75 entry.icmp.type
76 ICMP type for a network ACL entry
77
78 entry.port-range.from
79 start of the port range for a network ACL entry
80
81 entry.port-range.to
82 end of the port range for a network ACL entry
83
84 entry.protocol
85 protocol for a network ACL entry
86
87 entry.rule-action
88 whether a network ACL entry allows or denies traffic
89
90 entry.rule-number
91 rule number of a network ACL entry network-acl-id tag-key
92 key of a tag assigned to the network ACL tag-value
93 value of a tag assigned to the network ACL tag:KEY
94 specific tag key/value combination vpc-id the
95 VPC's ID
96
97
98
99euca2ools 3.4 December 2016 EUCA-DESCRIBE-NETWORK-ACLS(1)