File: ec2-describe-dhcp-options.xml

package info (click to toggle)
python-botocore 1.4.70-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,892 kB
  • ctags: 4,763
  • sloc: python: 28,699; xml: 15,052; makefile: 132
file content (27 lines) | stat: -rw-r--r-- 985 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
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<DescribeDhcpOptionsResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
    <requestId>684ba87f-78a1-4c29-a70b-f6103a15c162</requestId>
    <dhcpOptionsSet>
        <item>
            <dhcpOptionsId>dopt-eb291082</dhcpOptionsId>
            <dhcpConfigurationSet>
                <item>
                    <key>domain-name</key>
                    <valueSet>
                        <item>
                            <value>us-west-2.compute.internal</value>
                        </item>
                    </valueSet>
                </item>
                <item>
                    <key>domain-name-servers</key>
                    <valueSet>
                        <item>
                            <value>AmazonProvidedDNS</value>
                        </item>
                    </valueSet>
                </item>
            </dhcpConfigurationSet>
        </item>
    </dhcpOptionsSet>
</DescribeDhcpOptionsResponse>