Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
type: boolean
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
ipv4:
type: boolean
description: Allow / disallow traffic to be routed via IPv4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
type: boolean
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
ipv4:
type: boolean
description: Allow / disallow traffic to be routed via IPv4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
type: boolean
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
ipv4:
type: boolean
description: Allow / disallow traffic to be routed via IPv4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
type: boolean
ipv4:
type: boolean
description: Allow / disallow traffic to be routed via IPv4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
oneOf:
- type: boolean
- $ref: ../../../../StackVariable.yml
ipv4:
description: Allow / disallow traffic to be routed via IPv4.
oneOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ required:
- details
- ipv4
- ipv6
- performance
properties:
performance:
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
oneOf:
- type: boolean
- $ref: ../../../../StackVariable.yml
ipv4:
description: Allow / disallow traffic to be routed via IPv4.
oneOf:
Expand Down