#include <load_balancer_api.h>
Public Types | |
enum | { INITIAL, SERVERLIST, FALLBACK } |
Public Attributes | |
Duration | client_stats_report_interval |
std::vector< GrpcLbServer > | serverlist |
enum grpc_core::GrpcLbResponse:: { ... } | type |
Definition at line 53 of file load_balancer_api.h.
anonymous enum |
Enumerator | |
---|---|
INITIAL | |
SERVERLIST | |
FALLBACK |
Definition at line 54 of file load_balancer_api.h.
Duration grpc_core::GrpcLbResponse::client_stats_report_interval |
Definition at line 55 of file load_balancer_api.h.
std::vector<GrpcLbServer> grpc_core::GrpcLbResponse::serverlist |
Definition at line 56 of file load_balancer_api.h.
enum { ... } grpc_core::GrpcLbResponse::type |