|
@@ -35,28 +35,30 @@ namespace AlibabaCloud
|
|
|
struct BackupPlanDetail
|
|
struct BackupPlanDetail
|
|
|
{
|
|
{
|
|
|
std::string backupPlanName;
|
|
std::string backupPlanName;
|
|
|
- std::string backupMethod;
|
|
|
|
|
long backupPlanCreateTime;
|
|
long backupPlanCreateTime;
|
|
|
- std::string backupPeriod;
|
|
|
|
|
std::string backupObjects;
|
|
std::string backupObjects;
|
|
|
std::string sourceEndpointInstanceID;
|
|
std::string sourceEndpointInstanceID;
|
|
|
- std::string instanceClass;
|
|
|
|
|
std::string sourceEndpointDatabaseName;
|
|
std::string sourceEndpointDatabaseName;
|
|
|
std::string oSSBucketRegion;
|
|
std::string oSSBucketRegion;
|
|
|
|
|
+ long beginTimestampForRestore;
|
|
|
std::string sourceEndpointRegion;
|
|
std::string sourceEndpointRegion;
|
|
|
std::string sourceEndpointIpPort;
|
|
std::string sourceEndpointIpPort;
|
|
|
|
|
+ std::string backupPlanId;
|
|
|
|
|
+ std::string sourceEndpointInstanceType;
|
|
|
|
|
+ long backupGatewayId;
|
|
|
|
|
+ std::string sourceEndpointUserName;
|
|
|
|
|
+ int duplicationInfrequentAccessPeriod;
|
|
|
|
|
+ std::string backupMethod;
|
|
|
|
|
+ std::string backupPeriod;
|
|
|
|
|
+ std::string instanceClass;
|
|
|
|
|
+ long endTimestampForRestore;
|
|
|
int duplicationArchivePeriod;
|
|
int duplicationArchivePeriod;
|
|
|
std::string oSSBucketName;
|
|
std::string oSSBucketName;
|
|
|
std::string backupPlanStatus;
|
|
std::string backupPlanStatus;
|
|
|
std::string backupStartTime;
|
|
std::string backupStartTime;
|
|
|
bool enableBackupLog;
|
|
bool enableBackupLog;
|
|
|
- std::string backupPlanId;
|
|
|
|
|
std::string sourceEndpointOracleSID;
|
|
std::string sourceEndpointOracleSID;
|
|
|
int backupRetentionPeriod;
|
|
int backupRetentionPeriod;
|
|
|
- std::string sourceEndpointInstanceType;
|
|
|
|
|
- long backupGatewayId;
|
|
|
|
|
- std::string sourceEndpointUserName;
|
|
|
|
|
- int duplicationInfrequentAccessPeriod;
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|