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 20dc292 commit 350dd40Copy full SHA for 350dd40
openapi.yaml
@@ -17910,6 +17910,7 @@ components:
17910
readOnly: true
17911
ipv4:
17912
type: array
17913
+ format: ipv4
17914
items:
17915
type: string
17916
example:
@@ -17926,8 +17927,10 @@ components:
17926
17927
x-linode-cli-display: 10
17928
ipv6:
17929
17930
+ format: ipv6/128
17931
+ nullable: true
17932
description: >
- This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not
17933
+ This Linode's IPv6 SLAAC address. This address is specific to a Linode, and may not
17934
be shared. If the Linode has not been assigned an IPv6 address, the return value will
17935
be `null`.
17936
example: 'c001:d00d::1337/128'
0 commit comments