Support EndpointType and ServiceType.

This commit is contained in:
sdk-team
2021-12-03 06:19:13 +00:00
parent ba890b6d6c
commit 9b5da5d494
10 changed files with 34 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ namespace AlibabaCloud
int getBandwidth()const;
std::string getEndpointId()const;
std::string getEndpointType()const;
std::string getPrivateServiceName()const;
std::string getRegionId()const;
std::string getConnectionStatus()const;
bool getZoneAffinityEnabled()const;
@@ -74,6 +75,7 @@ namespace AlibabaCloud
int bandwidth_;
std::string endpointId_;
std::string endpointType_;
std::string privateServiceName_;
std::string regionId_;
std::string connectionStatus_;
bool zoneAffinityEnabled_;

View File

@@ -34,6 +34,8 @@ public:
void setEndpointId(const std::string &endpointId);
long getEndpointOwnerId() const;
void setEndpointOwnerId(long endpointOwnerId);
std::string getReplacedResourceId() const;
void setReplacedResourceId(const std::string &replacedResourceId);
std::string getRegionId() const;
void setRegionId(const std::string &regionId);
std::string getNextToken() const;
@@ -52,6 +54,7 @@ public:
private:
std::string endpointId_;
long endpointOwnerId_;
std::string replacedResourceId_;
std::string regionId_;
std::string nextToken_;
std::string resourceId_;

View File

@@ -35,6 +35,7 @@ namespace AlibabaCloud
struct Resource
{
long relatedEndpointCount;
long relatedDeprecatedEndpointCount;
std::string vpcId;
std::string zoneId;
std::string resourceId;

View File

@@ -37,6 +37,8 @@ namespace AlibabaCloud
std::string payer;
std::string serviceName;
std::string serviceType;
std::string serviceDescription;
std::string privateServiceName;
std::string serviceDomain;
std::string serviceId;
std::vector<std::string> zones;