Update by SDK platform.
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
void setPeriod(int period);
|
||||
std::string getBackupId() const;
|
||||
void setBackupId(const std::string &backupId);
|
||||
std::string getEncryptionKey() const;
|
||||
void setEncryptionKey(const std::string &encryptionKey);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getDBInstanceClass() const;
|
||||
@@ -106,6 +108,8 @@ public:
|
||||
void setClusterId(const std::string &clusterId);
|
||||
std::string getAccountPassword() const;
|
||||
void setAccountPassword(const std::string &accountPassword);
|
||||
bool getEncrypted() const;
|
||||
void setEncrypted(bool encrypted);
|
||||
std::string getVpcId() const;
|
||||
void setVpcId(const std::string &vpcId);
|
||||
std::string getChargeType() const;
|
||||
@@ -127,6 +131,7 @@ private:
|
||||
std::string businessInfo_;
|
||||
int period_;
|
||||
std::string backupId_;
|
||||
std::string encryptionKey_;
|
||||
long ownerId_;
|
||||
std::string dBInstanceClass_;
|
||||
std::string securityIPList_;
|
||||
@@ -148,6 +153,7 @@ private:
|
||||
std::string ownerAccount_;
|
||||
std::string clusterId_;
|
||||
std::string accountPassword_;
|
||||
bool encrypted_;
|
||||
std::string vpcId_;
|
||||
std::string chargeType_;
|
||||
};
|
||||
|
||||
@@ -64,6 +64,8 @@ public:
|
||||
void setGlobalSecurityGroupIds(const std::string &globalSecurityGroupIds);
|
||||
int getPeriod() const;
|
||||
void setPeriod(int period);
|
||||
std::string getEncryptionKey() const;
|
||||
void setEncryptionKey(const std::string &encryptionKey);
|
||||
std::vector<ConfigServer> getConfigServer() const;
|
||||
void setConfigServer(const std::vector<ConfigServer> &configServer);
|
||||
long getOwnerId() const;
|
||||
@@ -100,6 +102,8 @@ public:
|
||||
void setOwnerAccount(const std::string &ownerAccount);
|
||||
std::string getAccountPassword() const;
|
||||
void setAccountPassword(const std::string &accountPassword);
|
||||
bool getEncrypted() const;
|
||||
void setEncrypted(bool encrypted);
|
||||
std::string getVpcId() const;
|
||||
void setVpcId(const std::string &vpcId);
|
||||
std::string getProtocolType() const;
|
||||
@@ -119,6 +123,7 @@ private:
|
||||
std::string dBInstanceDescription_;
|
||||
std::string globalSecurityGroupIds_;
|
||||
int period_;
|
||||
std::string encryptionKey_;
|
||||
std::vector<ConfigServer> configServer_;
|
||||
long ownerId_;
|
||||
std::string securityIPList_;
|
||||
@@ -137,6 +142,7 @@ private:
|
||||
std::string srcDBInstanceId_;
|
||||
std::string ownerAccount_;
|
||||
std::string accountPassword_;
|
||||
bool encrypted_;
|
||||
std::string vpcId_;
|
||||
std::string protocolType_;
|
||||
std::string chargeType_;
|
||||
|
||||
@@ -101,53 +101,55 @@ namespace AlibabaCloud
|
||||
std::string nodeId;
|
||||
std::string iPAddress;
|
||||
};
|
||||
std::string vPCCloudInstanceIds;
|
||||
std::string resourceGroupId;
|
||||
std::string capacityUnit;
|
||||
std::string hiddenZoneId;
|
||||
bool encrypted;
|
||||
std::string destroyTime;
|
||||
std::string dBInstanceType;
|
||||
std::string replicaSetName;
|
||||
std::string storageEngine;
|
||||
std::vector<DBInstance::ReplicaSet> replicaSets;
|
||||
std::string maintainEndTime;
|
||||
std::vector<DBInstance::MongosAttribute> mongosList;
|
||||
std::string dBInstanceId;
|
||||
std::string networkType;
|
||||
std::string lastDowngradeTime;
|
||||
int dBInstanceStorage;
|
||||
std::string paymentType;
|
||||
std::vector<DBInstance::Tag> tags;
|
||||
std::string dBInstanceDescription;
|
||||
std::string maintainStartTime;
|
||||
std::string engine;
|
||||
std::string replacateId;
|
||||
bool dBInstanceReleaseProtection;
|
||||
std::string engineVersion;
|
||||
std::string storageType;
|
||||
std::string dBInstanceStatus;
|
||||
std::string zoneId;
|
||||
int maxConnections;
|
||||
std::string vPCId;
|
||||
std::string dBInstanceClass;
|
||||
std::string vSwitchId;
|
||||
std::string lockMode;
|
||||
std::string currentKernelVersion;
|
||||
std::string creationTime;
|
||||
std::vector<DBInstance::NetworkAddress> networkAddresses;
|
||||
std::vector<DBInstance::ConfigserverAttribute> configserverList;
|
||||
std::string expireTime;
|
||||
std::string vPCCloudInstanceIds;
|
||||
std::string encryptionKey;
|
||||
std::string storageEngine;
|
||||
std::string maintainEndTime;
|
||||
std::vector<DBInstance::MongosAttribute> mongosList;
|
||||
std::string networkType;
|
||||
std::string paymentType;
|
||||
std::string maintainStartTime;
|
||||
std::string zoneId;
|
||||
std::string readonlyReplicas;
|
||||
std::string replicationFactor;
|
||||
std::string cloudType;
|
||||
std::string vPCId;
|
||||
std::string dBInstanceClass;
|
||||
std::string dBInstanceOrderStatus;
|
||||
std::string vSwitchId;
|
||||
std::vector<DBInstance::ShardAttribute> shardList;
|
||||
std::string lockMode;
|
||||
int maxIOPS;
|
||||
std::string secondaryZoneId;
|
||||
std::string vpcAuthMode;
|
||||
std::string protocolType;
|
||||
std::string currentKernelVersion;
|
||||
std::string chargeType;
|
||||
std::string creationTime;
|
||||
std::vector<DBInstance::NetworkAddress> networkAddresses;
|
||||
std::vector<DBInstance::ConfigserverAttribute> configserverList;
|
||||
std::string regionId;
|
||||
std::string expireTime;
|
||||
std::string kindCode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user