Support EndpointType and ServiceType.
This commit is contained in:
@@ -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_;
|
||||
|
||||
@@ -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 ®ionId);
|
||||
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_;
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct Resource
|
||||
{
|
||||
long relatedEndpointCount;
|
||||
long relatedDeprecatedEndpointCount;
|
||||
std::string vpcId;
|
||||
std::string zoneId;
|
||||
std::string resourceId;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user