9
9
* @method AllocatePublicNetworkAddress allocatePublicNetworkAddress(array $options = [])
10
10
* @method CheckCloudResourceAuthorized checkCloudResourceAuthorized(array $options = [])
11
11
* @method CheckRecoveryCondition checkRecoveryCondition(array $options = [])
12
+ * @method CheckServiceLinkedRole checkServiceLinkedRole(array $options = [])
12
13
* @method CreateAccount createAccount(array $options = [])
13
14
* @method CreateBackup createBackup(array $options = [])
14
15
* @method CreateDBInstance createDBInstance(array $options = [])
20
21
* @method DeleteGlobalSecurityIPGroup deleteGlobalSecurityIPGroup(array $options = [])
21
22
* @method DeleteNode deleteNode(array $options = [])
22
23
* @method DescribeAccounts describeAccounts(array $options = [])
24
+ * @method DescribeActiveOperationMaintenanceConfig describeActiveOperationMaintenanceConfig(array $options = [])
25
+ * @method DescribeActiveOperationTask describeActiveOperationTask(array $options = [])
23
26
* @method DescribeActiveOperationTaskCount describeActiveOperationTaskCount(array $options = [])
27
+ * @method DescribeActiveOperationTaskRegion describeActiveOperationTaskRegion(array $options = [])
24
28
* @method DescribeActiveOperationTasks describeActiveOperationTasks(array $options = [])
25
29
* @method DescribeActiveOperationTaskType describeActiveOperationTaskType(array $options = [])
26
30
* @method DescribeAuditLogFilter describeAuditLogFilter(array $options = [])
42
46
* @method DescribeDBInstancePerformance describeDBInstancePerformance(array $options = [])
43
47
* @method DescribeDBInstances describeDBInstances(array $options = [])
44
48
* @method DescribeDBInstancesOverview describeDBInstancesOverview(array $options = [])
49
+ * @method DescribeDBInstanceSpecInfo describeDBInstanceSpecInfo(array $options = [])
45
50
* @method DescribeDBInstanceSSL describeDBInstanceSSL(array $options = [])
46
51
* @method DescribeDBInstanceSwitchLog describeDBInstanceSwitchLog(array $options = [])
47
52
* @method DescribeDBInstanceTDEInfo describeDBInstanceTDEInfo(array $options = [])
81
86
* @method ModifyAuditLogFilter modifyAuditLogFilter(array $options = [])
82
87
* @method ModifyAuditPolicy modifyAuditPolicy(array $options = [])
83
88
* @method ModifyBackupPolicy modifyBackupPolicy(array $options = [])
89
+ * @method ModifyDBInstanceConfig modifyDBInstanceConfig(array $options = [])
84
90
* @method ModifyDBInstanceConnectionString modifyDBInstanceConnectionString(array $options = [])
85
91
* @method ModifyDBInstanceDescription modifyDBInstanceDescription(array $options = [])
86
92
* @method ModifyDBInstanceDiskType modifyDBInstanceDiskType(array $options = [])
@@ -231,6 +237,18 @@ class CheckRecoveryCondition extends Rpc
231
237
{
232
238
}
233
239
240
+ /**
241
+ * @method string getResourceOwnerAccount()
242
+ * @method $this withResourceOwnerAccount($value)
243
+ * @method string getOwnerAccount()
244
+ * @method $this withOwnerAccount($value)
245
+ * @method string getOwnerId()
246
+ * @method $this withOwnerId($value)
247
+ */
248
+ class CheckServiceLinkedRole extends Rpc
249
+ {
250
+ }
251
+
234
252
/**
235
253
* @method string getResourceOwnerId()
236
254
* @method $this withResourceOwnerId($value)
@@ -246,6 +264,8 @@ class CheckRecoveryCondition extends Rpc
246
264
* @method $this withOwnerId($value)
247
265
* @method string getAccountPassword()
248
266
* @method $this withAccountPassword($value)
267
+ * @method string getCharacterType()
268
+ * @method $this withCharacterType($value)
249
269
*/
250
270
class CreateAccount extends Rpc
251
271
{
@@ -708,6 +728,46 @@ class DescribeAccounts extends Rpc
708
728
{
709
729
}
710
730
731
+ /**
732
+ * @method string getResourceOwnerId()
733
+ * @method $this withResourceOwnerId($value)
734
+ * @method string getResourceOwnerAccount()
735
+ * @method $this withResourceOwnerAccount($value)
736
+ * @method string getOwnerAccount()
737
+ * @method $this withOwnerAccount($value)
738
+ * @method string getOwnerId()
739
+ * @method $this withOwnerId($value)
740
+ */
741
+ class DescribeActiveOperationMaintenanceConfig extends Rpc
742
+ {
743
+ }
744
+
745
+ /**
746
+ * @method string getResourceOwnerId()
747
+ * @method $this withResourceOwnerId($value)
748
+ * @method string getProductId()
749
+ * @method $this withProductId($value)
750
+ * @method string getPageNumber()
751
+ * @method $this withPageNumber($value)
752
+ * @method string getIsHistory()
753
+ * @method $this withIsHistory($value)
754
+ * @method string getPageSize()
755
+ * @method $this withPageSize($value)
756
+ * @method string getTaskType()
757
+ * @method $this withTaskType($value)
758
+ * @method string getResourceOwnerAccount()
759
+ * @method $this withResourceOwnerAccount($value)
760
+ * @method string getOwnerAccount()
761
+ * @method $this withOwnerAccount($value)
762
+ * @method string getOwnerId()
763
+ * @method $this withOwnerId($value)
764
+ * @method string getRegion()
765
+ * @method $this withRegion($value)
766
+ */
767
+ class DescribeActiveOperationTask extends Rpc
768
+ {
769
+ }
770
+
711
771
/**
712
772
* @method string getResourceOwnerId()
713
773
* @method $this withResourceOwnerId($value)
@@ -724,6 +784,24 @@ class DescribeActiveOperationTaskCount extends Rpc
724
784
{
725
785
}
726
786
787
+ /**
788
+ * @method string getResourceOwnerId()
789
+ * @method $this withResourceOwnerId($value)
790
+ * @method string getIsHistory()
791
+ * @method $this withIsHistory($value)
792
+ * @method string getTaskType()
793
+ * @method $this withTaskType($value)
794
+ * @method string getResourceOwnerAccount()
795
+ * @method $this withResourceOwnerAccount($value)
796
+ * @method string getOwnerAccount()
797
+ * @method $this withOwnerAccount($value)
798
+ * @method string getOwnerId()
799
+ * @method $this withOwnerId($value)
800
+ */
801
+ class DescribeActiveOperationTaskRegion extends Rpc
802
+ {
803
+ }
804
+
727
805
/**
728
806
* @method string getResourceOwnerId()
729
807
* @method $this withResourceOwnerId($value)
@@ -733,6 +811,8 @@ class DescribeActiveOperationTaskCount extends Rpc
733
811
* @method $this withChangeLevel($value)
734
812
* @method string getPageNumber()
735
813
* @method $this withPageNumber($value)
814
+ * @method string getResourceGroupId()
815
+ * @method $this withResourceGroupId($value)
736
816
* @method string getInsName()
737
817
* @method $this withInsName($value)
738
818
* @method string getPageSize()
@@ -863,6 +943,8 @@ class DescribeAuditRecords extends Rpc
863
943
* @method $this withResourceGroupId($value)
864
944
* @method string getExcludeZoneId()
865
945
* @method $this withExcludeZoneId($value)
946
+ * @method string getInstanceType()
947
+ * @method $this withInstanceType($value)
866
948
* @method string getExcludeSecondaryZoneId()
867
949
* @method $this withExcludeSecondaryZoneId($value)
868
950
* @method string getInstanceChargeType()
@@ -1289,6 +1371,8 @@ public function withTag(array $tag)
1289
1371
/**
1290
1372
* @method string getResourceOwnerId()
1291
1373
* @method $this withResourceOwnerId($value)
1374
+ * @method string getShowTags()
1375
+ * @method $this withShowTags($value)
1292
1376
* @method string getNetworkType()
1293
1377
* @method $this withNetworkType($value)
1294
1378
* @method string getEngineVersion()
@@ -1322,6 +1406,27 @@ class DescribeDBInstancesOverview extends Rpc
1322
1406
{
1323
1407
}
1324
1408
1409
+ /**
1410
+ * @method string getResourceOwnerId()
1411
+ * @method $this withResourceOwnerId($value)
1412
+ * @method string getInstanceClass()
1413
+ * @method $this withInstanceClass($value)
1414
+ * @method string getSecurityToken()
1415
+ * @method $this withSecurityToken($value)
1416
+ * @method string getResourceOwnerAccount()
1417
+ * @method $this withResourceOwnerAccount($value)
1418
+ * @method string getOwnerAccount()
1419
+ * @method $this withOwnerAccount($value)
1420
+ * @method string getOwnerId()
1421
+ * @method $this withOwnerId($value)
1422
+ */
1423
+ class DescribeDBInstanceSpecInfo extends Rpc
1424
+ {
1425
+
1426
+ /** @var string */
1427
+ public $ scheme = 'https ' ;
1428
+ }
1429
+
1325
1430
/**
1326
1431
* @method string getResourceOwnerId()
1327
1432
* @method $this withResourceOwnerId($value)
@@ -1457,6 +1562,8 @@ class DescribeGlobalSecurityIPGroupRelation extends Rpc
1457
1562
* @method $this withToStartTime($value)
1458
1563
* @method string getPageNumber()
1459
1564
* @method $this withPageNumber($value)
1565
+ * @method string getResourceGroupId()
1566
+ * @method $this withResourceGroupId($value)
1460
1567
* @method string getPageSize()
1461
1568
* @method $this withPageSize($value)
1462
1569
* @method string getInstanceType()
@@ -1487,6 +1594,8 @@ class DescribeHistoryTasks extends Rpc
1487
1594
* @method $this withResourceOwnerId($value)
1488
1595
* @method string getToStartTime()
1489
1596
* @method $this withToStartTime($value)
1597
+ * @method string getResourceGroupId()
1598
+ * @method $this withResourceGroupId($value)
1490
1599
* @method string getTaskId()
1491
1600
* @method $this withTaskId($value)
1492
1601
* @method string getToExecTime()
@@ -2124,6 +2233,8 @@ class MigrateToOtherZone extends Rpc
2124
2233
* @method $this withOwnerAccount($value)
2125
2234
* @method string getOwnerId()
2126
2235
* @method $this withOwnerId($value)
2236
+ * @method string getCharacterType()
2237
+ * @method $this withCharacterType($value)
2127
2238
*/
2128
2239
class ModifyAccountDescription extends Rpc
2129
2240
{
@@ -2132,6 +2243,8 @@ class ModifyAccountDescription extends Rpc
2132
2243
/**
2133
2244
* @method string getResourceOwnerId()
2134
2245
* @method $this withResourceOwnerId($value)
2246
+ * @method string getResourceGroupId()
2247
+ * @method $this withResourceGroupId($value)
2135
2248
* @method string getSwitchTime()
2136
2249
* @method $this withSwitchTime($value)
2137
2250
* @method string getResourceOwnerAccount()
@@ -2247,6 +2360,29 @@ class ModifyBackupPolicy extends Rpc
2247
2360
{
2248
2361
}
2249
2362
2363
+ /**
2364
+ * @method string getResourceOwnerId()
2365
+ * @method $this withResourceOwnerId($value)
2366
+ * @method string getConfigName()
2367
+ * @method $this withConfigName($value)
2368
+ * @method string getDBInstanceId()
2369
+ * @method $this withDBInstanceId($value)
2370
+ * @method string getResourceOwnerAccount()
2371
+ * @method $this withResourceOwnerAccount($value)
2372
+ * @method string getOwnerAccount()
2373
+ * @method $this withOwnerAccount($value)
2374
+ * @method string getConfigValue()
2375
+ * @method $this withConfigValue($value)
2376
+ * @method string getOwnerId()
2377
+ * @method $this withOwnerId($value)
2378
+ */
2379
+ class ModifyDBInstanceConfig extends Rpc
2380
+ {
2381
+
2382
+ /** @var string */
2383
+ public $ scheme = 'https ' ;
2384
+ }
2385
+
2250
2386
/**
2251
2387
* @method string getResourceOwnerId()
2252
2388
* @method $this withResourceOwnerId($value)
0 commit comments