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
-
stream | the 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:
- hazelcast/include/hazelcast/client/aws/utility/CloudUtility.h
- hazelcast/src/hazelcast/client/aws/utility/CloudUtility.cpp