Skip to content

Commit 063fdf2

Browse files
committed
Filled in IPv6Range object
Closes linode/linode-cli#207 It was reported above that the CLI wasn't showing complete output for IPv6 Ranges compared to IPv6 Pools. Turns out this is because the docs were missing several fields for ranges. This PR adds the missing fields to IPv6Ranges. I based the descriptions and values off of the equivalent fields in IPv6Pool.
1 parent c24ba43 commit 063fdf2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

openapi.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15300,13 +15300,26 @@ components:
1530015300
example: '2600:3c01::02:5000::'
1530115301
readOnly: true
1530215302
x-linode-cli-display: 1
15303+
prefix:
15304+
type: integer
15305+
description: >
15306+
The prefix length of the address, denoting how many addresses can be
15307+
assigned from this range calculated as 2 <sup>128-prefix</sup>.
15308+
example: 64
15309+
x-linode-cli-display: 2
1530315310
region:
1530415311
type: string
1530515312
description: >
1530615313
The region for this range of IPv6 addresses.
1530715314
example: us-east
1530815315
readOnly: true
15309-
x-linode-cli-display: 2
15316+
x-linode-cli-display: 3
15317+
route_target:
15318+
type: string
15319+
description: >
15320+
The last address in this block of IPv6 addresses.
15321+
example: '2600:3c01::02:5000::ca72'
15322+
nullable: true
1531015323
Kernel:
1531115324
type: object
1531215325
description: Linux kernel object

0 commit comments

Comments
 (0)