HealthCheckTargets class
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries.
Only the healthy endpoints will be included in the response. Set either
internal_load_balancer
or external_endpoints
. Do not set both.
Constructors
-
HealthCheckTargets.new({List<
String> ? externalEndpoints, List<LoadBalancerTarget> ? internalLoadBalancer}) - HealthCheckTargets.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
-
internalLoadBalancer
↔ List<
LoadBalancerTarget> ? -
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