Add DescribeDBClusterAvailableResources.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
struct Address
|
||||
{
|
||||
std::string privateZoneConnectionString;
|
||||
std::string vPCId;
|
||||
std::string port;
|
||||
std::string vSwitchId;
|
||||
|
||||
@@ -47,6 +47,8 @@ namespace AlibabaCloud
|
||||
void setKey(const std::string& key);
|
||||
std::string getResourceOwnerAccount()const;
|
||||
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
||||
std::string getDBClusterId()const;
|
||||
void setDBClusterId(const std::string& dBClusterId);
|
||||
std::string getOwnerAccount()const;
|
||||
void setOwnerAccount(const std::string& ownerAccount);
|
||||
std::string getEndTime()const;
|
||||
@@ -63,6 +65,7 @@ namespace AlibabaCloud
|
||||
std::string accessKeyId_;
|
||||
std::string key_;
|
||||
std::string resourceOwnerAccount_;
|
||||
std::string dBClusterId_;
|
||||
std::string ownerAccount_;
|
||||
std::string endTime_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -43,6 +43,10 @@ namespace AlibabaCloud
|
||||
void setDBEndpointId(const std::string& dBEndpointId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPrivateZoneName()const;
|
||||
void setPrivateZoneName(const std::string& privateZoneName);
|
||||
std::string getPrivateZoneAddressPrefix()const;
|
||||
void setPrivateZoneAddressPrefix(const std::string& privateZoneAddressPrefix);
|
||||
std::string getResourceOwnerAccount()const;
|
||||
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
||||
std::string getDBClusterId()const;
|
||||
@@ -59,6 +63,8 @@ namespace AlibabaCloud
|
||||
std::string connectionStringPrefix_;
|
||||
std::string dBEndpointId_;
|
||||
std::string accessKeyId_;
|
||||
std::string privateZoneName_;
|
||||
std::string privateZoneAddressPrefix_;
|
||||
std::string resourceOwnerAccount_;
|
||||
std::string dBClusterId_;
|
||||
std::string ownerAccount_;
|
||||
|
||||
Reference in New Issue
Block a user