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 ( 2413fd...d6285a )
by
unknown
06:31 queued 26s
created

withWirelessCloudConnectorIds()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 8
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 4
c 1
b 0
f 0
dl 0
loc 8
rs 10
cc 2
nc 2
nop 1
1
<?php
2
3
namespace AlibabaCloud\CC5G\V20220314;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddDNSAuthorizationRule addDNSAuthorizationRule(array $options = [])
9
 * @method AddGroupDnsAuthorizationRule addGroupDnsAuthorizationRule(array $options = [])
10
 * @method AddWirelessCloudConnectorToGroup addWirelessCloudConnectorToGroup(array $options = [])
11
 * @method AttachVpcToNetLink attachVpcToNetLink(array $options = [])
12
 * @method CreateAuthorizationRule createAuthorizationRule(array $options = [])
13
 * @method CreateBatchOperateCardsTask createBatchOperateCardsTask(array $options = [])
14
 * @method CreateGroupAuthorizationRule createGroupAuthorizationRule(array $options = [])
15
 * @method CreateIoTCloudConnectorBackhaulRoute createIoTCloudConnectorBackhaulRoute(array $options = [])
16
 * @method CreateWirelessCloudConnector createWirelessCloudConnector(array $options = [])
17
 * @method CreateWirelessCloudConnectorGroup createWirelessCloudConnectorGroup(array $options = [])
18
 * @method DeleteAuthorizationRule deleteAuthorizationRule(array $options = [])
19
 * @method DeleteBatchOperateCardsTask deleteBatchOperateCardsTask(array $options = [])
20
 * @method DeleteGroupAuthorizationRule deleteGroupAuthorizationRule(array $options = [])
21
 * @method DeleteIoTCloudConnectorBackhaulRoute deleteIoTCloudConnectorBackhaulRoute(array $options = [])
22
 * @method DeleteWirelessCloudConnector deleteWirelessCloudConnector(array $options = [])
23
 * @method DeleteWirelessCloudConnectorGroup deleteWirelessCloudConnectorGroup(array $options = [])
24
 * @method DetachVpcFromNetLink detachVpcFromNetLink(array $options = [])
25
 * @method FailCards failCards(array $options = [])
26
 * @method GetCard getCard(array $options = [])
27
 * @method GetCardLockReason getCardLockReason(array $options = [])
28
 * @method GetCreateCustomerInformation getCreateCustomerInformation(array $options = [])
29
 * @method GetDiagnoseResultForSingleCard getDiagnoseResultForSingleCard(array $options = [])
30
 * @method GetWirelessCloudConnector getWirelessCloudConnector(array $options = [])
31
 * @method GrantNetLink grantNetLink(array $options = [])
32
 * @method ListAPNs listAPNs(array $options = [])
33
 * @method ListAuthorizationRules listAuthorizationRules(array $options = [])
34
 * @method ListBatchOperateCardsTasks listBatchOperateCardsTasks(array $options = [])
35
 * @method ListCards listCards(array $options = [])
36
 * @method ListDataPackages listDataPackages(array $options = [])
37
 * @method ListDiagnoseInfoForSingleCard listDiagnoseInfoForSingleCard(array $options = [])
38
 * @method ListGroupAuthorizationRules listGroupAuthorizationRules(array $options = [])
39
 * @method ListIoTCloudConnectorBackhaulRoute listIoTCloudConnectorBackhaulRoute(array $options = [])
40
 * @method ListOrders listOrders(array $options = [])
41
 * @method ListRegions listRegions(array $options = [])
42
 * @method ListWirelessCloudConnectorGroups listWirelessCloudConnectorGroups(array $options = [])
43
 * @method ListWirelessCloudConnectors listWirelessCloudConnectors(array $options = [])
44
 * @method ListZones listZones(array $options = [])
45
 * @method LockCards lockCards(array $options = [])
46
 * @method ModifyWirelessCloudConnectorFeature modifyWirelessCloudConnectorFeature(array $options = [])
47
 * @method OpenCc5gService openCc5gService(array $options = [])
48
 * @method RemoveWirelessCloudConnectorFromGroup removeWirelessCloudConnectorFromGroup(array $options = [])
49
 * @method ResumeCards resumeCards(array $options = [])
50
 * @method RevokeNetLink revokeNetLink(array $options = [])
51
 * @method StopCards stopCards(array $options = [])
52
 * @method SubmitDiagnoseTaskForSingleCard submitDiagnoseTaskForSingleCard(array $options = [])
53
 * @method SwitchWirelessCloudConnectorToBusiness switchWirelessCloudConnectorToBusiness(array $options = [])
54
 * @method UnlockCards unlockCards(array $options = [])
55
 * @method UpdateAuthorizationRule updateAuthorizationRule(array $options = [])
56
 * @method UpdateBatchOperateCardsTask updateBatchOperateCardsTask(array $options = [])
57
 * @method UpdateCard updateCard(array $options = [])
58
 * @method UpdateDNSAuthorizationRule updateDNSAuthorizationRule(array $options = [])
59
 * @method UpdateGroupAuthorizationRule updateGroupAuthorizationRule(array $options = [])
60
 * @method UpdateGroupDnsAuthorizationRule updateGroupDnsAuthorizationRule(array $options = [])
61
 * @method UpdateWirelessCloudConnector updateWirelessCloudConnector(array $options = [])
62
 * @method UpdateWirelessCloudConnectorGroup updateWirelessCloudConnectorGroup(array $options = [])
63
 */
64
class CC5GApiResolver extends ApiResolver
65
{
66
}
67
68
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
69
{
70
    /** @var string */
71
    public $product = 'CC5G';
72
73
    /** @var string */
74
    public $version = '2022-03-14';
75
76
    /** @var string */
77
    public $method = 'POST';
78
79
    /** @var string */
80
    public $serviceCode = 'fivegcc';
81
}
82
83
/**
84
 * @method string getClientToken()
85
 * @method $this withClientToken($value)
86
 * @method string getDescription()
87
 * @method $this withDescription($value)
88
 * @method string getDryRun()
89
 * @method $this withDryRun($value)
90
 * @method string getSourceDNSIp()
91
 * @method $this withSourceDNSIp($value)
92
 * @method string getDestinationIp()
93
 * @method $this withDestinationIp($value)
94
 * @method string getWirelessCloudConnectorId()
95
 * @method $this withWirelessCloudConnectorId($value)
96
 * @method string getName()
97
 * @method $this withName($value)
98
 */
99
class AddDNSAuthorizationRule extends Rpc
100
{
101
}
102
103
/**
104
 * @method string getWirelessCloudConnectorGroupId()
105
 * @method $this withWirelessCloudConnectorGroupId($value)
106
 * @method string getClientToken()
107
 * @method $this withClientToken($value)
108
 * @method string getDescription()
109
 * @method $this withDescription($value)
110
 * @method string getDryRun()
111
 * @method $this withDryRun($value)
112
 * @method string getSourceDNSIp()
113
 * @method $this withSourceDNSIp($value)
114
 * @method string getDestinationIp()
115
 * @method $this withDestinationIp($value)
116
 * @method string getName()
117
 * @method $this withName($value)
118
 */
119
class AddGroupDnsAuthorizationRule extends Rpc
120
{
121
}
122
123
/**
124
 * @method array getWirelessCloudConnectorIds()
125
 * @method string getWirelessCloudConnectorGroupId()
126
 * @method $this withWirelessCloudConnectorGroupId($value)
127
 * @method string getDryRun()
128
 * @method $this withDryRun($value)
129
 * @method string getClientToken()
130
 * @method $this withClientToken($value)
131
 */
132
class AddWirelessCloudConnectorToGroup extends Rpc
133
{
134
135
    /**
136
     * @param array $wirelessCloudConnectorIds
137
     *
138
     * @return $this
139
     */
140
	public function withWirelessCloudConnectorIds(array $wirelessCloudConnectorIds)
141
	{
142
	    $this->data['WirelessCloudConnectorIds'] = $wirelessCloudConnectorIds;
143
		foreach ($wirelessCloudConnectorIds as $i => $iValue) {
144
			$this->options['query']['WirelessCloudConnectorIds.' . ($i + 1)] = $iValue;
145
		}
146
147
		return $this;
148
    }
149
}
150
151
/**
152
 * @method string getClientToken()
153
 * @method $this withClientToken($value)
154
 * @method string getDryRun()
155
 * @method $this withDryRun($value)
156
 * @method string getNetLinkId()
157
 * @method $this withNetLinkId($value)
158
 * @method string getVSwitches()
159
 * @method $this withVSwitches($value)
160
 * @method string getWirelessCloudConnectorId()
161
 * @method $this withWirelessCloudConnectorId($value)
162
 * @method string getVpcId()
163
 * @method $this withVpcId($value)
164
 */
165
class AttachVpcToNetLink extends Rpc
166
{
167
}
168
169
/**
170
 * @method string getClientToken()
171
 * @method $this withClientToken($value)
172
 * @method string getSourceCidr()
173
 * @method $this withSourceCidr($value)
174
 * @method string getDestinationType()
175
 * @method $this withDestinationType($value)
176
 * @method string getDestination()
177
 * @method $this withDestination($value)
178
 * @method string getDescription()
179
 * @method $this withDescription($value)
180
 * @method string getProtocol()
181
 * @method $this withProtocol($value)
182
 * @method string getPolicy()
183
 * @method $this withPolicy($value)
184
 * @method string getDryRun()
185
 * @method $this withDryRun($value)
186
 * @method string getDestinationPort()
187
 * @method $this withDestinationPort($value)
188
 * @method string getWirelessCloudConnectorId()
189
 * @method $this withWirelessCloudConnectorId($value)
190
 * @method string getName()
191
 * @method $this withName($value)
192
 */
193
class CreateAuthorizationRule extends Rpc
194
{
195
}
196
197
/**
198
 * @method string getIccids()
199
 * @method $this withIccids($value)
200
 * @method string getClientToken()
201
 * @method $this withClientToken($value)
202
 * @method string getDescription()
203
 * @method $this withDescription($value)
204
 * @method string getThreshold()
205
 * @method $this withThreshold($value)
206
 * @method string getEffectType()
207
 * @method $this withEffectType($value)
208
 * @method string getWirelessCloudConnectorIds()
209
 * @method $this withWirelessCloudConnectorIds($value)
210
 * @method string getDryRun()
211
 * @method $this withDryRun($value)
212
 * @method string getName()
213
 * @method $this withName($value)
214
 * @method string getOperateType()
215
 * @method $this withOperateType($value)
216
 * @method string getIccidsOssFilePath()
217
 * @method $this withIccidsOssFilePath($value)
218
 */
219
class CreateBatchOperateCardsTask extends Rpc
220
{
221
}
222
223
/**
224
 * @method string getWirelessCloudConnectorGroupId()
225
 * @method $this withWirelessCloudConnectorGroupId($value)
226
 * @method string getClientToken()
227
 * @method $this withClientToken($value)
228
 * @method string getSourceCidr()
229
 * @method $this withSourceCidr($value)
230
 * @method string getDestinationType()
231
 * @method $this withDestinationType($value)
232
 * @method string getDestination()
233
 * @method $this withDestination($value)
234
 * @method string getDescription()
235
 * @method $this withDescription($value)
236
 * @method string getProtocol()
237
 * @method $this withProtocol($value)
238
 * @method string getPolicy()
239
 * @method $this withPolicy($value)
240
 * @method string getDryRun()
241
 * @method $this withDryRun($value)
242
 * @method string getDestinationPort()
243
 * @method $this withDestinationPort($value)
244
 * @method string getName()
245
 * @method $this withName($value)
246
 */
247
class CreateGroupAuthorizationRule extends Rpc
248
{
249
}
250
251
/**
252
 * @method string getDryRun()
253
 * @method $this withDryRun($value)
254
 * @method string getNetLinkId()
255
 * @method $this withNetLinkId($value)
256
 * @method string getClientToken()
257
 * @method $this withClientToken($value)
258
 * @method string getWirelessCloudConnectorId()
259
 * @method $this withWirelessCloudConnectorId($value)
260
 */
261
class CreateIoTCloudConnectorBackhaulRoute extends Rpc
262
{
263
}
264
265
/**
266
 * @method string getUseCase()
267
 * @method $this withUseCase($value)
268
 * @method string getClientToken()
269
 * @method $this withClientToken($value)
270
 * @method string getISP()
271
 * @method $this withISP($value)
272
 * @method string getDescription()
273
 * @method $this withDescription($value)
274
 * @method string getBusinessType()
275
 * @method $this withBusinessType($value)
276
 * @method string getNetLinks()
277
 * @method $this withNetLinks($value)
278
 * @method string getDryRun()
279
 * @method $this withDryRun($value)
280
 * @method string getName()
281
 * @method $this withName($value)
282
 */
283
class CreateWirelessCloudConnector extends Rpc
284
{
285
}
286
287
/**
288
 * @method string getDryRun()
289
 * @method $this withDryRun($value)
290
 * @method string getClientToken()
291
 * @method $this withClientToken($value)
292
 * @method string getDescription()
293
 * @method $this withDescription($value)
294
 * @method string getName()
295
 * @method $this withName($value)
296
 */
297
class CreateWirelessCloudConnectorGroup extends Rpc
298
{
299
}
300
301
/**
302
 * @method string getDryRun()
303
 * @method $this withDryRun($value)
304
 * @method string getClientToken()
305
 * @method $this withClientToken($value)
306
 * @method string getAuthorizationRuleId()
307
 * @method $this withAuthorizationRuleId($value)
308
 * @method string getWirelessCloudConnectorId()
309
 * @method $this withWirelessCloudConnectorId($value)
310
 */
311
class DeleteAuthorizationRule extends Rpc
312
{
313
}
314
315
/**
316
 * @method string getDryRun()
317
 * @method $this withDryRun($value)
318
 * @method string getClientToken()
319
 * @method $this withClientToken($value)
320
 * @method string getBatchOperateCardsTaskId()
321
 * @method $this withBatchOperateCardsTaskId($value)
322
 */
323
class DeleteBatchOperateCardsTask extends Rpc
324
{
325
}
326
327
/**
328
 * @method string getWirelessCloudConnectorGroupId()
329
 * @method $this withWirelessCloudConnectorGroupId($value)
330
 * @method string getDryRun()
331
 * @method $this withDryRun($value)
332
 * @method string getClientToken()
333
 * @method $this withClientToken($value)
334
 * @method string getAuthorizationRuleId()
335
 * @method $this withAuthorizationRuleId($value)
336
 */
337
class DeleteGroupAuthorizationRule extends Rpc
338
{
339
}
340
341
/**
342
 * @method string getDryRun()
343
 * @method $this withDryRun($value)
344
 * @method string getNetLinkId()
345
 * @method $this withNetLinkId($value)
346
 * @method string getClientToken()
347
 * @method $this withClientToken($value)
348
 * @method string getWirelessCloudConnectorId()
349
 * @method $this withWirelessCloudConnectorId($value)
350
 */
351
class DeleteIoTCloudConnectorBackhaulRoute extends Rpc
352
{
353
}
354
355
/**
356
 * @method string getDryRun()
357
 * @method $this withDryRun($value)
358
 * @method string getClientToken()
359
 * @method $this withClientToken($value)
360
 * @method string getWirelessCloudConnectorId()
361
 * @method $this withWirelessCloudConnectorId($value)
362
 */
363
class DeleteWirelessCloudConnector extends Rpc
364
{
365
}
366
367
/**
368
 * @method string getWirelessCloudConnectorGroupId()
369
 * @method $this withWirelessCloudConnectorGroupId($value)
370
 * @method string getDryRun()
371
 * @method $this withDryRun($value)
372
 * @method string getClientToken()
373
 * @method $this withClientToken($value)
374
 */
375
class DeleteWirelessCloudConnectorGroup extends Rpc
376
{
377
}
378
379
/**
380
 * @method string getDryRun()
381
 * @method $this withDryRun($value)
382
 * @method string getNetLinkId()
383
 * @method $this withNetLinkId($value)
384
 * @method string getClientToken()
385
 * @method $this withClientToken($value)
386
 * @method string getWirelessCloudConnectorId()
387
 * @method $this withWirelessCloudConnectorId($value)
388
 */
389
class DetachVpcFromNetLink extends Rpc
390
{
391
}
392
393
/**
394
 * @method array getIccids()
395
 * @method string getDryRun()
396
 * @method $this withDryRun($value)
397
 * @method string getClientToken()
398
 * @method $this withClientToken($value)
399
 */
400
class FailCards extends Rpc
401
{
402
403
    /**
404
     * @param array $iccids
405
     *
406
     * @return $this
407
     */
408
	public function withIccids(array $iccids)
409
	{
410
	    $this->data['Iccids'] = $iccids;
411
		foreach ($iccids as $i => $iValue) {
412
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
413
		}
414
415
		return $this;
416
    }
417
}
418
419
/**
420
 * @method string getIccid()
421
 * @method $this withIccid($value)
422
 */
423
class GetCard extends Rpc
424
{
425
426
    /** @var string */
427
    public $method = 'GET';
428
}
429
430
/**
431
 * @method string getIccid()
432
 * @method $this withIccid($value)
433
 */
434
class GetCardLockReason extends Rpc
435
{
436
437
    /** @var string */
438
    public $method = 'GET';
439
}
440
441
/**
442
 * @method string getWirelessCloudConnectorId()
443
 * @method $this withWirelessCloudConnectorId($value)
444
 */
445
class GetCreateCustomerInformation extends Rpc
446
{
447
448
    /** @var string */
449
    public $method = 'GET';
450
}
451
452
/**
453
 * @method string getRegionNo()
454
 * @method $this withRegionNo($value)
455
 * @method string getDiagnoseTaskId()
456
 * @method $this withDiagnoseTaskId($value)
457
 */
458
class GetDiagnoseResultForSingleCard extends Rpc
459
{
460
}
461
462
/**
463
 * @method string getWirelessCloudConnectorId()
464
 * @method $this withWirelessCloudConnectorId($value)
465
 */
466
class GetWirelessCloudConnector extends Rpc
467
{
468
469
    /** @var string */
470
    public $method = 'GET';
471
}
472
473
/**
474
 * @method string getDryRun()
475
 * @method $this withDryRun($value)
476
 * @method string getNetLinkId()
477
 * @method $this withNetLinkId($value)
478
 * @method string getClientToken()
479
 * @method $this withClientToken($value)
480
 * @method string getGrantAliUid()
481
 * @method $this withGrantAliUid($value)
482
 * @method string getWirelessCloudConnectorId()
483
 * @method $this withWirelessCloudConnectorId($value)
484
 */
485
class GrantNetLink extends Rpc
486
{
487
}
488
489
/**
490
 * @method string getISP()
491
 * @method $this withISP($value)
492
 * @method string getNextToken()
493
 * @method $this withNextToken($value)
494
 * @method string getMaxResults()
495
 * @method $this withMaxResults($value)
496
 * @method string getAPN()
497
 * @method $this withAPN($value)
498
 */
499
class ListAPNs extends Rpc
500
{
501
502
    /** @var string */
503
    public $method = 'GET';
504
}
505
506
/**
507
 * @method string getDestinationType()
508
 * @method $this withDestinationType($value)
509
 * @method string getDestination()
510
 * @method $this withDestination($value)
511
 * @method string getType()
512
 * @method $this withType($value)
513
 * @method string getProtocol()
514
 * @method $this withProtocol($value)
515
 * @method string getAuthorizationRuleIds()
516
 * @method $this withAuthorizationRuleIds($value)
517
 * @method string getNextToken()
518
 * @method $this withNextToken($value)
519
 * @method string getPolicy()
520
 * @method $this withPolicy($value)
521
 * @method string getDns()
522
 * @method $this withDns($value)
523
 * @method string getDestinationPort()
524
 * @method $this withDestinationPort($value)
525
 * @method string getNames()
526
 * @method $this withNames($value)
527
 * @method string getWirelessCloudConnectorId()
528
 * @method $this withWirelessCloudConnectorId($value)
529
 * @method string getMaxResults()
530
 * @method $this withMaxResults($value)
531
 * @method string getStatuses()
532
 * @method $this withStatuses($value)
533
 */
534
class ListAuthorizationRules extends Rpc
535
{
536
537
    /** @var string */
538
    public $method = 'GET';
539
}
540
541
/**
542
 * @method string getNextToken()
543
 * @method $this withNextToken($value)
544
 * @method string getBatchOperateCardsTaskIds()
545
 * @method $this withBatchOperateCardsTaskIds($value)
546
 * @method string getNames()
547
 * @method $this withNames($value)
548
 * @method string getMaxResults()
549
 * @method $this withMaxResults($value)
550
 * @method string getStatuses()
551
 * @method $this withStatuses($value)
552
 */
553
class ListBatchOperateCardsTasks extends Rpc
554
{
555
556
    /** @var string */
557
    public $method = 'GET';
558
}
559
560
/**
561
 * @method string getIpAddress()
562
 * @method $this withIpAddress($value)
563
 * @method string getIccids()
564
 * @method $this withIccids($value)
565
 * @method string getIccid()
566
 * @method $this withIccid($value)
567
 * @method string getNextToken()
568
 * @method $this withNextToken($value)
569
 * @method string getLock()
570
 * @method $this withLock($value)
571
 * @method string getMsisdn()
572
 * @method $this withMsisdn($value)
573
 * @method string getApn()
574
 * @method $this withApn($value)
575
 * @method string getNetLinkId()
576
 * @method $this withNetLinkId($value)
577
 * @method string getWirelessCloudConnectorId()
578
 * @method $this withWirelessCloudConnectorId($value)
579
 * @method string getOnline()
580
 * @method $this withOnline($value)
581
 * @method string getMaxResults()
582
 * @method $this withMaxResults($value)
583
 * @method string getStatuses()
584
 * @method $this withStatuses($value)
585
 */
586
class ListCards extends Rpc
587
{
588
589
    /** @var string */
590
    public $method = 'GET';
591
}
592
593
/**
594
 * @method string getNextToken()
595
 * @method $this withNextToken($value)
596
 * @method string getDataPackageIds()
597
 * @method $this withDataPackageIds($value)
598
 * @method string getNames()
599
 * @method $this withNames($value)
600
 * @method string getWirelessCloudConnectorId()
601
 * @method $this withWirelessCloudConnectorId($value)
602
 * @method string getMaxResults()
603
 * @method $this withMaxResults($value)
604
 * @method string getStatuses()
605
 * @method $this withStatuses($value)
606
 */
607
class ListDataPackages extends Rpc
608
{
609
610
    /** @var string */
611
    public $method = 'GET';
612
}
613
614
/**
615
 * @method string getSource()
616
 * @method $this withSource($value)
617
 * @method string getNextToken()
618
 * @method $this withNextToken($value)
619
 * @method string getSourceType()
620
 * @method $this withSourceType($value)
621
 * @method string getRegionNo()
622
 * @method $this withRegionNo($value)
623
 * @method string getWirelessCloudConnectorId()
624
 * @method $this withWirelessCloudConnectorId($value)
625
 * @method string getMaxResults()
626
 * @method $this withMaxResults($value)
627
 * @method string getStatus()
628
 * @method $this withStatus($value)
629
 */
630
class ListDiagnoseInfoForSingleCard extends Rpc
631
{
632
}
633
634
/**
635
 * @method string getWirelessCloudConnectorGroupId()
636
 * @method $this withWirelessCloudConnectorGroupId($value)
637
 * @method string getDestinationType()
638
 * @method $this withDestinationType($value)
639
 * @method string getDestination()
640
 * @method $this withDestination($value)
641
 * @method string getType()
642
 * @method $this withType($value)
643
 * @method string getProtocol()
644
 * @method $this withProtocol($value)
645
 * @method string getAuthorizationRuleIds()
646
 * @method $this withAuthorizationRuleIds($value)
647
 * @method string getNextToken()
648
 * @method $this withNextToken($value)
649
 * @method string getPolicy()
650
 * @method $this withPolicy($value)
651
 * @method string getDns()
652
 * @method $this withDns($value)
653
 * @method string getDestinationPort()
654
 * @method $this withDestinationPort($value)
655
 * @method string getNames()
656
 * @method $this withNames($value)
657
 * @method string getMaxResults()
658
 * @method $this withMaxResults($value)
659
 * @method string getStatuses()
660
 * @method $this withStatuses($value)
661
 */
662
class ListGroupAuthorizationRules extends Rpc
663
{
664
665
    /** @var string */
666
    public $method = 'GET';
667
}
668
669
/**
670
 * @method string getNetLinkId()
671
 * @method $this withNetLinkId($value)
672
 * @method string getWirelessCloudConnectorId()
673
 * @method $this withWirelessCloudConnectorId($value)
674
 */
675
class ListIoTCloudConnectorBackhaulRoute extends Rpc
676
{
677
678
    /** @var string */
679
    public $method = 'GET';
680
}
681
682
/**
683
 * @method string getNextToken()
684
 * @method $this withNextToken($value)
685
 * @method string getOrderAction()
686
 * @method $this withOrderAction($value)
687
 * @method string getWirelessCloudConnectorId()
688
 * @method $this withWirelessCloudConnectorId($value)
689
 * @method string getOrderIds()
690
 * @method $this withOrderIds($value)
691
 * @method string getMaxResults()
692
 * @method $this withMaxResults($value)
693
 * @method string getStatuses()
694
 * @method $this withStatuses($value)
695
 */
696
class ListOrders extends Rpc
697
{
698
699
    /** @var string */
700
    public $method = 'GET';
701
}
702
703
/**
704
 * @method string getAcceptLanguage()
705
 * @method $this withAcceptLanguage($value)
706
 */
707
class ListRegions extends Rpc
708
{
709
710
    /** @var string */
711
    public $method = 'GET';
712
}
713
714
/**
715
 * @method string getWirelessCloudConnectorGroupStatus()
716
 * @method $this withWirelessCloudConnectorGroupStatus($value)
717
 * @method string getWirelessCloudConnectorGroupIds()
718
 * @method $this withWirelessCloudConnectorGroupIds($value)
719
 * @method string getNextToken()
720
 * @method $this withNextToken($value)
721
 * @method string getWirelessCloudConnectorGroupNames()
722
 * @method $this withWirelessCloudConnectorGroupNames($value)
723
 * @method string getMaxResults()
724
 * @method $this withMaxResults($value)
725
 */
726
class ListWirelessCloudConnectorGroups extends Rpc
727
{
728
729
    /** @var string */
730
    public $method = 'GET';
731
}
732
733
/**
734
 * @method string getWirelessCloudConnectorGroupId()
735
 * @method $this withWirelessCloudConnectorGroupId($value)
736
 * @method string getBusinessType()
737
 * @method $this withBusinessType($value)
738
 * @method string getNextToken()
739
 * @method $this withNextToken($value)
740
 * @method string getWirelessCloudConnectorIds()
741
 * @method $this withWirelessCloudConnectorIds($value)
742
 * @method string getIsInGroup()
743
 * @method $this withIsInGroup($value)
744
 * @method string getNames()
745
 * @method $this withNames($value)
746
 * @method string getMaxResults()
747
 * @method $this withMaxResults($value)
748
 * @method string getStatuses()
749
 * @method $this withStatuses($value)
750
 */
751
class ListWirelessCloudConnectors extends Rpc
752
{
753
754
    /** @var string */
755
    public $method = 'GET';
756
}
757
758
class ListZones extends Rpc
759
{
760
761
    /** @var string */
762
    public $method = 'GET';
763
}
764
765
/**
766
 * @method array getIccids()
767
 * @method string getDryRun()
768
 * @method $this withDryRun($value)
769
 * @method string getClientToken()
770
 * @method $this withClientToken($value)
771
 */
772
class LockCards extends Rpc
773
{
774
775
    /**
776
     * @param array $iccids
777
     *
778
     * @return $this
779
     */
780
	public function withIccids(array $iccids)
781
	{
782
	    $this->data['Iccids'] = $iccids;
783
		foreach ($iccids as $i => $iValue) {
784
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
785
		}
786
787
		return $this;
788
    }
789
}
790
791
/**
792
 * @method string getDryRun()
793
 * @method $this withDryRun($value)
794
 * @method string getClientToken()
795
 * @method $this withClientToken($value)
796
 * @method string getFeatureName()
797
 * @method $this withFeatureName($value)
798
 * @method string getFeatureValue()
799
 * @method $this withFeatureValue($value)
800
 * @method string getWirelessCloudConnectorId()
801
 * @method $this withWirelessCloudConnectorId($value)
802
 */
803
class ModifyWirelessCloudConnectorFeature extends Rpc
804
{
805
}
806
807
class OpenCc5gService extends Rpc
808
{
809
}
810
811
/**
812
 * @method array getWirelessCloudConnectorIds()
813
 * @method string getWirelessCloudConnectorGroupId()
814
 * @method $this withWirelessCloudConnectorGroupId($value)
815
 * @method string getDryRun()
816
 * @method $this withDryRun($value)
817
 * @method string getClientToken()
818
 * @method $this withClientToken($value)
819
 */
820
class RemoveWirelessCloudConnectorFromGroup extends Rpc
821
{
822
823
    /**
824
     * @param array $wirelessCloudConnectorIds
825
     *
826
     * @return $this
827
     */
828
	public function withWirelessCloudConnectorIds(array $wirelessCloudConnectorIds)
829
	{
830
	    $this->data['WirelessCloudConnectorIds'] = $wirelessCloudConnectorIds;
831
		foreach ($wirelessCloudConnectorIds as $i => $iValue) {
832
			$this->options['query']['WirelessCloudConnectorIds.' . ($i + 1)] = $iValue;
833
		}
834
835
		return $this;
836
    }
837
}
838
839
/**
840
 * @method array getIccids()
841
 * @method string getDryRun()
842
 * @method $this withDryRun($value)
843
 * @method string getClientToken()
844
 * @method $this withClientToken($value)
845
 */
846
class ResumeCards extends Rpc
847
{
848
849
    /**
850
     * @param array $iccids
851
     *
852
     * @return $this
853
     */
854
	public function withIccids(array $iccids)
855
	{
856
	    $this->data['Iccids'] = $iccids;
857
		foreach ($iccids as $i => $iValue) {
858
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
859
		}
860
861
		return $this;
862
    }
863
}
864
865
/**
866
 * @method string getDryRun()
867
 * @method $this withDryRun($value)
868
 * @method string getNetLinkId()
869
 * @method $this withNetLinkId($value)
870
 * @method string getClientToken()
871
 * @method $this withClientToken($value)
872
 * @method string getWirelessCloudConnectorId()
873
 * @method $this withWirelessCloudConnectorId($value)
874
 */
875
class RevokeNetLink extends Rpc
876
{
877
}
878
879
/**
880
 * @method array getIccids()
881
 * @method string getDryRun()
882
 * @method $this withDryRun($value)
883
 * @method string getClientToken()
884
 * @method $this withClientToken($value)
885
 */
886
class StopCards extends Rpc
887
{
888
889
    /**
890
     * @param array $iccids
891
     *
892
     * @return $this
893
     */
894
	public function withIccids(array $iccids)
895
	{
896
	    $this->data['Iccids'] = $iccids;
897
		foreach ($iccids as $i => $iValue) {
898
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
899
		}
900
901
		return $this;
902
    }
903
}
904
905
/**
906
 * @method string getDestination()
907
 * @method $this withDestination($value)
908
 * @method string getSource()
909
 * @method $this withSource($value)
910
 * @method string getResourceUid()
911
 * @method $this withResourceUid($value)
912
 * @method string getEndTime()
913
 * @method $this withEndTime($value)
914
 * @method string getBeginTime()
915
 * @method $this withBeginTime($value)
916
 * @method string getRegionNo()
917
 * @method $this withRegionNo($value)
918
 * @method string getWirelessCloudConnectorId()
919
 * @method $this withWirelessCloudConnectorId($value)
920
 */
921
class SubmitDiagnoseTaskForSingleCard extends Rpc
922
{
923
}
924
925
/**
926
 * @method string getDryRun()
927
 * @method $this withDryRun($value)
928
 * @method string getClientToken()
929
 * @method $this withClientToken($value)
930
 * @method string getWirelessCloudConnectorId()
931
 * @method $this withWirelessCloudConnectorId($value)
932
 */
933
class SwitchWirelessCloudConnectorToBusiness extends Rpc
934
{
935
}
936
937
/**
938
 * @method array getIccids()
939
 * @method string getDryRun()
940
 * @method $this withDryRun($value)
941
 * @method string getClientToken()
942
 * @method $this withClientToken($value)
943
 */
944
class UnlockCards extends Rpc
945
{
946
947
    /**
948
     * @param array $iccids
949
     *
950
     * @return $this
951
     */
952
	public function withIccids(array $iccids)
953
	{
954
	    $this->data['Iccids'] = $iccids;
955
		foreach ($iccids as $i => $iValue) {
956
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
957
		}
958
959
		return $this;
960
    }
961
}
962
963
/**
964
 * @method string getClientToken()
965
 * @method $this withClientToken($value)
966
 * @method string getSourceCidr()
967
 * @method $this withSourceCidr($value)
968
 * @method string getDestination()
969
 * @method $this withDestination($value)
970
 * @method string getDescription()
971
 * @method $this withDescription($value)
972
 * @method string getProtocol()
973
 * @method $this withProtocol($value)
974
 * @method string getPolicy()
975
 * @method $this withPolicy($value)
976
 * @method string getDryRun()
977
 * @method $this withDryRun($value)
978
 * @method string getAuthorizationRuleId()
979
 * @method $this withAuthorizationRuleId($value)
980
 * @method string getDestinationPort()
981
 * @method $this withDestinationPort($value)
982
 * @method string getWirelessCloudConnectorId()
983
 * @method $this withWirelessCloudConnectorId($value)
984
 * @method string getName()
985
 * @method $this withName($value)
986
 */
987
class UpdateAuthorizationRule extends Rpc
988
{
989
}
990
991
/**
992
 * @method string getIccids()
993
 * @method $this withIccids($value)
994
 * @method string getClientToken()
995
 * @method $this withClientToken($value)
996
 * @method string getDescription()
997
 * @method $this withDescription($value)
998
 * @method string getThreshold()
999
 * @method $this withThreshold($value)
1000
 * @method string getBatchOperateCardsTaskId()
1001
 * @method $this withBatchOperateCardsTaskId($value)
1002
 * @method string getEffectType()
1003
 * @method $this withEffectType($value)
1004
 * @method string getWirelessCloudConnectorIds()
1005
 * @method $this withWirelessCloudConnectorIds($value)
1006
 * @method string getDryRun()
1007
 * @method $this withDryRun($value)
1008
 * @method string getName()
1009
 * @method $this withName($value)
1010
 * @method string getOperateType()
1011
 * @method $this withOperateType($value)
1012
 * @method string getIccidsOssFilePath()
1013
 * @method $this withIccidsOssFilePath($value)
1014
 */
1015
class UpdateBatchOperateCardsTask extends Rpc
1016
{
1017
}
1018
1019
/**
1020
 * @method string getClientToken()
1021
 * @method $this withClientToken($value)
1022
 * @method string getDescription()
1023
 * @method $this withDescription($value)
1024
 * @method string getIccid()
1025
 * @method $this withIccid($value)
1026
 * @method string getDryRun()
1027
 * @method $this withDryRun($value)
1028
 * @method string getWirelessCloudConnectorId()
1029
 * @method $this withWirelessCloudConnectorId($value)
1030
 * @method string getName()
1031
 * @method $this withName($value)
1032
 */
1033
class UpdateCard extends Rpc
1034
{
1035
}
1036
1037
/**
1038
 * @method string getClientToken()
1039
 * @method $this withClientToken($value)
1040
 * @method string getDescription()
1041
 * @method $this withDescription($value)
1042
 * @method string getDryRun()
1043
 * @method $this withDryRun($value)
1044
 * @method string getSourceDNSIp()
1045
 * @method $this withSourceDNSIp($value)
1046
 * @method string getAuthorizationRuleId()
1047
 * @method $this withAuthorizationRuleId($value)
1048
 * @method string getDestinationIp()
1049
 * @method $this withDestinationIp($value)
1050
 * @method string getWirelessCloudConnectorId()
1051
 * @method $this withWirelessCloudConnectorId($value)
1052
 * @method string getName()
1053
 * @method $this withName($value)
1054
 */
1055
class UpdateDNSAuthorizationRule extends Rpc
1056
{
1057
}
1058
1059
/**
1060
 * @method string getWirelessCloudConnectorGroupId()
1061
 * @method $this withWirelessCloudConnectorGroupId($value)
1062
 * @method string getClientToken()
1063
 * @method $this withClientToken($value)
1064
 * @method string getSourceCidr()
1065
 * @method $this withSourceCidr($value)
1066
 * @method string getDestination()
1067
 * @method $this withDestination($value)
1068
 * @method string getDescription()
1069
 * @method $this withDescription($value)
1070
 * @method string getProtocol()
1071
 * @method $this withProtocol($value)
1072
 * @method string getPolicy()
1073
 * @method $this withPolicy($value)
1074
 * @method string getDryRun()
1075
 * @method $this withDryRun($value)
1076
 * @method string getAuthorizationRuleId()
1077
 * @method $this withAuthorizationRuleId($value)
1078
 * @method string getDestinationPort()
1079
 * @method $this withDestinationPort($value)
1080
 * @method string getName()
1081
 * @method $this withName($value)
1082
 */
1083
class UpdateGroupAuthorizationRule extends Rpc
1084
{
1085
}
1086
1087
/**
1088
 * @method string getWirelessCloudConnectorGroupId()
1089
 * @method $this withWirelessCloudConnectorGroupId($value)
1090
 * @method string getClientToken()
1091
 * @method $this withClientToken($value)
1092
 * @method string getDescription()
1093
 * @method $this withDescription($value)
1094
 * @method string getDryRun()
1095
 * @method $this withDryRun($value)
1096
 * @method string getSourceDNSIp()
1097
 * @method $this withSourceDNSIp($value)
1098
 * @method string getAuthorizationRuleId()
1099
 * @method $this withAuthorizationRuleId($value)
1100
 * @method string getDestinationIp()
1101
 * @method $this withDestinationIp($value)
1102
 * @method string getName()
1103
 * @method $this withName($value)
1104
 */
1105
class UpdateGroupDnsAuthorizationRule extends Rpc
1106
{
1107
}
1108
1109
/**
1110
 * @method string getDryRun()
1111
 * @method $this withDryRun($value)
1112
 * @method string getClientToken()
1113
 * @method $this withClientToken($value)
1114
 * @method string getDescription()
1115
 * @method $this withDescription($value)
1116
 * @method string getWirelessCloudConnectorId()
1117
 * @method $this withWirelessCloudConnectorId($value)
1118
 * @method string getName()
1119
 * @method $this withName($value)
1120
 */
1121
class UpdateWirelessCloudConnector extends Rpc
1122
{
1123
}
1124
1125
/**
1126
 * @method string getWirelessCloudConnectorGroupId()
1127
 * @method $this withWirelessCloudConnectorGroupId($value)
1128
 * @method string getDryRun()
1129
 * @method $this withDryRun($value)
1130
 * @method string getClientToken()
1131
 * @method $this withClientToken($value)
1132
 * @method string getDescription()
1133
 * @method $this withDescription($value)
1134
 * @method string getName()
1135
 * @method $this withName($value)
1136
 */
1137
class UpdateWirelessCloudConnectorGroup extends Rpc
1138
{
1139
}
1140