lib/fastly/models/pool_additional.rb in fastly-8.0.1 vs lib/fastly/models/pool_additional.rb in fastly-8.1.0
- old
+ new
@@ -14,10 +14,10 @@
module Fastly
class PoolAdditional
# Name for the Pool.
attr_accessor :name
- # Selected POP to serve as a shield for the servers. 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.
+ # Selected POP to serve as a shield for the servers. 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.
attr_accessor :shield
# Condition which, if met, will select this configuration during a request. Optional.
attr_accessor :request_condition