We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a1e9f commit d1c80eaCopy full SHA for d1c80ea
openapi.yaml
@@ -17910,6 +17910,23 @@ components:
17910
- outage
17911
readOnly: true
17912
x-linode-cli-display: 4
17913
+ resolvers:
17914
+ type: object
17915
+ readOnly: true
17916
+ x-linode-cli-display: 5
17917
+ properties:
17918
+ ipv4:
17919
+ type: string
17920
+ description: >
17921
+ The IPv4 addresses for this region's DNS resolvers, separated by commas.
17922
+ example: "192.0.2.0,192.0.2.1"
17923
17924
+ ipv6:
17925
17926
17927
+ The IPv6 addresses for this region's DNS resolvers, separated by commas.
17928
+ example: "2001:0db8::,2001:0db8::1"
17929
17930
RescueDevices:
17931
type: object
17932
properties:
0 commit comments