Skip to content

Commit

Permalink
Add DescribeRestoreRangeInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 14, 2019
1 parent a0a7443 commit 5b889f6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.7.152 - 2019-11-15
- Add DescribeRestoreRangeInfo.


## 1.7.151 - 2019-11-14
- Released dysms OpenAPI.

Expand Down
17 changes: 17 additions & 0 deletions src/Dbs/V20190306/DbsApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @method DescribeJobErrorCode describeJobErrorCode(array $options = [])
* @method DescribeNodeCidrList describeNodeCidrList(array $options = [])
* @method DescribePreCheckProgressList describePreCheckProgressList(array $options = [])
* @method DescribeRestoreRangeInfo describeRestoreRangeInfo(array $options = [])
* @method DescribeRestoreTaskList describeRestoreTaskList(array $options = [])
* @method ModifyBackupObjects modifyBackupObjects(array $options = [])
* @method ModifyBackupPlanName modifyBackupPlanName(array $options = [])
Expand Down Expand Up @@ -279,6 +280,22 @@ class DescribePreCheckProgressList extends Rpc
{
}

/**
* @method string getBeginTimestampForRestore()
* @method $this withBeginTimestampForRestore($value)
* @method string getEndTimestampForRestore()
* @method $this withEndTimestampForRestore($value)
* @method string getClientToken()
* @method $this withClientToken($value)
* @method string getBackupPlanId()
* @method $this withBackupPlanId($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
*/
class DescribeRestoreRangeInfo extends Rpc
{
}

/**
* @method string getClientToken()
* @method $this withClientToken($value)
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.7.151';
const VERSION = '1.7.152';

/**
* @param Event $event
Expand Down

0 comments on commit 5b889f6

Please sign in to comment.