@@ -682,6 +682,12 @@ class AttachClassicLinkVpc extends Rpc
682
682
/**
683
683
* @method string getResourceOwnerId()
684
684
* @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)
685
691
* @method string getDiskId()
686
692
* @method $this withDiskId($value)
687
693
* @method string getDeleteWithInstance()
@@ -5426,6 +5432,8 @@ public function withNetworkInterfacePermissionId(array $networkInterfacePermissi
5426
5432
* @method $this withPageNumber($value)
5427
5433
* @method string getResourceGroupId()
5428
5434
* @method $this withResourceGroupId($value)
5435
+ * @method string getNextToken()
5436
+ * @method $this withNextToken($value)
5429
5437
* @method string getPageSize()
5430
5438
* @method $this withPageSize($value)
5431
5439
* @method array getTag()
@@ -5446,6 +5454,8 @@ public function withNetworkInterfacePermissionId(array $networkInterfacePermissi
5446
5454
* @method $this withVpcId($value)
5447
5455
* @method string getPrimaryIpAddress()
5448
5456
* @method $this withPrimaryIpAddress($value)
5457
+ * @method string getMaxResults()
5458
+ * @method $this withMaxResults($value)
5449
5459
* @method array getNetworkInterfaceId()
5450
5460
*/
5451
5461
class DescribeNetworkInterfaces extends Rpc
@@ -6797,6 +6807,8 @@ class DetachClassicLinkVpc extends Rpc
6797
6807
* @method $this withResourceOwnerId($value)
6798
6808
* @method string getDiskId()
6799
6809
* @method $this withDiskId($value)
6810
+ * @method string getDeleteWithInstance()
6811
+ * @method $this withDeleteWithInstance($value)
6800
6812
* @method string getResourceOwnerAccount()
6801
6813
* @method $this withResourceOwnerAccount($value)
6802
6814
* @method string getOwnerAccount()
@@ -8060,6 +8072,8 @@ class ModifyInstanceChargeType extends Rpc
8060
8072
/**
8061
8073
* @method string getResourceOwnerId()
8062
8074
* @method $this withResourceOwnerId($value)
8075
+ * @method string getInstanceType()
8076
+ * @method $this withInstanceType($value)
8063
8077
* @method string getDeploymentSetId()
8064
8078
* @method $this withDeploymentSetId($value)
8065
8079
* @method string getResourceOwnerAccount()
0 commit comments