Hazelcast C++ Client
Static Public Member Functions | List of all members
hazelcast::client::aws::utility::CloudUtility Class Reference

Static Public Member Functions

static std::map< std::string, std::string > unmarshalTheResponse (std::istream &stream)
 Unmarshal the response from DescribeInstances and return the discovered node map. More...
 
static void unmarshalJsonResponse (std::istream &stream, config::ClientAwsConfig &awsConfig, std::map< std::string, std::string > &attributes)
 

Member Function Documentation

std::map< std::string, std::string > hazelcast::client::aws::utility::CloudUtility::unmarshalTheResponse ( std::istream &  stream)
static

Unmarshal the response from DescribeInstances and return the discovered node map.

The map contains mappings from private to public IP. If there is an exception while unmarshalling the response, returns an empty map.

Parameters
streamthe response XML stream
Returns
map from private to public IP or empty map in case of exceptions

The documentation for this class was generated from the following files: