tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -609,6 +609,13 @@
|
|
|
609
609
|
"output": "DescribeInstanceParamsResponse",
|
|
610
610
|
"status": "online"
|
|
611
611
|
},
|
|
612
|
+
"DescribeInstancePasswordComplexity": {
|
|
613
|
+
"document": "该接口(DescribeInstancePasswordComplexity)用于查询实例的密码复杂度参数列表。",
|
|
614
|
+
"input": "DescribeInstancePasswordComplexityRequest",
|
|
615
|
+
"name": "查询实例的密码复杂度",
|
|
616
|
+
"output": "DescribeInstancePasswordComplexityResponse",
|
|
617
|
+
"status": "online"
|
|
618
|
+
},
|
|
612
619
|
"DescribeInstanceUpgradeCheckJob": {
|
|
613
620
|
"document": "该接口(DescribeInstanceUpgradeCheckJob)查询实例版本升级校验任务。",
|
|
614
621
|
"input": "DescribeInstanceUpgradeCheckJobRequest",
|
|
@@ -910,6 +917,13 @@
|
|
|
910
917
|
"output": "ModifyDBInstanceLogToCLSResponse",
|
|
911
918
|
"status": "online"
|
|
912
919
|
},
|
|
920
|
+
"ModifyDBInstanceModes": {
|
|
921
|
+
"document": "该接口(ModifyDBInstanceModes)用于更改云数据库的模式。",
|
|
922
|
+
"input": "ModifyDBInstanceModesRequest",
|
|
923
|
+
"name": "更改云数据库的模式",
|
|
924
|
+
"output": "ModifyDBInstanceModesResponse",
|
|
925
|
+
"status": "online"
|
|
926
|
+
},
|
|
913
927
|
"ModifyDBInstanceName": {
|
|
914
928
|
"document": "本接口(ModifyDBInstanceName)用于修改云数据库实例的名称。",
|
|
915
929
|
"input": "ModifyDBInstanceNameRequest",
|
|
@@ -3782,11 +3796,11 @@
|
|
|
3782
3796
|
"members": [
|
|
3783
3797
|
{
|
|
3784
3798
|
"disabled": false,
|
|
3785
|
-
"document": "
|
|
3799
|
+
"document": "售卖实例名称。\nZ3:是高可用类型,对应规格中的 DeviceType,包含 UNIVERSAL,EXCLUSIVE。\nCVM:是基础版类型,对应规格中的 DeviceType 是 BASIC(已下线)。\nTKE:是基础版v2类型,对应规格中的 DeviceType 是 BASIC_V2。\nCLOUD_NATIVE_CLUSTER:表示云盘版标准型。\nCLOUD_NATIVE_CLUSTER_EXCLUSIVE:表示云盘版加强型。\nECONOMICAL:表示经济型。",
|
|
3786
3800
|
"example": "Z3",
|
|
3787
3801
|
"member": "string",
|
|
3788
3802
|
"name": "TypeName",
|
|
3789
|
-
"
|
|
3803
|
+
"output_required": true,
|
|
3790
3804
|
"type": "string",
|
|
3791
3805
|
"value_allowed_null": false
|
|
3792
3806
|
},
|
|
@@ -3796,7 +3810,7 @@
|
|
|
3796
3810
|
"example": "[\"5.6\",\"5.7\"]",
|
|
3797
3811
|
"member": "string",
|
|
3798
3812
|
"name": "EngineVersion",
|
|
3799
|
-
"
|
|
3813
|
+
"output_required": true,
|
|
3800
3814
|
"type": "list",
|
|
3801
3815
|
"value_allowed_null": false
|
|
3802
3816
|
},
|
|
@@ -3806,7 +3820,7 @@
|
|
|
3806
3820
|
"example": "[1,2,3]",
|
|
3807
3821
|
"member": "int64",
|
|
3808
3822
|
"name": "ConfigIds",
|
|
3809
|
-
"
|
|
3823
|
+
"output_required": true,
|
|
3810
3824
|
"type": "list",
|
|
3811
3825
|
"value_allowed_null": false
|
|
3812
3826
|
}
|
|
@@ -4064,7 +4078,7 @@
|
|
|
4064
4078
|
},
|
|
4065
4079
|
{
|
|
4066
4080
|
"disabled": false,
|
|
4067
|
-
"document": "
|
|
4081
|
+
"document": "云盘版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示",
|
|
4068
4082
|
"example": "1",
|
|
4069
4083
|
"member": "int64",
|
|
4070
4084
|
"name": "CloudNativeClusterStatus",
|
|
@@ -4074,7 +4088,7 @@
|
|
|
4074
4088
|
},
|
|
4075
4089
|
{
|
|
4076
4090
|
"disabled": false,
|
|
4077
|
-
"document": "
|
|
4091
|
+
"document": "云盘版或者单节点基础型支持的磁盘类型。",
|
|
4078
4092
|
"example": "无",
|
|
4079
4093
|
"member": "DiskTypeConfigItem",
|
|
4080
4094
|
"name": "DiskTypeConf",
|
|
@@ -4196,7 +4210,7 @@
|
|
|
4196
4210
|
"type": "object"
|
|
4197
4211
|
},
|
|
4198
4212
|
"CheckMigrateResult": {
|
|
4199
|
-
"document": "
|
|
4213
|
+
"document": "迁移云盘版校验结果",
|
|
4200
4214
|
"members": [
|
|
4201
4215
|
{
|
|
4202
4216
|
"disabled": false,
|
|
@@ -4538,7 +4552,7 @@
|
|
|
4538
4552
|
"type": "object"
|
|
4539
4553
|
},
|
|
4540
4554
|
"ClusterInfo": {
|
|
4541
|
-
"document": "
|
|
4555
|
+
"document": "云盘版节点信息",
|
|
4542
4556
|
"members": [
|
|
4543
4557
|
{
|
|
4544
4558
|
"disabled": false,
|
|
@@ -4577,7 +4591,7 @@
|
|
|
4577
4591
|
"usage": "both"
|
|
4578
4592
|
},
|
|
4579
4593
|
"ClusterNodeInfo": {
|
|
4580
|
-
"document": "
|
|
4594
|
+
"document": "云盘版实例节点信息",
|
|
4581
4595
|
"members": [
|
|
4582
4596
|
{
|
|
4583
4597
|
"disabled": false,
|
|
@@ -4638,7 +4652,7 @@
|
|
|
4638
4652
|
"usage": "both"
|
|
4639
4653
|
},
|
|
4640
4654
|
"ClusterTopology": {
|
|
4641
|
-
"document": "
|
|
4655
|
+
"document": "云盘版的节点拓扑配置。",
|
|
4642
4656
|
"members": [
|
|
4643
4657
|
{
|
|
4644
4658
|
"disabled": false,
|
|
@@ -7793,6 +7807,24 @@
|
|
|
7793
7807
|
"name": "AccountRegexp",
|
|
7794
7808
|
"required": false,
|
|
7795
7809
|
"type": "string"
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"disabled": false,
|
|
7813
|
+
"document": "默认无排序,支持:ASC、DESC、asc、desc",
|
|
7814
|
+
"example": "desc",
|
|
7815
|
+
"member": "string",
|
|
7816
|
+
"name": "SortBy",
|
|
7817
|
+
"required": false,
|
|
7818
|
+
"type": "string"
|
|
7819
|
+
},
|
|
7820
|
+
{
|
|
7821
|
+
"disabled": false,
|
|
7822
|
+
"document": "待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)",
|
|
7823
|
+
"example": "CreateTime",
|
|
7824
|
+
"member": "string",
|
|
7825
|
+
"name": "OrderBy",
|
|
7826
|
+
"required": false,
|
|
7827
|
+
"type": "string"
|
|
7796
7828
|
}
|
|
7797
7829
|
],
|
|
7798
7830
|
"type": "object"
|
|
@@ -7813,7 +7845,7 @@
|
|
|
7813
7845
|
{
|
|
7814
7846
|
"disabled": false,
|
|
7815
7847
|
"document": "符合查询条件的账号详细信息。",
|
|
7816
|
-
"example": "
|
|
7848
|
+
"example": "无",
|
|
7817
7849
|
"member": "AccountInfo",
|
|
7818
7850
|
"name": "Items",
|
|
7819
7851
|
"output_required": true,
|
|
@@ -7934,6 +7966,16 @@
|
|
|
7934
7966
|
"type": "string",
|
|
7935
7967
|
"value_allowed_null": false
|
|
7936
7968
|
},
|
|
7969
|
+
{
|
|
7970
|
+
"disabled": false,
|
|
7971
|
+
"document": "是否正在开启审计。目前支持的值包括:\"false\"-否,\"true\"-是",
|
|
7972
|
+
"example": "\"true\"",
|
|
7973
|
+
"member": "string",
|
|
7974
|
+
"name": "IsOpening",
|
|
7975
|
+
"output_required": false,
|
|
7976
|
+
"type": "string",
|
|
7977
|
+
"value_allowed_null": false
|
|
7978
|
+
},
|
|
7937
7979
|
{
|
|
7938
7980
|
"disabled": false,
|
|
7939
7981
|
"document": "审计服务开通时间。",
|
|
@@ -8960,7 +9002,7 @@
|
|
|
8960
9002
|
"members": [
|
|
8961
9003
|
{
|
|
8962
9004
|
"disabled": false,
|
|
8963
|
-
"document": "需要查询备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic
|
|
9005
|
+
"document": "需要查询备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。",
|
|
8964
9006
|
"example": "mysql",
|
|
8965
9007
|
"member": "string",
|
|
8966
9008
|
"name": "Product",
|
|
@@ -9057,7 +9099,7 @@
|
|
|
9057
9099
|
"members": [
|
|
9058
9100
|
{
|
|
9059
9101
|
"disabled": false,
|
|
9060
|
-
"document": "需要查询备份实时统计的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic
|
|
9102
|
+
"document": "需要查询备份实时统计的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。",
|
|
9061
9103
|
"example": "mysql",
|
|
9062
9104
|
"member": "string",
|
|
9063
9105
|
"name": "Product",
|
|
@@ -9109,7 +9151,7 @@
|
|
|
9109
9151
|
{
|
|
9110
9152
|
"disabled": false,
|
|
9111
9153
|
"document": "实例备份统计条目。",
|
|
9112
|
-
"example": "
|
|
9154
|
+
"example": "无",
|
|
9113
9155
|
"member": "BackupSummaryItem",
|
|
9114
9156
|
"name": "Items",
|
|
9115
9157
|
"output_required": true,
|
|
@@ -9205,7 +9247,7 @@
|
|
|
9205
9247
|
"members": [
|
|
9206
9248
|
{
|
|
9207
9249
|
"disabled": false,
|
|
9208
|
-
"document": "需要查询日志备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic
|
|
9250
|
+
"document": "需要查询日志备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。",
|
|
9209
9251
|
"example": "mysql",
|
|
9210
9252
|
"member": "string",
|
|
9211
9253
|
"name": "Product",
|
|
@@ -9752,7 +9794,7 @@
|
|
|
9752
9794
|
},
|
|
9753
9795
|
{
|
|
9754
9796
|
"disabled": false,
|
|
9755
|
-
"document": "
|
|
9797
|
+
"document": "查询的结束时间,默认为当前时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。",
|
|
9756
9798
|
"example": "1750994218",
|
|
9757
9799
|
"member": "int64",
|
|
9758
9800
|
"name": "EndTime",
|
|
@@ -9770,7 +9812,7 @@
|
|
|
9770
9812
|
},
|
|
9771
9813
|
{
|
|
9772
9814
|
"disabled": false,
|
|
9773
|
-
"document": "
|
|
9815
|
+
"document": "分页入参,默认20",
|
|
9774
9816
|
"example": "10",
|
|
9775
9817
|
"member": "uint64",
|
|
9776
9818
|
"name": "Limit",
|
|
@@ -9786,7 +9828,7 @@
|
|
|
9786
9828
|
{
|
|
9787
9829
|
"disabled": false,
|
|
9788
9830
|
"document": "满足查询要求的扩容历史",
|
|
9789
|
-
"example": "
|
|
9831
|
+
"example": "无",
|
|
9790
9832
|
"member": "HistoryJob",
|
|
9791
9833
|
"name": "Items",
|
|
9792
9834
|
"output_required": false,
|
|
@@ -11024,7 +11066,7 @@
|
|
|
11024
11066
|
"members": [
|
|
11025
11067
|
{
|
|
11026
11068
|
"disabled": false,
|
|
11027
|
-
"document": "需要查询数据备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic
|
|
11069
|
+
"document": "需要查询数据备份概览的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。",
|
|
11028
11070
|
"example": "mysql",
|
|
11029
11071
|
"member": "string",
|
|
11030
11072
|
"name": "Product",
|
|
@@ -11797,6 +11839,53 @@
|
|
|
11797
11839
|
],
|
|
11798
11840
|
"type": "object"
|
|
11799
11841
|
},
|
|
11842
|
+
"DescribeInstancePasswordComplexityRequest": {
|
|
11843
|
+
"document": "DescribeInstancePasswordComplexity请求参数结构体",
|
|
11844
|
+
"members": [
|
|
11845
|
+
{
|
|
11846
|
+
"disabled": false,
|
|
11847
|
+
"document": "实例ID ",
|
|
11848
|
+
"example": "\"cdb-1urqrvpf\"",
|
|
11849
|
+
"member": "string",
|
|
11850
|
+
"name": "InstanceId",
|
|
11851
|
+
"required": true,
|
|
11852
|
+
"type": "string"
|
|
11853
|
+
}
|
|
11854
|
+
],
|
|
11855
|
+
"type": "object"
|
|
11856
|
+
},
|
|
11857
|
+
"DescribeInstancePasswordComplexityResponse": {
|
|
11858
|
+
"document": "DescribeInstancePasswordComplexity返回参数结构体",
|
|
11859
|
+
"members": [
|
|
11860
|
+
{
|
|
11861
|
+
"disabled": false,
|
|
11862
|
+
"document": "实例的参数总数",
|
|
11863
|
+
"example": "72",
|
|
11864
|
+
"member": "int64",
|
|
11865
|
+
"name": "TotalCount",
|
|
11866
|
+
"output_required": true,
|
|
11867
|
+
"type": "int",
|
|
11868
|
+
"value_allowed_null": false
|
|
11869
|
+
},
|
|
11870
|
+
{
|
|
11871
|
+
"disabled": false,
|
|
11872
|
+
"document": "参数详情",
|
|
11873
|
+
"example": "[ ]",
|
|
11874
|
+
"member": "ParameterDetail",
|
|
11875
|
+
"name": "Items",
|
|
11876
|
+
"output_required": true,
|
|
11877
|
+
"type": "list",
|
|
11878
|
+
"value_allowed_null": false
|
|
11879
|
+
},
|
|
11880
|
+
{
|
|
11881
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
11882
|
+
"member": "string",
|
|
11883
|
+
"name": "RequestId",
|
|
11884
|
+
"type": "string"
|
|
11885
|
+
}
|
|
11886
|
+
],
|
|
11887
|
+
"type": "object"
|
|
11888
|
+
},
|
|
11800
11889
|
"DescribeInstanceUpgradeCheckJobRequest": {
|
|
11801
11890
|
"document": "DescribeInstanceUpgradeCheckJob请求参数结构体",
|
|
11802
11891
|
"members": [
|
|
@@ -13883,7 +13972,7 @@
|
|
|
13883
13972
|
"members": [
|
|
13884
13973
|
{
|
|
13885
13974
|
"disabled": false,
|
|
13886
|
-
"document": "
|
|
13975
|
+
"document": "磁盘对应的实例类型。仅支持单节点(云盘)和云盘版。",
|
|
13887
13976
|
"example": "CLOUD_NATIVE_CLUSTER",
|
|
13888
13977
|
"member": "string",
|
|
13889
13978
|
"name": "DeviceType",
|
|
@@ -14622,7 +14711,7 @@
|
|
|
14622
14711
|
{
|
|
14623
14712
|
"disabled": false,
|
|
14624
14713
|
"document": "实例相关信息",
|
|
14625
|
-
"example": "
|
|
14714
|
+
"example": "无",
|
|
14626
14715
|
"member": "AuditInstanceInfo",
|
|
14627
14716
|
"name": "InstanceInfo",
|
|
14628
14717
|
"output_required": true,
|
|
@@ -14658,6 +14747,56 @@
|
|
|
14658
14747
|
"output_required": false,
|
|
14659
14748
|
"type": "list",
|
|
14660
14749
|
"value_allowed_null": false
|
|
14750
|
+
},
|
|
14751
|
+
{
|
|
14752
|
+
"disabled": false,
|
|
14753
|
+
"document": "限免状态",
|
|
14754
|
+
"example": "\"TRIAL/EXPIRED/NONE\"",
|
|
14755
|
+
"member": "string",
|
|
14756
|
+
"name": "TrialStatus",
|
|
14757
|
+
"output_required": false,
|
|
14758
|
+
"type": "string",
|
|
14759
|
+
"value_allowed_null": false
|
|
14760
|
+
},
|
|
14761
|
+
{
|
|
14762
|
+
"disabled": false,
|
|
14763
|
+
"document": "限免开启时间",
|
|
14764
|
+
"example": "1",
|
|
14765
|
+
"member": "int64",
|
|
14766
|
+
"name": "TrialStartTime",
|
|
14767
|
+
"output_required": false,
|
|
14768
|
+
"type": "int",
|
|
14769
|
+
"value_allowed_null": false
|
|
14770
|
+
},
|
|
14771
|
+
{
|
|
14772
|
+
"disabled": false,
|
|
14773
|
+
"document": "限免持续时间",
|
|
14774
|
+
"example": "1",
|
|
14775
|
+
"member": "int64",
|
|
14776
|
+
"name": "TrialDuration",
|
|
14777
|
+
"output_required": false,
|
|
14778
|
+
"type": "int",
|
|
14779
|
+
"value_allowed_null": false
|
|
14780
|
+
},
|
|
14781
|
+
{
|
|
14782
|
+
"disabled": false,
|
|
14783
|
+
"document": "限免关闭时间",
|
|
14784
|
+
"example": "1",
|
|
14785
|
+
"member": "int64",
|
|
14786
|
+
"name": "TrialCloseTime",
|
|
14787
|
+
"output_required": false,
|
|
14788
|
+
"type": "int",
|
|
14789
|
+
"value_allowed_null": false
|
|
14790
|
+
},
|
|
14791
|
+
{
|
|
14792
|
+
"disabled": false,
|
|
14793
|
+
"document": "限免期查询日志时长",
|
|
14794
|
+
"example": "1",
|
|
14795
|
+
"member": "int64",
|
|
14796
|
+
"name": "TrialDescribeLogHours",
|
|
14797
|
+
"output_required": false,
|
|
14798
|
+
"type": "int",
|
|
14799
|
+
"value_allowed_null": false
|
|
14661
14800
|
}
|
|
14662
14801
|
],
|
|
14663
14802
|
"usage": "out"
|
|
@@ -14698,7 +14837,7 @@
|
|
|
14698
14837
|
{
|
|
14699
14838
|
"disabled": false,
|
|
14700
14839
|
"document": "只读vip信息。单独开通只读实例访问的只读实例才有该字段",
|
|
14701
|
-
"example": "
|
|
14840
|
+
"example": "无",
|
|
14702
14841
|
"member": "RoVipInfo",
|
|
14703
14842
|
"name": "RoVipInfo",
|
|
14704
14843
|
"output_required": true,
|
|
@@ -14738,7 +14877,7 @@
|
|
|
14738
14877
|
{
|
|
14739
14878
|
"disabled": false,
|
|
14740
14879
|
"document": "备机信息",
|
|
14741
|
-
"example": "
|
|
14880
|
+
"example": "无",
|
|
14742
14881
|
"member": "SlaveInfo",
|
|
14743
14882
|
"name": "SlaveInfo",
|
|
14744
14883
|
"output_required": true,
|
|
@@ -14788,7 +14927,7 @@
|
|
|
14788
14927
|
{
|
|
14789
14928
|
"disabled": false,
|
|
14790
14929
|
"document": "只读组详细信息",
|
|
14791
|
-
"example": "
|
|
14930
|
+
"example": "无",
|
|
14792
14931
|
"member": "RoGroup",
|
|
14793
14932
|
"name": "RoGroups",
|
|
14794
14933
|
"output_required": true,
|
|
@@ -14868,7 +15007,7 @@
|
|
|
14868
15007
|
{
|
|
14869
15008
|
"disabled": false,
|
|
14870
15009
|
"document": "主实例详细信息",
|
|
14871
|
-
"example": "
|
|
15010
|
+
"example": "无",
|
|
14872
15011
|
"member": "MasterInfo",
|
|
14873
15012
|
"name": "MasterInfo",
|
|
14874
15013
|
"output_required": true,
|
|
@@ -14908,7 +15047,7 @@
|
|
|
14908
15047
|
{
|
|
14909
15048
|
"disabled": false,
|
|
14910
15049
|
"document": "灾备实例详细信息",
|
|
14911
|
-
"example": "
|
|
15050
|
+
"example": "无",
|
|
14912
15051
|
"member": "DrInfo",
|
|
14913
15052
|
"name": "DrInfo",
|
|
14914
15053
|
"output_required": true,
|
|
@@ -15088,7 +15227,7 @@
|
|
|
15088
15227
|
{
|
|
15089
15228
|
"disabled": false,
|
|
15090
15229
|
"document": "标签列表",
|
|
15091
|
-
"example": "
|
|
15230
|
+
"example": "无",
|
|
15092
15231
|
"member": "TagInfoItem",
|
|
15093
15232
|
"name": "TagList",
|
|
15094
15233
|
"output_required": true,
|
|
@@ -15117,7 +15256,7 @@
|
|
|
15117
15256
|
},
|
|
15118
15257
|
{
|
|
15119
15258
|
"disabled": false,
|
|
15120
|
-
"document": "
|
|
15259
|
+
"document": "实例磁盘类型,仅云盘版和单节点(云盘)实例才会返回有效值。\n说明:\n1. 若返回:\"DiskType\": \"CLOUD_HSSD\",则表示该实例磁盘类型为增强型 SSD 云硬盘。\n2. 若返回:\"DiskType\": \"CLOUD_SSD\",则表示该实例磁盘类型为 SSD 云硬盘。\n3. 若返回:\"DiskType\": \"\",且参数 DeviceType 值为 UNIVERSAL 或 EXCLUSIVE,则表示该实例采用的是本地 SSD 盘。",
|
|
15121
15260
|
"example": "CLOUD_SSD",
|
|
15122
15261
|
"member": "string",
|
|
15123
15262
|
"name": "DiskType",
|
|
@@ -15137,8 +15276,8 @@
|
|
|
15137
15276
|
},
|
|
15138
15277
|
{
|
|
15139
15278
|
"disabled": false,
|
|
15140
|
-
"document": "
|
|
15141
|
-
"example": "
|
|
15279
|
+
"document": "云盘版实例节点信息",
|
|
15280
|
+
"example": "无",
|
|
15142
15281
|
"member": "ClusterInfo",
|
|
15143
15282
|
"name": "ClusterInfo",
|
|
15144
15283
|
"output_required": false,
|
|
@@ -15164,6 +15303,16 @@
|
|
|
15164
15303
|
"output_required": false,
|
|
15165
15304
|
"type": "int",
|
|
15166
15305
|
"value_allowed_null": false
|
|
15306
|
+
},
|
|
15307
|
+
{
|
|
15308
|
+
"disabled": false,
|
|
15309
|
+
"document": "实例销毁保护状态,on表示开启保护,否则为关闭保护",
|
|
15310
|
+
"example": "on",
|
|
15311
|
+
"member": "string",
|
|
15312
|
+
"name": "DestroyProtect",
|
|
15313
|
+
"output_required": false,
|
|
15314
|
+
"type": "string",
|
|
15315
|
+
"value_allowed_null": false
|
|
15167
15316
|
}
|
|
15168
15317
|
],
|
|
15169
15318
|
"usage": "out"
|
|
@@ -15608,7 +15757,7 @@
|
|
|
15608
15757
|
"usage": "out"
|
|
15609
15758
|
},
|
|
15610
15759
|
"MigrateClusterRoInfo": {
|
|
15611
|
-
"document": "
|
|
15760
|
+
"document": "一键迁移云盘版只读实例信息",
|
|
15612
15761
|
"members": [
|
|
15613
15762
|
{
|
|
15614
15763
|
"disabled": false,
|
|
@@ -15666,7 +15815,7 @@
|
|
|
15666
15815
|
},
|
|
15667
15816
|
{
|
|
15668
15817
|
"disabled": false,
|
|
15669
|
-
"document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" -
|
|
15818
|
+
"document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 云盘版标准型实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 云盘版加强型实例。",
|
|
15670
15819
|
"example": "CLOUD_NATIVE_CLUSTER",
|
|
15671
15820
|
"member": "string",
|
|
15672
15821
|
"name": "DeviceType",
|
|
@@ -15892,7 +16041,7 @@
|
|
|
15892
16041
|
{
|
|
15893
16042
|
"disabled": false,
|
|
15894
16043
|
"document": "云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。",
|
|
15895
|
-
"example": "
|
|
16044
|
+
"example": "无",
|
|
15896
16045
|
"member": "Account",
|
|
15897
16046
|
"name": "Accounts",
|
|
15898
16047
|
"required": true,
|
|
@@ -16245,7 +16394,7 @@
|
|
|
16245
16394
|
{
|
|
16246
16395
|
"disabled": true,
|
|
16247
16396
|
"document": "废弃。",
|
|
16248
|
-
"example": "
|
|
16397
|
+
"example": "无",
|
|
16249
16398
|
"member": "AuditRuleFilters",
|
|
16250
16399
|
"name": "AuditRuleFilters",
|
|
16251
16400
|
"required": false,
|
|
@@ -16254,7 +16403,7 @@
|
|
|
16254
16403
|
{
|
|
16255
16404
|
"disabled": false,
|
|
16256
16405
|
"document": "规则模板 ID。可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取。",
|
|
16257
|
-
"example": "cdb-art-nuf7e111",
|
|
16406
|
+
"example": "[\"cdb-art-nuf7e111\"]",
|
|
16258
16407
|
"member": "string",
|
|
16259
16408
|
"name": "RuleTemplateIds",
|
|
16260
16409
|
"required": false,
|
|
@@ -16592,6 +16741,15 @@
|
|
|
16592
16741
|
"name": "EncryptionStatus",
|
|
16593
16742
|
"required": true,
|
|
16594
16743
|
"type": "string"
|
|
16744
|
+
},
|
|
16745
|
+
{
|
|
16746
|
+
"disabled": false,
|
|
16747
|
+
"document": "设置实例新增的自动日志备份文件默认加密状态。可选值为 on或者off。",
|
|
16748
|
+
"example": "on",
|
|
16749
|
+
"member": "string",
|
|
16750
|
+
"name": "BinlogEncryptionStatus",
|
|
16751
|
+
"required": false,
|
|
16752
|
+
"type": "string"
|
|
16595
16753
|
}
|
|
16596
16754
|
],
|
|
16597
16755
|
"type": "object"
|
|
@@ -16887,6 +17045,61 @@
|
|
|
16887
17045
|
],
|
|
16888
17046
|
"type": "object"
|
|
16889
17047
|
},
|
|
17048
|
+
"ModifyDBInstanceModesRequest": {
|
|
17049
|
+
"document": "ModifyDBInstanceModes请求参数结构体",
|
|
17050
|
+
"members": [
|
|
17051
|
+
{
|
|
17052
|
+
"disabled": false,
|
|
17053
|
+
"document": "实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同。",
|
|
17054
|
+
"example": "cdb-eb2w7dto",
|
|
17055
|
+
"member": "string",
|
|
17056
|
+
"name": "InstanceId",
|
|
17057
|
+
"required": true,
|
|
17058
|
+
"type": "string"
|
|
17059
|
+
},
|
|
17060
|
+
{
|
|
17061
|
+
"disabled": false,
|
|
17062
|
+
"document": "云数据库的模式,目前仅支持传入 \"protectMode\" 表示修改主从同步方式。",
|
|
17063
|
+
"example": "protectMode",
|
|
17064
|
+
"member": "string",
|
|
17065
|
+
"name": "Mode",
|
|
17066
|
+
"required": true,
|
|
17067
|
+
"type": "string"
|
|
17068
|
+
},
|
|
17069
|
+
{
|
|
17070
|
+
"disabled": false,
|
|
17071
|
+
"document": "数据同步方式,可选值:0-异步复制,1-半同步复制,2-强同步复制。",
|
|
17072
|
+
"example": "1",
|
|
17073
|
+
"member": "int64",
|
|
17074
|
+
"name": "ProtectMode",
|
|
17075
|
+
"required": false,
|
|
17076
|
+
"type": "int"
|
|
17077
|
+
}
|
|
17078
|
+
],
|
|
17079
|
+
"type": "object"
|
|
17080
|
+
},
|
|
17081
|
+
"ModifyDBInstanceModesResponse": {
|
|
17082
|
+
"document": "ModifyDBInstanceModes返回参数结构体",
|
|
17083
|
+
"members": [
|
|
17084
|
+
{
|
|
17085
|
+
"disabled": false,
|
|
17086
|
+
"document": "异步任务的请求ID,可使用此ID查询异步任务的执行结果。",
|
|
17087
|
+
"example": "9ad9c2d5-88007b27-7d2c8b8c-f2598f12",
|
|
17088
|
+
"member": "string",
|
|
17089
|
+
"name": "AsyncRequestId",
|
|
17090
|
+
"output_required": true,
|
|
17091
|
+
"type": "string",
|
|
17092
|
+
"value_allowed_null": false
|
|
17093
|
+
},
|
|
17094
|
+
{
|
|
17095
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
17096
|
+
"member": "string",
|
|
17097
|
+
"name": "RequestId",
|
|
17098
|
+
"type": "string"
|
|
17099
|
+
}
|
|
17100
|
+
],
|
|
17101
|
+
"type": "object"
|
|
17102
|
+
},
|
|
16890
17103
|
"ModifyDBInstanceNameRequest": {
|
|
16891
17104
|
"document": "ModifyDBInstanceName请求参数结构体",
|
|
16892
17105
|
"members": [
|
|
@@ -17019,7 +17232,7 @@
|
|
|
17019
17232
|
{
|
|
17020
17233
|
"disabled": false,
|
|
17021
17234
|
"document": "当传入只读实例 ID 时,默认操作的是对应只读组的安全组。如果需要操作只读实例 ID 的安全组, 需要将该入参置为 True。默认为 False。",
|
|
17022
|
-
"example": "
|
|
17235
|
+
"example": "false",
|
|
17023
17236
|
"member": "bool",
|
|
17024
17237
|
"name": "ForReadonlyInstance",
|
|
17025
17238
|
"required": false,
|
|
@@ -17027,7 +17240,7 @@
|
|
|
17027
17240
|
},
|
|
17028
17241
|
{
|
|
17029
17242
|
"disabled": false,
|
|
17030
|
-
"document": "
|
|
17243
|
+
"document": "变更云盘版实例只读组时,InstanceId 传实例 ID,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。",
|
|
17031
17244
|
"example": "cdb-xxx|readonly",
|
|
17032
17245
|
"member": "string",
|
|
17033
17246
|
"name": "OpResourceId",
|
|
@@ -17824,7 +18037,7 @@
|
|
|
17824
18037
|
{
|
|
17825
18038
|
"disabled": true,
|
|
17826
18039
|
"document": "审计规则(该参数已废弃,不再生效)。",
|
|
17827
|
-
"example": "
|
|
18040
|
+
"example": "无",
|
|
17828
18041
|
"member": "AuditRuleFilters",
|
|
17829
18042
|
"name": "AuditRuleFilters",
|
|
17830
18043
|
"required": false,
|
|
@@ -19046,7 +19259,7 @@
|
|
|
19046
19259
|
"usage": "in"
|
|
19047
19260
|
},
|
|
19048
19261
|
"ReadWriteNode": {
|
|
19049
|
-
"document": "
|
|
19262
|
+
"document": "云盘版 RW 节点的配置。",
|
|
19050
19263
|
"members": [
|
|
19051
19264
|
{
|
|
19052
19265
|
"disabled": false,
|
|
@@ -19059,7 +19272,7 @@
|
|
|
19059
19272
|
},
|
|
19060
19273
|
{
|
|
19061
19274
|
"disabled": false,
|
|
19062
|
-
"document": "
|
|
19275
|
+
"document": "升级云盘版实例时,如果要调整只读节点可用区,需要指定节点 ID。",
|
|
19063
19276
|
"example": "dbn-73ktfl1j",
|
|
19064
19277
|
"member": "string",
|
|
19065
19278
|
"name": "NodeId",
|
|
@@ -19070,7 +19283,7 @@
|
|
|
19070
19283
|
"usage": "in"
|
|
19071
19284
|
},
|
|
19072
19285
|
"ReadonlyNode": {
|
|
19073
|
-
"document": "
|
|
19286
|
+
"document": "云盘版的 RO 节点配置。",
|
|
19074
19287
|
"members": [
|
|
19075
19288
|
{
|
|
19076
19289
|
"disabled": false,
|
|
@@ -19092,7 +19305,7 @@
|
|
|
19092
19305
|
},
|
|
19093
19306
|
{
|
|
19094
19307
|
"disabled": false,
|
|
19095
|
-
"document": "
|
|
19308
|
+
"document": "升级云盘版实例时,如果要调整只读节点可用区,需要指定节点 ID。",
|
|
19096
19309
|
"example": "dbn-h7erp111",
|
|
19097
19310
|
"member": "string",
|
|
19098
19311
|
"name": "NodeId",
|
|
@@ -22184,8 +22397,8 @@
|
|
|
22184
22397
|
},
|
|
22185
22398
|
{
|
|
22186
22399
|
"disabled": false,
|
|
22187
|
-
"document": "
|
|
22188
|
-
"example": "
|
|
22400
|
+
"document": "云盘版节点拓扑配置。",
|
|
22401
|
+
"example": "无",
|
|
22189
22402
|
"member": "ClusterTopology",
|
|
22190
22403
|
"name": "ClusterTopology",
|
|
22191
22404
|
"required": false,
|