Support Latest APIs.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2022-03-17 Version: 1.36.1085
|
||||
- Support Latest APIs.
|
||||
|
||||
2022-03-16 Version: 1.36.1084
|
||||
- Support Latest APIs.
|
||||
|
||||
|
||||
@@ -79,7 +79,6 @@ namespace AlibabaCloud
|
||||
std::string type;
|
||||
ForwardGroupConfig forwardGroupConfig;
|
||||
};
|
||||
std::string caEnabled;
|
||||
int listenerPort;
|
||||
bool serviceManagedEnabled;
|
||||
int requestTimeout;
|
||||
|
||||
@@ -47,8 +47,6 @@ void ListListenersResult::parse(const std::string &payload)
|
||||
listenersObject.gzipEnabled = valueListenerslistener["GzipEnabled"].asString() == "true";
|
||||
if(!valueListenerslistener["Http2Enabled"].isNull())
|
||||
listenersObject.http2Enabled = valueListenerslistener["Http2Enabled"].asString() == "true";
|
||||
if(!valueListenerslistener["CaEnabled"].isNull())
|
||||
listenersObject.caEnabled = valueListenerslistener["CaEnabled"].asString();
|
||||
if(!valueListenerslistener["IdleTimeout"].isNull())
|
||||
listenersObject.idleTimeout = std::stoi(valueListenerslistener["IdleTimeout"].asString());
|
||||
if(!valueListenerslistener["ListenerDescription"].isNull())
|
||||
|
||||
Reference in New Issue
Block a user