RRSetRoutingPolicyHealthCheckTargets class
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries.
Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.
Constructors
-
RRSetRoutingPolicyHealthCheckTargets({List<
String> ? externalEndpoints, List<RRSetRoutingPolicyLoadBalancerTarget> ? internalLoadBalancers}) - RRSetRoutingPolicyHealthCheckTargets.fromJson(Map json_)
Properties
-
externalEndpoints
↔ List<
String> ? -
The Internet IP addresses to be health checked.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
internalLoadBalancers
↔ List<
RRSetRoutingPolicyLoadBalancerTarget> ? -
Configuration for internal load balancers to be health checked.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited