LoadBalancerInfo class

For display only.

Metadata associated with a load balancer.

Constructors

LoadBalancerInfo({String? backendType, String? backendUri, List<LoadBalancerBackend>? backends, String? healthCheckUri, String? loadBalancerType})
LoadBalancerInfo.fromJson(Map json_)

Properties

backends List<LoadBalancerBackend>?
Information for the loadbalancer backends.
getter/setter pair
backendType String?
Type of load balancer's backend configuration. Possible string values are:
getter/setter pair
backendUri String?
Backend configuration URI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthCheckUri String?
URI of the health check for the load balancer.
getter/setter pair
loadBalancerType String?
Type of the load balancer. Possible string values are:
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