Selaa lähdekoodia

Add event tasks.

sdk-team 4 vuotta sitten
vanhempi
sitoutus
213faf8f4f

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+2022-02-21 Version: 1.36.1062
+- Add event tasks.
+- DescribeInstance taskProgress.
+
 2022-02-21 Version: 1.36.1061
 - Bugfix QueryMoniter.
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.36.1061
+1.36.1062

+ 52 - 48
hbase/include/alibabacloud/hbase/model/DescribeInstanceResult.h

@@ -43,105 +43,109 @@ namespace AlibabaCloud
 				explicit DescribeInstanceResult(const std::string &payload);
 				~DescribeInstanceResult();
 				std::string getModuleStackVersion()const;
-				bool getIsHa()const;
 				std::string getCreatedTime()const;
 				std::string getResourceGroupId()const;
 				bool getNeedUpgrade()const;
+				int getModuleId()const;
+				std::vector<Tag> getTags()const;
+				std::vector<std::string> getNeedUpgradeComps()const;
+				std::string getEngine()const;
+				std::string getStatus()const;
+				int getColdStorageSize()const;
+				std::string getEncryptionType()const;
+				std::string getExpireTimeUTC()const;
+				int getMasterDiskSize()const;
+				std::string getInstanceId()const;
+				int getDuration()const;
+				std::string getPayType()const;
+				std::string getVswitchId()const;
+				int getMasterNodeCount()const;
+				std::string getInstanceName()const;
+				std::string getVpcId()const;
+				bool getAutoRenewal()const;
+				std::string getCoreDiskType()const;
+				std::string getExpireTime()const;
+				std::string getBackupStatus()const;
+				bool getIsHa()const;
 				std::string getEncryptionKey()const;
+				std::string getTaskProgress()const;
 				std::string getMasterInstanceType()const;
 				bool getIsDeletionProtection()const;
 				bool getIsLatestVersion()const;
-				int getModuleId()const;
 				std::string getMaintainEndTime()const;
 				std::string getNetworkType()const;
 				std::string getCoreInstanceType()const;
 				std::string getClusterName()const;
 				std::string getMasterDiskType()const;
-				std::vector<Tag> getTags()const;
-				std::vector<std::string> getNeedUpgradeComps()const;
-				std::string getEngine()const;
 				std::string getMaintainStartTime()const;
-				std::string getStatus()const;
+				std::string getParentId()const;
 				std::string getMajorVersion()const;
 				std::string getCoreDiskCount()const;
-				std::string getParentId()const;
-				int getColdStorageSize()const;
-				std::string getEncryptionType()const;
-				int getMasterDiskSize()const;
-				std::string getExpireTimeUTC()const;
 				std::string getZoneId()const;
-				std::string getInstanceId()const;
-				int getCoreNodeCount()const;
 				std::string getClusterId()const;
+				int getCoreNodeCount()const;
 				std::string getColdStorageStatus()const;
-				std::string getMinorVersion()const;
 				std::string getCreatedTimeUTC()const;
-				int getDuration()const;
-				std::string getPayType()const;
+				std::string getMinorVersion()const;
 				bool getIsMultiModel()const;
 				std::string getClusterType()const;
-				std::string getVswitchId()const;
-				std::string getInstanceName()const;
-				int getMasterNodeCount()const;
-				std::string getVpcId()const;
-				bool getAutoRenewal()const;
-				std::string getCoreDiskType()const;
 				std::string getRegionId()const;
-				std::string getExpireTime()const;
+				std::string getConfirmMaintainTime()const;
 				int getCoreDiskSize()const;
-				std::string getBackupStatus()const;
 
 			protected:
 				void parse(const std::string &payload);
 			private:
 				std::string moduleStackVersion_;
-				bool isHa_;
 				std::string createdTime_;
 				std::string resourceGroupId_;
 				bool needUpgrade_;
+				int moduleId_;
+				std::vector<Tag> tags_;
+				std::vector<std::string> needUpgradeComps_;
+				std::string engine_;
+				std::string status_;
+				int coldStorageSize_;
+				std::string encryptionType_;
+				std::string expireTimeUTC_;
+				int masterDiskSize_;
+				std::string instanceId_;
+				int duration_;
+				std::string payType_;
+				std::string vswitchId_;
+				int masterNodeCount_;
+				std::string instanceName_;
+				std::string vpcId_;
+				bool autoRenewal_;
+				std::string coreDiskType_;
+				std::string expireTime_;
+				std::string backupStatus_;
+				bool isHa_;
 				std::string encryptionKey_;
+				std::string taskProgress_;
 				std::string masterInstanceType_;
 				bool isDeletionProtection_;
 				bool isLatestVersion_;
-				int moduleId_;
 				std::string maintainEndTime_;
 				std::string networkType_;
 				std::string coreInstanceType_;
 				std::string clusterName_;
 				std::string masterDiskType_;
-				std::vector<Tag> tags_;
-				std::vector<std::string> needUpgradeComps_;
-				std::string engine_;
 				std::string maintainStartTime_;
-				std::string status_;
+				std::string parentId_;
 				std::string majorVersion_;
 				std::string coreDiskCount_;
-				std::string parentId_;
-				int coldStorageSize_;
-				std::string encryptionType_;
-				int masterDiskSize_;
-				std::string expireTimeUTC_;
 				std::string zoneId_;
-				std::string instanceId_;
-				int coreNodeCount_;
 				std::string clusterId_;
+				int coreNodeCount_;
 				std::string coldStorageStatus_;
-				std::string minorVersion_;
 				std::string createdTimeUTC_;
-				int duration_;
-				std::string payType_;
+				std::string minorVersion_;
 				bool isMultiModel_;
 				std::string clusterType_;
-				std::string vswitchId_;
-				std::string instanceName_;
-				int masterNodeCount_;
-				std::string vpcId_;
-				bool autoRenewal_;
-				std::string coreDiskType_;
 				std::string regionId_;
-				std::string expireTime_;
+				std::string confirmMaintainTime_;
 				int coreDiskSize_;
-				std::string backupStatus_;
 
 			};
 		}

+ 172 - 158
hbase/src/model/DescribeInstanceResult.cc

@@ -52,98 +52,102 @@ void DescribeInstanceResult::parse(const std::string &payload)
 	auto allNeedUpgradeComps = value["NeedUpgradeComps"]["Comps"];
 	for (const auto &item : allNeedUpgradeComps)
 		needUpgradeComps_.push_back(item.asString());
-	if(!value["InstanceId"].isNull())
-		instanceId_ = value["InstanceId"].asString();
-	if(!value["InstanceName"].isNull())
-		instanceName_ = value["InstanceName"].asString();
+	if(!value["VpcId"].isNull())
+		vpcId_ = value["VpcId"].asString();
 	if(!value["Status"].isNull())
 		status_ = value["Status"].asString();
+	if(!value["EncryptionType"].isNull())
+		encryptionType_ = value["EncryptionType"].asString();
+	if(!value["ModuleId"].isNull())
+		moduleId_ = std::stoi(value["ModuleId"].asString());
+	if(!value["VswitchId"].isNull())
+		vswitchId_ = value["VswitchId"].asString();
+	if(!value["BackupStatus"].isNull())
+		backupStatus_ = value["BackupStatus"].asString();
 	if(!value["PayType"].isNull())
 		payType_ = value["PayType"].asString();
-	if(!value["CreatedTime"].isNull())
-		createdTime_ = value["CreatedTime"].asString();
-	if(!value["ExpireTime"].isNull())
-		expireTime_ = value["ExpireTime"].asString();
-	if(!value["MajorVersion"].isNull())
-		majorVersion_ = value["MajorVersion"].asString();
-	if(!value["MinorVersion"].isNull())
-		minorVersion_ = value["MinorVersion"].asString();
-	if(!value["Engine"].isNull())
-		engine_ = value["Engine"].asString();
-	if(!value["IsHa"].isNull())
-		isHa_ = value["IsHa"].asString() == "true";
+	if(!value["CoreDiskType"].isNull())
+		coreDiskType_ = value["CoreDiskType"].asString();
+	if(!value["MasterNodeCount"].isNull())
+		masterNodeCount_ = std::stoi(value["MasterNodeCount"].asString());
 	if(!value["NetworkType"].isNull())
 		networkType_ = value["NetworkType"].asString();
-	if(!value["VpcId"].isNull())
-		vpcId_ = value["VpcId"].asString();
-	if(!value["VswitchId"].isNull())
-		vswitchId_ = value["VswitchId"].asString();
+	if(!value["CreatedTimeUTC"].isNull())
+		createdTimeUTC_ = value["CreatedTimeUTC"].asString();
+	if(!value["ColdStorageSize"].isNull())
+		coldStorageSize_ = std::stoi(value["ColdStorageSize"].asString());
+	if(!value["ParentId"].isNull())
+		parentId_ = value["ParentId"].asString();
+	if(!value["IsLatestVersion"].isNull())
+		isLatestVersion_ = value["IsLatestVersion"].asString() == "true";
+	if(!value["ExpireTimeUTC"].isNull())
+		expireTimeUTC_ = value["ExpireTimeUTC"].asString();
+	if(!value["InstanceName"].isNull())
+		instanceName_ = value["InstanceName"].asString();
 	if(!value["MasterInstanceType"].isNull())
 		masterInstanceType_ = value["MasterInstanceType"].asString();
-	if(!value["MasterNodeCount"].isNull())
-		masterNodeCount_ = std::stoi(value["MasterNodeCount"].asString());
-	if(!value["MasterDiskType"].isNull())
-		masterDiskType_ = value["MasterDiskType"].asString();
-	if(!value["MasterDiskSize"].isNull())
-		masterDiskSize_ = std::stoi(value["MasterDiskSize"].asString());
 	if(!value["CoreInstanceType"].isNull())
 		coreInstanceType_ = value["CoreInstanceType"].asString();
-	if(!value["CoreNodeCount"].isNull())
-		coreNodeCount_ = std::stoi(value["CoreNodeCount"].asString());
-	if(!value["CoreDiskType"].isNull())
-		coreDiskType_ = value["CoreDiskType"].asString();
+	if(!value["EncryptionKey"].isNull())
+		encryptionKey_ = value["EncryptionKey"].asString();
+	if(!value["CreatedTime"].isNull())
+		createdTime_ = value["CreatedTime"].asString();
 	if(!value["CoreDiskSize"].isNull())
 		coreDiskSize_ = std::stoi(value["CoreDiskSize"].asString());
-	if(!value["RegionId"].isNull())
-		regionId_ = value["RegionId"].asString();
-	if(!value["ZoneId"].isNull())
-		zoneId_ = value["ZoneId"].asString();
-	if(!value["ColdStorageStatus"].isNull())
-		coldStorageStatus_ = value["ColdStorageStatus"].asString();
-	if(!value["BackupStatus"].isNull())
-		backupStatus_ = value["BackupStatus"].asString();
-	if(!value["CoreDiskCount"].isNull())
-		coreDiskCount_ = value["CoreDiskCount"].asString();
+	if(!value["ClusterId"].isNull())
+		clusterId_ = value["ClusterId"].asString();
+	if(!value["ExpireTime"].isNull())
+		expireTime_ = value["ExpireTime"].asString();
 	if(!value["MaintainStartTime"].isNull())
 		maintainStartTime_ = value["MaintainStartTime"].asString();
+	if(!value["ConfirmMaintainTime"].isNull())
+		confirmMaintainTime_ = value["ConfirmMaintainTime"].asString();
+	if(!value["IsHa"].isNull())
+		isHa_ = value["IsHa"].asString() == "true";
 	if(!value["MaintainEndTime"].isNull())
 		maintainEndTime_ = value["MaintainEndTime"].asString();
-	if(!value["CreatedTimeUTC"].isNull())
-		createdTimeUTC_ = value["CreatedTimeUTC"].asString();
-	if(!value["ExpireTimeUTC"].isNull())
-		expireTimeUTC_ = value["ExpireTimeUTC"].asString();
-	if(!value["IsLatestVersion"].isNull())
-		isLatestVersion_ = value["IsLatestVersion"].asString() == "true";
+	if(!value["InstanceId"].isNull())
+		instanceId_ = value["InstanceId"].asString();
+	if(!value["ColdStorageStatus"].isNull())
+		coldStorageStatus_ = value["ColdStorageStatus"].asString();
+	if(!value["IsDeletionProtection"].isNull())
+		isDeletionProtection_ = value["IsDeletionProtection"].asString() == "true";
+	if(!value["MinorVersion"].isNull())
+		minorVersion_ = value["MinorVersion"].asString();
+	if(!value["RegionId"].isNull())
+		regionId_ = value["RegionId"].asString();
+	if(!value["MasterDiskSize"].isNull())
+		masterDiskSize_ = std::stoi(value["MasterDiskSize"].asString());
+	if(!value["MasterDiskType"].isNull())
+		masterDiskType_ = value["MasterDiskType"].asString();
+	if(!value["NeedUpgrade"].isNull())
+		needUpgrade_ = value["NeedUpgrade"].asString() == "true";
 	if(!value["IsMultiModel"].isNull())
 		isMultiModel_ = value["IsMultiModel"].asString() == "true";
+	if(!value["AutoRenewal"].isNull())
+		autoRenewal_ = value["AutoRenewal"].asString() == "true";
 	if(!value["ClusterType"].isNull())
 		clusterType_ = value["ClusterType"].asString();
-	if(!value["ClusterId"].isNull())
-		clusterId_ = value["ClusterId"].asString();
+	if(!value["ResourceGroupId"].isNull())
+		resourceGroupId_ = value["ResourceGroupId"].asString();
 	if(!value["ClusterName"].isNull())
 		clusterName_ = value["ClusterName"].asString();
-	if(!value["IsDeletionProtection"].isNull())
-		isDeletionProtection_ = value["IsDeletionProtection"].asString() == "true";
-	if(!value["ParentId"].isNull())
-		parentId_ = value["ParentId"].asString();
-	if(!value["ModuleId"].isNull())
-		moduleId_ = std::stoi(value["ModuleId"].asString());
-	if(!value["ModuleStackVersion"].isNull())
-		moduleStackVersion_ = value["ModuleStackVersion"].asString();
-	if(!value["AutoRenewal"].isNull())
-		autoRenewal_ = value["AutoRenewal"].asString() == "true";
+	if(!value["ZoneId"].isNull())
+		zoneId_ = value["ZoneId"].asString();
 	if(!value["Duration"].isNull())
 		duration_ = std::stoi(value["Duration"].asString());
-	if(!value["ColdStorageSize"].isNull())
-		coldStorageSize_ = std::stoi(value["ColdStorageSize"].asString());
-	if(!value["ResourceGroupId"].isNull())
-		resourceGroupId_ = value["ResourceGroupId"].asString();
-	if(!value["EncryptionType"].isNull())
-		encryptionType_ = value["EncryptionType"].asString();
-	if(!value["EncryptionKey"].isNull())
-		encryptionKey_ = value["EncryptionKey"].asString();
-	if(!value["NeedUpgrade"].isNull())
-		needUpgrade_ = value["NeedUpgrade"].asString() == "true";
+	if(!value["ModuleStackVersion"].isNull())
+		moduleStackVersion_ = value["ModuleStackVersion"].asString();
+	if(!value["Engine"].isNull())
+		engine_ = value["Engine"].asString();
+	if(!value["MajorVersion"].isNull())
+		majorVersion_ = value["MajorVersion"].asString();
+	if(!value["CoreDiskCount"].isNull())
+		coreDiskCount_ = value["CoreDiskCount"].asString();
+	if(!value["TaskProgress"].isNull())
+		taskProgress_ = value["TaskProgress"].asString();
+	if(!value["CoreNodeCount"].isNull())
+		coreNodeCount_ = std::stoi(value["CoreNodeCount"].asString());
 
 }
 
@@ -152,11 +156,6 @@ std::string DescribeInstanceResult::getModuleStackVersion()const
 	return moduleStackVersion_;
 }
 
-bool DescribeInstanceResult::getIsHa()const
-{
-	return isHa_;
-}
-
 std::string DescribeInstanceResult::getCreatedTime()const
 {
 	return createdTime_;
@@ -172,199 +171,219 @@ bool DescribeInstanceResult::getNeedUpgrade()const
 	return needUpgrade_;
 }
 
-std::string DescribeInstanceResult::getEncryptionKey()const
+int DescribeInstanceResult::getModuleId()const
 {
-	return encryptionKey_;
+	return moduleId_;
 }
 
-std::string DescribeInstanceResult::getMasterInstanceType()const
+std::vector<DescribeInstanceResult::Tag> DescribeInstanceResult::getTags()const
 {
-	return masterInstanceType_;
+	return tags_;
 }
 
-bool DescribeInstanceResult::getIsDeletionProtection()const
+std::vector<std::string> DescribeInstanceResult::getNeedUpgradeComps()const
 {
-	return isDeletionProtection_;
+	return needUpgradeComps_;
 }
 
-bool DescribeInstanceResult::getIsLatestVersion()const
+std::string DescribeInstanceResult::getEngine()const
 {
-	return isLatestVersion_;
+	return engine_;
 }
 
-int DescribeInstanceResult::getModuleId()const
+std::string DescribeInstanceResult::getStatus()const
 {
-	return moduleId_;
+	return status_;
 }
 
-std::string DescribeInstanceResult::getMaintainEndTime()const
+int DescribeInstanceResult::getColdStorageSize()const
 {
-	return maintainEndTime_;
+	return coldStorageSize_;
 }
 
-std::string DescribeInstanceResult::getNetworkType()const
+std::string DescribeInstanceResult::getEncryptionType()const
 {
-	return networkType_;
+	return encryptionType_;
 }
 
-std::string DescribeInstanceResult::getCoreInstanceType()const
+std::string DescribeInstanceResult::getExpireTimeUTC()const
 {
-	return coreInstanceType_;
+	return expireTimeUTC_;
 }
 
-std::string DescribeInstanceResult::getClusterName()const
+int DescribeInstanceResult::getMasterDiskSize()const
 {
-	return clusterName_;
+	return masterDiskSize_;
 }
 
-std::string DescribeInstanceResult::getMasterDiskType()const
+std::string DescribeInstanceResult::getInstanceId()const
 {
-	return masterDiskType_;
+	return instanceId_;
 }
 
-std::vector<DescribeInstanceResult::Tag> DescribeInstanceResult::getTags()const
+int DescribeInstanceResult::getDuration()const
 {
-	return tags_;
+	return duration_;
 }
 
-std::vector<std::string> DescribeInstanceResult::getNeedUpgradeComps()const
+std::string DescribeInstanceResult::getPayType()const
 {
-	return needUpgradeComps_;
+	return payType_;
 }
 
-std::string DescribeInstanceResult::getEngine()const
+std::string DescribeInstanceResult::getVswitchId()const
 {
-	return engine_;
+	return vswitchId_;
 }
 
-std::string DescribeInstanceResult::getMaintainStartTime()const
+int DescribeInstanceResult::getMasterNodeCount()const
 {
-	return maintainStartTime_;
+	return masterNodeCount_;
 }
 
-std::string DescribeInstanceResult::getStatus()const
+std::string DescribeInstanceResult::getInstanceName()const
 {
-	return status_;
+	return instanceName_;
 }
 
-std::string DescribeInstanceResult::getMajorVersion()const
+std::string DescribeInstanceResult::getVpcId()const
 {
-	return majorVersion_;
+	return vpcId_;
 }
 
-std::string DescribeInstanceResult::getCoreDiskCount()const
+bool DescribeInstanceResult::getAutoRenewal()const
 {
-	return coreDiskCount_;
+	return autoRenewal_;
 }
 
-std::string DescribeInstanceResult::getParentId()const
+std::string DescribeInstanceResult::getCoreDiskType()const
 {
-	return parentId_;
+	return coreDiskType_;
 }
 
-int DescribeInstanceResult::getColdStorageSize()const
+std::string DescribeInstanceResult::getExpireTime()const
 {
-	return coldStorageSize_;
+	return expireTime_;
 }
 
-std::string DescribeInstanceResult::getEncryptionType()const
+std::string DescribeInstanceResult::getBackupStatus()const
 {
-	return encryptionType_;
+	return backupStatus_;
 }
 
-int DescribeInstanceResult::getMasterDiskSize()const
+bool DescribeInstanceResult::getIsHa()const
 {
-	return masterDiskSize_;
+	return isHa_;
 }
 
-std::string DescribeInstanceResult::getExpireTimeUTC()const
+std::string DescribeInstanceResult::getEncryptionKey()const
 {
-	return expireTimeUTC_;
+	return encryptionKey_;
 }
 
-std::string DescribeInstanceResult::getZoneId()const
+std::string DescribeInstanceResult::getTaskProgress()const
 {
-	return zoneId_;
+	return taskProgress_;
 }
 
-std::string DescribeInstanceResult::getInstanceId()const
+std::string DescribeInstanceResult::getMasterInstanceType()const
 {
-	return instanceId_;
+	return masterInstanceType_;
 }
 
-int DescribeInstanceResult::getCoreNodeCount()const
+bool DescribeInstanceResult::getIsDeletionProtection()const
 {
-	return coreNodeCount_;
+	return isDeletionProtection_;
 }
 
-std::string DescribeInstanceResult::getClusterId()const
+bool DescribeInstanceResult::getIsLatestVersion()const
 {
-	return clusterId_;
+	return isLatestVersion_;
 }
 
-std::string DescribeInstanceResult::getColdStorageStatus()const
+std::string DescribeInstanceResult::getMaintainEndTime()const
 {
-	return coldStorageStatus_;
+	return maintainEndTime_;
 }
 
-std::string DescribeInstanceResult::getMinorVersion()const
+std::string DescribeInstanceResult::getNetworkType()const
 {
-	return minorVersion_;
+	return networkType_;
 }
 
-std::string DescribeInstanceResult::getCreatedTimeUTC()const
+std::string DescribeInstanceResult::getCoreInstanceType()const
 {
-	return createdTimeUTC_;
+	return coreInstanceType_;
 }
 
-int DescribeInstanceResult::getDuration()const
+std::string DescribeInstanceResult::getClusterName()const
 {
-	return duration_;
+	return clusterName_;
 }
 
-std::string DescribeInstanceResult::getPayType()const
+std::string DescribeInstanceResult::getMasterDiskType()const
 {
-	return payType_;
+	return masterDiskType_;
 }
 
-bool DescribeInstanceResult::getIsMultiModel()const
+std::string DescribeInstanceResult::getMaintainStartTime()const
 {
-	return isMultiModel_;
+	return maintainStartTime_;
 }
 
-std::string DescribeInstanceResult::getClusterType()const
+std::string DescribeInstanceResult::getParentId()const
 {
-	return clusterType_;
+	return parentId_;
 }
 
-std::string DescribeInstanceResult::getVswitchId()const
+std::string DescribeInstanceResult::getMajorVersion()const
 {
-	return vswitchId_;
+	return majorVersion_;
 }
 
-std::string DescribeInstanceResult::getInstanceName()const
+std::string DescribeInstanceResult::getCoreDiskCount()const
 {
-	return instanceName_;
+	return coreDiskCount_;
 }
 
-int DescribeInstanceResult::getMasterNodeCount()const
+std::string DescribeInstanceResult::getZoneId()const
 {
-	return masterNodeCount_;
+	return zoneId_;
 }
 
-std::string DescribeInstanceResult::getVpcId()const
+std::string DescribeInstanceResult::getClusterId()const
 {
-	return vpcId_;
+	return clusterId_;
 }
 
-bool DescribeInstanceResult::getAutoRenewal()const
+int DescribeInstanceResult::getCoreNodeCount()const
 {
-	return autoRenewal_;
+	return coreNodeCount_;
 }
 
-std::string DescribeInstanceResult::getCoreDiskType()const
+std::string DescribeInstanceResult::getColdStorageStatus()const
 {
-	return coreDiskType_;
+	return coldStorageStatus_;
+}
+
+std::string DescribeInstanceResult::getCreatedTimeUTC()const
+{
+	return createdTimeUTC_;
+}
+
+std::string DescribeInstanceResult::getMinorVersion()const
+{
+	return minorVersion_;
+}
+
+bool DescribeInstanceResult::getIsMultiModel()const
+{
+	return isMultiModel_;
+}
+
+std::string DescribeInstanceResult::getClusterType()const
+{
+	return clusterType_;
 }
 
 std::string DescribeInstanceResult::getRegionId()const
@@ -372,9 +391,9 @@ std::string DescribeInstanceResult::getRegionId()const
 	return regionId_;
 }
 
-std::string DescribeInstanceResult::getExpireTime()const
+std::string DescribeInstanceResult::getConfirmMaintainTime()const
 {
-	return expireTime_;
+	return confirmMaintainTime_;
 }
 
 int DescribeInstanceResult::getCoreDiskSize()const
@@ -382,8 +401,3 @@ int DescribeInstanceResult::getCoreDiskSize()const
 	return coreDiskSize_;
 }
 
-std::string DescribeInstanceResult::getBackupStatus()const
-{
-	return backupStatus_;
-}
-