GRPC Core  9.0.0
Data Fields
grpc_core::XdsBootstrap::Node Struct Reference

#include <xds_bootstrap.h>

Data Fields

const char * id = nullptr
 
const char * cluster = nullptr
 
const char * locality_region = nullptr
 
const char * locality_zone = nullptr
 
const char * locality_subzone = nullptr
 
std::map< const char *, MetadataValue, StringLessmetadata
 

Field Documentation

◆ cluster

const char* grpc_core::XdsBootstrap::Node::cluster = nullptr

◆ id

const char* grpc_core::XdsBootstrap::Node::id = nullptr

◆ locality_region

const char* grpc_core::XdsBootstrap::Node::locality_region = nullptr

◆ locality_subzone

const char* grpc_core::XdsBootstrap::Node::locality_subzone = nullptr

◆ locality_zone

const char* grpc_core::XdsBootstrap::Node::locality_zone = nullptr

◆ metadata

std::map<const char*, MetadataValue, StringLess> grpc_core::XdsBootstrap::Node::metadata

The documentation for this struct was generated from the following file: