Skip to content

Commit b1e148a

Browse files
committed
Update docs for load balancer domains
These were added but not documented as options for creating or updating load balancers.
1 parent fe11224 commit b1e148a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/fog/brightbox/requests/compute/create_load_balancer.rb

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Real
1414
# @option options [Array] :listeners What port to listen on, port to pass through to and protocol (tcp, http, https, http+ws, https+wss) of listener. Timeout is optional and specified in milliseconds (default is 50000).
1515
# @option options [String] :healthcheck Healthcheck options - only "port" and "type" required
1616
# @option options [String] :buffer_size Buffer size in bytes
17+
# @option options [Array<String>] :domains Array of domain names to assign to the load balancer
1718
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
1819
#
1920
# @return [Hash] if successful Hash version of JSON object

lib/fog/brightbox/requests/compute/update_load_balancer.rb

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Real
1515
# @option options [Array] :listeners What port to listen on, port to pass through to and protocol (tcp, http, https, http+ws, https+wss) of listener. Timeout is optional and specified in milliseconds (default is 50000).
1616
# @option options [String] :healthcheck Healthcheck options - only "port" and "type" required
1717
# @option options [String] :buffer_size Buffer size in bytes
18+
# @option options [Array<String>] :domains Array of domain names to assign to the load balancer
1819
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
1920
#
2021
# @return [Hash] if successful Hash version of JSON object

0 commit comments

Comments
 (0)