lib/fastly/api/director_api.rb in fastly-8.0.1 vs lib/fastly/api/director_api.rb in fastly-8.1.0
- old
+ new
@@ -24,11 +24,11 @@
# @option opts [Array<Backend>] :backends List of backends associated to a director.
# @option opts [Integer] :capacity Unused.
# @option opts [String] :comment A freeform descriptive note.
# @option opts [String] :name Name for the Director.
# @option opts [Integer] :quorum The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`. (default to 75)
- # @option opts [String] :shield Selected POP to serve as a shield for the backends. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](/reference/api/utils/pops/) to get a list of available POPs used for shielding. (default to 'null')
+ # @option opts [String] :shield Selected POP to serve as a shield for the backends. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/) to get a list of available POPs used for shielding. (default to 'null')
# @option opts [Integer] :type What type of load balance group to use. (default to 1)
# @option opts [Integer] :retries How many backends to search if it fails. (default to 5)
# @return [DirectorResponse]
def create_director(opts = {})
data, _status_code, _headers = create_director_with_http_info(opts)
@@ -42,10 +42,10 @@
# @option opts [Array<Backend>] :backends List of backends associated to a director.
# @option opts [Integer] :capacity Unused.
# @option opts [String] :comment A freeform descriptive note.
# @option opts [String] :name Name for the Director.
# @option opts [Integer] :quorum The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`. (default to 75)
- # @option opts [String] :shield Selected POP to serve as a shield for the backends. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](/reference/api/utils/pops/) to get a list of available POPs used for shielding. (default to 'null')
+ # @option opts [String] :shield Selected POP to serve as a shield for the backends. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/) to get a list of available POPs used for shielding. (default to 'null')
# @option opts [Integer] :type What type of load balance group to use. (default to 1)
# @option opts [Integer] :retries How many backends to search if it fails. (default to 5)
# @return [Array<(DirectorResponse, Integer, Hash)>] DirectorResponse data, response status code and response headers
def create_director_with_http_info(opts = {})
if @api_client.config.debugging