File: ec2-describe-addresses.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (21 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<DescribeAddressesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
    <requestId>b4cfd51c-a092-494f-8ee0-59912bef0ccc</requestId>
    <addressesSet>
        <item>
            <publicIp>54.245.81.77</publicIp>
            <domain>standard</domain>
            <instanceId/>
        </item>
        <item>
            <publicIp>54.245.99.8</publicIp>
            <domain>standard</domain>
            <instanceId/>
        </item>
        <item>
            <publicIp>50.112.139.73</publicIp>
            <allocationId>eipalloc-312e1758</allocationId>
            <domain>vpc</domain>
        </item>
    </addressesSet>
</DescribeAddressesResponse>