Skip to content

Commit da1163d

Browse files
committed
DescribeNetworkInterfaces Supports NextToken.
1 parent cce9764 commit da1163d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.12 - 2019-12-19
4+
- DescribeNetworkInterfaces Supports NextToken.
5+
6+
37
## 1.8.11 - 2019-12-18
48
- Third sdk version.
59

src/Ecs/V20140526/EcsApiResolver.php

+14
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,12 @@ class AttachClassicLinkVpc extends Rpc
682682
/**
683683
* @method string getResourceOwnerId()
684684
* @method $this withResourceOwnerId($value)
685+
* @method string getKeyPairName()
686+
* @method $this withKeyPairName($value)
687+
* @method string getBootable()
688+
* @method $this withBootable($value)
689+
* @method string getPassword()
690+
* @method $this withPassword($value)
685691
* @method string getDiskId()
686692
* @method $this withDiskId($value)
687693
* @method string getDeleteWithInstance()
@@ -5426,6 +5432,8 @@ public function withNetworkInterfacePermissionId(array $networkInterfacePermissi
54265432
* @method $this withPageNumber($value)
54275433
* @method string getResourceGroupId()
54285434
* @method $this withResourceGroupId($value)
5435+
* @method string getNextToken()
5436+
* @method $this withNextToken($value)
54295437
* @method string getPageSize()
54305438
* @method $this withPageSize($value)
54315439
* @method array getTag()
@@ -5446,6 +5454,8 @@ public function withNetworkInterfacePermissionId(array $networkInterfacePermissi
54465454
* @method $this withVpcId($value)
54475455
* @method string getPrimaryIpAddress()
54485456
* @method $this withPrimaryIpAddress($value)
5457+
* @method string getMaxResults()
5458+
* @method $this withMaxResults($value)
54495459
* @method array getNetworkInterfaceId()
54505460
*/
54515461
class DescribeNetworkInterfaces extends Rpc
@@ -6797,6 +6807,8 @@ class DetachClassicLinkVpc extends Rpc
67976807
* @method $this withResourceOwnerId($value)
67986808
* @method string getDiskId()
67996809
* @method $this withDiskId($value)
6810+
* @method string getDeleteWithInstance()
6811+
* @method $this withDeleteWithInstance($value)
68006812
* @method string getResourceOwnerAccount()
68016813
* @method $this withResourceOwnerAccount($value)
68026814
* @method string getOwnerAccount()
@@ -8060,6 +8072,8 @@ class ModifyInstanceChargeType extends Rpc
80608072
/**
80618073
* @method string getResourceOwnerId()
80628074
* @method $this withResourceOwnerId($value)
8075+
* @method string getInstanceType()
8076+
* @method $this withInstanceType($value)
80638077
* @method string getDeploymentSetId()
80648078
* @method $this withDeploymentSetId($value)
80658079
* @method string getResourceOwnerAccount()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.11';
19+
const VERSION = '1.8.12';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)