class Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy
queries. Only the healthy endpoints will be included in the response.
Attributes
internal_load_balancers[RW]
Corresponds to the JSON property `internalLoadBalancers` @return [Array<Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 2075 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 2080 def update!(**args) @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers) end