|
stdx::expected< std::optional< std::string >, std::string > | anonymous_namespace{cluster_metadata_instance_attributes.cc}::get_string_attribute (const std::string_view &attributes, const std::string_view &name) |
| Returns value for the string field set in the attributes. More...
|
|
static stdx::expected< bool, std::string > | anonymous_namespace{cluster_metadata_instance_attributes.cc}::get_bool_tag (const std::map< std::string, std::string, std::less<> > &tags, const std::string_view &name, const bool default_value) |
| Returns value for the boolean field set in the attributes. More...
|
|
std::map< std::string, std::string, std::less<> > | anonymous_namespace{cluster_metadata_instance_attributes.cc}::get_json_attributes (const rapidjson::Value &obj) |
| Get a set of key value pairs from a JSON object. More...
|
|