File tree Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Original file line number Diff line number Diff line change @@ -4004,34 +4004,7 @@ paths:
4004
4004
type : array
4005
4005
readOnly : true
4006
4006
items :
4007
- properties :
4008
- subnet_mask :
4009
- type : string
4010
- example : 255.255.255.0
4011
- linode_id :
4012
- type : string
4013
- example : 123
4014
- public :
4015
- type : boolean
4016
- example : true
4017
- gateway :
4018
- type : string
4019
- example : 45.79.148.1
4020
- prefix :
4021
- type : integer
4022
- example : 24
4023
- region :
4024
- type : string
4025
- example : us-east
4026
- type :
4027
- type : string
4028
- example : ipv4
4029
- rdns :
4030
- type : string
4031
- example : li1247-191.members.linode.com
4032
- address :
4033
- type : string
4034
- example : 45.79.148.191
4007
+ $ref : ' #/components/schemas/IPAddress'
4035
4008
ipv6 :
4036
4009
type : object
4037
4010
description : >
@@ -4043,16 +4016,7 @@ paths:
4043
4016
slaac :
4044
4017
$ref : ' #/components/schemas/IPAddressV6Slaac'
4045
4018
global :
4046
- type : array
4047
- readOnly : true
4048
- items :
4049
- properties :
4050
- range :
4051
- type : string
4052
- example : ' 2600:3c03:e000:0201::'
4053
- region :
4054
- type : string
4055
- example : us-east
4019
+ $ref : ' #/components/schemas/IPv6Pool'
4056
4020
default :
4057
4021
$ref : ' #/components/responses/ErrorResponse'
4058
4022
x-code-samples :
You can’t perform that action at this time.
0 commit comments