Skip to content

Commit 49f3ad5

Browse files
committed
Rebuild.
1 parent 65d6004 commit 49f3ad5

File tree

4 files changed

+129
-20
lines changed

4 files changed

+129
-20
lines changed

CHANGELOG.md

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

3+
## 1.8.2242 - 2025-2-6
4+
- Rebuild.
5+
6+
37
## 1.8.2241 - 2025-1-20
48
- Generated 2017-08-01 for `polardb`.
59

src/Eais/V20190624/EaisApiResolver.php

+123-18
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,44 @@ class ChangeResourceGroup extends Rpc
8787
}
8888

8989
/**
90-
* @method string getImage()
91-
* @method $this withImage($value)
9290
* @method string getClientToken()
9391
* @method $this withClientToken($value)
9492
* @method string getSecurityGroupId()
9593
* @method $this withSecurityGroupId($value)
96-
* @method string getVSwitchId()
97-
* @method $this withVSwitchId($value)
9894
* @method string getResourceGroupId()
9995
* @method $this withResourceGroupId($value)
100-
* @method string getInstanceName()
101-
* @method $this withInstanceName($value)
10296
* @method string getInstanceType()
10397
* @method $this withInstanceType($value)
98+
* @method array getTag()
99+
* @method string getImage()
100+
* @method $this withImage($value)
101+
* @method string getVSwitchId()
102+
* @method $this withVSwitchId($value)
103+
* @method string getInstanceName()
104+
* @method $this withInstanceName($value)
104105
*/
105106
class CreateEai extends Rpc
106107
{
108+
109+
/**
110+
* @param array $tag
111+
*
112+
* @return $this
113+
*/
114+
public function withTag(array $tag)
115+
{
116+
$this->data['Tag'] = $tag;
117+
foreach ($tag as $depth1 => $depth1Value) {
118+
if(isset($depth1Value['Value'])){
119+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
120+
}
121+
if(isset($depth1Value['Key'])){
122+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
123+
}
124+
}
125+
126+
return $this;
127+
}
107128
}
108129

109130
/**
@@ -115,15 +136,36 @@ class CreateEai extends Rpc
115136
* @method $this withEci($value)
116137
* @method string getEaisType()
117138
* @method $this withEaisType($value)
118-
* @method string getVSwitchId()
119-
* @method $this withVSwitchId($value)
120139
* @method string getResourceGroupId()
121140
* @method $this withResourceGroupId($value)
122141
* @method string getEaisName()
123142
* @method $this withEaisName($value)
143+
* @method array getTag()
144+
* @method string getVSwitchId()
145+
* @method $this withVSwitchId($value)
124146
*/
125147
class CreateEaiEci extends Rpc
126148
{
149+
150+
/**
151+
* @param array $tag
152+
*
153+
* @return $this
154+
*/
155+
public function withTag(array $tag)
156+
{
157+
$this->data['Tag'] = $tag;
158+
foreach ($tag as $depth1 => $depth1Value) {
159+
if(isset($depth1Value['Value'])){
160+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
161+
}
162+
if(isset($depth1Value['Key'])){
163+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
164+
}
165+
}
166+
167+
return $this;
168+
}
127169
}
128170

129171
/**
@@ -133,17 +175,38 @@ class CreateEaiEci extends Rpc
133175
* @method $this withSecurityGroupId($value)
134176
* @method string getEaisType()
135177
* @method $this withEaisType($value)
136-
* @method string getVSwitchId()
137-
* @method $this withVSwitchId($value)
138178
* @method string getResourceGroupId()
139179
* @method $this withResourceGroupId($value)
140180
* @method string getEcs()
141181
* @method $this withEcs($value)
142182
* @method string getEaisName()
143183
* @method $this withEaisName($value)
184+
* @method array getTag()
185+
* @method string getVSwitchId()
186+
* @method $this withVSwitchId($value)
144187
*/
145188
class CreateEaiEcs extends Rpc
146189
{
190+
191+
/**
192+
* @param array $tag
193+
*
194+
* @return $this
195+
*/
196+
public function withTag(array $tag)
197+
{
198+
$this->data['Tag'] = $tag;
199+
foreach ($tag as $depth1 => $depth1Value) {
200+
if(isset($depth1Value['Value'])){
201+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
202+
}
203+
if(isset($depth1Value['Key'])){
204+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
205+
}
206+
}
207+
208+
return $this;
209+
}
147210
}
148211

149212
/**
@@ -153,35 +216,77 @@ class CreateEaiEcs extends Rpc
153216
* @method $this withSecurityGroupId($value)
154217
* @method string getEaisType()
155218
* @method $this withEaisType($value)
156-
* @method string getVSwitchId()
157-
* @method $this withVSwitchId($value)
158219
* @method string getResourceGroupId()
159220
* @method $this withResourceGroupId($value)
160-
* @method string getEnvironmentVar()
161-
* @method $this withEnvironmentVar($value)
162221
* @method string getEaisName()
163222
* @method $this withEaisName($value)
223+
* @method array getTag()
224+
* @method string getVSwitchId()
225+
* @method $this withVSwitchId($value)
226+
* @method string getEnvironmentVar()
227+
* @method $this withEnvironmentVar($value)
164228
*/
165229
class CreateEaiJupyter extends Rpc
166230
{
231+
232+
/**
233+
* @param array $tag
234+
*
235+
* @return $this
236+
*/
237+
public function withTag(array $tag)
238+
{
239+
$this->data['Tag'] = $tag;
240+
foreach ($tag as $depth1 => $depth1Value) {
241+
if(isset($depth1Value['Value'])){
242+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
243+
}
244+
if(isset($depth1Value['Key'])){
245+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
246+
}
247+
}
248+
249+
return $this;
250+
}
167251
}
168252

169253
/**
170254
* @method string getClientToken()
171255
* @method $this withClientToken($value)
172256
* @method string getSecurityGroupId()
173257
* @method $this withSecurityGroupId($value)
174-
* @method string getVSwitchId()
175-
* @method $this withVSwitchId($value)
176258
* @method string getResourceGroupId()
177259
* @method $this withResourceGroupId($value)
178-
* @method string getInstanceName()
179-
* @method $this withInstanceName($value)
180260
* @method string getInstanceType()
181261
* @method $this withInstanceType($value)
262+
* @method array getTag()
263+
* @method string getVSwitchId()
264+
* @method $this withVSwitchId($value)
265+
* @method string getInstanceName()
266+
* @method $this withInstanceName($value)
182267
*/
183268
class CreateEaisEi extends Rpc
184269
{
270+
271+
/**
272+
* @param array $tag
273+
*
274+
* @return $this
275+
*/
276+
public function withTag(array $tag)
277+
{
278+
$this->data['Tag'] = $tag;
279+
foreach ($tag as $depth1 => $depth1Value) {
280+
if(isset($depth1Value['Value'])){
281+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
282+
}
283+
if(isset($depth1Value['Key'])){
284+
$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
285+
}
286+
}
287+
288+
return $this;
289+
}
185290
}
186291

187292
/**

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.2241';
19+
const VERSION = '1.8.2242';
2020

2121
/**
2222
* @param Event $event

src/endpoints.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"endpoint_map":{"cn-qingdao":"polardb.aliyuncs.com","cn-beijing":"polardb.aliyuncs.com","cn-wulanchabu":"polardb.aliyuncs.com","cn-hangzhou":"polardb.aliyuncs.com","cn-shanghai":"polardb.aliyuncs.com","cn-shenzhen":"polardb.aliyuncs.com","cn-guangzhou":"polardb.aliyuncs.com","cn-hongkong":"polardb.aliyuncs.com","cn-hangzhou-finance":"polardb.aliyuncs.com","cn-shanghai-finance-1":"polardb.aliyuncs.com","cn-shenzhen-finance-1":"polardb.aliyuncs.com","cn-north-2-gov-1":"polardb.aliyuncs.com","ap-northeast-2-pop":"polardb.aliyuncs.com","cn-beijing-finance-1":"polardb.aliyuncs.com","cn-beijing-finance-pop":"polardb.aliyuncs.com","cn-beijing-gov-1":"polardb.aliyuncs.com","cn-beijing-nu16-b01":"polardb.aliyuncs.com","cn-edge-1":"polardb.aliyuncs.com","cn-fujian":"polardb.aliyuncs.com","cn-haidian-cm12-c01":"polardb.aliyuncs.com","cn-hangzhou-bj-b01":"polardb.aliyuncs.com","cn-hangzhou-internal-prod-1":"polardb.aliyuncs.com","cn-hangzhou-internal-test-1":"polardb.aliyuncs.com","cn-hangzhou-internal-test-2":"polardb.aliyuncs.com","cn-hangzhou-internal-test-3":"polardb.aliyuncs.com","cn-hangzhou-test-306":"polardb.aliyuncs.com","cn-hongkong-finance-pop":"polardb.aliyuncs.com","cn-huhehaote-nebula-1":"polardb.aliyuncs.com","cn-qingdao-nebula":"polardb.aliyuncs.com","cn-shanghai-et15-b01":"polardb.aliyuncs.com","cn-shanghai-et2-b01":"polardb.aliyuncs.com","cn-shanghai-inner":"polardb.aliyuncs.com","cn-shanghai-internal-test-1":"polardb.aliyuncs.com","cn-shenzhen-inner":"polardb.aliyuncs.com","cn-shenzhen-st4-d01":"polardb.aliyuncs.com","cn-shenzhen-su18-b01":"polardb.aliyuncs.com","cn-wuhan":"polardb.aliyuncs.com","cn-yushanfang":"polardb.aliyuncs.com","cn-zhangbei":"polardb.aliyuncs.com","cn-zhangbei-na61-b01":"polardb.aliyuncs.com","cn-zhangjiakou-na62-a01":"polardb.aliyuncs.com","cn-zhengzhou-nebula-1":"polardb.aliyuncs.com","eu-west-1-oxs":"polardb.aliyuncs.com","rus-west-1-pop":"polardb.aliyuncs.com"},"endpoint_regional":"regional","standard":{"cn-zhangjiakou":"polardb.cn-zhangjiakou.aliyuncs.com","cn-huhehaote":"polardb.cn-huhehaote.aliyuncs.com","cn-chengdu":"polardb.cn-chengdu.aliyuncs.com","ap-northeast-1":"polardb.ap-northeast-1.aliyuncs.com","ap-southeast-1":"polardb.ap-southeast-1.aliyuncs.com","ap-southeast-2":"polardb.ap-southeast-2.aliyuncs.com","ap-southeast-3":"polardb.ap-southeast-3.aliyuncs.com","ap-southeast-5":"polardb.ap-southeast-5.aliyuncs.com","us-east-1":"polardb.us-east-1.aliyuncs.com","us-west-1":"polardb.us-west-1.aliyuncs.com","eu-west-1":"polardb.eu-west-1.aliyuncs.com","eu-central-1":"polardb.eu-central-1.aliyuncs.com","ap-south-1":"polardb.ap-south-1.aliyuncs.com","me-east-1":"polardb.me-east-1.aliyuncs.com"},"regions":["cn-qingdao","cn-beijing","cn-zhangjiakou","cn-huhehaote","cn-wulanchabu","cn-hangzhou","cn-shanghai","cn-shenzhen","cn-guangzhou","cn-chengdu","cn-hongkong","ap-northeast-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","us-east-1","us-west-1","eu-west-1","eu-central-1","ap-south-1","cn-hangzhou-finance","cn-shanghai-finance-1","cn-shenzhen-finance-1","cn-north-2-gov-1","ap-northeast-2-pop","cn-beijing-finance-1","cn-beijing-finance-pop","cn-beijing-gov-1","cn-beijing-nu16-b01","cn-edge-1","cn-fujian","cn-haidian-cm12-c01","cn-hangzhou-bj-b01","cn-hangzhou-internal-prod-1","cn-hangzhou-internal-test-1","cn-hangzhou-internal-test-2","cn-hangzhou-internal-test-3","cn-hangzhou-test-306","cn-hongkong-finance-pop","cn-huhehaote-nebula-1","cn-qingdao-nebula","cn-shanghai-et15-b01","cn-shanghai-et2-b01","cn-shanghai-inner","cn-shanghai-internal-test-1","cn-shenzhen-inner","cn-shenzhen-st4-d01","cn-shenzhen-su18-b01","cn-wuhan","cn-yushanfang","cn-zhangbei","cn-zhangbei-na61-b01","cn-zhangjiakou-na62-a01","cn-zhengzhou-nebula-1","eu-west-1-oxs","me-east-1","rus-west-1-pop"],"endpoint_health":[]}
1+
{"endpoint_map":{"ap-northeast-1":"eais.aliyuncs.com","ap-northeast-2-pop":"eais.aliyuncs.com","ap-south-1":"eais.aliyuncs.com","ap-southeast-1":"eais.aliyuncs.com","ap-southeast-2":"eais.aliyuncs.com","ap-southeast-3":"eais.aliyuncs.com","ap-southeast-5":"eais.aliyuncs.com","cn-beijing-finance-1":"eais.aliyuncs.com","cn-beijing-finance-pop":"eais.aliyuncs.com","cn-beijing-gov-1":"eais.aliyuncs.com","cn-beijing-nu16-b01":"eais.aliyuncs.com","cn-edge-1":"eais.aliyuncs.com","cn-fujian":"eais.aliyuncs.com","cn-haidian-cm12-c01":"eais.aliyuncs.com","cn-hangzhou-bj-b01":"eais.aliyuncs.com","cn-hangzhou-finance":"eais.aliyuncs.com","cn-hangzhou-internal-prod-1":"eais.aliyuncs.com","cn-hangzhou-internal-test-1":"eais.aliyuncs.com","cn-hangzhou-internal-test-2":"eais.aliyuncs.com","cn-hangzhou-internal-test-3":"eais.aliyuncs.com","cn-hangzhou-test-306":"eais.aliyuncs.com","cn-hongkong":"eais.aliyuncs.com","cn-hongkong-finance-pop":"eais.aliyuncs.com","cn-huhehaote":"eais.aliyuncs.com","cn-huhehaote-nebula-1":"eais.aliyuncs.com","cn-north-2-gov-1":"eais.aliyuncs.com","cn-qingdao":"eais.aliyuncs.com","cn-qingdao-nebula":"eais.aliyuncs.com","cn-shanghai-et15-b01":"eais.aliyuncs.com","cn-shanghai-et2-b01":"eais.aliyuncs.com","cn-shanghai-finance-1":"eais.aliyuncs.com","cn-shanghai-inner":"eais.aliyuncs.com","cn-shanghai-internal-test-1":"eais.aliyuncs.com","cn-shenzhen-finance-1":"eais.aliyuncs.com","cn-shenzhen-inner":"eais.aliyuncs.com","cn-shenzhen-st4-d01":"eais.aliyuncs.com","cn-shenzhen-su18-b01":"eais.aliyuncs.com","cn-wuhan":"eais.aliyuncs.com","cn-wulanchabu":"eais.aliyuncs.com","cn-yushanfang":"eais.aliyuncs.com","cn-zhangbei":"eais.aliyuncs.com","cn-zhangbei-na61-b01":"eais.aliyuncs.com","cn-zhangjiakou":"eais.aliyuncs.com","cn-zhangjiakou-na62-a01":"eais.aliyuncs.com","cn-zhengzhou-nebula-1":"eais.aliyuncs.com","eu-central-1":"eais.aliyuncs.com","eu-west-1":"eais.aliyuncs.com","eu-west-1-oxs":"eais.aliyuncs.com","me-east-1":"eais.aliyuncs.com","rus-west-1-pop":"eais.aliyuncs.com","us-east-1":"eais.aliyuncs.com"},"endpoint_regional":"regional","standard":{"cn-beijing":"eais.cn-beijing.aliyuncs.com","cn-chengdu":"eais.cn-chengdu.aliyuncs.com","cn-hangzhou":"eais.cn-hangzhou.aliyuncs.com","cn-shanghai":"eais.cn-shanghai.aliyuncs.com","cn-shenzhen":"eais.cn-shenzhen.aliyuncs.com","us-west-1":"eais.us-west-1.aliyuncs.com"},"regions":["cn-beijing","cn-chengdu","cn-hangzhou","cn-shanghai","cn-shenzhen","ap-northeast-1","ap-northeast-2-pop","ap-south-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","cn-beijing-finance-1","cn-beijing-finance-pop","cn-beijing-gov-1","cn-beijing-nu16-b01","cn-edge-1","cn-fujian","cn-haidian-cm12-c01","cn-hangzhou-bj-b01","cn-hangzhou-finance","cn-hangzhou-internal-prod-1","cn-hangzhou-internal-test-1","cn-hangzhou-internal-test-2","cn-hangzhou-internal-test-3","cn-hangzhou-test-306","cn-hongkong","cn-hongkong-finance-pop","cn-huhehaote","cn-huhehaote-nebula-1","cn-north-2-gov-1","cn-qingdao","cn-qingdao-nebula","cn-shanghai-et15-b01","cn-shanghai-et2-b01","cn-shanghai-finance-1","cn-shanghai-inner","cn-shanghai-internal-test-1","cn-shenzhen-finance-1","cn-shenzhen-inner","cn-shenzhen-st4-d01","cn-shenzhen-su18-b01","cn-wuhan","cn-wulanchabu","cn-yushanfang","cn-zhangbei","cn-zhangbei-na61-b01","cn-zhangjiakou","cn-zhangjiakou-na62-a01","cn-zhengzhou-nebula-1","eu-central-1","eu-west-1","eu-west-1-oxs","me-east-1","rus-west-1-pop","us-east-1","us-west-1"],"endpoint_health":[]}

0 commit comments

Comments
 (0)