GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( d09d70...b24f81 )
by
unknown
07:16
created

TagResources::withResourceId()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 8
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 8
c 0
b 0
f 0
rs 10
cc 2
nc 2
nop 1
1
<?php
2
3
namespace AlibabaCloud\Mse\V20190531;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddAuthResource addAuthResource(array $options = [])
9
 * @method AddBlackWhiteList addBlackWhiteList(array $options = [])
10
 * @method AddGateway addGateway(array $options = [])
11
 * @method AddGatewayDomain addGatewayDomain(array $options = [])
12
 * @method AddGatewayRoute addGatewayRoute(array $options = [])
13
 * @method AddGatewayServiceVersion addGatewayServiceVersion(array $options = [])
14
 * @method AddGatewaySlb addGatewaySlb(array $options = [])
15
 * @method AddMigrationTask addMigrationTask(array $options = [])
16
 * @method AddMockRule addMockRule(array $options = [])
17
 * @method AddSecurityGroupRule addSecurityGroupRule(array $options = [])
18
 * @method AddServiceSource addServiceSource(array $options = [])
19
 * @method AddSSLCert addSSLCert(array $options = [])
20
 * @method ApplyGatewayRoute applyGatewayRoute(array $options = [])
21
 * @method ApplyTagPolicies applyTagPolicies(array $options = [])
22
 * @method CloneNacosConfig cloneNacosConfig(array $options = [])
23
 * @method CreateApplication createApplication(array $options = [])
24
 * @method CreateCluster createCluster(array $options = [])
25
 * @method CreateEngineNamespace createEngineNamespace(array $options = [])
26
 * @method CreateMseServiceApplication createMseServiceApplication(array $options = [])
27
 * @method CreateNacosConfig createNacosConfig(array $options = [])
28
 * @method CreateNacosInstance createNacosInstance(array $options = [])
29
 * @method CreateNacosService createNacosService(array $options = [])
30
 * @method CreateOrUpdateSwimmingLane createOrUpdateSwimmingLane(array $options = [])
31
 * @method CreateOrUpdateSwimmingLaneGroup createOrUpdateSwimmingLaneGroup(array $options = [])
32
 * @method CreateZnode createZnode(array $options = [])
33
 * @method DeleteAuthResource deleteAuthResource(array $options = [])
34
 * @method DeleteCluster deleteCluster(array $options = [])
35
 * @method DeleteEngineNamespace deleteEngineNamespace(array $options = [])
36
 * @method DeleteGateway deleteGateway(array $options = [])
37
 * @method DeleteGatewayDomain deleteGatewayDomain(array $options = [])
38
 * @method DeleteGatewayRoute deleteGatewayRoute(array $options = [])
39
 * @method DeleteGatewayService deleteGatewayService(array $options = [])
40
 * @method DeleteGatewayServiceVersion deleteGatewayServiceVersion(array $options = [])
41
 * @method DeleteGatewaySlb deleteGatewaySlb(array $options = [])
42
 * @method DeleteMigrationTask deleteMigrationTask(array $options = [])
43
 * @method DeleteNacosConfig deleteNacosConfig(array $options = [])
44
 * @method DeleteNacosConfigs deleteNacosConfigs(array $options = [])
45
 * @method DeleteNacosInstance deleteNacosInstance(array $options = [])
46
 * @method DeleteNacosService deleteNacosService(array $options = [])
47
 * @method DeleteSecurityGroupRule deleteSecurityGroupRule(array $options = [])
48
 * @method DeleteServiceSource deleteServiceSource(array $options = [])
49
 * @method DeleteSwimmingLane deleteSwimmingLane(array $options = [])
50
 * @method DeleteSwimmingLaneGroup deleteSwimmingLaneGroup(array $options = [])
51
 * @method DeleteZnode deleteZnode(array $options = [])
52
 * @method ExportNacosConfig exportNacosConfig(array $options = [])
53
 * @method GetApplicationList getApplicationList(array $options = [])
54
 * @method GetApplicationListWithMetircs getApplicationListWithMetircs(array $options = [])
55
 * @method GetAppMessageQueueRoute getAppMessageQueueRoute(array $options = [])
56
 * @method GetBlackWhiteList getBlackWhiteList(array $options = [])
57
 * @method GetEngineNamepace getEngineNamepace(array $options = [])
58
 * @method GetGateway getGateway(array $options = [])
59
 * @method GetGatewayDomainDetail getGatewayDomainDetail(array $options = [])
60
 * @method GetGatewayOption getGatewayOption(array $options = [])
61
 * @method GetGatewayRouteDetail getGatewayRouteDetail(array $options = [])
62
 * @method GetGatewayServiceDetail getGatewayServiceDetail(array $options = [])
63
 * @method GetGovernanceKubernetesCluster getGovernanceKubernetesCluster(array $options = [])
64
 * @method GetImage getImage(array $options = [])
65
 * @method GetImportFileUrl getImportFileUrl(array $options = [])
66
 * @method GetKubernetesSource getKubernetesSource(array $options = [])
67
 * @method GetMseFeatureSwitch getMseFeatureSwitch(array $options = [])
68
 * @method GetMseSource getMseSource(array $options = [])
69
 * @method GetNacosConfig getNacosConfig(array $options = [])
70
 * @method GetNacosHistoryConfig getNacosHistoryConfig(array $options = [])
71
 * @method GetOverview getOverview(array $options = [])
72
 * @method GetPluginConfig getPluginConfig(array $options = [])
73
 * @method GetPlugins getPlugins(array $options = [])
74
 * @method GetServiceList getServiceList(array $options = [])
75
 * @method GetServiceListeners getServiceListeners(array $options = [])
76
 * @method GetTagsBySwimmingLaneGroupId getTagsBySwimmingLaneGroupId(array $options = [])
77
 * @method GetZookeeperDataImportUrl getZookeeperDataImportUrl(array $options = [])
78
 * @method ImportNacosConfig importNacosConfig(array $options = [])
79
 * @method ImportServices importServices(array $options = [])
80
 * @method ImportZookeeperData importZookeeperData(array $options = [])
81
 * @method ListAnsInstances listAnsInstances(array $options = [])
82
 * @method ListAnsServiceClusters listAnsServiceClusters(array $options = [])
83
 * @method ListAnsServices listAnsServices(array $options = [])
84
 * @method ListAppBySwimmingLaneGroupTag listAppBySwimmingLaneGroupTag(array $options = [])
85
 * @method ListApplicationsWithTagRules listApplicationsWithTagRules(array $options = [])
86
 * @method ListClusterConnectionTypes listClusterConnectionTypes(array $options = [])
87
 * @method ListClusterHealthCheckTask listClusterHealthCheckTask(array $options = [])
88
 * @method ListClusters listClusters(array $options = [])
89
 * @method ListClusterTypes listClusterTypes(array $options = [])
90
 * @method ListClusterVersions listClusterVersions(array $options = [])
91
 * @method ListConfigTrack listConfigTrack(array $options = [])
92
 * @method ListEngineNamespaces listEngineNamespaces(array $options = [])
93
 * @method ListEurekaInstances listEurekaInstances(array $options = [])
94
 * @method ListEurekaServices listEurekaServices(array $options = [])
95
 * @method ListGateway listGateway(array $options = [])
96
 * @method ListGatewayDomain listGatewayDomain(array $options = [])
97
 * @method ListGatewayRoute listGatewayRoute(array $options = [])
98
 * @method ListGatewayService listGatewayService(array $options = [])
99
 * @method ListGatewaySlb listGatewaySlb(array $options = [])
100
 * @method ListInstanceCount listInstanceCount(array $options = [])
101
 * @method ListListenersByConfig listListenersByConfig(array $options = [])
102
 * @method ListListenersByIp listListenersByIp(array $options = [])
103
 * @method ListMigrationTask listMigrationTask(array $options = [])
104
 * @method ListNacosConfigs listNacosConfigs(array $options = [])
105
 * @method ListNacosHistoryConfigs listNacosHistoryConfigs(array $options = [])
106
 * @method ListNamingTrack listNamingTrack(array $options = [])
107
 * @method ListSecurityGroup listSecurityGroup(array $options = [])
108
 * @method ListSecurityGroupRule listSecurityGroupRule(array $options = [])
109
 * @method ListServiceSource listServiceSource(array $options = [])
110
 * @method ListSSLCert listSSLCert(array $options = [])
111
 * @method ListTagResources listTagResources(array $options = [])
112
 * @method ListZkTrack listZkTrack(array $options = [])
113
 * @method ListZnodeChildren listZnodeChildren(array $options = [])
114
 * @method ModifyGovernanceKubernetesCluster modifyGovernanceKubernetesCluster(array $options = [])
115
 * @method ModifyLosslessRule modifyLosslessRule(array $options = [])
116
 * @method OfflineGatewayRoute offlineGatewayRoute(array $options = [])
117
 * @method OrderClusterHealthCheckRiskNotice orderClusterHealthCheckRiskNotice(array $options = [])
118
 * @method PullServices pullServices(array $options = [])
119
 * @method PutClusterHealthCheckTask putClusterHealthCheckTask(array $options = [])
120
 * @method QueryAllSwimmingLane queryAllSwimmingLane(array $options = [])
121
 * @method QueryAllSwimmingLaneGroup queryAllSwimmingLaneGroup(array $options = [])
122
 * @method QueryBusinessLocations queryBusinessLocations(array $options = [])
123
 * @method QueryClusterDetail queryClusterDetail(array $options = [])
124
 * @method QueryClusterDiskSpecification queryClusterDiskSpecification(array $options = [])
125
 * @method QueryClusterInfo queryClusterInfo(array $options = [])
126
 * @method QueryClusterSpecification queryClusterSpecification(array $options = [])
127
 * @method QueryConfig queryConfig(array $options = [])
128
 * @method QueryGatewayRegion queryGatewayRegion(array $options = [])
129
 * @method QueryGatewayType queryGatewayType(array $options = [])
130
 * @method QueryGovernanceKubernetesCluster queryGovernanceKubernetesCluster(array $options = [])
131
 * @method QueryInstancesInfo queryInstancesInfo(array $options = [])
132
 * @method QueryMonitor queryMonitor(array $options = [])
133
 * @method QuerySlbSpec querySlbSpec(array $options = [])
134
 * @method QuerySwimmingLaneById querySwimmingLaneById(array $options = [])
135
 * @method QueryZnodeDetail queryZnodeDetail(array $options = [])
136
 * @method RestartCluster restartCluster(array $options = [])
137
 * @method RetryCluster retryCluster(array $options = [])
138
 * @method SelectGatewaySlb selectGatewaySlb(array $options = [])
139
 * @method TagResources tagResources(array $options = [])
140
 * @method UntagResources untagResources(array $options = [])
141
 * @method UpdateAcl updateAcl(array $options = [])
142
 * @method UpdateBlackWhiteList updateBlackWhiteList(array $options = [])
143
 * @method UpdateCluster updateCluster(array $options = [])
144
 * @method UpdateClusterSpec updateClusterSpec(array $options = [])
145
 * @method UpdateConfig updateConfig(array $options = [])
146
 * @method UpdateEngineNamespace updateEngineNamespace(array $options = [])
147
 * @method UpdateGatewayDomain updateGatewayDomain(array $options = [])
148
 * @method UpdateGatewayName updateGatewayName(array $options = [])
149
 * @method UpdateGatewayOption updateGatewayOption(array $options = [])
150
 * @method UpdateGatewayRoute updateGatewayRoute(array $options = [])
151
 * @method UpdateGatewayRouteCORS updateGatewayRouteCORS(array $options = [])
152
 * @method UpdateGatewayRouteHeaderOp updateGatewayRouteHeaderOp(array $options = [])
153
 * @method UpdateGatewayRouteHTTPRewrite updateGatewayRouteHTTPRewrite(array $options = [])
154
 * @method UpdateGatewayRouteRetry updateGatewayRouteRetry(array $options = [])
155
 * @method UpdateGatewayRouteTimeout updateGatewayRouteTimeout(array $options = [])
156
 * @method UpdateGatewayRouteWafStatus updateGatewayRouteWafStatus(array $options = [])
157
 * @method UpdateGatewayServiceTrafficPolicy updateGatewayServiceTrafficPolicy(array $options = [])
158
 * @method UpdateGatewayServiceVersion updateGatewayServiceVersion(array $options = [])
159
 * @method UpdateGatewaySpec updateGatewaySpec(array $options = [])
160
 * @method UpdateImage updateImage(array $options = [])
161
 * @method UpdateMessageQueueRoute updateMessageQueueRoute(array $options = [])
162
 * @method UpdateMigrationTask updateMigrationTask(array $options = [])
163
 * @method UpdateNacosCluster updateNacosCluster(array $options = [])
164
 * @method UpdateNacosConfig updateNacosConfig(array $options = [])
165
 * @method UpdateNacosInstance updateNacosInstance(array $options = [])
166
 * @method UpdateNacosService updateNacosService(array $options = [])
167
 * @method UpdatePluginConfig updatePluginConfig(array $options = [])
168
 * @method UpdateServiceSource updateServiceSource(array $options = [])
169
 * @method UpdateSSLCert updateSSLCert(array $options = [])
170
 * @method UpdateZnode updateZnode(array $options = [])
171
 * @method UpgradeCluster upgradeCluster(array $options = [])
172
 */
173
class MseApiResolver extends ApiResolver
174
{
175
}
176
177
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
178
{
179
    /** @var string */
180
    public $product = 'mse';
181
182
    /** @var string */
183
    public $version = '2019-05-31';
184
185
    /** @var string */
186
    public $method = 'POST';
187
188
    /** @var string */
189
    public $serviceCode = 'mse';
190
}
191
192
/**
193
 * @method string getIgnoreCase()
194
 * @method $this withIgnoreCase($value)
195
 * @method string getMseSessionId()
196
 * @method $this withMseSessionId($value)
197
 * @method string getGatewayUniqueId()
198
 * @method $this withGatewayUniqueId($value)
199
 * @method string getDomainId()
200
 * @method $this withDomainId($value)
201
 * @method string getPath()
202
 * @method $this withPath($value)
203
 * @method string getMatchType()
204
 * @method $this withMatchType($value)
205
 * @method string getAuthId()
206
 * @method $this withAuthId($value)
207
 * @method string getAuthResourceHeaderList()
208
 * @method $this withAuthResourceHeaderList($value)
209
 * @method string getAcceptLanguage()
210
 * @method $this withAcceptLanguage($value)
211
 */
212
class AddAuthResource extends Rpc
213
{
214
}
215
216
/**
217
 * @method string getNote()
218
 * @method $this withNote($value)
219
 * @method string getMseSessionId()
220
 * @method $this withMseSessionId($value)
221
 * @method string getGatewayUniqueId()
222
 * @method $this withGatewayUniqueId($value)
223
 * @method string getType()
224
 * @method $this withType($value)
225
 * @method string getContent()
226
 * @method $this withContent($value)
227
 * @method string getIsWhite()
228
 * @method $this withIsWhite($value)
229
 * @method string getResourceIdJsonList()
230
 * @method $this withResourceIdJsonList($value)
231
 * @method string getResourceType()
232
 * @method $this withResourceType($value)
233
 * @method string getName()
234
 * @method $this withName($value)
235
 * @method string getAcceptLanguage()
236
 * @method $this withAcceptLanguage($value)
237
 * @method string getStatus()
238
 * @method $this withStatus($value)
239
 */
240
class AddBlackWhiteList extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getMseSessionId()
246
 * @method $this withMseSessionId($value)
247
 * @method string getInternetSlbSpec()
248
 * @method $this withInternetSlbSpec($value)
249
 * @method string getEnableXtrace()
250
 * @method $this withEnableXtrace($value)
251
 * @method string getXtraceRatio()
252
 * @method $this withXtraceRatio($value)
253
 * @method string getReplica()
254
 * @method $this withReplica($value)
255
 * @method string getVSwitchId2()
256
 * @method $this withVSwitchId2($value)
257
 * @method string getEnableHardwareAcceleration()
258
 * @method $this withEnableHardwareAcceleration($value)
259
 * @method string getEnableSls()
260
 * @method $this withEnableSls($value)
261
 * @method string getSpec()
262
 * @method $this withSpec($value)
263
 * @method string getResourceGroupId()
264
 * @method $this withResourceGroupId($value)
265
 * @method string getEnterpriseSecurityGroup()
266
 * @method $this withEnterpriseSecurityGroup($value)
267
 * @method array getTag()
268
 * @method string getVpc()
269
 * @method $this withVpc($value)
270
 * @method string getVSwitchId()
271
 * @method $this withVSwitchId($value)
272
 * @method string getSlbSpec()
273
 * @method $this withSlbSpec($value)
274
 * @method string getName()
275
 * @method $this withName($value)
276
 * @method string getAcceptLanguage()
277
 * @method $this withAcceptLanguage($value)
278
 * @method string getRegion()
279
 * @method $this withRegion($value)
280
 */
281
class AddGateway extends Rpc
282
{
283
284
    /**
285
     * @param array $tag
286
     *
287
     * @return $this
288
     */
289
	public function withTag(array $tag)
290
	{
291
	    $this->data['Tag'] = $tag;
292
		foreach ($tag as $depth1 => $depth1Value) {
293
			if(isset($depth1Value['Value'])){
294
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
295
			}
296
			if(isset($depth1Value['Key'])){
297
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
298
			}
299
		}
300
301
		return $this;
302
    }
303
}
304
305
/**
306
 * @method string getMseSessionId()
307
 * @method $this withMseSessionId($value)
308
 * @method string getGatewayUniqueId()
309
 * @method $this withGatewayUniqueId($value)
310
 * @method string getTlsMax()
311
 * @method $this withTlsMax($value)
312
 * @method string getProtocol()
313
 * @method $this withProtocol($value)
314
 * @method string getMustHttps()
315
 * @method $this withMustHttps($value)
316
 * @method string getHttp2()
317
 * @method $this withHttp2($value)
318
 * @method string getTlsMin()
319
 * @method $this withTlsMin($value)
320
 * @method string getCertIdentifier()
321
 * @method $this withCertIdentifier($value)
322
 * @method string getName()
323
 * @method $this withName($value)
324
 * @method string getAcceptLanguage()
325
 * @method $this withAcceptLanguage($value)
326
 */
327
class AddGatewayDomain extends Rpc
328
{
329
}
330
331
/**
332
 * @method string getMseSessionId()
333
 * @method $this withMseSessionId($value)
334
 * @method string getGatewayUniqueId()
335
 * @method $this withGatewayUniqueId($value)
336
 * @method string getDestinationType()
337
 * @method $this withDestinationType($value)
338
 * @method string getDomainIdListJSON()
339
 * @method $this withDomainIdListJSON($value)
340
 * @method string getDomainId()
341
 * @method $this withDomainId($value)
342
 * @method string getGatewayId()
343
 * @method $this withGatewayId($value)
344
 * @method string getRouteOrder()
345
 * @method $this withRouteOrder($value)
346
 * @method string getEnableWaf()
347
 * @method $this withEnableWaf($value)
348
 * @method string getServices()
349
 * @method $this withServices($value)
350
 * @method string getPredicates()
351
 * @method $this withPredicates($value)
352
 * @method string getRedirectJSON()
353
 * @method $this withRedirectJSON($value)
354
 * @method string getDirectResponseJSON()
355
 * @method $this withDirectResponseJSON($value)
356
 * @method string getName()
357
 * @method $this withName($value)
358
 * @method string getAcceptLanguage()
359
 * @method $this withAcceptLanguage($value)
360
 * @method string getFallbackServices()
361
 * @method $this withFallbackServices($value)
362
 * @method string getFallback()
363
 * @method $this withFallback($value)
364
 */
365
class AddGatewayRoute extends Rpc
366
{
367
}
368
369
/**
370
 * @method string getMseSessionId()
371
 * @method $this withMseSessionId($value)
372
 * @method string getGatewayUniqueId()
373
 * @method $this withGatewayUniqueId($value)
374
 * @method string getServiceVersion()
375
 * @method $this withServiceVersion($value)
376
 * @method string getAcceptLanguage()
377
 * @method $this withAcceptLanguage($value)
378
 * @method string getServiceId()
379
 * @method $this withServiceId($value)
380
 */
381
class AddGatewayServiceVersion extends Rpc
382
{
383
}
384
385
/**
386
 * @method string getMseSessionId()
387
 * @method $this withMseSessionId($value)
388
 * @method string getSlbId()
389
 * @method $this withSlbId($value)
390
 * @method string getGatewayUniqueId()
391
 * @method $this withGatewayUniqueId($value)
392
 * @method string getType()
393
 * @method $this withType($value)
394
 * @method string getHttpPort()
395
 * @method $this withHttpPort($value)
396
 * @method string getServiceWeight()
397
 * @method $this withServiceWeight($value)
398
 * @method string getVServerGroupId()
399
 * @method $this withVServerGroupId($value)
400
 * @method string getHttpsVServerGroupId()
401
 * @method $this withHttpsVServerGroupId($value)
402
 * @method string getAcceptLanguage()
403
 * @method $this withAcceptLanguage($value)
404
 * @method string getHttpsPort()
405
 * @method $this withHttpsPort($value)
406
 */
407
class AddGatewaySlb extends Rpc
408
{
409
}
410
411
/**
412
 * @method string getMseSessionId()
413
 * @method $this withMseSessionId($value)
414
 * @method string getTargetClusterUrl()
415
 * @method $this withTargetClusterUrl($value)
416
 * @method string getOriginInstanceAddress()
417
 * @method $this withOriginInstanceAddress($value)
418
 * @method string getRequestPars()
419
 * @method $this withRequestPars($value)
420
 * @method string getId()
421
 * @method $this withId($value)
422
 * @method string getOriginInstanceName()
423
 * @method $this withOriginInstanceName($value)
424
 * @method string getProjectDesc()
425
 * @method $this withProjectDesc($value)
426
 * @method string getOriginInstanceNamespace()
427
 * @method $this withOriginInstanceNamespace($value)
428
 * @method string getClusterType()
429
 * @method $this withClusterType($value)
430
 * @method string getTargetInstanceId()
431
 * @method $this withTargetInstanceId($value)
432
 * @method string getTargetClusterName()
433
 * @method $this withTargetClusterName($value)
434
 * @method string getAcceptLanguage()
435
 * @method $this withAcceptLanguage($value)
436
 */
437
class AddMigrationTask extends Rpc
438
{
439
}
440
441
/**
442
 * @method string getMseSessionId()
443
 * @method $this withMseSessionId($value)
444
 * @method string getExtraJson()
445
 * @method $this withExtraJson($value)
446
 * @method string getProviderAppId()
447
 * @method $this withProviderAppId($value)
448
 * @method string getSource()
449
 * @method $this withSource($value)
450
 * @method string getEnable()
451
 * @method $this withEnable($value)
452
 * @method string getScMockItems()
453
 * @method $this withScMockItems($value)
454
 * @method string getProviderAppName()
455
 * @method $this withProviderAppName($value)
456
 * @method string getConsumerAppIds()
457
 * @method $this withConsumerAppIds($value)
458
 * @method string getDubboMockItems()
459
 * @method $this withDubboMockItems($value)
460
 * @method string getName()
461
 * @method $this withName($value)
462
 * @method string getAcceptLanguage()
463
 * @method $this withAcceptLanguage($value)
464
 * @method string getMockType()
465
 * @method $this withMockType($value)
466
 * @method string getRegion()
467
 * @method $this withRegion($value)
468
 */
469
class AddMockRule extends Rpc
470
{
471
}
472
473
/**
474
 * @method string getMseSessionId()
475
 * @method $this withMseSessionId($value)
476
 * @method string getGatewayUniqueId()
477
 * @method $this withGatewayUniqueId($value)
478
 * @method string getSecurityGroupId()
479
 * @method $this withSecurityGroupId($value)
480
 * @method string getDescription()
481
 * @method $this withDescription($value)
482
 * @method string getPortRange()
483
 * @method $this withPortRange($value)
484
 * @method string getAcceptLanguage()
485
 * @method $this withAcceptLanguage($value)
486
 */
487
class AddSecurityGroupRule extends Rpc
488
{
489
}
490
491
/**
492
 * @method string getIngressOptionsRequest()
493
 * @method $this withIngressOptionsRequest($value)
494
 * @method string getMseSessionId()
495
 * @method $this withMseSessionId($value)
496
 * @method string getGatewayUniqueId()
497
 * @method $this withGatewayUniqueId($value)
498
 * @method string getSource()
499
 * @method $this withSource($value)
500
 * @method string getType()
501
 * @method $this withType($value)
502
 * @method string getPathList()
503
 * @method $this withPathList($value)
504
 * @method string getAddress()
505
 * @method $this withAddress($value)
506
 * @method string getName()
507
 * @method $this withName($value)
508
 * @method string getAcceptLanguage()
509
 * @method $this withAcceptLanguage($value)
510
 * @method string getGroupList()
511
 * @method $this withGroupList($value)
512
 */
513
class AddServiceSource extends Rpc
514
{
515
}
516
517
/**
518
 * @method string getMseSessionId()
519
 * @method $this withMseSessionId($value)
520
 * @method string getGatewayUniqueId()
521
 * @method $this withGatewayUniqueId($value)
522
 * @method string getDomainId()
523
 * @method $this withDomainId($value)
524
 * @method string getCertIdentifier()
525
 * @method $this withCertIdentifier($value)
526
 * @method string getAcceptLanguage()
527
 * @method $this withAcceptLanguage($value)
528
 */
529
class AddSSLCert extends Rpc
530
{
531
}
532
533
/**
534
 * @method string getMseSessionId()
535
 * @method $this withMseSessionId($value)
536
 * @method string getGatewayUniqueId()
537
 * @method $this withGatewayUniqueId($value)
538
 * @method string getRouteId()
539
 * @method $this withRouteId($value)
540
 * @method string getAcceptLanguage()
541
 * @method $this withAcceptLanguage($value)
542
 */
543
class ApplyGatewayRoute extends Rpc
544
{
545
}
546
547
/**
548
 * @method string getMseSessionId()
549
 * @method $this withMseSessionId($value)
550
 * @method string getRules()
551
 * @method $this withRules($value)
552
 * @method string getSource()
553
 * @method $this withSource($value)
554
 * @method string getNamespaceId()
555
 * @method $this withNamespaceId($value)
556
 * @method string getEnable()
557
 * @method $this withEnable($value)
558
 * @method string getAppId()
559
 * @method $this withAppId($value)
560
 * @method string getAcceptLanguage()
561
 * @method $this withAcceptLanguage($value)
562
 * @method string getRegion()
563
 * @method $this withRegion($value)
564
 */
565
class ApplyTagPolicies extends Rpc
566
{
567
}
568
569
/**
570
 * @method string getMseSessionId()
571
 * @method $this withMseSessionId($value)
572
 * @method string getTargetNamespaceId()
573
 * @method $this withTargetNamespaceId($value)
574
 * @method string getInstanceId()
575
 * @method $this withInstanceId($value)
576
 * @method string getAcceptLanguage()
577
 * @method $this withAcceptLanguage($value)
578
 * @method string getIds()
579
 * @method $this withIds($value)
580
 * @method string getOriginNamespaceId()
581
 * @method $this withOriginNamespaceId($value)
582
 * @method string getPolicy()
583
 * @method $this withPolicy($value)
584
 */
585
class CloneNacosConfig extends Rpc
586
{
587
}
588
589
/**
590
 * @method string getMseSessionId()
591
 * @method $this withMseSessionId($value)
592
 * @method string getLanguage()
593
 * @method $this withLanguage($value)
594
 * @method string getSource()
595
 * @method $this withSource($value)
596
 * @method string getExtraInfo()
597
 * @method $this withExtraInfo($value)
598
 * @method string getAppName()
599
 * @method $this withAppName($value)
600
 * @method string getSwitchEnable()
601
 * @method $this withSwitchEnable($value)
602
 * @method string getNamespace()
603
 * @method $this withNamespace($value)
604
 * @method string getAcceptLanguage()
605
 * @method $this withAcceptLanguage($value)
606
 * @method string getSentinelEnable()
607
 * @method $this withSentinelEnable($value)
608
 * @method string getRegion()
609
 * @method $this withRegion($value)
610
 */
611
class CreateApplication extends Rpc
612
{
613
}
614
615
/**
616
 * @method string getClusterSpecification()
617
 * @method $this withClusterSpecification($value)
618
 * @method string getMseSessionId()
619
 * @method $this withMseSessionId($value)
620
 * @method string getPubSlbSpecification()
621
 * @method $this withPubSlbSpecification($value)
622
 * @method string getPrivateSlbSpecification()
623
 * @method $this withPrivateSlbSpecification($value)
624
 * @method string getResourceGroupId()
625
 * @method $this withResourceGroupId($value)
626
 * @method string getInstanceCount()
627
 * @method $this withInstanceCount($value)
628
 * @method string getRequestPars()
629
 * @method $this withRequestPars($value)
630
 * @method array getTag()
631
 * @method string getConnectionType()
632
 * @method $this withConnectionType($value)
633
 * @method string getClusterVersion()
634
 * @method $this withClusterVersion($value)
635
 * @method string getDiskCapacity()
636
 * @method $this withDiskCapacity($value)
637
 * @method string getDiskType()
638
 * @method $this withDiskType($value)
639
 * @method string getVSwitchId()
640
 * @method $this withVSwitchId($value)
641
 * @method string getClusterType()
642
 * @method $this withClusterType($value)
643
 * @method string getInstanceName()
644
 * @method $this withInstanceName($value)
645
 * @method string getPubNetworkFlow()
646
 * @method $this withPubNetworkFlow($value)
647
 * @method string getVpcId()
648
 * @method $this withVpcId($value)
649
 * @method string getNetType()
650
 * @method $this withNetType($value)
651
 * @method string getMseVersion()
652
 * @method $this withMseVersion($value)
653
 * @method string getAcceptLanguage()
654
 * @method $this withAcceptLanguage($value)
655
 * @method string getRegion()
656
 * @method $this withRegion($value)
657
 */
658
class CreateCluster extends Rpc
659
{
660
661
    /**
662
     * @param array $tag
663
     *
664
     * @return $this
665
     */
666
	public function withTag(array $tag)
667
	{
668
	    $this->data['Tag'] = $tag;
669
		foreach ($tag as $depth1 => $depth1Value) {
670
			if(isset($depth1Value['Value'])){
671
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
672
			}
673
			if(isset($depth1Value['Key'])){
674
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
675
			}
676
		}
677
678
		return $this;
679
    }
680
}
681
682
/**
683
 * @method string getMseSessionId()
684
 * @method $this withMseSessionId($value)
685
 * @method string getClusterId()
686
 * @method $this withClusterId($value)
687
 * @method string getInstanceId()
688
 * @method $this withInstanceId($value)
689
 * @method string getServiceCount()
690
 * @method $this withServiceCount($value)
691
 * @method string getName()
692
 * @method $this withName($value)
693
 * @method string getAcceptLanguage()
694
 * @method $this withAcceptLanguage($value)
695
 * @method string getId()
696
 * @method $this withId($value)
697
 * @method string getDesc()
698
 * @method $this withDesc($value)
699
 */
700
class CreateEngineNamespace extends Rpc
701
{
702
}
703
704
/**
705
 * @method string getMseSessionId()
706
 * @method $this withMseSessionId($value)
707
 * @method string getLanguage()
708
 * @method $this withLanguage($value)
709
 * @method string getSource()
710
 * @method $this withSource($value)
711
 * @method string getExtraInfo()
712
 * @method $this withExtraInfo($value)
713
 * @method string getAppName()
714
 * @method $this withAppName($value)
715
 * @method string getSwitchEnable()
716
 * @method $this withSwitchEnable($value)
717
 * @method string getMseVersion()
718
 * @method $this withMseVersion($value)
719
 * @method string getAcceptLanguage()
720
 * @method $this withAcceptLanguage($value)
721
 * @method string getSentinelEnable()
722
 * @method $this withSentinelEnable($value)
723
 * @method string getRegion()
724
 * @method $this withRegion($value)
725
 */
726
class CreateMseServiceApplication extends Rpc
727
{
728
}
729
730
/**
731
 * @method string getMseSessionId()
732
 * @method $this withMseSessionId($value)
733
 * @method string getType()
734
 * @method $this withType($value)
735
 * @method string getContent()
736
 * @method $this withContent($value)
737
 * @method string getAppName()
738
 * @method $this withAppName($value)
739
 * @method string getNamespaceId()
740
 * @method $this withNamespaceId($value)
741
 * @method string getGroup()
742
 * @method $this withGroup($value)
743
 * @method string getTags()
744
 * @method $this withTags($value)
745
 * @method string getBetaIps()
746
 * @method $this withBetaIps($value)
747
 * @method string getInstanceId()
748
 * @method $this withInstanceId($value)
749
 * @method string getDataId()
750
 * @method $this withDataId($value)
751
 * @method string getAcceptLanguage()
752
 * @method $this withAcceptLanguage($value)
753
 * @method string getDesc()
754
 * @method $this withDesc($value)
755
 */
756
class CreateNacosConfig extends Rpc
757
{
758
}
759
760
/**
761
 * @method string getMseSessionId()
762
 * @method $this withMseSessionId($value)
763
 * @method string getMetadata()
764
 * @method string getClusterName()
765
 * @method $this withClusterName($value)
766
 * @method string getEphemeral()
767
 * @method $this withEphemeral($value)
768
 * @method string getEnabled()
769
 * @method $this withEnabled($value)
770
 * @method string getNamespaceId()
771
 * @method $this withNamespaceId($value)
772
 * @method string getServiceName()
773
 * @method $this withServiceName($value)
774
 * @method string getIp()
775
 * @method $this withIp($value)
776
 * @method string getWeight()
777
 * @method $this withWeight($value)
778
 * @method string getGroupName()
779
 * @method $this withGroupName($value)
780
 * @method string getInstanceId()
781
 * @method $this withInstanceId($value)
782
 * @method string getPort()
783
 * @method $this withPort($value)
784
 * @method string getAcceptLanguage()
785
 * @method $this withAcceptLanguage($value)
786
 */
787
class CreateNacosInstance extends Rpc
788
{
789
790
    /**
791
     * @param string $value
792
     *
793
     * @return $this
794
     */
795
    public function withMetadata($value)
796
    {
797
        $this->data['Metadata'] = $value;
798
        $this->options['form_params']['Metadata'] = $value;
799
800
        return $this;
801
    }
802
}
803
804
/**
805
 * @method string getMseSessionId()
806
 * @method $this withMseSessionId($value)
807
 * @method string getEphemeral()
808
 * @method $this withEphemeral($value)
809
 * @method string getClusterId()
810
 * @method $this withClusterId($value)
811
 * @method string getGroupName()
812
 * @method $this withGroupName($value)
813
 * @method string getInstanceId()
814
 * @method $this withInstanceId($value)
815
 * @method string getNamespaceId()
816
 * @method $this withNamespaceId($value)
817
 * @method string getAcceptLanguage()
818
 * @method $this withAcceptLanguage($value)
819
 * @method string getServiceName()
820
 * @method $this withServiceName($value)
821
 * @method string getProtectThreshold()
822
 * @method $this withProtectThreshold($value)
823
 */
824
class CreateNacosService extends Rpc
825
{
826
}
827
828
/**
829
 * @method string getMseSessionId()
830
 * @method $this withMseSessionId($value)
831
 * @method string getSource()
832
 * @method $this withSource($value)
833
 * @method string getGmtModified()
834
 * @method $this withGmtModified($value)
835
 * @method string getUserId()
836
 * @method $this withUserId($value)
837
 * @method string getLicenseKey()
838
 * @method $this withLicenseKey($value)
839
 * @method string getGatewaySwimmingLaneRouteJson()
840
 * @method $this withGatewaySwimmingLaneRouteJson($value)
841
 * @method string getEntryRule()
842
 * @method $this withEntryRule($value)
843
 * @method string getEnable()
844
 * @method $this withEnable($value)
845
 * @method string getId()
846
 * @method $this withId($value)
847
 * @method string getTag()
848
 * @method $this withTag($value)
849
 * @method array getEntryRules()
850
 * @method string getGroupId()
851
 * @method $this withGroupId($value)
852
 * @method string getGmtCreate()
853
 * @method $this withGmtCreate($value)
854
 * @method string getEnableRules()
855
 * @method $this withEnableRules($value)
856
 * @method string getName()
857
 * @method $this withName($value)
858
 * @method string getAcceptLanguage()
859
 * @method $this withAcceptLanguage($value)
860
 * @method string getStatus()
861
 * @method $this withStatus($value)
862
 */
863
class CreateOrUpdateSwimmingLane extends Rpc
864
{
865
866
    /**
867
     * @param array $entryRules
868
     *
869
     * @return $this
870
     */
871
	public function withEntryRules(array $entryRules)
872
	{
873
	    $this->data['EntryRules'] = $entryRules;
874
		foreach ($entryRules as $depth1 => $depth1Value) {
875
			foreach ($depth1Value['RestItems'] as $depth2 => $depth2Value) {
876
				if(isset($depth2Value['Datum'])){
877
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Datum'] = $depth2Value['Datum'];
878
				}
879
				if(isset($depth2Value['Divisor'])){
880
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Divisor'] = $depth2Value['Divisor'];
881
				}
882
				if(isset($depth2Value['Rate'])){
883
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Rate'] = $depth2Value['Rate'];
884
				}
885
				foreach ($depth2Value['NameList'] as $i => $iValue) {
886
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.NameList.' . ($i + 1)] = $iValue;
887
				}
888
				if(isset($depth2Value['Name'])){
889
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Name'] = $depth2Value['Name'];
890
				}
891
				if(isset($depth2Value['Type'])){
892
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Type'] = $depth2Value['Type'];
893
				}
894
				if(isset($depth2Value['Cond'])){
895
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Cond'] = $depth2Value['Cond'];
896
				}
897
				if(isset($depth2Value['Remainder'])){
898
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Remainder'] = $depth2Value['Remainder'];
899
				}
900
				if(isset($depth2Value['Value'])){
901
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Value'] = $depth2Value['Value'];
902
				}
903
				if(isset($depth2Value['Operator'])){
904
					$this->options['query']['EntryRules.' . ($depth1 + 1) . '.RestItems.' . ($depth2 + 1) . '.Operator'] = $depth2Value['Operator'];
905
				}
906
			}
907
			if(isset($depth1Value['Path'])){
908
				$this->options['query']['EntryRules.' . ($depth1 + 1) . '.Path'] = $depth1Value['Path'];
909
			}
910
			if(isset($depth1Value['Condition'])){
911
				$this->options['query']['EntryRules.' . ($depth1 + 1) . '.Condition'] = $depth1Value['Condition'];
912
			}
913
			if(isset($depth1Value['Enable'])){
914
				$this->options['query']['EntryRules.' . ($depth1 + 1) . '.Enable'] = $depth1Value['Enable'];
915
			}
916
			foreach ($depth1Value['Paths'] as $i => $iValue) {
917
				$this->options['query']['EntryRules.' . ($depth1 + 1) . '.Paths.' . ($i + 1)] = $iValue;
918
			}
919
			if(isset($depth1Value['Priority'])){
920
				$this->options['query']['EntryRules.' . ($depth1 + 1) . '.Priority'] = $depth1Value['Priority'];
921
			}
922
		}
923
924
		return $this;
925
    }
926
}
927
928
/**
929
 * @method string getMseSessionId()
930
 * @method $this withMseSessionId($value)
931
 * @method string getSource()
932
 * @method $this withSource($value)
933
 * @method string getGmtModified()
934
 * @method $this withGmtModified($value)
935
 * @method string getUserId()
936
 * @method $this withUserId($value)
937
 * @method string getLicenseKey()
938
 * @method $this withLicenseKey($value)
939
 * @method string getAppIds()
940
 * @method $this withAppIds($value)
941
 * @method string getMessageQueueGrayEnable()
942
 * @method $this withMessageQueueGrayEnable($value)
943
 * @method string getDbGrayEnable()
944
 * @method $this withDbGrayEnable($value)
945
 * @method string getEnable()
946
 * @method $this withEnable($value)
947
 * @method string getEntryApp()
948
 * @method $this withEntryApp($value)
949
 * @method string getId()
950
 * @method $this withId($value)
951
 * @method string getGmtCreate()
952
 * @method $this withGmtCreate($value)
953
 * @method string getName()
954
 * @method $this withName($value)
955
 * @method string getMessageQueueFilterSide()
956
 * @method $this withMessageQueueFilterSide($value)
957
 * @method string getNamespace()
958
 * @method $this withNamespace($value)
959
 * @method string getAcceptLanguage()
960
 * @method $this withAcceptLanguage($value)
961
 * @method string getRegion()
962
 * @method $this withRegion($value)
963
 * @method string getStatus()
964
 * @method $this withStatus($value)
965
 */
966
class CreateOrUpdateSwimmingLaneGroup extends Rpc
967
{
968
}
969
970
/**
971
 * @method string getMseSessionId()
972
 * @method $this withMseSessionId($value)
973
 * @method string getData()
974
 * @method $this withData($value)
975
 * @method string getClusterId()
976
 * @method $this withClusterId($value)
977
 * @method string getPath()
978
 * @method $this withPath($value)
979
 * @method string getAcceptLanguage()
980
 * @method $this withAcceptLanguage($value)
981
 */
982
class CreateZnode extends Rpc
983
{
984
}
985
986
/**
987
 * @method string getMseSessionId()
988
 * @method $this withMseSessionId($value)
989
 * @method string getGatewayUniqueId()
990
 * @method $this withGatewayUniqueId($value)
991
 * @method string getAcceptLanguage()
992
 * @method $this withAcceptLanguage($value)
993
 * @method string getId()
994
 * @method $this withId($value)
995
 */
996
class DeleteAuthResource extends Rpc
997
{
998
}
999
1000
/**
1001
 * @method string getMseSessionId()
1002
 * @method $this withMseSessionId($value)
1003
 * @method string getClusterId()
1004
 * @method $this withClusterId($value)
1005
 * @method string getInstanceId()
1006
 * @method $this withInstanceId($value)
1007
 * @method string getAcceptLanguage()
1008
 * @method $this withAcceptLanguage($value)
1009
 */
1010
class DeleteCluster extends Rpc
1011
{
1012
}
1013
1014
/**
1015
 * @method string getMseSessionId()
1016
 * @method $this withMseSessionId($value)
1017
 * @method string getClusterId()
1018
 * @method $this withClusterId($value)
1019
 * @method string getInstanceId()
1020
 * @method $this withInstanceId($value)
1021
 * @method string getAcceptLanguage()
1022
 * @method $this withAcceptLanguage($value)
1023
 * @method string getId()
1024
 * @method $this withId($value)
1025
 */
1026
class DeleteEngineNamespace extends Rpc
1027
{
1028
}
1029
1030
/**
1031
 * @method string getDeleteSlb()
1032
 * @method $this withDeleteSlb($value)
1033
 * @method string getMseSessionId()
1034
 * @method $this withMseSessionId($value)
1035
 * @method string getGatewayUniqueId()
1036
 * @method $this withGatewayUniqueId($value)
1037
 * @method string getAcceptLanguage()
1038
 * @method $this withAcceptLanguage($value)
1039
 */
1040
class DeleteGateway extends Rpc
1041
{
1042
}
1043
1044
/**
1045
 * @method string getMseSessionId()
1046
 * @method $this withMseSessionId($value)
1047
 * @method string getGatewayUniqueId()
1048
 * @method $this withGatewayUniqueId($value)
1049
 * @method string getAcceptLanguage()
1050
 * @method $this withAcceptLanguage($value)
1051
 * @method string getId()
1052
 * @method $this withId($value)
1053
 */
1054
class DeleteGatewayDomain extends Rpc
1055
{
1056
}
1057
1058
/**
1059
 * @method string getMseSessionId()
1060
 * @method $this withMseSessionId($value)
1061
 * @method string getGatewayUniqueId()
1062
 * @method $this withGatewayUniqueId($value)
1063
 * @method string getRouteId()
1064
 * @method $this withRouteId($value)
1065
 * @method string getAcceptLanguage()
1066
 * @method $this withAcceptLanguage($value)
1067
 */
1068
class DeleteGatewayRoute extends Rpc
1069
{
1070
}
1071
1072
/**
1073
 * @method string getMseSessionId()
1074
 * @method $this withMseSessionId($value)
1075
 * @method string getGatewayUniqueId()
1076
 * @method $this withGatewayUniqueId($value)
1077
 * @method string getGatewayId()
1078
 * @method $this withGatewayId($value)
1079
 * @method string getAcceptLanguage()
1080
 * @method $this withAcceptLanguage($value)
1081
 * @method string getServiceId()
1082
 * @method $this withServiceId($value)
1083
 */
1084
class DeleteGatewayService extends Rpc
1085
{
1086
}
1087
1088
/**
1089
 * @method string getMseSessionId()
1090
 * @method $this withMseSessionId($value)
1091
 * @method string getGatewayUniqueId()
1092
 * @method $this withGatewayUniqueId($value)
1093
 * @method string getServiceVersion()
1094
 * @method $this withServiceVersion($value)
1095
 * @method string getAcceptLanguage()
1096
 * @method $this withAcceptLanguage($value)
1097
 * @method string getServiceId()
1098
 * @method $this withServiceId($value)
1099
 */
1100
class DeleteGatewayServiceVersion extends Rpc
1101
{
1102
}
1103
1104
/**
1105
 * @method string getDeleteSlb()
1106
 * @method $this withDeleteSlb($value)
1107
 * @method string getMseSessionId()
1108
 * @method $this withMseSessionId($value)
1109
 * @method string getGatewayUniqueId()
1110
 * @method $this withGatewayUniqueId($value)
1111
 * @method string getId()
1112
 * @method $this withId($value)
1113
 * @method string getAcceptLanguage()
1114
 * @method $this withAcceptLanguage($value)
1115
 */
1116
class DeleteGatewaySlb extends Rpc
1117
{
1118
}
1119
1120
/**
1121
 * @method string getMseSessionId()
1122
 * @method $this withMseSessionId($value)
1123
 * @method string getRequestPars()
1124
 * @method $this withRequestPars($value)
1125
 * @method string getAcceptLanguage()
1126
 * @method $this withAcceptLanguage($value)
1127
 * @method string getId()
1128
 * @method $this withId($value)
1129
 */
1130
class DeleteMigrationTask extends Rpc
1131
{
1132
}
1133
1134
/**
1135
 * @method string getMseSessionId()
1136
 * @method $this withMseSessionId($value)
1137
 * @method string getInstanceId()
1138
 * @method $this withInstanceId($value)
1139
 * @method string getDataId()
1140
 * @method $this withDataId($value)
1141
 * @method string getNamespaceId()
1142
 * @method $this withNamespaceId($value)
1143
 * @method string getAcceptLanguage()
1144
 * @method $this withAcceptLanguage($value)
1145
 * @method string getBeta()
1146
 * @method $this withBeta($value)
1147
 * @method string getGroup()
1148
 * @method $this withGroup($value)
1149
 */
1150
class DeleteNacosConfig extends Rpc
1151
{
1152
}
1153
1154
/**
1155
 * @method string getMseSessionId()
1156
 * @method $this withMseSessionId($value)
1157
 * @method string getInstanceId()
1158
 * @method $this withInstanceId($value)
1159
 * @method string getNamespaceId()
1160
 * @method $this withNamespaceId($value)
1161
 * @method string getAcceptLanguage()
1162
 * @method $this withAcceptLanguage($value)
1163
 * @method string getIds()
1164
 * @method $this withIds($value)
1165
 */
1166
class DeleteNacosConfigs extends Rpc
1167
{
1168
}
1169
1170
/**
1171
 * @method string getMseSessionId()
1172
 * @method $this withMseSessionId($value)
1173
 * @method string getClusterName()
1174
 * @method $this withClusterName($value)
1175
 * @method string getIp()
1176
 * @method $this withIp($value)
1177
 * @method string getEphemeral()
1178
 * @method $this withEphemeral($value)
1179
 * @method string getGroupName()
1180
 * @method $this withGroupName($value)
1181
 * @method string getInstanceId()
1182
 * @method $this withInstanceId($value)
1183
 * @method string getNamespaceId()
1184
 * @method $this withNamespaceId($value)
1185
 * @method string getPort()
1186
 * @method $this withPort($value)
1187
 * @method string getAcceptLanguage()
1188
 * @method $this withAcceptLanguage($value)
1189
 * @method string getServiceName()
1190
 * @method $this withServiceName($value)
1191
 */
1192
class DeleteNacosInstance extends Rpc
1193
{
1194
}
1195
1196
/**
1197
 * @method string getMseSessionId()
1198
 * @method $this withMseSessionId($value)
1199
 * @method string getGroupName()
1200
 * @method $this withGroupName($value)
1201
 * @method string getInstanceId()
1202
 * @method $this withInstanceId($value)
1203
 * @method string getNamespaceId()
1204
 * @method $this withNamespaceId($value)
1205
 * @method string getAcceptLanguage()
1206
 * @method $this withAcceptLanguage($value)
1207
 * @method string getServiceName()
1208
 * @method $this withServiceName($value)
1209
 */
1210
class DeleteNacosService extends Rpc
1211
{
1212
}
1213
1214
/**
1215
 * @method string getMseSessionId()
1216
 * @method $this withMseSessionId($value)
1217
 * @method string getGatewayUniqueId()
1218
 * @method $this withGatewayUniqueId($value)
1219
 * @method string getAcceptLanguage()
1220
 * @method $this withAcceptLanguage($value)
1221
 * @method string getId()
1222
 * @method $this withId($value)
1223
 */
1224
class DeleteSecurityGroupRule extends Rpc
1225
{
1226
}
1227
1228
/**
1229
 * @method string getSourceId()
1230
 * @method $this withSourceId($value)
1231
 * @method string getMseSessionId()
1232
 * @method $this withMseSessionId($value)
1233
 * @method string getGatewayUniqueId()
1234
 * @method $this withGatewayUniqueId($value)
1235
 * @method string getAcceptLanguage()
1236
 * @method $this withAcceptLanguage($value)
1237
 */
1238
class DeleteServiceSource extends Rpc
1239
{
1240
}
1241
1242
/**
1243
 * @method string getMseSessionId()
1244
 * @method $this withMseSessionId($value)
1245
 * @method string getLaneId()
1246
 * @method $this withLaneId($value)
1247
 * @method string getAcceptLanguage()
1248
 * @method $this withAcceptLanguage($value)
1249
 */
1250
class DeleteSwimmingLane extends Rpc
1251
{
1252
}
1253
1254
/**
1255
 * @method string getMseSessionId()
1256
 * @method $this withMseSessionId($value)
1257
 * @method string getGroupId()
1258
 * @method $this withGroupId($value)
1259
 * @method string getAcceptLanguage()
1260
 * @method $this withAcceptLanguage($value)
1261
 */
1262
class DeleteSwimmingLaneGroup extends Rpc
1263
{
1264
}
1265
1266
/**
1267
 * @method string getMseSessionId()
1268
 * @method $this withMseSessionId($value)
1269
 * @method string getClusterId()
1270
 * @method $this withClusterId($value)
1271
 * @method string getPath()
1272
 * @method $this withPath($value)
1273
 * @method string getRequestPars()
1274
 * @method $this withRequestPars($value)
1275
 * @method string getAcceptLanguage()
1276
 * @method $this withAcceptLanguage($value)
1277
 */
1278
class DeleteZnode extends Rpc
1279
{
1280
}
1281
1282
/**
1283
 * @method string getMseSessionId()
1284
 * @method $this withMseSessionId($value)
1285
 * @method string getInstanceId()
1286
 * @method $this withInstanceId($value)
1287
 * @method string getDataId()
1288
 * @method $this withDataId($value)
1289
 * @method string getAppName()
1290
 * @method $this withAppName($value)
1291
 * @method string getNamespaceId()
1292
 * @method $this withNamespaceId($value)
1293
 * @method string getAcceptLanguage()
1294
 * @method $this withAcceptLanguage($value)
1295
 * @method string getIds()
1296
 * @method $this withIds($value)
1297
 * @method string getGroup()
1298
 * @method $this withGroup($value)
1299
 */
1300
class ExportNacosConfig extends Rpc
1301
{
1302
}
1303
1304
/**
1305
 * @method string getMseSessionId()
1306
 * @method $this withMseSessionId($value)
1307
 * @method string getLanguage()
1308
 * @method $this withLanguage($value)
1309
 * @method string getSource()
1310
 * @method $this withSource($value)
1311
 * @method string getPageNumber()
1312
 * @method $this withPageNumber($value)
1313
 * @method string getAppName()
1314
 * @method $this withAppName($value)
1315
 * @method string getPageSize()
1316
 * @method $this withPageSize($value)
1317
 * @method string getSwitchEnable()
1318
 * @method $this withSwitchEnable($value)
1319
 * @method string getAppId()
1320
 * @method $this withAppId($value)
1321
 * @method string getNamespace()
1322
 * @method $this withNamespace($value)
1323
 * @method string getAcceptLanguage()
1324
 * @method $this withAcceptLanguage($value)
1325
 * @method string getSentinelEnable()
1326
 * @method $this withSentinelEnable($value)
1327
 * @method string getRegion()
1328
 * @method $this withRegion($value)
1329
 */
1330
class GetApplicationList extends Rpc
1331
{
1332
}
1333
1334
/**
1335
 * @method string getMseSessionId()
1336
 * @method $this withMseSessionId($value)
1337
 * @method string getSource()
1338
 * @method $this withSource($value)
1339
 * @method string getPageNumber()
1340
 * @method $this withPageNumber($value)
1341
 * @method string getAppName()
1342
 * @method $this withAppName($value)
1343
 * @method string getPageSize()
1344
 * @method $this withPageSize($value)
1345
 * @method string getAppId()
1346
 * @method $this withAppId($value)
1347
 * @method string getNamespace()
1348
 * @method $this withNamespace($value)
1349
 * @method string getAcceptLanguage()
1350
 * @method $this withAcceptLanguage($value)
1351
 * @method string getRegion()
1352
 * @method $this withRegion($value)
1353
 */
1354
class GetApplicationListWithMetircs extends Rpc
1355
{
1356
}
1357
1358
/**
1359
 * @method string getMseSessionId()
1360
 * @method $this withMseSessionId($value)
1361
 * @method string getAppId()
1362
 * @method $this withAppId($value)
1363
 * @method string getAcceptLanguage()
1364
 * @method $this withAcceptLanguage($value)
1365
 * @method string getRegion()
1366
 * @method $this withRegion($value)
1367
 */
1368
class GetAppMessageQueueRoute extends Rpc
1369
{
1370
}
1371
1372
/**
1373
 * @method string getMseSessionId()
1374
 * @method $this withMseSessionId($value)
1375
 * @method string getGatewayUniqueId()
1376
 * @method $this withGatewayUniqueId($value)
1377
 * @method string getType()
1378
 * @method $this withType($value)
1379
 * @method string getIsWhite()
1380
 * @method $this withIsWhite($value)
1381
 * @method string getResourceType()
1382
 * @method $this withResourceType($value)
1383
 * @method string getAcceptLanguage()
1384
 * @method $this withAcceptLanguage($value)
1385
 */
1386
class GetBlackWhiteList extends Rpc
1387
{
1388
}
1389
1390
/**
1391
 * @method string getMseSessionId()
1392
 * @method $this withMseSessionId($value)
1393
 * @method string getClusterId()
1394
 * @method $this withClusterId($value)
1395
 * @method string getInstanceId()
1396
 * @method $this withInstanceId($value)
1397
 * @method string getAcceptLanguage()
1398
 * @method $this withAcceptLanguage($value)
1399
 * @method string getId()
1400
 * @method $this withId($value)
1401
 */
1402
class GetEngineNamepace extends Rpc
1403
{
1404
}
1405
1406
/**
1407
 * @method string getMseSessionId()
1408
 * @method $this withMseSessionId($value)
1409
 * @method string getGatewayUniqueId()
1410
 * @method $this withGatewayUniqueId($value)
1411
 * @method string getAcceptLanguage()
1412
 * @method $this withAcceptLanguage($value)
1413
 */
1414
class GetGateway extends Rpc
1415
{
1416
}
1417
1418
/**
1419
 * @method string getMseSessionId()
1420
 * @method $this withMseSessionId($value)
1421
 * @method string getGatewayUniqueId()
1422
 * @method $this withGatewayUniqueId($value)
1423
 * @method string getAcceptLanguage()
1424
 * @method $this withAcceptLanguage($value)
1425
 * @method string getId()
1426
 * @method $this withId($value)
1427
 */
1428
class GetGatewayDomainDetail extends Rpc
1429
{
1430
}
1431
1432
/**
1433
 * @method string getMseSessionId()
1434
 * @method $this withMseSessionId($value)
1435
 * @method string getGatewayUniqueId()
1436
 * @method $this withGatewayUniqueId($value)
1437
 * @method string getGatewayId()
1438
 * @method $this withGatewayId($value)
1439
 * @method string getAcceptLanguage()
1440
 * @method $this withAcceptLanguage($value)
1441
 */
1442
class GetGatewayOption extends Rpc
1443
{
1444
}
1445
1446
/**
1447
 * @method string getMseSessionId()
1448
 * @method $this withMseSessionId($value)
1449
 * @method string getGatewayUniqueId()
1450
 * @method $this withGatewayUniqueId($value)
1451
 * @method string getRouteId()
1452
 * @method $this withRouteId($value)
1453
 * @method string getAcceptLanguage()
1454
 * @method $this withAcceptLanguage($value)
1455
 */
1456
class GetGatewayRouteDetail extends Rpc
1457
{
1458
}
1459
1460
/**
1461
 * @method string getMseSessionId()
1462
 * @method $this withMseSessionId($value)
1463
 * @method string getGatewayUniqueId()
1464
 * @method $this withGatewayUniqueId($value)
1465
 * @method string getAcceptLanguage()
1466
 * @method $this withAcceptLanguage($value)
1467
 * @method string getServiceId()
1468
 * @method $this withServiceId($value)
1469
 */
1470
class GetGatewayServiceDetail extends Rpc
1471
{
1472
}
1473
1474
/**
1475
 * @method string getMseSessionId()
1476
 * @method $this withMseSessionId($value)
1477
 * @method string getClusterId()
1478
 * @method $this withClusterId($value)
1479
 * @method string getAcceptLanguage()
1480
 * @method $this withAcceptLanguage($value)
1481
 */
1482
class GetGovernanceKubernetesCluster extends Rpc
1483
{
1484
}
1485
1486
/**
1487
 * @method string getMseSessionId()
1488
 * @method $this withMseSessionId($value)
1489
 * @method string getAcceptLanguage()
1490
 * @method $this withAcceptLanguage($value)
1491
 * @method string getVersionCode()
1492
 * @method $this withVersionCode($value)
1493
 */
1494
class GetImage extends Rpc
1495
{
1496
}
1497
1498
/**
1499
 * @method string getMseSessionId()
1500
 * @method $this withMseSessionId($value)
1501
 * @method string getContentType()
1502
 * @method $this withContentType($value)
1503
 * @method string getInstanceId()
1504
 * @method $this withInstanceId($value)
1505
 * @method string getNamespaceId()
1506
 * @method $this withNamespaceId($value)
1507
 * @method string getAcceptLanguage()
1508
 * @method $this withAcceptLanguage($value)
1509
 */
1510
class GetImportFileUrl extends Rpc
1511
{
1512
}
1513
1514
/**
1515
 * @method string getMseSessionId()
1516
 * @method $this withMseSessionId($value)
1517
 * @method string getGatewayUniqueId()
1518
 * @method $this withGatewayUniqueId($value)
1519
 * @method string getVpcId()
1520
 * @method $this withVpcId($value)
1521
 * @method string getAcceptLanguage()
1522
 * @method $this withAcceptLanguage($value)
1523
 */
1524
class GetKubernetesSource extends Rpc
1525
{
1526
}
1527
1528
/**
1529
 * @method string getMseSessionId()
1530
 * @method $this withMseSessionId($value)
1531
 * @method string getAcceptLanguage()
1532
 * @method $this withAcceptLanguage($value)
1533
 */
1534
class GetMseFeatureSwitch extends Rpc
1535
{
1536
}
1537
1538
/**
1539
 * @method string getMseSessionId()
1540
 * @method $this withMseSessionId($value)
1541
 * @method string getGatewayUniqueId()
1542
 * @method $this withGatewayUniqueId($value)
1543
 * @method string getType()
1544
 * @method $this withType($value)
1545
 * @method string getAcceptLanguage()
1546
 * @method $this withAcceptLanguage($value)
1547
 */
1548
class GetMseSource extends Rpc
1549
{
1550
}
1551
1552
/**
1553
 * @method string getMseSessionId()
1554
 * @method $this withMseSessionId($value)
1555
 * @method string getInstanceId()
1556
 * @method $this withInstanceId($value)
1557
 * @method string getDataId()
1558
 * @method $this withDataId($value)
1559
 * @method string getNamespaceId()
1560
 * @method $this withNamespaceId($value)
1561
 * @method string getAcceptLanguage()
1562
 * @method $this withAcceptLanguage($value)
1563
 * @method string getBeta()
1564
 * @method $this withBeta($value)
1565
 * @method string getGroup()
1566
 * @method $this withGroup($value)
1567
 */
1568
class GetNacosConfig extends Rpc
1569
{
1570
}
1571
1572
/**
1573
 * @method string getMseSessionId()
1574
 * @method $this withMseSessionId($value)
1575
 * @method string getNid()
1576
 * @method $this withNid($value)
1577
 * @method string getInstanceId()
1578
 * @method $this withInstanceId($value)
1579
 * @method string getDataId()
1580
 * @method $this withDataId($value)
1581
 * @method string getNamespaceId()
1582
 * @method $this withNamespaceId($value)
1583
 * @method string getAcceptLanguage()
1584
 * @method $this withAcceptLanguage($value)
1585
 * @method string getGroup()
1586
 * @method $this withGroup($value)
1587
 */
1588
class GetNacosHistoryConfig extends Rpc
1589
{
1590
}
1591
1592
/**
1593
 * @method string getMseSessionId()
1594
 * @method $this withMseSessionId($value)
1595
 * @method string getPeriod()
1596
 * @method $this withPeriod($value)
1597
 * @method string getAcceptLanguage()
1598
 * @method $this withAcceptLanguage($value)
1599
 * @method string getRegion()
1600
 * @method $this withRegion($value)
1601
 */
1602
class GetOverview extends Rpc
1603
{
1604
}
1605
1606
/**
1607
 * @method string getMseSessionId()
1608
 * @method $this withMseSessionId($value)
1609
 * @method string getGatewayUniqueId()
1610
 * @method $this withGatewayUniqueId($value)
1611
 * @method string getPluginId()
1612
 * @method $this withPluginId($value)
1613
 * @method string getAcceptLanguage()
1614
 * @method $this withAcceptLanguage($value)
1615
 */
1616
class GetPluginConfig extends Rpc
1617
{
1618
}
1619
1620
/**
1621
 * @method string getMseSessionId()
1622
 * @method $this withMseSessionId($value)
1623
 * @method string getGatewayUniqueId()
1624
 * @method $this withGatewayUniqueId($value)
1625
 * @method string getEnableOnly()
1626
 * @method $this withEnableOnly($value)
1627
 * @method string getName()
1628
 * @method $this withName($value)
1629
 * @method string getAcceptLanguage()
1630
 * @method $this withAcceptLanguage($value)
1631
 * @method string getCategory()
1632
 * @method $this withCategory($value)
1633
 */
1634
class GetPlugins extends Rpc
1635
{
1636
}
1637
1638
/**
1639
 * @method string getMseSessionId()
1640
 * @method $this withMseSessionId($value)
1641
 * @method string getServiceName()
1642
 * @method $this withServiceName($value)
1643
 * @method string getIp()
1644
 * @method $this withIp($value)
1645
 * @method string getServiceType()
1646
 * @method $this withServiceType($value)
1647
 * @method string getAppId()
1648
 * @method $this withAppId($value)
1649
 * @method string getAcceptLanguage()
1650
 * @method $this withAcceptLanguage($value)
1651
 * @method string getRegion()
1652
 * @method $this withRegion($value)
1653
 */
1654
class GetServiceList extends Rpc
1655
{
1656
}
1657
1658
/**
1659
 * @method string getMseSessionId()
1660
 * @method $this withMseSessionId($value)
1661
 * @method string getClusterName()
1662
 * @method $this withClusterName($value)
1663
 * @method string getPageNum()
1664
 * @method $this withPageNum($value)
1665
 * @method string getNamespaceId()
1666
 * @method $this withNamespaceId($value)
1667
 * @method string getPageSize()
1668
 * @method $this withPageSize($value)
1669
 * @method string getRequestPars()
1670
 * @method $this withRequestPars($value)
1671
 * @method string getServiceName()
1672
 * @method $this withServiceName($value)
1673
 * @method string getClusterId()
1674
 * @method $this withClusterId($value)
1675
 * @method string getGroupName()
1676
 * @method $this withGroupName($value)
1677
 * @method string getHasIpCount()
1678
 * @method $this withHasIpCount($value)
1679
 * @method string getInstanceId()
1680
 * @method $this withInstanceId($value)
1681
 * @method string getAcceptLanguage()
1682
 * @method $this withAcceptLanguage($value)
1683
 */
1684
class GetServiceListeners extends Rpc
1685
{
1686
}
1687
1688
/**
1689
 * @method string getMseSessionId()
1690
 * @method $this withMseSessionId($value)
1691
 * @method string getGroupId()
1692
 * @method $this withGroupId($value)
1693
 * @method string getAcceptLanguage()
1694
 * @method $this withAcceptLanguage($value)
1695
 */
1696
class GetTagsBySwimmingLaneGroupId extends Rpc
1697
{
1698
}
1699
1700
/**
1701
 * @method string getMseSessionId()
1702
 * @method $this withMseSessionId($value)
1703
 * @method string getContentType()
1704
 * @method $this withContentType($value)
1705
 * @method string getInstanceId()
1706
 * @method $this withInstanceId($value)
1707
 * @method string getAcceptLanguage()
1708
 * @method $this withAcceptLanguage($value)
1709
 */
1710
class GetZookeeperDataImportUrl extends Rpc
1711
{
1712
}
1713
1714
/**
1715
 * @method string getMseSessionId()
1716
 * @method $this withMseSessionId($value)
1717
 * @method string getInstanceId()
1718
 * @method $this withInstanceId($value)
1719
 * @method string getNamespaceId()
1720
 * @method $this withNamespaceId($value)
1721
 * @method string getAcceptLanguage()
1722
 * @method $this withAcceptLanguage($value)
1723
 * @method string getFileUrl()
1724
 * @method $this withFileUrl($value)
1725
 * @method string getPolicy()
1726
 * @method $this withPolicy($value)
1727
 */
1728
class ImportNacosConfig extends Rpc
1729
{
1730
}
1731
1732
/**
1733
 * @method string getMseSessionId()
1734
 * @method $this withMseSessionId($value)
1735
 * @method string getGatewayUniqueId()
1736
 * @method $this withGatewayUniqueId($value)
1737
 * @method string getServiceList()
1738
 * @method $this withServiceList($value)
1739
 * @method string getTlsSetting()
1740
 * @method $this withTlsSetting($value)
1741
 * @method string getSourceType()
1742
 * @method $this withSourceType($value)
1743
 * @method string getAcceptLanguage()
1744
 * @method $this withAcceptLanguage($value)
1745
 */
1746
class ImportServices extends Rpc
1747
{
1748
}
1749
1750
/**
1751
 * @method string getMseSessionId()
1752
 * @method $this withMseSessionId($value)
1753
 * @method string getInstanceId()
1754
 * @method $this withInstanceId($value)
1755
 * @method string getFileName()
1756
 * @method $this withFileName($value)
1757
 * @method string getRequestPars()
1758
 * @method $this withRequestPars($value)
1759
 * @method string getAcceptLanguage()
1760
 * @method $this withAcceptLanguage($value)
1761
 * @method string getFileUrl()
1762
 * @method $this withFileUrl($value)
1763
 */
1764
class ImportZookeeperData extends Rpc
1765
{
1766
}
1767
1768
/**
1769
 * @method string getMseSessionId()
1770
 * @method $this withMseSessionId($value)
1771
 * @method string getClusterName()
1772
 * @method $this withClusterName($value)
1773
 * @method string getPageNum()
1774
 * @method $this withPageNum($value)
1775
 * @method string getNamespaceId()
1776
 * @method $this withNamespaceId($value)
1777
 * @method string getRequestPars()
1778
 * @method $this withRequestPars($value)
1779
 * @method string getPageSize()
1780
 * @method $this withPageSize($value)
1781
 * @method string getServiceName()
1782
 * @method $this withServiceName($value)
1783
 * @method string getClusterId()
1784
 * @method $this withClusterId($value)
1785
 * @method string getGroupName()
1786
 * @method $this withGroupName($value)
1787
 * @method string getInstanceId()
1788
 * @method $this withInstanceId($value)
1789
 * @method string getAcceptLanguage()
1790
 * @method $this withAcceptLanguage($value)
1791
 */
1792
class ListAnsInstances extends Rpc
1793
{
1794
1795
    /** @var string */
1796
    public $method = 'GET';
1797
}
1798
1799
/**
1800
 * @method string getMseSessionId()
1801
 * @method $this withMseSessionId($value)
1802
 * @method string getClusterName()
1803
 * @method $this withClusterName($value)
1804
 * @method string getPageNum()
1805
 * @method $this withPageNum($value)
1806
 * @method string getNamespaceId()
1807
 * @method $this withNamespaceId($value)
1808
 * @method string getRequestPars()
1809
 * @method $this withRequestPars($value)
1810
 * @method string getPageSize()
1811
 * @method $this withPageSize($value)
1812
 * @method string getServiceName()
1813
 * @method $this withServiceName($value)
1814
 * @method string getClusterId()
1815
 * @method $this withClusterId($value)
1816
 * @method string getGroupName()
1817
 * @method $this withGroupName($value)
1818
 * @method string getInstanceId()
1819
 * @method $this withInstanceId($value)
1820
 * @method string getAcceptLanguage()
1821
 * @method $this withAcceptLanguage($value)
1822
 */
1823
class ListAnsServiceClusters extends Rpc
1824
{
1825
1826
    /** @var string */
1827
    public $method = 'GET';
1828
}
1829
1830
/**
1831
 * @method string getMseSessionId()
1832
 * @method $this withMseSessionId($value)
1833
 * @method string getPageNum()
1834
 * @method $this withPageNum($value)
1835
 * @method string getNamespaceId()
1836
 * @method $this withNamespaceId($value)
1837
 * @method string getRequestPars()
1838
 * @method $this withRequestPars($value)
1839
 * @method string getPageSize()
1840
 * @method $this withPageSize($value)
1841
 * @method string getServiceName()
1842
 * @method $this withServiceName($value)
1843
 * @method string getClusterId()
1844
 * @method $this withClusterId($value)
1845
 * @method string getGroupName()
1846
 * @method $this withGroupName($value)
1847
 * @method string getHasIpCount()
1848
 * @method $this withHasIpCount($value)
1849
 * @method string getInstanceId()
1850
 * @method $this withInstanceId($value)
1851
 * @method string getAcceptLanguage()
1852
 * @method $this withAcceptLanguage($value)
1853
 */
1854
class ListAnsServices extends Rpc
1855
{
1856
1857
    /** @var string */
1858
    public $method = 'GET';
1859
}
1860
1861
/**
1862
 * @method string getMseSessionId()
1863
 * @method $this withMseSessionId($value)
1864
 * @method string getGroupId()
1865
 * @method $this withGroupId($value)
1866
 * @method string getAcceptLanguage()
1867
 * @method $this withAcceptLanguage($value)
1868
 * @method string getTag()
1869
 * @method $this withTag($value)
1870
 */
1871
class ListAppBySwimmingLaneGroupTag extends Rpc
1872
{
1873
}
1874
1875
/**
1876
 * @method string getMseSessionId()
1877
 * @method $this withMseSessionId($value)
1878
 * @method string getSource()
1879
 * @method $this withSource($value)
1880
 * @method string getPageNumber()
1881
 * @method $this withPageNumber($value)
1882
 * @method string getAppName()
1883
 * @method $this withAppName($value)
1884
 * @method string getAppId()
1885
 * @method $this withAppId($value)
1886
 * @method string getPageSize()
1887
 * @method $this withPageSize($value)
1888
 * @method string getAcceptLanguage()
1889
 * @method $this withAcceptLanguage($value)
1890
 * @method string getRegion()
1891
 * @method $this withRegion($value)
1892
 */
1893
class ListApplicationsWithTagRules extends Rpc
1894
{
1895
1896
    /** @var string */
1897
    public $method = 'GET';
1898
}
1899
1900
/**
1901
 * @method string getMseSessionId()
1902
 * @method $this withMseSessionId($value)
1903
 * @method string getAcceptLanguage()
1904
 * @method $this withAcceptLanguage($value)
1905
 */
1906
class ListClusterConnectionTypes extends Rpc
1907
{
1908
}
1909
1910
/**
1911
 * @method string getMseSessionId()
1912
 * @method $this withMseSessionId($value)
1913
 * @method string getPageNum()
1914
 * @method $this withPageNum($value)
1915
 * @method string getInstanceId()
1916
 * @method $this withInstanceId($value)
1917
 * @method string getPageSize()
1918
 * @method $this withPageSize($value)
1919
 * @method string getRequestPars()
1920
 * @method $this withRequestPars($value)
1921
 * @method string getAcceptLanguage()
1922
 * @method $this withAcceptLanguage($value)
1923
 */
1924
class ListClusterHealthCheckTask extends Rpc
1925
{
1926
}
1927
1928
/**
1929
 * @method string getMseSessionId()
1930
 * @method $this withMseSessionId($value)
1931
 * @method string getClusterAliasName()
1932
 * @method $this withClusterAliasName($value)
1933
 * @method string getPageNum()
1934
 * @method $this withPageNum($value)
1935
 * @method string getResourceGroupId()
1936
 * @method $this withResourceGroupId($value)
1937
 * @method string getRequestPars()
1938
 * @method $this withRequestPars($value)
1939
 * @method string getPageSize()
1940
 * @method $this withPageSize($value)
1941
 * @method string getAcceptLanguage()
1942
 * @method $this withAcceptLanguage($value)
1943
 * @method array getTag()
1944
 */
1945
class ListClusters extends Rpc
1946
{
1947
1948
    /** @var string */
1949
    public $method = 'GET';
1950
1951
    /**
1952
     * @param array $tag
1953
     *
1954
     * @return $this
1955
     */
1956
	public function withTag(array $tag)
1957
	{
1958
	    $this->data['Tag'] = $tag;
1959
		foreach ($tag as $depth1 => $depth1Value) {
1960
			if(isset($depth1Value['Value'])){
1961
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1962
			}
1963
			if(isset($depth1Value['Key'])){
1964
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1965
			}
1966
		}
1967
1968
		return $this;
1969
    }
1970
}
1971
1972
/**
1973
 * @method string getMseSessionId()
1974
 * @method $this withMseSessionId($value)
1975
 * @method string getConnectType()
1976
 * @method $this withConnectType($value)
1977
 * @method string getMseVersion()
1978
 * @method $this withMseVersion($value)
1979
 * @method string getAcceptLanguage()
1980
 * @method $this withAcceptLanguage($value)
1981
 */
1982
class ListClusterTypes extends Rpc
1983
{
1984
}
1985
1986
/**
1987
 * @method string getMseSessionId()
1988
 * @method $this withMseSessionId($value)
1989
 * @method string getClusterType()
1990
 * @method $this withClusterType($value)
1991
 * @method string getMseVersion()
1992
 * @method $this withMseVersion($value)
1993
 * @method string getAcceptLanguage()
1994
 * @method $this withAcceptLanguage($value)
1995
 */
1996
class ListClusterVersions extends Rpc
1997
{
1998
}
1999
2000
/**
2001
 * @method string getMseSessionId()
2002
 * @method $this withMseSessionId($value)
2003
 * @method string getStartTs()
2004
 * @method $this withStartTs($value)
2005
 * @method string getPageNum()
2006
 * @method $this withPageNum($value)
2007
 * @method string getNamespaceId()
2008
 * @method $this withNamespaceId($value)
2009
 * @method string getRequestPars()
2010
 * @method $this withRequestPars($value)
2011
 * @method string getEndTs()
2012
 * @method $this withEndTs($value)
2013
 * @method string getPageSize()
2014
 * @method $this withPageSize($value)
2015
 * @method string getGroup()
2016
 * @method $this withGroup($value)
2017
 * @method string getIp()
2018
 * @method $this withIp($value)
2019
 * @method string getReverse()
2020
 * @method $this withReverse($value)
2021
 * @method string getInstanceId()
2022
 * @method $this withInstanceId($value)
2023
 * @method string getDataId()
2024
 * @method $this withDataId($value)
2025
 * @method string getAcceptLanguage()
2026
 * @method $this withAcceptLanguage($value)
2027
 */
2028
class ListConfigTrack extends Rpc
2029
{
2030
2031
    /** @var string */
2032
    public $method = 'GET';
2033
}
2034
2035
/**
2036
 * @method string getMseSessionId()
2037
 * @method $this withMseSessionId($value)
2038
 * @method string getClusterId()
2039
 * @method $this withClusterId($value)
2040
 * @method string getPageNum()
2041
 * @method $this withPageNum($value)
2042
 * @method string getInstanceId()
2043
 * @method $this withInstanceId($value)
2044
 * @method string getPageSize()
2045
 * @method $this withPageSize($value)
2046
 * @method string getAcceptLanguage()
2047
 * @method $this withAcceptLanguage($value)
2048
 */
2049
class ListEngineNamespaces extends Rpc
2050
{
2051
2052
    /** @var string */
2053
    public $method = 'GET';
2054
}
2055
2056
/**
2057
 * @method string getMseSessionId()
2058
 * @method $this withMseSessionId($value)
2059
 * @method string getClusterId()
2060
 * @method $this withClusterId($value)
2061
 * @method string getPageNum()
2062
 * @method $this withPageNum($value)
2063
 * @method string getRequestPars()
2064
 * @method $this withRequestPars($value)
2065
 * @method string getPageSize()
2066
 * @method $this withPageSize($value)
2067
 * @method string getAcceptLanguage()
2068
 * @method $this withAcceptLanguage($value)
2069
 * @method string getServiceName()
2070
 * @method $this withServiceName($value)
2071
 */
2072
class ListEurekaInstances extends Rpc
2073
{
2074
2075
    /** @var string */
2076
    public $method = 'GET';
2077
}
2078
2079
/**
2080
 * @method string getMseSessionId()
2081
 * @method $this withMseSessionId($value)
2082
 * @method string getClusterId()
2083
 * @method $this withClusterId($value)
2084
 * @method string getPageNum()
2085
 * @method $this withPageNum($value)
2086
 * @method string getRequestPars()
2087
 * @method $this withRequestPars($value)
2088
 * @method string getPageSize()
2089
 * @method $this withPageSize($value)
2090
 * @method string getAcceptLanguage()
2091
 * @method $this withAcceptLanguage($value)
2092
 */
2093
class ListEurekaServices extends Rpc
2094
{
2095
2096
    /** @var string */
2097
    public $method = 'GET';
2098
}
2099
2100
/**
2101
 * @method string getMseSessionId()
2102
 * @method $this withMseSessionId($value)
2103
 * @method string getPageNumber()
2104
 * @method $this withPageNumber($value)
2105
 * @method string getOrderItem()
2106
 * @method $this withOrderItem($value)
2107
 * @method string getPageSize()
2108
 * @method $this withPageSize($value)
2109
 * @method string getDescSort()
2110
 * @method $this withDescSort($value)
2111
 * @method string getFilterParams()
2112
 * @method $this withFilterParams($value)
2113
 * @method string getAcceptLanguage()
2114
 * @method $this withAcceptLanguage($value)
2115
 */
2116
class ListGateway extends Rpc
2117
{
2118
}
2119
2120
/**
2121
 * @method string getMseSessionId()
2122
 * @method $this withMseSessionId($value)
2123
 * @method string getGatewayUniqueId()
2124
 * @method $this withGatewayUniqueId($value)
2125
 * @method string getType()
2126
 * @method $this withType($value)
2127
 * @method string getAcceptLanguage()
2128
 * @method $this withAcceptLanguage($value)
2129
 */
2130
class ListGatewayDomain extends Rpc
2131
{
2132
}
2133
2134
/**
2135
 * @method string getMseSessionId()
2136
 * @method $this withMseSessionId($value)
2137
 * @method string getPageNumber()
2138
 * @method $this withPageNumber($value)
2139
 * @method string getOrderItem()
2140
 * @method $this withOrderItem($value)
2141
 * @method string getPageSize()
2142
 * @method $this withPageSize($value)
2143
 * @method string getDescSort()
2144
 * @method $this withDescSort($value)
2145
 * @method string getFilterParams()
2146
 * @method $this withFilterParams($value)
2147
 * @method string getAcceptLanguage()
2148
 * @method $this withAcceptLanguage($value)
2149
 */
2150
class ListGatewayRoute extends Rpc
2151
{
2152
}
2153
2154
/**
2155
 * @method string getMseSessionId()
2156
 * @method $this withMseSessionId($value)
2157
 * @method string getPageNumber()
2158
 * @method $this withPageNumber($value)
2159
 * @method string getOrderItem()
2160
 * @method $this withOrderItem($value)
2161
 * @method string getPageSize()
2162
 * @method $this withPageSize($value)
2163
 * @method string getDescSort()
2164
 * @method $this withDescSort($value)
2165
 * @method string getFilterParams()
2166
 * @method $this withFilterParams($value)
2167
 * @method string getAcceptLanguage()
2168
 * @method $this withAcceptLanguage($value)
2169
 */
2170
class ListGatewayService extends Rpc
2171
{
2172
}
2173
2174
/**
2175
 * @method string getMseSessionId()
2176
 * @method $this withMseSessionId($value)
2177
 * @method string getGatewayUniqueId()
2178
 * @method $this withGatewayUniqueId($value)
2179
 * @method string getAcceptLanguage()
2180
 * @method $this withAcceptLanguage($value)
2181
 */
2182
class ListGatewaySlb extends Rpc
2183
{
2184
}
2185
2186
/**
2187
 * @method string getMseSessionId()
2188
 * @method $this withMseSessionId($value)
2189
 * @method string getClusterType()
2190
 * @method $this withClusterType($value)
2191
 * @method string getMseVersion()
2192
 * @method $this withMseVersion($value)
2193
 * @method string getRequestPars()
2194
 * @method $this withRequestPars($value)
2195
 * @method string getAcceptLanguage()
2196
 * @method $this withAcceptLanguage($value)
2197
 */
2198
class ListInstanceCount extends Rpc
2199
{
2200
}
2201
2202
/**
2203
 * @method string getMseSessionId()
2204
 * @method $this withMseSessionId($value)
2205
 * @method string getInstanceId()
2206
 * @method $this withInstanceId($value)
2207
 * @method string getDataId()
2208
 * @method $this withDataId($value)
2209
 * @method string getNamespaceId()
2210
 * @method $this withNamespaceId($value)
2211
 * @method string getRequestPars()
2212
 * @method $this withRequestPars($value)
2213
 * @method string getAcceptLanguage()
2214
 * @method $this withAcceptLanguage($value)
2215
 * @method string getGroup()
2216
 * @method $this withGroup($value)
2217
 */
2218
class ListListenersByConfig extends Rpc
2219
{
2220
}
2221
2222
/**
2223
 * @method string getMseSessionId()
2224
 * @method $this withMseSessionId($value)
2225
 * @method string getIp()
2226
 * @method $this withIp($value)
2227
 * @method string getInstanceId()
2228
 * @method $this withInstanceId($value)
2229
 * @method string getNamespaceId()
2230
 * @method $this withNamespaceId($value)
2231
 * @method string getRequestPars()
2232
 * @method $this withRequestPars($value)
2233
 * @method string getAcceptLanguage()
2234
 * @method $this withAcceptLanguage($value)
2235
 */
2236
class ListListenersByIp extends Rpc
2237
{
2238
}
2239
2240
/**
2241
 * @method string getMseSessionId()
2242
 * @method $this withMseSessionId($value)
2243
 * @method string getPageNum()
2244
 * @method $this withPageNum($value)
2245
 * @method string getRequestPars()
2246
 * @method $this withRequestPars($value)
2247
 * @method string getPageSize()
2248
 * @method $this withPageSize($value)
2249
 * @method string getAcceptLanguage()
2250
 * @method $this withAcceptLanguage($value)
2251
 * @method string getOriginInstanceName()
2252
 * @method $this withOriginInstanceName($value)
2253
 */
2254
class ListMigrationTask extends Rpc
2255
{
2256
2257
    /** @var string */
2258
    public $method = 'GET';
2259
}
2260
2261
/**
2262
 * @method string getMseSessionId()
2263
 * @method $this withMseSessionId($value)
2264
 * @method string getPageNum()
2265
 * @method $this withPageNum($value)
2266
 * @method string getAppName()
2267
 * @method $this withAppName($value)
2268
 * @method string getNamespaceId()
2269
 * @method $this withNamespaceId($value)
2270
 * @method string getRequestPars()
2271
 * @method $this withRequestPars($value)
2272
 * @method string getPageSize()
2273
 * @method $this withPageSize($value)
2274
 * @method string getGroup()
2275
 * @method $this withGroup($value)
2276
 * @method string getTags()
2277
 * @method $this withTags($value)
2278
 * @method string getInstanceId()
2279
 * @method $this withInstanceId($value)
2280
 * @method string getDataId()
2281
 * @method $this withDataId($value)
2282
 * @method string getAcceptLanguage()
2283
 * @method $this withAcceptLanguage($value)
2284
 */
2285
class ListNacosConfigs extends Rpc
2286
{
2287
}
2288
2289
/**
2290
 * @method string getMseSessionId()
2291
 * @method $this withMseSessionId($value)
2292
 * @method string getPageNum()
2293
 * @method $this withPageNum($value)
2294
 * @method string getInstanceId()
2295
 * @method $this withInstanceId($value)
2296
 * @method string getDataId()
2297
 * @method $this withDataId($value)
2298
 * @method string getNamespaceId()
2299
 * @method $this withNamespaceId($value)
2300
 * @method string getRequestPars()
2301
 * @method $this withRequestPars($value)
2302
 * @method string getPageSize()
2303
 * @method $this withPageSize($value)
2304
 * @method string getAcceptLanguage()
2305
 * @method $this withAcceptLanguage($value)
2306
 * @method string getGroup()
2307
 * @method $this withGroup($value)
2308
 */
2309
class ListNacosHistoryConfigs extends Rpc
2310
{
2311
}
2312
2313
/**
2314
 * @method string getMseSessionId()
2315
 * @method $this withMseSessionId($value)
2316
 * @method string getStartTs()
2317
 * @method $this withStartTs($value)
2318
 * @method string getPageNum()
2319
 * @method $this withPageNum($value)
2320
 * @method string getNamespaceId()
2321
 * @method $this withNamespaceId($value)
2322
 * @method string getRequestPars()
2323
 * @method $this withRequestPars($value)
2324
 * @method string getEndTs()
2325
 * @method $this withEndTs($value)
2326
 * @method string getPageSize()
2327
 * @method $this withPageSize($value)
2328
 * @method string getServiceName()
2329
 * @method $this withServiceName($value)
2330
 * @method string getGroup()
2331
 * @method $this withGroup($value)
2332
 * @method string getIp()
2333
 * @method $this withIp($value)
2334
 * @method string getReverse()
2335
 * @method $this withReverse($value)
2336
 * @method string getInstanceId()
2337
 * @method $this withInstanceId($value)
2338
 * @method string getAcceptLanguage()
2339
 * @method $this withAcceptLanguage($value)
2340
 */
2341
class ListNamingTrack extends Rpc
2342
{
2343
2344
    /** @var string */
2345
    public $method = 'GET';
2346
}
2347
2348
/**
2349
 * @method string getMseSessionId()
2350
 * @method $this withMseSessionId($value)
2351
 * @method string getGatewayUniqueId()
2352
 * @method $this withGatewayUniqueId($value)
2353
 * @method string getAcceptLanguage()
2354
 * @method $this withAcceptLanguage($value)
2355
 */
2356
class ListSecurityGroup extends Rpc
2357
{
2358
}
2359
2360
/**
2361
 * @method string getMseSessionId()
2362
 * @method $this withMseSessionId($value)
2363
 * @method string getGatewayUniqueId()
2364
 * @method $this withGatewayUniqueId($value)
2365
 * @method string getAcceptLanguage()
2366
 * @method $this withAcceptLanguage($value)
2367
 */
2368
class ListSecurityGroupRule extends Rpc
2369
{
2370
}
2371
2372
/**
2373
 * @method string getMseSessionId()
2374
 * @method $this withMseSessionId($value)
2375
 * @method string getGatewayUniqueId()
2376
 * @method $this withGatewayUniqueId($value)
2377
 * @method string getAcceptLanguage()
2378
 * @method $this withAcceptLanguage($value)
2379
 */
2380
class ListServiceSource extends Rpc
2381
{
2382
}
2383
2384
/**
2385
 * @method string getMseSessionId()
2386
 * @method $this withMseSessionId($value)
2387
 * @method string getGatewayUniqueId()
2388
 * @method $this withGatewayUniqueId($value)
2389
 * @method string getAcceptLanguage()
2390
 * @method $this withAcceptLanguage($value)
2391
 */
2392
class ListSSLCert extends Rpc
2393
{
2394
}
2395
2396
/**
2397
 * @method string getMseSessionId()
2398
 * @method $this withMseSessionId($value)
2399
 * @method array getResourceId()
2400
 * @method string getResourceType()
2401
 * @method $this withResourceType($value)
2402
 * @method string getNextToken()
2403
 * @method $this withNextToken($value)
2404
 * @method string getAcceptLanguage()
2405
 * @method $this withAcceptLanguage($value)
2406
 * @method array getTag()
2407
 */
2408
class ListTagResources extends Rpc
2409
{
2410
2411
    /**
2412
     * @param array $resourceId
2413
     *
2414
     * @return $this
2415
     */
2416
	public function withResourceId(array $resourceId)
2417
	{
2418
	    $this->data['ResourceId'] = $resourceId;
2419
		foreach ($resourceId as $i => $iValue) {
2420
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2421
		}
2422
2423
		return $this;
2424
    }
2425
2426
    /**
2427
     * @param array $tag
2428
     *
2429
     * @return $this
2430
     */
2431
	public function withTag(array $tag)
2432
	{
2433
	    $this->data['Tag'] = $tag;
2434
		foreach ($tag as $depth1 => $depth1Value) {
2435
			if(isset($depth1Value['Value'])){
2436
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2437
			}
2438
			if(isset($depth1Value['Key'])){
2439
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2440
			}
2441
		}
2442
2443
		return $this;
2444
    }
2445
}
2446
2447
/**
2448
 * @method string getMseSessionId()
2449
 * @method $this withMseSessionId($value)
2450
 * @method string getStartTs()
2451
 * @method $this withStartTs($value)
2452
 * @method string getSessionId()
2453
 * @method $this withSessionId($value)
2454
 * @method string getPageNum()
2455
 * @method $this withPageNum($value)
2456
 * @method string getPath()
2457
 * @method $this withPath($value)
2458
 * @method string getRequestPars()
2459
 * @method $this withRequestPars($value)
2460
 * @method string getEndTs()
2461
 * @method $this withEndTs($value)
2462
 * @method string getPageSize()
2463
 * @method $this withPageSize($value)
2464
 * @method string getReverse()
2465
 * @method $this withReverse($value)
2466
 * @method string getInstanceId()
2467
 * @method $this withInstanceId($value)
2468
 * @method string getAcceptLanguage()
2469
 * @method $this withAcceptLanguage($value)
2470
 */
2471
class ListZkTrack extends Rpc
2472
{
2473
2474
    /** @var string */
2475
    public $method = 'GET';
2476
}
2477
2478
/**
2479
 * @method string getMseSessionId()
2480
 * @method $this withMseSessionId($value)
2481
 * @method string getClusterId()
2482
 * @method $this withClusterId($value)
2483
 * @method string getPath()
2484
 * @method $this withPath($value)
2485
 * @method string getAcceptLanguage()
2486
 * @method $this withAcceptLanguage($value)
2487
 */
2488
class ListZnodeChildren extends Rpc
2489
{
2490
2491
    /** @var string */
2492
    public $method = 'GET';
2493
}
2494
2495
/**
2496
 * @method string getMseSessionId()
2497
 * @method $this withMseSessionId($value)
2498
 * @method string getNamespaceInfos()
2499
 * @method $this withNamespaceInfos($value)
2500
 * @method string getClusterId()
2501
 * @method $this withClusterId($value)
2502
 * @method string getAcceptLanguage()
2503
 * @method $this withAcceptLanguage($value)
2504
 */
2505
class ModifyGovernanceKubernetesCluster extends Rpc
2506
{
2507
}
2508
2509
/**
2510
 * @method string getMseSessionId()
2511
 * @method $this withMseSessionId($value)
2512
 * @method string getDelayTime()
2513
 * @method $this withDelayTime($value)
2514
 * @method string getSource()
2515
 * @method $this withSource($value)
2516
 * @method string getWarmupTime()
2517
 * @method $this withWarmupTime($value)
2518
 * @method string getAppName()
2519
 * @method $this withAppName($value)
2520
 * @method string getRelated()
2521
 * @method $this withRelated($value)
2522
 * @method string getEnable()
2523
 * @method $this withEnable($value)
2524
 * @method string getAligned()
2525
 * @method $this withAligned($value)
2526
 * @method string getShutdownWaitSeconds()
2527
 * @method $this withShutdownWaitSeconds($value)
2528
 * @method string getNotice()
2529
 * @method $this withNotice($value)
2530
 * @method string getLossLessDetail()
2531
 * @method $this withLossLessDetail($value)
2532
 * @method string getFuncType()
2533
 * @method $this withFuncType($value)
2534
 * @method string getAppId()
2535
 * @method $this withAppId($value)
2536
 * @method string getNamespace()
2537
 * @method $this withNamespace($value)
2538
 * @method string getAcceptLanguage()
2539
 * @method $this withAcceptLanguage($value)
2540
 */
2541
class ModifyLosslessRule extends Rpc
2542
{
2543
}
2544
2545
/**
2546
 * @method string getMseSessionId()
2547
 * @method $this withMseSessionId($value)
2548
 * @method string getGatewayUniqueId()
2549
 * @method $this withGatewayUniqueId($value)
2550
 * @method string getRouteId()
2551
 * @method $this withRouteId($value)
2552
 * @method string getAcceptLanguage()
2553
 * @method $this withAcceptLanguage($value)
2554
 */
2555
class OfflineGatewayRoute extends Rpc
2556
{
2557
}
2558
2559
/**
2560
 * @method string getMseSessionId()
2561
 * @method $this withMseSessionId($value)
2562
 * @method string getMute()
2563
 * @method $this withMute($value)
2564
 * @method string getInstanceId()
2565
 * @method $this withInstanceId($value)
2566
 * @method string getNoticeType()
2567
 * @method $this withNoticeType($value)
2568
 * @method string getRiskCode()
2569
 * @method $this withRiskCode($value)
2570
 * @method string getRequestPars()
2571
 * @method $this withRequestPars($value)
2572
 * @method string getAcceptLanguage()
2573
 * @method $this withAcceptLanguage($value)
2574
 */
2575
class OrderClusterHealthCheckRiskNotice extends Rpc
2576
{
2577
}
2578
2579
/**
2580
 * @method string getMseSessionId()
2581
 * @method $this withMseSessionId($value)
2582
 * @method string getGatewayUniqueId()
2583
 * @method $this withGatewayUniqueId($value)
2584
 * @method string getSourceType()
2585
 * @method $this withSourceType($value)
2586
 * @method string getNamespace()
2587
 * @method $this withNamespace($value)
2588
 * @method string getAcceptLanguage()
2589
 * @method $this withAcceptLanguage($value)
2590
 */
2591
class PullServices extends Rpc
2592
{
2593
}
2594
2595
/**
2596
 * @method string getMseSessionId()
2597
 * @method $this withMseSessionId($value)
2598
 * @method string getInstanceId()
2599
 * @method $this withInstanceId($value)
2600
 * @method string getAcceptLanguage()
2601
 * @method $this withAcceptLanguage($value)
2602
 */
2603
class PutClusterHealthCheckTask extends Rpc
2604
{
2605
}
2606
2607
/**
2608
 * @method string getMseSessionId()
2609
 * @method $this withMseSessionId($value)
2610
 * @method string getGroupId()
2611
 * @method $this withGroupId($value)
2612
 * @method string getAcceptLanguage()
2613
 * @method $this withAcceptLanguage($value)
2614
 */
2615
class QueryAllSwimmingLane extends Rpc
2616
{
2617
}
2618
2619
/**
2620
 * @method string getMseSessionId()
2621
 * @method $this withMseSessionId($value)
2622
 * @method string getNamespace()
2623
 * @method $this withNamespace($value)
2624
 * @method string getAcceptLanguage()
2625
 * @method $this withAcceptLanguage($value)
2626
 */
2627
class QueryAllSwimmingLaneGroup extends Rpc
2628
{
2629
}
2630
2631
/**
2632
 * @method string getMseSessionId()
2633
 * @method $this withMseSessionId($value)
2634
 * @method string getAcceptLanguage()
2635
 * @method $this withAcceptLanguage($value)
2636
 */
2637
class QueryBusinessLocations extends Rpc
2638
{
2639
2640
    /** @var string */
2641
    public $method = 'GET';
2642
}
2643
2644
/**
2645
 * @method string getAclSwitch()
2646
 * @method $this withAclSwitch($value)
2647
 * @method string getMseSessionId()
2648
 * @method $this withMseSessionId($value)
2649
 * @method string getOrderId()
2650
 * @method $this withOrderId($value)
2651
 * @method string getClusterId()
2652
 * @method $this withClusterId($value)
2653
 * @method string getInstanceId()
2654
 * @method $this withInstanceId($value)
2655
 * @method string getAcceptLanguage()
2656
 * @method $this withAcceptLanguage($value)
2657
 */
2658
class QueryClusterDetail extends Rpc
2659
{
2660
}
2661
2662
/**
2663
 * @method string getMseSessionId()
2664
 * @method $this withMseSessionId($value)
2665
 * @method string getClusterType()
2666
 * @method $this withClusterType($value)
2667
 * @method string getAcceptLanguage()
2668
 * @method $this withAcceptLanguage($value)
2669
 */
2670
class QueryClusterDiskSpecification extends Rpc
2671
{
2672
}
2673
2674
/**
2675
 * @method string getAclSwitch()
2676
 * @method $this withAclSwitch($value)
2677
 * @method string getMseSessionId()
2678
 * @method $this withMseSessionId($value)
2679
 * @method string getOrderId()
2680
 * @method $this withOrderId($value)
2681
 * @method string getClusterId()
2682
 * @method $this withClusterId($value)
2683
 * @method string getInstanceId()
2684
 * @method $this withInstanceId($value)
2685
 * @method string getRequestPars()
2686
 * @method $this withRequestPars($value)
2687
 * @method string getAcceptLanguage()
2688
 * @method $this withAcceptLanguage($value)
2689
 */
2690
class QueryClusterInfo extends Rpc
2691
{
2692
}
2693
2694
/**
2695
 * @method string getMseSessionId()
2696
 * @method $this withMseSessionId($value)
2697
 * @method string getConnectType()
2698
 * @method $this withConnectType($value)
2699
 * @method string getMseVersion()
2700
 * @method $this withMseVersion($value)
2701
 * @method string getAcceptLanguage()
2702
 * @method $this withAcceptLanguage($value)
2703
 */
2704
class QueryClusterSpecification extends Rpc
2705
{
2706
}
2707
2708
/**
2709
 * @method string getNeedRunningConf()
2710
 * @method $this withNeedRunningConf($value)
2711
 * @method string getMseSessionId()
2712
 * @method $this withMseSessionId($value)
2713
 * @method string getConfigType()
2714
 * @method $this withConfigType($value)
2715
 * @method string getClusterId()
2716
 * @method $this withClusterId($value)
2717
 * @method string getInstanceId()
2718
 * @method $this withInstanceId($value)
2719
 * @method string getRequestPars()
2720
 * @method $this withRequestPars($value)
2721
 * @method string getAcceptLanguage()
2722
 * @method $this withAcceptLanguage($value)
2723
 */
2724
class QueryConfig extends Rpc
2725
{
2726
2727
    /** @var string */
2728
    public $method = 'GET';
2729
}
2730
2731
/**
2732
 * @method string getMseSessionId()
2733
 * @method $this withMseSessionId($value)
2734
 * @method string getAcceptLanguage()
2735
 * @method $this withAcceptLanguage($value)
2736
 */
2737
class QueryGatewayRegion extends Rpc
2738
{
2739
}
2740
2741
/**
2742
 * @method string getMseSessionId()
2743
 * @method $this withMseSessionId($value)
2744
 * @method string getAcceptLanguage()
2745
 * @method $this withAcceptLanguage($value)
2746
 */
2747
class QueryGatewayType extends Rpc
2748
{
2749
}
2750
2751
/**
2752
 * @method string getMseSessionId()
2753
 * @method $this withMseSessionId($value)
2754
 * @method string getClusterName()
2755
 * @method $this withClusterName($value)
2756
 * @method string getClusterId()
2757
 * @method $this withClusterId($value)
2758
 * @method string getPageNumber()
2759
 * @method $this withPageNumber($value)
2760
 * @method string getPageSize()
2761
 * @method $this withPageSize($value)
2762
 * @method string getAcceptLanguage()
2763
 * @method $this withAcceptLanguage($value)
2764
 */
2765
class QueryGovernanceKubernetesCluster extends Rpc
2766
{
2767
2768
    /** @var string */
2769
    public $method = 'GET';
2770
}
2771
2772
/**
2773
 * @method string getMseSessionId()
2774
 * @method $this withMseSessionId($value)
2775
 * @method string getOrderId()
2776
 * @method $this withOrderId($value)
2777
 * @method string getClusterId()
2778
 * @method $this withClusterId($value)
2779
 * @method string getInstanceId()
2780
 * @method $this withInstanceId($value)
2781
 * @method string getRequestPars()
2782
 * @method $this withRequestPars($value)
2783
 * @method string getAcceptLanguage()
2784
 * @method $this withAcceptLanguage($value)
2785
 */
2786
class QueryInstancesInfo extends Rpc
2787
{
2788
}
2789
2790
/**
2791
 * @method string getMonitorType()
2792
 * @method $this withMonitorType($value)
2793
 * @method string getMseSessionId()
2794
 * @method $this withMseSessionId($value)
2795
 * @method string getEndTime()
2796
 * @method $this withEndTime($value)
2797
 * @method string getClusterId()
2798
 * @method $this withClusterId($value)
2799
 * @method string getStartTime()
2800
 * @method $this withStartTime($value)
2801
 * @method string getInstanceId()
2802
 * @method $this withInstanceId($value)
2803
 * @method string getRequestPars()
2804
 * @method $this withRequestPars($value)
2805
 * @method string getAcceptLanguage()
2806
 * @method $this withAcceptLanguage($value)
2807
 * @method string getStep()
2808
 * @method $this withStep($value)
2809
 */
2810
class QueryMonitor extends Rpc
2811
{
2812
2813
    /** @var string */
2814
    public $method = 'GET';
2815
}
2816
2817
/**
2818
 * @method string getMseSessionId()
2819
 * @method $this withMseSessionId($value)
2820
 * @method string getAcceptLanguage()
2821
 * @method $this withAcceptLanguage($value)
2822
 */
2823
class QuerySlbSpec extends Rpc
2824
{
2825
2826
    /** @var string */
2827
    public $method = 'GET';
2828
}
2829
2830
/**
2831
 * @method string getMseSessionId()
2832
 * @method $this withMseSessionId($value)
2833
 * @method string getLaneId()
2834
 * @method $this withLaneId($value)
2835
 * @method string getAcceptLanguage()
2836
 * @method $this withAcceptLanguage($value)
2837
 */
2838
class QuerySwimmingLaneById extends Rpc
2839
{
2840
}
2841
2842
/**
2843
 * @method string getMseSessionId()
2844
 * @method $this withMseSessionId($value)
2845
 * @method string getClusterId()
2846
 * @method $this withClusterId($value)
2847
 * @method string getPath()
2848
 * @method $this withPath($value)
2849
 * @method string getInstanceId()
2850
 * @method $this withInstanceId($value)
2851
 * @method string getRequestPars()
2852
 * @method $this withRequestPars($value)
2853
 * @method string getAcceptLanguage()
2854
 * @method $this withAcceptLanguage($value)
2855
 */
2856
class QueryZnodeDetail extends Rpc
2857
{
2858
2859
    /** @var string */
2860
    public $method = 'GET';
2861
}
2862
2863
/**
2864
 * @method string getMseSessionId()
2865
 * @method $this withMseSessionId($value)
2866
 * @method string getClusterId()
2867
 * @method $this withClusterId($value)
2868
 * @method string getPodNameList()
2869
 * @method $this withPodNameList($value)
2870
 * @method string getInstanceId()
2871
 * @method $this withInstanceId($value)
2872
 * @method string getRequestPars()
2873
 * @method $this withRequestPars($value)
2874
 * @method string getAcceptLanguage()
2875
 * @method $this withAcceptLanguage($value)
2876
 */
2877
class RestartCluster extends Rpc
2878
{
2879
}
2880
2881
/**
2882
 * @method string getMseSessionId()
2883
 * @method $this withMseSessionId($value)
2884
 * @method string getClusterId()
2885
 * @method $this withClusterId($value)
2886
 * @method string getInstanceId()
2887
 * @method $this withInstanceId($value)
2888
 * @method string getRequestPars()
2889
 * @method $this withRequestPars($value)
2890
 * @method string getAcceptLanguage()
2891
 * @method $this withAcceptLanguage($value)
2892
 */
2893
class RetryCluster extends Rpc
2894
{
2895
}
2896
2897
/**
2898
 * @method string getMseSessionId()
2899
 * @method $this withMseSessionId($value)
2900
 * @method string getGatewayUniqueId()
2901
 * @method $this withGatewayUniqueId($value)
2902
 * @method string getType()
2903
 * @method $this withType($value)
2904
 * @method string getName()
2905
 * @method $this withName($value)
2906
 * @method string getAcceptLanguage()
2907
 * @method $this withAcceptLanguage($value)
2908
 */
2909
class SelectGatewaySlb extends Rpc
2910
{
2911
}
2912
2913
/**
2914
 * @method string getMseSessionId()
2915
 * @method $this withMseSessionId($value)
2916
 * @method array getResourceId()
2917
 * @method string getResourceType()
2918
 * @method $this withResourceType($value)
2919
 * @method string getAcceptLanguage()
2920
 * @method $this withAcceptLanguage($value)
2921
 * @method array getTag()
2922
 */
2923
class TagResources extends Rpc
2924
{
2925
2926
    /**
2927
     * @param array $resourceId
2928
     *
2929
     * @return $this
2930
     */
2931
	public function withResourceId(array $resourceId)
2932
	{
2933
	    $this->data['ResourceId'] = $resourceId;
2934
		foreach ($resourceId as $i => $iValue) {
2935
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2936
		}
2937
2938
		return $this;
2939
    }
2940
2941
    /**
2942
     * @param array $tag
2943
     *
2944
     * @return $this
2945
     */
2946
	public function withTag(array $tag)
2947
	{
2948
	    $this->data['Tag'] = $tag;
2949
		foreach ($tag as $depth1 => $depth1Value) {
2950
			if(isset($depth1Value['Value'])){
2951
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2952
			}
2953
			if(isset($depth1Value['Key'])){
2954
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2955
			}
2956
		}
2957
2958
		return $this;
2959
    }
2960
}
2961
2962
/**
2963
 * @method string getAll()
2964
 * @method $this withAll($value)
2965
 * @method string getMseSessionId()
2966
 * @method $this withMseSessionId($value)
2967
 * @method array getResourceId()
2968
 * @method string getResourceType()
2969
 * @method $this withResourceType($value)
2970
 * @method string getAcceptLanguage()
2971
 * @method $this withAcceptLanguage($value)
2972
 * @method array getTagKey()
2973
 */
2974
class UntagResources extends Rpc
2975
{
2976
2977
    /**
2978
     * @param array $resourceId
2979
     *
2980
     * @return $this
2981
     */
2982
	public function withResourceId(array $resourceId)
2983
	{
2984
	    $this->data['ResourceId'] = $resourceId;
2985
		foreach ($resourceId as $i => $iValue) {
2986
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2987
		}
2988
2989
		return $this;
2990
    }
2991
2992
    /**
2993
     * @param array $tagKey
2994
     *
2995
     * @return $this
2996
     */
2997
	public function withTagKey(array $tagKey)
2998
	{
2999
	    $this->data['TagKey'] = $tagKey;
3000
		foreach ($tagKey as $i => $iValue) {
3001
			$this->options['query']['TagKey.' . ($i + 1)] = $iValue;
3002
		}
3003
3004
		return $this;
3005
    }
3006
}
3007
3008
/**
3009
 * @method string getMseSessionId()
3010
 * @method $this withMseSessionId($value)
3011
 * @method string getClusterId()
3012
 * @method $this withClusterId($value)
3013
 * @method string getAclEntryList()
3014
 * @method $this withAclEntryList($value)
3015
 * @method string getInstanceId()
3016
 * @method $this withInstanceId($value)
3017
 * @method string getAcceptLanguage()
3018
 * @method $this withAcceptLanguage($value)
3019
 */
3020
class UpdateAcl extends Rpc
3021
{
3022
}
3023
3024
/**
3025
 * @method string getNote()
3026
 * @method $this withNote($value)
3027
 * @method string getMseSessionId()
3028
 * @method $this withMseSessionId($value)
3029
 * @method string getGatewayUniqueId()
3030
 * @method $this withGatewayUniqueId($value)
3031
 * @method string getType()
3032
 * @method $this withType($value)
3033
 * @method string getContent()
3034
 * @method $this withContent($value)
3035
 * @method string getIsWhite()
3036
 * @method $this withIsWhite($value)
3037
 * @method string getResourceIdJsonList()
3038
 * @method $this withResourceIdJsonList($value)
3039
 * @method string getId()
3040
 * @method $this withId($value)
3041
 * @method string getResourceType()
3042
 * @method $this withResourceType($value)
3043
 * @method string getName()
3044
 * @method $this withName($value)
3045
 * @method string getAcceptLanguage()
3046
 * @method $this withAcceptLanguage($value)
3047
 * @method string getStatus()
3048
 * @method $this withStatus($value)
3049
 */
3050
class UpdateBlackWhiteList extends Rpc
3051
{
3052
}
3053
3054
/**
3055
 * @method string getMseSessionId()
3056
 * @method $this withMseSessionId($value)
3057
 * @method string getClusterAliasName()
3058
 * @method $this withClusterAliasName($value)
3059
 * @method string getClusterId()
3060
 * @method $this withClusterId($value)
3061
 * @method string getInstanceId()
3062
 * @method $this withInstanceId($value)
3063
 * @method string getRequestPars()
3064
 * @method $this withRequestPars($value)
3065
 * @method string getAcceptLanguage()
3066
 * @method $this withAcceptLanguage($value)
3067
 */
3068
class UpdateCluster extends Rpc
3069
{
3070
}
3071
3072
/**
3073
 * @method string getClusterSpecification()
3074
 * @method $this withClusterSpecification($value)
3075
 * @method string getMseSessionId()
3076
 * @method $this withMseSessionId($value)
3077
 * @method string getInstanceCount()
3078
 * @method $this withInstanceCount($value)
3079
 * @method string getClusterId()
3080
 * @method $this withClusterId($value)
3081
 * @method string getInstanceId()
3082
 * @method $this withInstanceId($value)
3083
 * @method string getAcceptLanguage()
3084
 * @method $this withAcceptLanguage($value)
3085
 */
3086
class UpdateClusterSpec extends Rpc
3087
{
3088
}
3089
3090
/**
3091
 * @method string getOpenSuperAcl()
3092
 * @method string getMseSessionId()
3093
 * @method $this withMseSessionId($value)
3094
 * @method string getConfigAuthEnabled()
3095
 * @method $this withConfigAuthEnabled($value)
3096
 * @method string getPassWord()
3097
 * @method $this withPassWord($value)
3098
 * @method string getSnapshotCount()
3099
 * @method $this withSnapshotCount($value)
3100
 * @method string getMinSessionTimeout()
3101
 * @method $this withMinSessionTimeout($value)
3102
 * @method string getMaxClientCnxns()
3103
 * @method $this withMaxClientCnxns($value)
3104
 * @method string getRequestPars()
3105
 * @method $this withRequestPars($value)
3106
 * @method string getJuteMaxbuffer()
3107
 * @method $this withJuteMaxbuffer($value)
3108
 * @method string getNamingAuthEnabled()
3109
 * @method $this withNamingAuthEnabled($value)
3110
 * @method string getConfigType()
3111
 * @method $this withConfigType($value)
3112
 * @method string getExtendedTypesEnable()
3113
 * @method $this withExtendedTypesEnable($value)
3114
 * @method string getAutopurgeSnapRetainCount()
3115
 * @method $this withAutopurgeSnapRetainCount($value)
3116
 * @method string getMaxSessionTimeout()
3117
 * @method $this withMaxSessionTimeout($value)
3118
 * @method string getConfigSecretEnabled()
3119
 * @method $this withConfigSecretEnabled($value)
3120
 * @method string getMCPEnabled()
3121
 * @method $this withMCPEnabled($value)
3122
 * @method string getTickTime()
3123
 * @method $this withTickTime($value)
3124
 * @method string getClusterId()
3125
 * @method $this withClusterId($value)
3126
 * @method string getSyncLimit()
3127
 * @method $this withSyncLimit($value)
3128
 * @method string getInstanceId()
3129
 * @method $this withInstanceId($value)
3130
 * @method string getAutopurgePurgeInterval()
3131
 * @method $this withAutopurgePurgeInterval($value)
3132
 * @method string getAcceptLanguage()
3133
 * @method $this withAcceptLanguage($value)
3134
 * @method string getInitLimit()
3135
 * @method $this withInitLimit($value)
3136
 * @method string getUserName()
3137
 * @method $this withUserName($value)
3138
 */
3139
class UpdateConfig extends Rpc
3140
{
3141
3142
    /**
3143
     * @param string $value
3144
     *
3145
     * @return $this
3146
     */
3147
    public function withOpenSuperAcl($value)
3148
    {
3149
        $this->data['OpenSuperAcl'] = $value;
3150
        $this->options['form_params']['OpenSuperAcl'] = $value;
3151
3152
        return $this;
3153
    }
3154
}
3155
3156
/**
3157
 * @method string getMseSessionId()
3158
 * @method $this withMseSessionId($value)
3159
 * @method string getClusterId()
3160
 * @method $this withClusterId($value)
3161
 * @method string getInstanceId()
3162
 * @method $this withInstanceId($value)
3163
 * @method string getServiceCount()
3164
 * @method $this withServiceCount($value)
3165
 * @method string getName()
3166
 * @method $this withName($value)
3167
 * @method string getAcceptLanguage()
3168
 * @method $this withAcceptLanguage($value)
3169
 * @method string getId()
3170
 * @method $this withId($value)
3171
 * @method string getDesc()
3172
 * @method $this withDesc($value)
3173
 */
3174
class UpdateEngineNamespace extends Rpc
3175
{
3176
}
3177
3178
/**
3179
 * @method string getMseSessionId()
3180
 * @method $this withMseSessionId($value)
3181
 * @method string getGatewayUniqueId()
3182
 * @method $this withGatewayUniqueId($value)
3183
 * @method string getTlsMax()
3184
 * @method $this withTlsMax($value)
3185
 * @method string getProtocol()
3186
 * @method $this withProtocol($value)
3187
 * @method string getMustHttps()
3188
 * @method $this withMustHttps($value)
3189
 * @method string getHttp2()
3190
 * @method $this withHttp2($value)
3191
 * @method string getId()
3192
 * @method $this withId($value)
3193
 * @method string getTlsMin()
3194
 * @method $this withTlsMin($value)
3195
 * @method string getCertIdentifier()
3196
 * @method $this withCertIdentifier($value)
3197
 * @method string getAcceptLanguage()
3198
 * @method $this withAcceptLanguage($value)
3199
 */
3200
class UpdateGatewayDomain extends Rpc
3201
{
3202
}
3203
3204
/**
3205
 * @method string getMseSessionId()
3206
 * @method $this withMseSessionId($value)
3207
 * @method string getGatewayUniqueId()
3208
 * @method $this withGatewayUniqueId($value)
3209
 * @method string getName()
3210
 * @method $this withName($value)
3211
 * @method string getAcceptLanguage()
3212
 * @method $this withAcceptLanguage($value)
3213
 */
3214
class UpdateGatewayName extends Rpc
3215
{
3216
}
3217
3218
/**
3219
 * @method string getMseSessionId()
3220
 * @method $this withMseSessionId($value)
3221
 * @method string getGatewayUniqueId()
3222
 * @method $this withGatewayUniqueId($value)
3223
 * @method string getGatewayOption()
3224
 * @method $this withGatewayOption($value)
3225
 * @method string getGatewayId()
3226
 * @method $this withGatewayId($value)
3227
 * @method string getAcceptLanguage()
3228
 * @method $this withAcceptLanguage($value)
3229
 */
3230
class UpdateGatewayOption extends Rpc
3231
{
3232
}
3233
3234
/**
3235
 * @method string getMseSessionId()
3236
 * @method $this withMseSessionId($value)
3237
 * @method string getGatewayUniqueId()
3238
 * @method $this withGatewayUniqueId($value)
3239
 * @method string getDestinationType()
3240
 * @method $this withDestinationType($value)
3241
 * @method string getDomainIdListJSON()
3242
 * @method $this withDomainIdListJSON($value)
3243
 * @method string getId()
3244
 * @method $this withId($value)
3245
 * @method string getGatewayId()
3246
 * @method $this withGatewayId($value)
3247
 * @method string getRouteOrder()
3248
 * @method $this withRouteOrder($value)
3249
 * @method string getEnableWaf()
3250
 * @method $this withEnableWaf($value)
3251
 * @method string getServices()
3252
 * @method $this withServices($value)
3253
 * @method string getPredicates()
3254
 * @method $this withPredicates($value)
3255
 * @method string getRedirectJSON()
3256
 * @method $this withRedirectJSON($value)
3257
 * @method string getDirectResponseJSON()
3258
 * @method $this withDirectResponseJSON($value)
3259
 * @method string getName()
3260
 * @method $this withName($value)
3261
 * @method string getAcceptLanguage()
3262
 * @method $this withAcceptLanguage($value)
3263
 * @method string getFallbackServices()
3264
 * @method $this withFallbackServices($value)
3265
 * @method string getFallback()
3266
 * @method $this withFallback($value)
3267
 */
3268
class UpdateGatewayRoute extends Rpc
3269
{
3270
}
3271
3272
/**
3273
 * @method string getMseSessionId()
3274
 * @method $this withMseSessionId($value)
3275
 * @method string getGatewayUniqueId()
3276
 * @method $this withGatewayUniqueId($value)
3277
 * @method string getId()
3278
 * @method $this withId($value)
3279
 * @method string getGatewayId()
3280
 * @method $this withGatewayId($value)
3281
 * @method string getCorsJSON()
3282
 * @method $this withCorsJSON($value)
3283
 * @method string getAcceptLanguage()
3284
 * @method $this withAcceptLanguage($value)
3285
 */
3286
class UpdateGatewayRouteCORS extends Rpc
3287
{
3288
}
3289
3290
/**
3291
 * @method string getMseSessionId()
3292
 * @method $this withMseSessionId($value)
3293
 * @method string getGatewayUniqueId()
3294
 * @method $this withGatewayUniqueId($value)
3295
 * @method string getHeaderOpJSON()
3296
 * @method $this withHeaderOpJSON($value)
3297
 * @method string getId()
3298
 * @method $this withId($value)
3299
 * @method string getGatewayId()
3300
 * @method $this withGatewayId($value)
3301
 * @method string getAcceptLanguage()
3302
 * @method $this withAcceptLanguage($value)
3303
 */
3304
class UpdateGatewayRouteHeaderOp extends Rpc
3305
{
3306
}
3307
3308
/**
3309
 * @method string getMseSessionId()
3310
 * @method $this withMseSessionId($value)
3311
 * @method string getGatewayUniqueId()
3312
 * @method $this withGatewayUniqueId($value)
3313
 * @method string getId()
3314
 * @method $this withId($value)
3315
 * @method string getGatewayId()
3316
 * @method $this withGatewayId($value)
3317
 * @method string getHttpRewriteJSON()
3318
 * @method $this withHttpRewriteJSON($value)
3319
 * @method string getAcceptLanguage()
3320
 * @method $this withAcceptLanguage($value)
3321
 */
3322
class UpdateGatewayRouteHTTPRewrite extends Rpc
3323
{
3324
}
3325
3326
/**
3327
 * @method string getMseSessionId()
3328
 * @method $this withMseSessionId($value)
3329
 * @method string getGatewayUniqueId()
3330
 * @method $this withGatewayUniqueId($value)
3331
 * @method string getRetryJSON()
3332
 * @method $this withRetryJSON($value)
3333
 * @method string getId()
3334
 * @method $this withId($value)
3335
 * @method string getGatewayId()
3336
 * @method $this withGatewayId($value)
3337
 * @method string getAcceptLanguage()
3338
 * @method $this withAcceptLanguage($value)
3339
 */
3340
class UpdateGatewayRouteRetry extends Rpc
3341
{
3342
}
3343
3344
/**
3345
 * @method string getTimeoutJSON()
3346
 * @method $this withTimeoutJSON($value)
3347
 * @method string getMseSessionId()
3348
 * @method $this withMseSessionId($value)
3349
 * @method string getGatewayUniqueId()
3350
 * @method $this withGatewayUniqueId($value)
3351
 * @method string getId()
3352
 * @method $this withId($value)
3353
 * @method string getGatewayId()
3354
 * @method $this withGatewayId($value)
3355
 * @method string getAcceptLanguage()
3356
 * @method $this withAcceptLanguage($value)
3357
 */
3358
class UpdateGatewayRouteTimeout extends Rpc
3359
{
3360
}
3361
3362
/**
3363
 * @method string getMseSessionId()
3364
 * @method $this withMseSessionId($value)
3365
 * @method string getGatewayUniqueId()
3366
 * @method $this withGatewayUniqueId($value)
3367
 * @method string getEnableWaf()
3368
 * @method $this withEnableWaf($value)
3369
 * @method string getRouteId()
3370
 * @method $this withRouteId($value)
3371
 * @method string getAcceptLanguage()
3372
 * @method $this withAcceptLanguage($value)
3373
 */
3374
class UpdateGatewayRouteWafStatus extends Rpc
3375
{
3376
}
3377
3378
/**
3379
 * @method string getMseSessionId()
3380
 * @method $this withMseSessionId($value)
3381
 * @method string getGatewayUniqueId()
3382
 * @method $this withGatewayUniqueId($value)
3383
 * @method string getGatewayId()
3384
 * @method $this withGatewayId($value)
3385
 * @method string getGatewayTrafficPolicy()
3386
 * @method $this withGatewayTrafficPolicy($value)
3387
 * @method string getAcceptLanguage()
3388
 * @method $this withAcceptLanguage($value)
3389
 * @method string getServiceId()
3390
 * @method $this withServiceId($value)
3391
 */
3392
class UpdateGatewayServiceTrafficPolicy extends Rpc
3393
{
3394
}
3395
3396
/**
3397
 * @method string getMseSessionId()
3398
 * @method $this withMseSessionId($value)
3399
 * @method string getGatewayUniqueId()
3400
 * @method $this withGatewayUniqueId($value)
3401
 * @method string getServiceVersion()
3402
 * @method $this withServiceVersion($value)
3403
 * @method string getAcceptLanguage()
3404
 * @method $this withAcceptLanguage($value)
3405
 * @method string getServiceId()
3406
 * @method $this withServiceId($value)
3407
 */
3408
class UpdateGatewayServiceVersion extends Rpc
3409
{
3410
}
3411
3412
/**
3413
 * @method string getMseSessionId()
3414
 * @method $this withMseSessionId($value)
3415
 * @method string getGatewayUniqueId()
3416
 * @method $this withGatewayUniqueId($value)
3417
 * @method string getReplica()
3418
 * @method $this withReplica($value)
3419
 * @method string getSpec()
3420
 * @method $this withSpec($value)
3421
 * @method string getAcceptLanguage()
3422
 * @method $this withAcceptLanguage($value)
3423
 */
3424
class UpdateGatewaySpec extends Rpc
3425
{
3426
}
3427
3428
/**
3429
 * @method string getMseSessionId()
3430
 * @method $this withMseSessionId($value)
3431
 * @method string getClusterId()
3432
 * @method $this withClusterId($value)
3433
 * @method string getAcceptLanguage()
3434
 * @method $this withAcceptLanguage($value)
3435
 * @method string getVersionCode()
3436
 * @method $this withVersionCode($value)
3437
 */
3438
class UpdateImage extends Rpc
3439
{
3440
}
3441
3442
/**
3443
 * @method string getMseSessionId()
3444
 * @method $this withMseSessionId($value)
3445
 * @method string getAppName()
3446
 * @method $this withAppName($value)
3447
 * @method string getEnable()
3448
 * @method $this withEnable($value)
3449
 * @method string getTags()
3450
 * @method $this withTags($value)
3451
 * @method string getFilterSide()
3452
 * @method $this withFilterSide($value)
3453
 * @method string getAppId()
3454
 * @method $this withAppId($value)
3455
 * @method string getNamespace()
3456
 * @method $this withNamespace($value)
3457
 * @method string getAcceptLanguage()
3458
 * @method $this withAcceptLanguage($value)
3459
 * @method string getRegion()
3460
 * @method $this withRegion($value)
3461
 */
3462
class UpdateMessageQueueRoute extends Rpc
3463
{
3464
}
3465
3466
/**
3467
 * @method string getMseSessionId()
3468
 * @method $this withMseSessionId($value)
3469
 * @method string getTargetClusterUrl()
3470
 * @method $this withTargetClusterUrl($value)
3471
 * @method string getOriginInstanceAddress()
3472
 * @method $this withOriginInstanceAddress($value)
3473
 * @method string getRequestPars()
3474
 * @method $this withRequestPars($value)
3475
 * @method string getId()
3476
 * @method $this withId($value)
3477
 * @method string getOriginInstanceName()
3478
 * @method $this withOriginInstanceName($value)
3479
 * @method string getProjectDesc()
3480
 * @method $this withProjectDesc($value)
3481
 * @method string getOriginInstanceNamespace()
3482
 * @method $this withOriginInstanceNamespace($value)
3483
 * @method string getClusterType()
3484
 * @method $this withClusterType($value)
3485
 * @method string getTargetInstanceId()
3486
 * @method $this withTargetInstanceId($value)
3487
 * @method string getTargetClusterName()
3488
 * @method $this withTargetClusterName($value)
3489
 * @method string getAcceptLanguage()
3490
 * @method $this withAcceptLanguage($value)
3491
 */
3492
class UpdateMigrationTask extends Rpc
3493
{
3494
}
3495
3496
/**
3497
 * @method string getMseSessionId()
3498
 * @method $this withMseSessionId($value)
3499
 * @method string getClusterName()
3500
 * @method $this withClusterName($value)
3501
 * @method string getCheckPort()
3502
 * @method $this withCheckPort($value)
3503
 * @method string getGroupName()
3504
 * @method $this withGroupName($value)
3505
 * @method string getInstanceId()
3506
 * @method $this withInstanceId($value)
3507
 * @method string getNamespaceId()
3508
 * @method $this withNamespaceId($value)
3509
 * @method string getHealthChecker()
3510
 * @method $this withHealthChecker($value)
3511
 * @method string getAcceptLanguage()
3512
 * @method $this withAcceptLanguage($value)
3513
 * @method string getServiceName()
3514
 * @method $this withServiceName($value)
3515
 * @method string getUseInstancePortForCheck()
3516
 * @method $this withUseInstancePortForCheck($value)
3517
 */
3518
class UpdateNacosCluster extends Rpc
3519
{
3520
}
3521
3522
/**
3523
 * @method string getMseSessionId()
3524
 * @method $this withMseSessionId($value)
3525
 * @method string getEncryptedDataKey()
3526
 * @method $this withEncryptedDataKey($value)
3527
 * @method string getType()
3528
 * @method $this withType($value)
3529
 * @method string getContent()
3530
 * @method $this withContent($value)
3531
 * @method string getAppName()
3532
 * @method $this withAppName($value)
3533
 * @method string getNamespaceId()
3534
 * @method $this withNamespaceId($value)
3535
 * @method string getGroup()
3536
 * @method $this withGroup($value)
3537
 * @method string getTags()
3538
 * @method $this withTags($value)
3539
 * @method string getBetaIps()
3540
 * @method $this withBetaIps($value)
3541
 * @method string getInstanceId()
3542
 * @method $this withInstanceId($value)
3543
 * @method string getDataId()
3544
 * @method $this withDataId($value)
3545
 * @method string getAcceptLanguage()
3546
 * @method $this withAcceptLanguage($value)
3547
 * @method string getDesc()
3548
 * @method $this withDesc($value)
3549
 * @method string getMd5()
3550
 * @method $this withMd5($value)
3551
 */
3552
class UpdateNacosConfig extends Rpc
3553
{
3554
}
3555
3556
/**
3557
 * @method string getMseSessionId()
3558
 * @method $this withMseSessionId($value)
3559
 * @method string getMetadata()
3560
 * @method string getClusterName()
3561
 * @method $this withClusterName($value)
3562
 * @method string getEphemeral()
3563
 * @method $this withEphemeral($value)
3564
 * @method string getEnabled()
3565
 * @method $this withEnabled($value)
3566
 * @method string getNamespaceId()
3567
 * @method $this withNamespaceId($value)
3568
 * @method string getServiceName()
3569
 * @method $this withServiceName($value)
3570
 * @method string getIp()
3571
 * @method $this withIp($value)
3572
 * @method string getWeight()
3573
 * @method $this withWeight($value)
3574
 * @method string getGroupName()
3575
 * @method $this withGroupName($value)
3576
 * @method string getInstanceId()
3577
 * @method $this withInstanceId($value)
3578
 * @method string getPort()
3579
 * @method $this withPort($value)
3580
 * @method string getAcceptLanguage()
3581
 * @method $this withAcceptLanguage($value)
3582
 */
3583
class UpdateNacosInstance extends Rpc
3584
{
3585
3586
    /**
3587
     * @param string $value
3588
     *
3589
     * @return $this
3590
     */
3591
    public function withMetadata($value)
3592
    {
3593
        $this->data['Metadata'] = $value;
3594
        $this->options['form_params']['Metadata'] = $value;
3595
3596
        return $this;
3597
    }
3598
}
3599
3600
/**
3601
 * @method string getMseSessionId()
3602
 * @method $this withMseSessionId($value)
3603
 * @method string getClusterId()
3604
 * @method $this withClusterId($value)
3605
 * @method string getGroupName()
3606
 * @method $this withGroupName($value)
3607
 * @method string getInstanceId()
3608
 * @method $this withInstanceId($value)
3609
 * @method string getNamespaceId()
3610
 * @method $this withNamespaceId($value)
3611
 * @method string getAcceptLanguage()
3612
 * @method $this withAcceptLanguage($value)
3613
 * @method string getServiceName()
3614
 * @method $this withServiceName($value)
3615
 * @method string getProtectThreshold()
3616
 * @method $this withProtectThreshold($value)
3617
 */
3618
class UpdateNacosService extends Rpc
3619
{
3620
}
3621
3622
/**
3623
 * @method string getMseSessionId()
3624
 * @method $this withMseSessionId($value)
3625
 * @method string getGatewayUniqueId()
3626
 * @method $this withGatewayUniqueId($value)
3627
 * @method string getGmtModified()
3628
 * @method $this withGmtModified($value)
3629
 * @method string getEnable()
3630
 * @method $this withEnable($value)
3631
 * @method string getId()
3632
 * @method $this withId($value)
3633
 * @method string getGatewayId()
3634
 * @method $this withGatewayId($value)
3635
 * @method string getPluginId()
3636
 * @method $this withPluginId($value)
3637
 * @method string getGmtCreate()
3638
 * @method $this withGmtCreate($value)
3639
 * @method string getAcceptLanguage()
3640
 * @method $this withAcceptLanguage($value)
3641
 * @method string getConfigLevel()
3642
 * @method $this withConfigLevel($value)
3643
 * @method string getConfig()
3644
 * @method $this withConfig($value)
3645
 */
3646
class UpdatePluginConfig extends Rpc
3647
{
3648
}
3649
3650
/**
3651
 * @method string getIngressOptionsRequest()
3652
 * @method $this withIngressOptionsRequest($value)
3653
 * @method string getMseSessionId()
3654
 * @method $this withMseSessionId($value)
3655
 * @method string getGatewayUniqueId()
3656
 * @method $this withGatewayUniqueId($value)
3657
 * @method string getSource()
3658
 * @method $this withSource($value)
3659
 * @method string getType()
3660
 * @method $this withType($value)
3661
 * @method string getId()
3662
 * @method $this withId($value)
3663
 * @method string getPathList()
3664
 * @method $this withPathList($value)
3665
 * @method string getGatewayId()
3666
 * @method $this withGatewayId($value)
3667
 * @method string getAddress()
3668
 * @method $this withAddress($value)
3669
 * @method string getName()
3670
 * @method $this withName($value)
3671
 * @method string getAcceptLanguage()
3672
 * @method $this withAcceptLanguage($value)
3673
 */
3674
class UpdateServiceSource extends Rpc
3675
{
3676
}
3677
3678
/**
3679
 * @method string getMseSessionId()
3680
 * @method $this withMseSessionId($value)
3681
 * @method string getGatewayUniqueId()
3682
 * @method $this withGatewayUniqueId($value)
3683
 * @method string getDomainId()
3684
 * @method $this withDomainId($value)
3685
 * @method string getCertIdentifier()
3686
 * @method $this withCertIdentifier($value)
3687
 * @method string getAcceptLanguage()
3688
 * @method $this withAcceptLanguage($value)
3689
 */
3690
class UpdateSSLCert extends Rpc
3691
{
3692
}
3693
3694
/**
3695
 * @method string getMseSessionId()
3696
 * @method $this withMseSessionId($value)
3697
 * @method string getData()
3698
 * @method $this withData($value)
3699
 * @method string getClusterId()
3700
 * @method $this withClusterId($value)
3701
 * @method string getPath()
3702
 * @method $this withPath($value)
3703
 * @method string getRequestPars()
3704
 * @method $this withRequestPars($value)
3705
 * @method string getAcceptLanguage()
3706
 * @method $this withAcceptLanguage($value)
3707
 */
3708
class UpdateZnode extends Rpc
3709
{
3710
}
3711
3712
/**
3713
 * @method string getUpgradeVersion()
3714
 * @method $this withUpgradeVersion($value)
3715
 * @method string getMseSessionId()
3716
 * @method $this withMseSessionId($value)
3717
 * @method string getInstanceId()
3718
 * @method $this withInstanceId($value)
3719
 * @method string getRequestPars()
3720
 * @method $this withRequestPars($value)
3721
 * @method string getAcceptLanguage()
3722
 * @method $this withAcceptLanguage($value)
3723
 */
3724
class UpgradeCluster extends Rpc
3725
{
3726
}
3727