1EUCA-DESCRIBE-SUBNETS(1) User Commands EUCA-DESCRIBE-SUBNETS(1)
2
3
4
6 euca-describe-subnets - Show information about one or more VPC subnets
7
9 euca-describe-subnets [--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] [SUBNET [SUBNET ...]]
14
16 Show information about one or more VPC subnets
17
18 positional arguments:
19 SUBNET limit results to specific subnets
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 availability-zone available-ip-address-count
55
56 the number of unused IP addresses in the
57 subnet
58
59 cidr-block
60 the subnet's CIDR address block
61
62 default-for-az
63 whether this is the default subnet for the availability zone
64 state subnet-id tag-key key of a tag assigned to
65 the subnet tag-value value of a tag assigned to the
66 subnet tag:KEY specific tag key/value combination
67 vpc-id the associated VPC's ID
68
69
70
71euca2ools 3.4 December 2016 EUCA-DESCRIBE-SUBNETS(1)