tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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 tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -5333,50 +5333,52 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5333
5333
|
|
|
5334
5334
|
def __init__(self):
|
|
5335
5335
|
r"""
|
|
5336
|
-
:param _InstanceName: ckafka集群实例Name,是一个不超过 128
|
|
5336
|
+
:param _InstanceName: <p>ckafka集群实例Name,是一个不超过 128 个字符的任意字符串。</p>
|
|
5337
5337
|
:type InstanceName: str
|
|
5338
|
-
:param _ZoneId:
|
|
5338
|
+
:param _ZoneId: <p>可用区。当购买多可用区实例时,当前参数为主可用区。 <a href="https://cloud.tencent.com/document/product/597/55246">查看可用区</a></p>
|
|
5339
5339
|
:type ZoneId: int
|
|
5340
|
-
:param _Period:
|
|
5340
|
+
:param _Period: <p>预付费购买时长,例如 "1m",就是一个月,取值范围 1m~36m</p>
|
|
5341
5341
|
:type Period: str
|
|
5342
|
-
:param _InstanceType:
|
|
5342
|
+
:param _InstanceType: <p>国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。</p>
|
|
5343
5343
|
:type InstanceType: int
|
|
5344
|
-
:param _VpcId:
|
|
5344
|
+
:param _VpcId: <p>私有网络Id</p>
|
|
5345
5345
|
:type VpcId: str
|
|
5346
|
-
:param _SubnetId:
|
|
5346
|
+
:param _SubnetId: <p>子网id</p>
|
|
5347
5347
|
:type SubnetId: str
|
|
5348
|
-
:param _MsgRetentionTime:
|
|
5348
|
+
:param _MsgRetentionTime: <p>可选。实例日志的最长保留时间,单位分钟,不填默认为1440(1天),可设置范围为1分钟到90天。</p>
|
|
5349
5349
|
:type MsgRetentionTime: int
|
|
5350
|
-
:param _ClusterId:
|
|
5350
|
+
:param _ClusterId: <p>创建实例时可以选择集群Id, 该入参表示集群Id</p>
|
|
5351
5351
|
:type ClusterId: int
|
|
5352
|
-
:param _RenewFlag:
|
|
5352
|
+
:param _RenewFlag: <p>预付费自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)</p>
|
|
5353
5353
|
:type RenewFlag: int
|
|
5354
|
-
:param _KafkaVersion: CKafka版本号[2.4.1, 2.4.2, 2.8.1, 3.2.3], 默认取值是2.4.1。2.4.1 与 2.4.2
|
|
5354
|
+
:param _KafkaVersion: <p>CKafka版本号[2.4.1, 2.4.2, 2.8.1, 3.2.3], 默认取值是2.4.1。2.4.1 与 2.4.2 属于同一个版本,传任意一个均可。</p>
|
|
5355
5355
|
:type KafkaVersion: str
|
|
5356
|
-
:param _SpecificationsType:
|
|
5356
|
+
:param _SpecificationsType: <p>实例类型: [标准版实例]填写 "standard" (默认), [专业版实例]填写 "profession",[高级版实例]填写"premium"</p>
|
|
5357
5357
|
:type SpecificationsType: str
|
|
5358
|
-
:param _DiskSize:
|
|
5358
|
+
:param _DiskSize: <p>磁盘大小,如果跟控制台规格配比不相符,则无法创建成功。默认取值为500,步长设置为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122562</p>
|
|
5359
5359
|
:type DiskSize: int
|
|
5360
|
-
:param _BandWidth:
|
|
5360
|
+
:param _BandWidth: <p>实例带宽,默认值为40,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/11745</p>
|
|
5361
5361
|
:type BandWidth: int
|
|
5362
|
-
:param _Partition:
|
|
5362
|
+
:param _Partition: <p>分区大小,如果跟控制台规格配比不相符,则无法创建成功。默认值为800,步长为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122563</p>
|
|
5363
5363
|
:type Partition: int
|
|
5364
|
-
:param _Tags:
|
|
5364
|
+
:param _Tags: <p>标签</p>
|
|
5365
5365
|
:type Tags: list of Tag
|
|
5366
|
-
:param _DiskType:
|
|
5366
|
+
:param _DiskType: <p>专业版/高级版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认为 "CLOUD_BASIC"</p>
|
|
5367
5367
|
:type DiskType: str
|
|
5368
|
-
:param _MultiZoneFlag:
|
|
5368
|
+
:param _MultiZoneFlag: <p>是否创建跨可用区实例,当前参数为 true 时,zoneIds必填</p>
|
|
5369
5369
|
:type MultiZoneFlag: bool
|
|
5370
|
-
:param _ZoneIds:
|
|
5370
|
+
:param _ZoneIds: <p>可用区列表,购买多可用区实例时为必填项</p>
|
|
5371
5371
|
:type ZoneIds: list of int
|
|
5372
|
-
:param _PublicNetworkMonthly:
|
|
5372
|
+
:param _PublicNetworkMonthly: <p>公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。默认值为 0。需要保证传入参数为 3 的整数倍</p>
|
|
5373
5373
|
:type PublicNetworkMonthly: int
|
|
5374
|
-
:param _InstanceNum:
|
|
5374
|
+
:param _InstanceNum: <p>购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例</p>
|
|
5375
5375
|
:type InstanceNum: int
|
|
5376
|
-
:param _AutoVoucher:
|
|
5376
|
+
:param _AutoVoucher: <p>是否自动选择代金券:1-是;0否。默认为0</p>
|
|
5377
5377
|
:type AutoVoucher: int
|
|
5378
|
-
:param _ElasticBandwidthSwitch:
|
|
5378
|
+
:param _ElasticBandwidthSwitch: <p>弹性带宽开关 0不开启 1开启(0默认)</p>
|
|
5379
5379
|
:type ElasticBandwidthSwitch: int
|
|
5380
|
+
:param _CustomSSLCertId: <p>自定义证书Id,仅当SpecificationsType为profession时生效,支持自定义证书能力</p><p>可通过<a href="https://cloud.tencent.com/document/product/400/41673">DescribeCertificateDetail</a>接口获取</p>
|
|
5381
|
+
:type CustomSSLCertId: str
|
|
5380
5382
|
"""
|
|
5381
5383
|
self._InstanceName = None
|
|
5382
5384
|
self._ZoneId = None
|
|
@@ -5400,10 +5402,11 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5400
5402
|
self._InstanceNum = None
|
|
5401
5403
|
self._AutoVoucher = None
|
|
5402
5404
|
self._ElasticBandwidthSwitch = None
|
|
5405
|
+
self._CustomSSLCertId = None
|
|
5403
5406
|
|
|
5404
5407
|
@property
|
|
5405
5408
|
def InstanceName(self):
|
|
5406
|
-
r"""ckafka集群实例Name,是一个不超过 128
|
|
5409
|
+
r"""<p>ckafka集群实例Name,是一个不超过 128 个字符的任意字符串。</p>
|
|
5407
5410
|
:rtype: str
|
|
5408
5411
|
"""
|
|
5409
5412
|
return self._InstanceName
|
|
@@ -5414,7 +5417,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5414
5417
|
|
|
5415
5418
|
@property
|
|
5416
5419
|
def ZoneId(self):
|
|
5417
|
-
r"""
|
|
5420
|
+
r"""<p>可用区。当购买多可用区实例时,当前参数为主可用区。 <a href="https://cloud.tencent.com/document/product/597/55246">查看可用区</a></p>
|
|
5418
5421
|
:rtype: int
|
|
5419
5422
|
"""
|
|
5420
5423
|
return self._ZoneId
|
|
@@ -5425,7 +5428,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5425
5428
|
|
|
5426
5429
|
@property
|
|
5427
5430
|
def Period(self):
|
|
5428
|
-
r"""
|
|
5431
|
+
r"""<p>预付费购买时长,例如 "1m",就是一个月,取值范围 1m~36m</p>
|
|
5429
5432
|
:rtype: str
|
|
5430
5433
|
"""
|
|
5431
5434
|
return self._Period
|
|
@@ -5436,7 +5439,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5436
5439
|
|
|
5437
5440
|
@property
|
|
5438
5441
|
def InstanceType(self):
|
|
5439
|
-
r"""
|
|
5442
|
+
r"""<p>国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。</p>
|
|
5440
5443
|
:rtype: int
|
|
5441
5444
|
"""
|
|
5442
5445
|
return self._InstanceType
|
|
@@ -5447,7 +5450,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5447
5450
|
|
|
5448
5451
|
@property
|
|
5449
5452
|
def VpcId(self):
|
|
5450
|
-
r"""
|
|
5453
|
+
r"""<p>私有网络Id</p>
|
|
5451
5454
|
:rtype: str
|
|
5452
5455
|
"""
|
|
5453
5456
|
return self._VpcId
|
|
@@ -5458,7 +5461,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5458
5461
|
|
|
5459
5462
|
@property
|
|
5460
5463
|
def SubnetId(self):
|
|
5461
|
-
r"""
|
|
5464
|
+
r"""<p>子网id</p>
|
|
5462
5465
|
:rtype: str
|
|
5463
5466
|
"""
|
|
5464
5467
|
return self._SubnetId
|
|
@@ -5469,7 +5472,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5469
5472
|
|
|
5470
5473
|
@property
|
|
5471
5474
|
def MsgRetentionTime(self):
|
|
5472
|
-
r"""
|
|
5475
|
+
r"""<p>可选。实例日志的最长保留时间,单位分钟,不填默认为1440(1天),可设置范围为1分钟到90天。</p>
|
|
5473
5476
|
:rtype: int
|
|
5474
5477
|
"""
|
|
5475
5478
|
return self._MsgRetentionTime
|
|
@@ -5480,7 +5483,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5480
5483
|
|
|
5481
5484
|
@property
|
|
5482
5485
|
def ClusterId(self):
|
|
5483
|
-
r"""
|
|
5486
|
+
r"""<p>创建实例时可以选择集群Id, 该入参表示集群Id</p>
|
|
5484
5487
|
:rtype: int
|
|
5485
5488
|
"""
|
|
5486
5489
|
return self._ClusterId
|
|
@@ -5491,7 +5494,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5491
5494
|
|
|
5492
5495
|
@property
|
|
5493
5496
|
def RenewFlag(self):
|
|
5494
|
-
r"""
|
|
5497
|
+
r"""<p>预付费自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)</p>
|
|
5495
5498
|
:rtype: int
|
|
5496
5499
|
"""
|
|
5497
5500
|
return self._RenewFlag
|
|
@@ -5502,7 +5505,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5502
5505
|
|
|
5503
5506
|
@property
|
|
5504
5507
|
def KafkaVersion(self):
|
|
5505
|
-
r"""CKafka版本号[2.4.1, 2.4.2, 2.8.1, 3.2.3], 默认取值是2.4.1。2.4.1 与 2.4.2
|
|
5508
|
+
r"""<p>CKafka版本号[2.4.1, 2.4.2, 2.8.1, 3.2.3], 默认取值是2.4.1。2.4.1 与 2.4.2 属于同一个版本,传任意一个均可。</p>
|
|
5506
5509
|
:rtype: str
|
|
5507
5510
|
"""
|
|
5508
5511
|
return self._KafkaVersion
|
|
@@ -5513,7 +5516,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5513
5516
|
|
|
5514
5517
|
@property
|
|
5515
5518
|
def SpecificationsType(self):
|
|
5516
|
-
r"""
|
|
5519
|
+
r"""<p>实例类型: [标准版实例]填写 "standard" (默认), [专业版实例]填写 "profession",[高级版实例]填写"premium"</p>
|
|
5517
5520
|
:rtype: str
|
|
5518
5521
|
"""
|
|
5519
5522
|
return self._SpecificationsType
|
|
@@ -5524,7 +5527,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5524
5527
|
|
|
5525
5528
|
@property
|
|
5526
5529
|
def DiskSize(self):
|
|
5527
|
-
r"""
|
|
5530
|
+
r"""<p>磁盘大小,如果跟控制台规格配比不相符,则无法创建成功。默认取值为500,步长设置为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122562</p>
|
|
5528
5531
|
:rtype: int
|
|
5529
5532
|
"""
|
|
5530
5533
|
return self._DiskSize
|
|
@@ -5535,7 +5538,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5535
5538
|
|
|
5536
5539
|
@property
|
|
5537
5540
|
def BandWidth(self):
|
|
5538
|
-
r"""
|
|
5541
|
+
r"""<p>实例带宽,默认值为40,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/11745</p>
|
|
5539
5542
|
:rtype: int
|
|
5540
5543
|
"""
|
|
5541
5544
|
return self._BandWidth
|
|
@@ -5546,7 +5549,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5546
5549
|
|
|
5547
5550
|
@property
|
|
5548
5551
|
def Partition(self):
|
|
5549
|
-
r"""
|
|
5552
|
+
r"""<p>分区大小,如果跟控制台规格配比不相符,则无法创建成功。默认值为800,步长为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122563</p>
|
|
5550
5553
|
:rtype: int
|
|
5551
5554
|
"""
|
|
5552
5555
|
return self._Partition
|
|
@@ -5557,7 +5560,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5557
5560
|
|
|
5558
5561
|
@property
|
|
5559
5562
|
def Tags(self):
|
|
5560
|
-
r"""
|
|
5563
|
+
r"""<p>标签</p>
|
|
5561
5564
|
:rtype: list of Tag
|
|
5562
5565
|
"""
|
|
5563
5566
|
return self._Tags
|
|
@@ -5568,7 +5571,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5568
5571
|
|
|
5569
5572
|
@property
|
|
5570
5573
|
def DiskType(self):
|
|
5571
|
-
r"""
|
|
5574
|
+
r"""<p>专业版/高级版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认为 "CLOUD_BASIC"</p>
|
|
5572
5575
|
:rtype: str
|
|
5573
5576
|
"""
|
|
5574
5577
|
return self._DiskType
|
|
@@ -5579,7 +5582,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5579
5582
|
|
|
5580
5583
|
@property
|
|
5581
5584
|
def MultiZoneFlag(self):
|
|
5582
|
-
r"""
|
|
5585
|
+
r"""<p>是否创建跨可用区实例,当前参数为 true 时,zoneIds必填</p>
|
|
5583
5586
|
:rtype: bool
|
|
5584
5587
|
"""
|
|
5585
5588
|
return self._MultiZoneFlag
|
|
@@ -5590,7 +5593,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5590
5593
|
|
|
5591
5594
|
@property
|
|
5592
5595
|
def ZoneIds(self):
|
|
5593
|
-
r"""
|
|
5596
|
+
r"""<p>可用区列表,购买多可用区实例时为必填项</p>
|
|
5594
5597
|
:rtype: list of int
|
|
5595
5598
|
"""
|
|
5596
5599
|
return self._ZoneIds
|
|
@@ -5601,7 +5604,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5601
5604
|
|
|
5602
5605
|
@property
|
|
5603
5606
|
def PublicNetworkMonthly(self):
|
|
5604
|
-
r"""
|
|
5607
|
+
r"""<p>公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。默认值为 0。需要保证传入参数为 3 的整数倍</p>
|
|
5605
5608
|
:rtype: int
|
|
5606
5609
|
"""
|
|
5607
5610
|
return self._PublicNetworkMonthly
|
|
@@ -5612,7 +5615,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5612
5615
|
|
|
5613
5616
|
@property
|
|
5614
5617
|
def InstanceNum(self):
|
|
5615
|
-
r"""
|
|
5618
|
+
r"""<p>购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例</p>
|
|
5616
5619
|
:rtype: int
|
|
5617
5620
|
"""
|
|
5618
5621
|
return self._InstanceNum
|
|
@@ -5623,7 +5626,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5623
5626
|
|
|
5624
5627
|
@property
|
|
5625
5628
|
def AutoVoucher(self):
|
|
5626
|
-
r"""
|
|
5629
|
+
r"""<p>是否自动选择代金券:1-是;0否。默认为0</p>
|
|
5627
5630
|
:rtype: int
|
|
5628
5631
|
"""
|
|
5629
5632
|
return self._AutoVoucher
|
|
@@ -5634,7 +5637,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5634
5637
|
|
|
5635
5638
|
@property
|
|
5636
5639
|
def ElasticBandwidthSwitch(self):
|
|
5637
|
-
r"""
|
|
5640
|
+
r"""<p>弹性带宽开关 0不开启 1开启(0默认)</p>
|
|
5638
5641
|
:rtype: int
|
|
5639
5642
|
"""
|
|
5640
5643
|
return self._ElasticBandwidthSwitch
|
|
@@ -5643,6 +5646,17 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5643
5646
|
def ElasticBandwidthSwitch(self, ElasticBandwidthSwitch):
|
|
5644
5647
|
self._ElasticBandwidthSwitch = ElasticBandwidthSwitch
|
|
5645
5648
|
|
|
5649
|
+
@property
|
|
5650
|
+
def CustomSSLCertId(self):
|
|
5651
|
+
r"""<p>自定义证书Id,仅当SpecificationsType为profession时生效,支持自定义证书能力</p><p>可通过<a href="https://cloud.tencent.com/document/product/400/41673">DescribeCertificateDetail</a>接口获取</p>
|
|
5652
|
+
:rtype: str
|
|
5653
|
+
"""
|
|
5654
|
+
return self._CustomSSLCertId
|
|
5655
|
+
|
|
5656
|
+
@CustomSSLCertId.setter
|
|
5657
|
+
def CustomSSLCertId(self, CustomSSLCertId):
|
|
5658
|
+
self._CustomSSLCertId = CustomSSLCertId
|
|
5659
|
+
|
|
5646
5660
|
|
|
5647
5661
|
def _deserialize(self, params):
|
|
5648
5662
|
self._InstanceName = params.get("InstanceName")
|
|
@@ -5672,6 +5686,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
|
5672
5686
|
self._InstanceNum = params.get("InstanceNum")
|
|
5673
5687
|
self._AutoVoucher = params.get("AutoVoucher")
|
|
5674
5688
|
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
|
5689
|
+
self._CustomSSLCertId = params.get("CustomSSLCertId")
|
|
5675
5690
|
memeber_set = set(params.keys())
|
|
5676
5691
|
for name, value in vars(self).items():
|
|
5677
5692
|
property_name = name[1:]
|
|
@@ -5778,7 +5793,7 @@ class CreateInstancePreResponse(AbstractModel):
|
|
|
5778
5793
|
|
|
5779
5794
|
def __init__(self):
|
|
5780
5795
|
r"""
|
|
5781
|
-
:param _Result:
|
|
5796
|
+
:param _Result: <p>返回结果</p>
|
|
5782
5797
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePreResp`
|
|
5783
5798
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5784
5799
|
:type RequestId: str
|
|
@@ -5788,7 +5803,7 @@ class CreateInstancePreResponse(AbstractModel):
|
|
|
5788
5803
|
|
|
5789
5804
|
@property
|
|
5790
5805
|
def Result(self):
|
|
5791
|
-
r"""
|
|
5806
|
+
r"""<p>返回结果</p>
|
|
5792
5807
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePreResp`
|
|
5793
5808
|
"""
|
|
5794
5809
|
return self._Result
|
|
@@ -5934,46 +5949,48 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5934
5949
|
|
|
5935
5950
|
def __init__(self):
|
|
5936
5951
|
r"""
|
|
5937
|
-
:param _VpcId:
|
|
5952
|
+
:param _VpcId: <p>私有网络Id,可通过<a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a>接口获取</p>
|
|
5938
5953
|
:type VpcId: str
|
|
5939
|
-
:param _SubnetId:
|
|
5954
|
+
:param _SubnetId: <p>子网Id,可通过<a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a>接口获取</p>
|
|
5940
5955
|
:type SubnetId: str
|
|
5941
|
-
:param _InstanceName: ckafka集群实例名称,是一个长度不超过128
|
|
5956
|
+
:param _InstanceName: <p>ckafka集群实例名称,是一个长度不超过128的任意字符。</p>
|
|
5942
5957
|
:type InstanceName: str
|
|
5943
|
-
:param _InstanceType:
|
|
5958
|
+
:param _InstanceType: <p>国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。</p>
|
|
5944
5959
|
:type InstanceType: int
|
|
5945
|
-
:param _MsgRetentionTime:
|
|
5960
|
+
:param _MsgRetentionTime: <p>实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准</p>
|
|
5946
5961
|
:type MsgRetentionTime: int
|
|
5947
|
-
:param _ClusterId:
|
|
5962
|
+
:param _ClusterId: <p>创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数</p>
|
|
5948
5963
|
:type ClusterId: int
|
|
5949
|
-
:param _KafkaVersion:
|
|
5964
|
+
:param _KafkaVersion: <p>实例版本。目前支持当前支持"2.4.1", "2.4.2","2.8.1", "3.2.3",默认取值"2.4.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。</p>
|
|
5950
5965
|
:type KafkaVersion: str
|
|
5951
|
-
:param _SpecificationsType:
|
|
5966
|
+
:param _SpecificationsType: <p>实例类型。"standard":标准版,"profession":专业版。 (标准版仅国际站支持,国内站目前支持专业版)</p>
|
|
5952
5967
|
:type SpecificationsType: str
|
|
5953
|
-
:param _DiskType:
|
|
5968
|
+
:param _DiskType: <p>专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"</p>
|
|
5954
5969
|
:type DiskType: str
|
|
5955
|
-
:param _BandWidth:
|
|
5970
|
+
:param _BandWidth: <p>实例内网峰值带宽,默认值为40。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/11745</p>
|
|
5956
5971
|
:type BandWidth: int
|
|
5957
|
-
:param _DiskSize:
|
|
5972
|
+
:param _DiskSize: <p>实例硬盘大小,默认取值为500,步长设置为100。需要满足当前实例的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122562</p>
|
|
5958
5973
|
:type DiskSize: int
|
|
5959
|
-
:param _Partition:
|
|
5974
|
+
:param _Partition: <p>实例最大分区数量,需要满足当前实例的计费规格。默认值为800,步长为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122563</p>
|
|
5960
5975
|
:type Partition: int
|
|
5961
|
-
:param _TopicNum:
|
|
5976
|
+
:param _TopicNum: <p>实例最大 topic 数量,需要满足当前实例的计费规格。默认值为800,步长设置为100。</p>
|
|
5962
5977
|
:type TopicNum: int
|
|
5963
|
-
:param _ZoneId:
|
|
5978
|
+
:param _ZoneId: <p>实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id。ZoneId、ZoneIds不能同时为空,可通过<a href="https://cloud.tencent.com/document/product/597/55246">DescribeCkafkaZone</a>接口获取。</p>
|
|
5964
5979
|
:type ZoneId: int
|
|
5965
|
-
:param _MultiZoneFlag:
|
|
5980
|
+
:param _MultiZoneFlag: <p>当前实例是否为多可用区实例。</p>
|
|
5966
5981
|
:type MultiZoneFlag: bool
|
|
5967
|
-
:param _ZoneIds:
|
|
5982
|
+
:param _ZoneIds: <p>当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中。ZoneId、ZoneIds不能同时为空,可通过<a href="https://cloud.tencent.com/document/product/597/55246">DescribeCkafkaZone</a>接口获取。</p>
|
|
5968
5983
|
:type ZoneIds: list of int
|
|
5969
|
-
:param _InstanceNum:
|
|
5984
|
+
:param _InstanceNum: <p>购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例</p>
|
|
5970
5985
|
:type InstanceNum: int
|
|
5971
|
-
:param _PublicNetworkMonthly:
|
|
5986
|
+
:param _PublicNetworkMonthly: <p>公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍</p>
|
|
5972
5987
|
:type PublicNetworkMonthly: int
|
|
5973
|
-
:param _Tags:
|
|
5988
|
+
:param _Tags: <p>标签</p>
|
|
5974
5989
|
:type Tags: list of Tag
|
|
5975
|
-
:param _ElasticBandwidthSwitch:
|
|
5990
|
+
:param _ElasticBandwidthSwitch: <p>弹性带宽开关 0不开启 1开启(0默认)</p>
|
|
5976
5991
|
:type ElasticBandwidthSwitch: int
|
|
5992
|
+
:param _CustomSSLCertId: <p>自定义证书Id,仅当SpecificationsType为profession时生效,支持自定义证书能力</p><p>可通过<a href="https://cloud.tencent.com/document/product/400/41673">DescribeCertificateDetail</a>接口获取</p>
|
|
5993
|
+
:type CustomSSLCertId: str
|
|
5977
5994
|
"""
|
|
5978
5995
|
self._VpcId = None
|
|
5979
5996
|
self._SubnetId = None
|
|
@@ -5995,10 +6012,11 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5995
6012
|
self._PublicNetworkMonthly = None
|
|
5996
6013
|
self._Tags = None
|
|
5997
6014
|
self._ElasticBandwidthSwitch = None
|
|
6015
|
+
self._CustomSSLCertId = None
|
|
5998
6016
|
|
|
5999
6017
|
@property
|
|
6000
6018
|
def VpcId(self):
|
|
6001
|
-
r"""
|
|
6019
|
+
r"""<p>私有网络Id,可通过<a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a>接口获取</p>
|
|
6002
6020
|
:rtype: str
|
|
6003
6021
|
"""
|
|
6004
6022
|
return self._VpcId
|
|
@@ -6009,7 +6027,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6009
6027
|
|
|
6010
6028
|
@property
|
|
6011
6029
|
def SubnetId(self):
|
|
6012
|
-
r"""
|
|
6030
|
+
r"""<p>子网Id,可通过<a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a>接口获取</p>
|
|
6013
6031
|
:rtype: str
|
|
6014
6032
|
"""
|
|
6015
6033
|
return self._SubnetId
|
|
@@ -6020,7 +6038,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6020
6038
|
|
|
6021
6039
|
@property
|
|
6022
6040
|
def InstanceName(self):
|
|
6023
|
-
r"""ckafka集群实例名称,是一个长度不超过128
|
|
6041
|
+
r"""<p>ckafka集群实例名称,是一个长度不超过128的任意字符。</p>
|
|
6024
6042
|
:rtype: str
|
|
6025
6043
|
"""
|
|
6026
6044
|
return self._InstanceName
|
|
@@ -6031,7 +6049,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6031
6049
|
|
|
6032
6050
|
@property
|
|
6033
6051
|
def InstanceType(self):
|
|
6034
|
-
r"""
|
|
6052
|
+
r"""<p>国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。</p>
|
|
6035
6053
|
:rtype: int
|
|
6036
6054
|
"""
|
|
6037
6055
|
return self._InstanceType
|
|
@@ -6042,7 +6060,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6042
6060
|
|
|
6043
6061
|
@property
|
|
6044
6062
|
def MsgRetentionTime(self):
|
|
6045
|
-
r"""
|
|
6063
|
+
r"""<p>实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准</p>
|
|
6046
6064
|
:rtype: int
|
|
6047
6065
|
"""
|
|
6048
6066
|
return self._MsgRetentionTime
|
|
@@ -6053,7 +6071,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6053
6071
|
|
|
6054
6072
|
@property
|
|
6055
6073
|
def ClusterId(self):
|
|
6056
|
-
r"""
|
|
6074
|
+
r"""<p>创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数</p>
|
|
6057
6075
|
:rtype: int
|
|
6058
6076
|
"""
|
|
6059
6077
|
return self._ClusterId
|
|
@@ -6064,7 +6082,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6064
6082
|
|
|
6065
6083
|
@property
|
|
6066
6084
|
def KafkaVersion(self):
|
|
6067
|
-
r"""
|
|
6085
|
+
r"""<p>实例版本。目前支持当前支持"2.4.1", "2.4.2","2.8.1", "3.2.3",默认取值"2.4.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。</p>
|
|
6068
6086
|
:rtype: str
|
|
6069
6087
|
"""
|
|
6070
6088
|
return self._KafkaVersion
|
|
@@ -6075,7 +6093,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6075
6093
|
|
|
6076
6094
|
@property
|
|
6077
6095
|
def SpecificationsType(self):
|
|
6078
|
-
r"""
|
|
6096
|
+
r"""<p>实例类型。"standard":标准版,"profession":专业版。 (标准版仅国际站支持,国内站目前支持专业版)</p>
|
|
6079
6097
|
:rtype: str
|
|
6080
6098
|
"""
|
|
6081
6099
|
return self._SpecificationsType
|
|
@@ -6086,7 +6104,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6086
6104
|
|
|
6087
6105
|
@property
|
|
6088
6106
|
def DiskType(self):
|
|
6089
|
-
r"""
|
|
6107
|
+
r"""<p>专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"</p>
|
|
6090
6108
|
:rtype: str
|
|
6091
6109
|
"""
|
|
6092
6110
|
return self._DiskType
|
|
@@ -6097,7 +6115,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6097
6115
|
|
|
6098
6116
|
@property
|
|
6099
6117
|
def BandWidth(self):
|
|
6100
|
-
r"""
|
|
6118
|
+
r"""<p>实例内网峰值带宽,默认值为40。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/11745</p>
|
|
6101
6119
|
:rtype: int
|
|
6102
6120
|
"""
|
|
6103
6121
|
return self._BandWidth
|
|
@@ -6108,7 +6126,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6108
6126
|
|
|
6109
6127
|
@property
|
|
6110
6128
|
def DiskSize(self):
|
|
6111
|
-
r"""
|
|
6129
|
+
r"""<p>实例硬盘大小,默认取值为500,步长设置为100。需要满足当前实例的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122562</p>
|
|
6112
6130
|
:rtype: int
|
|
6113
6131
|
"""
|
|
6114
6132
|
return self._DiskSize
|
|
@@ -6119,7 +6137,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6119
6137
|
|
|
6120
6138
|
@property
|
|
6121
6139
|
def Partition(self):
|
|
6122
|
-
r"""
|
|
6140
|
+
r"""<p>实例最大分区数量,需要满足当前实例的计费规格。默认值为800,步长为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122563</p>
|
|
6123
6141
|
:rtype: int
|
|
6124
6142
|
"""
|
|
6125
6143
|
return self._Partition
|
|
@@ -6130,7 +6148,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6130
6148
|
|
|
6131
6149
|
@property
|
|
6132
6150
|
def TopicNum(self):
|
|
6133
|
-
r"""
|
|
6151
|
+
r"""<p>实例最大 topic 数量,需要满足当前实例的计费规格。默认值为800,步长设置为100。</p>
|
|
6134
6152
|
:rtype: int
|
|
6135
6153
|
"""
|
|
6136
6154
|
return self._TopicNum
|
|
@@ -6141,7 +6159,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6141
6159
|
|
|
6142
6160
|
@property
|
|
6143
6161
|
def ZoneId(self):
|
|
6144
|
-
r"""
|
|
6162
|
+
r"""<p>实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id。ZoneId、ZoneIds不能同时为空,可通过<a href="https://cloud.tencent.com/document/product/597/55246">DescribeCkafkaZone</a>接口获取。</p>
|
|
6145
6163
|
:rtype: int
|
|
6146
6164
|
"""
|
|
6147
6165
|
return self._ZoneId
|
|
@@ -6152,7 +6170,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6152
6170
|
|
|
6153
6171
|
@property
|
|
6154
6172
|
def MultiZoneFlag(self):
|
|
6155
|
-
r"""
|
|
6173
|
+
r"""<p>当前实例是否为多可用区实例。</p>
|
|
6156
6174
|
:rtype: bool
|
|
6157
6175
|
"""
|
|
6158
6176
|
return self._MultiZoneFlag
|
|
@@ -6163,7 +6181,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6163
6181
|
|
|
6164
6182
|
@property
|
|
6165
6183
|
def ZoneIds(self):
|
|
6166
|
-
r"""
|
|
6184
|
+
r"""<p>当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中。ZoneId、ZoneIds不能同时为空,可通过<a href="https://cloud.tencent.com/document/product/597/55246">DescribeCkafkaZone</a>接口获取。</p>
|
|
6167
6185
|
:rtype: list of int
|
|
6168
6186
|
"""
|
|
6169
6187
|
return self._ZoneIds
|
|
@@ -6174,7 +6192,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6174
6192
|
|
|
6175
6193
|
@property
|
|
6176
6194
|
def InstanceNum(self):
|
|
6177
|
-
r"""
|
|
6195
|
+
r"""<p>购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例</p>
|
|
6178
6196
|
:rtype: int
|
|
6179
6197
|
"""
|
|
6180
6198
|
return self._InstanceNum
|
|
@@ -6185,7 +6203,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6185
6203
|
|
|
6186
6204
|
@property
|
|
6187
6205
|
def PublicNetworkMonthly(self):
|
|
6188
|
-
r"""
|
|
6206
|
+
r"""<p>公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍</p>
|
|
6189
6207
|
:rtype: int
|
|
6190
6208
|
"""
|
|
6191
6209
|
return self._PublicNetworkMonthly
|
|
@@ -6196,7 +6214,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6196
6214
|
|
|
6197
6215
|
@property
|
|
6198
6216
|
def Tags(self):
|
|
6199
|
-
r"""
|
|
6217
|
+
r"""<p>标签</p>
|
|
6200
6218
|
:rtype: list of Tag
|
|
6201
6219
|
"""
|
|
6202
6220
|
return self._Tags
|
|
@@ -6207,7 +6225,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6207
6225
|
|
|
6208
6226
|
@property
|
|
6209
6227
|
def ElasticBandwidthSwitch(self):
|
|
6210
|
-
r"""
|
|
6228
|
+
r"""<p>弹性带宽开关 0不开启 1开启(0默认)</p>
|
|
6211
6229
|
:rtype: int
|
|
6212
6230
|
"""
|
|
6213
6231
|
return self._ElasticBandwidthSwitch
|
|
@@ -6216,6 +6234,17 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6216
6234
|
def ElasticBandwidthSwitch(self, ElasticBandwidthSwitch):
|
|
6217
6235
|
self._ElasticBandwidthSwitch = ElasticBandwidthSwitch
|
|
6218
6236
|
|
|
6237
|
+
@property
|
|
6238
|
+
def CustomSSLCertId(self):
|
|
6239
|
+
r"""<p>自定义证书Id,仅当SpecificationsType为profession时生效,支持自定义证书能力</p><p>可通过<a href="https://cloud.tencent.com/document/product/400/41673">DescribeCertificateDetail</a>接口获取</p>
|
|
6240
|
+
:rtype: str
|
|
6241
|
+
"""
|
|
6242
|
+
return self._CustomSSLCertId
|
|
6243
|
+
|
|
6244
|
+
@CustomSSLCertId.setter
|
|
6245
|
+
def CustomSSLCertId(self, CustomSSLCertId):
|
|
6246
|
+
self._CustomSSLCertId = CustomSSLCertId
|
|
6247
|
+
|
|
6219
6248
|
|
|
6220
6249
|
def _deserialize(self, params):
|
|
6221
6250
|
self._VpcId = params.get("VpcId")
|
|
@@ -6243,6 +6272,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
6243
6272
|
obj._deserialize(item)
|
|
6244
6273
|
self._Tags.append(obj)
|
|
6245
6274
|
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
|
6275
|
+
self._CustomSSLCertId = params.get("CustomSSLCertId")
|
|
6246
6276
|
memeber_set = set(params.keys())
|
|
6247
6277
|
for name, value in vars(self).items():
|
|
6248
6278
|
property_name = name[1:]
|
|
@@ -6260,7 +6290,7 @@ class CreatePostPaidInstanceResponse(AbstractModel):
|
|
|
6260
6290
|
|
|
6261
6291
|
def __init__(self):
|
|
6262
6292
|
r"""
|
|
6263
|
-
:param _Result:
|
|
6293
|
+
:param _Result: <p>返回结果</p>
|
|
6264
6294
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePostResp`
|
|
6265
6295
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6266
6296
|
:type RequestId: str
|
|
@@ -6270,7 +6300,7 @@ class CreatePostPaidInstanceResponse(AbstractModel):
|
|
|
6270
6300
|
|
|
6271
6301
|
@property
|
|
6272
6302
|
def Result(self):
|
|
6273
|
-
r"""
|
|
6303
|
+
r"""<p>返回结果</p>
|
|
6274
6304
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePostResp`
|
|
6275
6305
|
"""
|
|
6276
6306
|
return self._Result
|
|
@@ -10453,11 +10483,25 @@ class DescribeCkafkaVersionResponse(AbstractModel):
|
|
|
10453
10483
|
|
|
10454
10484
|
def __init__(self):
|
|
10455
10485
|
r"""
|
|
10486
|
+
:param _Result: 实例版本信息
|
|
10487
|
+
:type Result: :class:`tencentcloud.ckafka.v20190819.models.InstanceVersion`
|
|
10456
10488
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10457
10489
|
:type RequestId: str
|
|
10458
10490
|
"""
|
|
10491
|
+
self._Result = None
|
|
10459
10492
|
self._RequestId = None
|
|
10460
10493
|
|
|
10494
|
+
@property
|
|
10495
|
+
def Result(self):
|
|
10496
|
+
r"""实例版本信息
|
|
10497
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.InstanceVersion`
|
|
10498
|
+
"""
|
|
10499
|
+
return self._Result
|
|
10500
|
+
|
|
10501
|
+
@Result.setter
|
|
10502
|
+
def Result(self, Result):
|
|
10503
|
+
self._Result = Result
|
|
10504
|
+
|
|
10461
10505
|
@property
|
|
10462
10506
|
def RequestId(self):
|
|
10463
10507
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -10471,6 +10515,9 @@ class DescribeCkafkaVersionResponse(AbstractModel):
|
|
|
10471
10515
|
|
|
10472
10516
|
|
|
10473
10517
|
def _deserialize(self, params):
|
|
10518
|
+
if params.get("Result") is not None:
|
|
10519
|
+
self._Result = InstanceVersion()
|
|
10520
|
+
self._Result._deserialize(params.get("Result"))
|
|
10474
10521
|
self._RequestId = params.get("RequestId")
|
|
10475
10522
|
|
|
10476
10523
|
|
|
@@ -20481,116 +20528,97 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20481
20528
|
|
|
20482
20529
|
def __init__(self):
|
|
20483
20530
|
r"""
|
|
20484
|
-
:param _InstanceId: ckafka集群实例Id
|
|
20531
|
+
:param _InstanceId: <p>ckafka集群实例Id</p>
|
|
20485
20532
|
:type InstanceId: str
|
|
20486
|
-
:param _InstanceName: ckafka集群实例Name
|
|
20533
|
+
:param _InstanceName: <p>ckafka集群实例Name</p>
|
|
20487
20534
|
:type InstanceName: str
|
|
20488
|
-
:param _VipList:
|
|
20535
|
+
:param _VipList: <p>接入点 VIP 列表信息</p>
|
|
20489
20536
|
:type VipList: list of VipEntity
|
|
20490
|
-
:param _Vip:
|
|
20537
|
+
:param _Vip: <p>虚拟IP</p>
|
|
20491
20538
|
:type Vip: str
|
|
20492
|
-
:param _Vport:
|
|
20539
|
+
:param _Vport: <p>虚拟端口</p>
|
|
20493
20540
|
:type Vport: str
|
|
20494
|
-
:param _Status:
|
|
20541
|
+
:param _Status: <p>实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败 </p>
|
|
20495
20542
|
:type Status: int
|
|
20496
|
-
:param _Bandwidth:
|
|
20543
|
+
:param _Bandwidth: <p>实例带宽,单位:Mbps</p>
|
|
20497
20544
|
:type Bandwidth: int
|
|
20498
|
-
:param _DiskSize:
|
|
20545
|
+
:param _DiskSize: <p>实例的存储大小,单位:GB</p>
|
|
20499
20546
|
:type DiskSize: int
|
|
20500
|
-
:param _ZoneId:
|
|
20547
|
+
:param _ZoneId: <p>可用区</p>
|
|
20501
20548
|
:type ZoneId: int
|
|
20502
|
-
:param _VpcId: VPC 的 ID
|
|
20549
|
+
:param _VpcId: <p>VPC 的 ID,为空表示是基础网络</p>
|
|
20503
20550
|
:type VpcId: str
|
|
20504
|
-
:param _SubnetId:
|
|
20551
|
+
:param _SubnetId: <p>子网 ID, 为空表示基础网络</p>
|
|
20505
20552
|
:type SubnetId: str
|
|
20506
|
-
:param _Healthy:
|
|
20553
|
+
:param _Healthy: <p>实例健康状态, 1:健康,2:告警,3:异常</p>
|
|
20507
20554
|
:type Healthy: int
|
|
20508
|
-
:param _HealthyMessage:
|
|
20555
|
+
:param _HealthyMessage: <p>实例健康信息,当前会展示磁盘利用率,最大长度为256</p>
|
|
20509
20556
|
:type HealthyMessage: str
|
|
20510
|
-
:param _CreateTime:
|
|
20557
|
+
:param _CreateTime: <p>创建时间</p>
|
|
20511
20558
|
:type CreateTime: int
|
|
20512
|
-
:param _MsgRetentionTime:
|
|
20559
|
+
:param _MsgRetentionTime: <p>消息保存时间,单位为分钟</p>
|
|
20513
20560
|
:type MsgRetentionTime: int
|
|
20514
|
-
:param _Config:
|
|
20561
|
+
:param _Config: <p>自动创建 Topic 配置, 若该字段为空,则表示未开启自动创建</p>
|
|
20515
20562
|
:type Config: :class:`tencentcloud.ckafka.v20190819.models.InstanceConfigDO`
|
|
20516
|
-
:param _RemainderPartitions:
|
|
20563
|
+
:param _RemainderPartitions: <p>剩余创建分区数</p>
|
|
20517
20564
|
:type RemainderPartitions: int
|
|
20518
|
-
:param _RemainderTopics:
|
|
20565
|
+
:param _RemainderTopics: <p>剩余创建主题数</p>
|
|
20519
20566
|
:type RemainderTopics: int
|
|
20520
|
-
:param _CreatedPartitions:
|
|
20567
|
+
:param _CreatedPartitions: <p>当前创建分区数</p>
|
|
20521
20568
|
:type CreatedPartitions: int
|
|
20522
|
-
:param _CreatedTopics:
|
|
20569
|
+
:param _CreatedTopics: <p>当前创建主题数</p>
|
|
20523
20570
|
:type CreatedTopics: int
|
|
20524
|
-
:param _Tags:
|
|
20571
|
+
:param _Tags: <p>标签数组</p>
|
|
20525
20572
|
:type Tags: list of Tag
|
|
20526
|
-
:param _ExpireTime:
|
|
20573
|
+
:param _ExpireTime: <p>过期时间</p>
|
|
20527
20574
|
:type ExpireTime: int
|
|
20528
|
-
:param _ZoneIds:
|
|
20575
|
+
:param _ZoneIds: <p>可用区列表</p>
|
|
20529
20576
|
:type ZoneIds: list of int
|
|
20530
|
-
:param _Version: ckafka
|
|
20577
|
+
:param _Version: <p>ckafka集群实例版本</p>
|
|
20531
20578
|
:type Version: str
|
|
20532
|
-
:param _MaxGroupNum:
|
|
20579
|
+
:param _MaxGroupNum: <p>最大分组数</p>
|
|
20533
20580
|
:type MaxGroupNum: int
|
|
20534
|
-
:param _Cvm:
|
|
20581
|
+
:param _Cvm: <p>售卖类型,0:标准版,1:专业版</p>
|
|
20535
20582
|
:type Cvm: int
|
|
20536
|
-
:param _InstanceType:
|
|
20537
|
-
profession :专业版
|
|
20538
|
-
standards2 :标准版
|
|
20539
|
-
premium :高级版
|
|
20540
|
-
serverless :serverless版
|
|
20583
|
+
:param _InstanceType: <p>实例类型 枚举列表: profession :专业版 <br />standards2 :标准版premium :高级版serverless :serverless版</p>
|
|
20541
20584
|
:type InstanceType: str
|
|
20542
|
-
:param _Features:
|
|
20585
|
+
:param _Features: <p>表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。</p>
|
|
20543
20586
|
:type Features: list of str
|
|
20544
|
-
:param _RetentionTimeConfig:
|
|
20587
|
+
:param _RetentionTimeConfig: <p>动态消息保留策略</p>
|
|
20545
20588
|
:type RetentionTimeConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicRetentionTime`
|
|
20546
|
-
:param _MaxConnection:
|
|
20589
|
+
:param _MaxConnection: <p>最大连接数</p>
|
|
20547
20590
|
:type MaxConnection: int
|
|
20548
|
-
:param _PublicNetwork:
|
|
20591
|
+
:param _PublicNetwork: <p>公网带宽</p>
|
|
20549
20592
|
:type PublicNetwork: int
|
|
20550
|
-
:param _DeleteRouteTimestamp:
|
|
20593
|
+
:param _DeleteRouteTimestamp: <p>该字段已废弃,无实际含义</p>
|
|
20551
20594
|
:type DeleteRouteTimestamp: str
|
|
20552
|
-
:param _RemainingPartitions:
|
|
20595
|
+
:param _RemainingPartitions: <p>剩余创建分区数</p>
|
|
20553
20596
|
:type RemainingPartitions: int
|
|
20554
|
-
:param _RemainingTopics:
|
|
20597
|
+
:param _RemainingTopics: <p>剩余创建主题数</p>
|
|
20555
20598
|
:type RemainingTopics: int
|
|
20556
|
-
:param _DynamicDiskConfig:
|
|
20599
|
+
:param _DynamicDiskConfig: <p>动态硬盘扩容策略</p>
|
|
20557
20600
|
:type DynamicDiskConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicDiskConfig`
|
|
20558
|
-
:param _SystemMaintenanceTime:
|
|
20601
|
+
:param _SystemMaintenanceTime: <p>系统维护时间</p>
|
|
20559
20602
|
:type SystemMaintenanceTime: str
|
|
20560
|
-
:param _MaxMessageByte:
|
|
20603
|
+
:param _MaxMessageByte: <p>实例级别消息最大大小</p>
|
|
20561
20604
|
:type MaxMessageByte: int
|
|
20562
|
-
:param _InstanceChargeType:
|
|
20605
|
+
:param _InstanceChargeType: <p>实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月</p>
|
|
20563
20606
|
:type InstanceChargeType: str
|
|
20564
|
-
:param _ElasticBandwidthSwitch:
|
|
20565
|
-
1:已开启弹性带宽白名单;
|
|
20566
|
-
0:未开启弹性带宽白名单;
|
|
20607
|
+
:param _ElasticBandwidthSwitch: <p>是否开启弹性带宽白名单 <br />1:已开启弹性带宽白名单;0:未开启弹性带宽白名单;</p>
|
|
20567
20608
|
:type ElasticBandwidthSwitch: int
|
|
20568
|
-
:param _ElasticBandwidthOpenStatus:
|
|
20569
|
-
1:未开启弹性带宽;
|
|
20570
|
-
16: 开启弹性带宽中;
|
|
20571
|
-
32:开启弹性带宽成功;
|
|
20572
|
-
33:关闭弹性带宽中;
|
|
20573
|
-
34:关闭弹性带宽成功;
|
|
20574
|
-
64:开启弹性带宽失败;
|
|
20575
|
-
65:关闭弹性带宽失败;
|
|
20609
|
+
:param _ElasticBandwidthOpenStatus: <p>弹性带宽开通状态1:未开启弹性带宽;16: 开启弹性带宽中;32:开启弹性带宽成功;33:关闭弹性带宽中;34:关闭弹性带宽成功;64:开启弹性带宽失败;65:关闭弹性带宽失败;</p>
|
|
20576
20610
|
:type ElasticBandwidthOpenStatus: int
|
|
20577
|
-
:param _ClusterType:
|
|
20578
|
-
CLOUD_IDC IDC集群
|
|
20579
|
-
CLOUD_CVM_SHARE CVM共享集群
|
|
20580
|
-
CLOUD_CVM_YUNTI 云梯CVM集群
|
|
20581
|
-
CLOUD_CVM CVM集群
|
|
20582
|
-
CLOUD_CDC CDC集群
|
|
20583
|
-
CLOUD_EKS_TSE EKS集群
|
|
20611
|
+
:param _ClusterType: <p>集群类型<br />CLOUD_IDC IDC集群CLOUD_CVM_SHARE CVM共享集群CLOUD_CVM_YUNTI 云梯CVM集群CLOUD_CVM CVM集群CLOUD_CDC CDC集群CLOUD_EKS_TSE EKS集群</p>
|
|
20584
20612
|
:type ClusterType: str
|
|
20585
|
-
:param _FreePartitionNumber:
|
|
20613
|
+
:param _FreePartitionNumber: <p>免费分区数量</p>
|
|
20586
20614
|
:type FreePartitionNumber: int
|
|
20587
|
-
:param _ElasticFloatBandwidth:
|
|
20615
|
+
:param _ElasticFloatBandwidth: <p>弹性带宽上浮值</p>
|
|
20588
20616
|
:type ElasticFloatBandwidth: int
|
|
20589
|
-
:param _CustomCertId: ssl自定义证书id
|
|
20617
|
+
:param _CustomCertId: <p>ssl自定义证书id 仅自定义证书实例集群返回</p>
|
|
20590
20618
|
:type CustomCertId: str
|
|
20591
|
-
:param _UncleanLeaderElectionEnable:
|
|
20619
|
+
:param _UncleanLeaderElectionEnable: <p>集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭</p>
|
|
20592
20620
|
:type UncleanLeaderElectionEnable: int
|
|
20593
|
-
:param _DeleteProtectionEnable:
|
|
20621
|
+
:param _DeleteProtectionEnable: <p>实例删除保护开关: 1 开启 0 关闭</p>
|
|
20594
20622
|
:type DeleteProtectionEnable: int
|
|
20595
20623
|
"""
|
|
20596
20624
|
self._InstanceId = None
|
|
@@ -20642,7 +20670,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20642
20670
|
|
|
20643
20671
|
@property
|
|
20644
20672
|
def InstanceId(self):
|
|
20645
|
-
r"""ckafka集群实例Id
|
|
20673
|
+
r"""<p>ckafka集群实例Id</p>
|
|
20646
20674
|
:rtype: str
|
|
20647
20675
|
"""
|
|
20648
20676
|
return self._InstanceId
|
|
@@ -20653,7 +20681,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20653
20681
|
|
|
20654
20682
|
@property
|
|
20655
20683
|
def InstanceName(self):
|
|
20656
|
-
r"""ckafka集群实例Name
|
|
20684
|
+
r"""<p>ckafka集群实例Name</p>
|
|
20657
20685
|
:rtype: str
|
|
20658
20686
|
"""
|
|
20659
20687
|
return self._InstanceName
|
|
@@ -20664,7 +20692,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20664
20692
|
|
|
20665
20693
|
@property
|
|
20666
20694
|
def VipList(self):
|
|
20667
|
-
r"""
|
|
20695
|
+
r"""<p>接入点 VIP 列表信息</p>
|
|
20668
20696
|
:rtype: list of VipEntity
|
|
20669
20697
|
"""
|
|
20670
20698
|
return self._VipList
|
|
@@ -20675,7 +20703,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20675
20703
|
|
|
20676
20704
|
@property
|
|
20677
20705
|
def Vip(self):
|
|
20678
|
-
r"""
|
|
20706
|
+
r"""<p>虚拟IP</p>
|
|
20679
20707
|
:rtype: str
|
|
20680
20708
|
"""
|
|
20681
20709
|
return self._Vip
|
|
@@ -20686,7 +20714,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20686
20714
|
|
|
20687
20715
|
@property
|
|
20688
20716
|
def Vport(self):
|
|
20689
|
-
r"""
|
|
20717
|
+
r"""<p>虚拟端口</p>
|
|
20690
20718
|
:rtype: str
|
|
20691
20719
|
"""
|
|
20692
20720
|
return self._Vport
|
|
@@ -20697,7 +20725,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20697
20725
|
|
|
20698
20726
|
@property
|
|
20699
20727
|
def Status(self):
|
|
20700
|
-
r"""
|
|
20728
|
+
r"""<p>实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败 </p>
|
|
20701
20729
|
:rtype: int
|
|
20702
20730
|
"""
|
|
20703
20731
|
return self._Status
|
|
@@ -20708,7 +20736,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20708
20736
|
|
|
20709
20737
|
@property
|
|
20710
20738
|
def Bandwidth(self):
|
|
20711
|
-
r"""
|
|
20739
|
+
r"""<p>实例带宽,单位:Mbps</p>
|
|
20712
20740
|
:rtype: int
|
|
20713
20741
|
"""
|
|
20714
20742
|
return self._Bandwidth
|
|
@@ -20719,7 +20747,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20719
20747
|
|
|
20720
20748
|
@property
|
|
20721
20749
|
def DiskSize(self):
|
|
20722
|
-
r"""
|
|
20750
|
+
r"""<p>实例的存储大小,单位:GB</p>
|
|
20723
20751
|
:rtype: int
|
|
20724
20752
|
"""
|
|
20725
20753
|
return self._DiskSize
|
|
@@ -20730,7 +20758,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20730
20758
|
|
|
20731
20759
|
@property
|
|
20732
20760
|
def ZoneId(self):
|
|
20733
|
-
r"""
|
|
20761
|
+
r"""<p>可用区</p>
|
|
20734
20762
|
:rtype: int
|
|
20735
20763
|
"""
|
|
20736
20764
|
return self._ZoneId
|
|
@@ -20741,7 +20769,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20741
20769
|
|
|
20742
20770
|
@property
|
|
20743
20771
|
def VpcId(self):
|
|
20744
|
-
r"""VPC 的 ID
|
|
20772
|
+
r"""<p>VPC 的 ID,为空表示是基础网络</p>
|
|
20745
20773
|
:rtype: str
|
|
20746
20774
|
"""
|
|
20747
20775
|
return self._VpcId
|
|
@@ -20752,7 +20780,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20752
20780
|
|
|
20753
20781
|
@property
|
|
20754
20782
|
def SubnetId(self):
|
|
20755
|
-
r"""
|
|
20783
|
+
r"""<p>子网 ID, 为空表示基础网络</p>
|
|
20756
20784
|
:rtype: str
|
|
20757
20785
|
"""
|
|
20758
20786
|
return self._SubnetId
|
|
@@ -20763,7 +20791,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20763
20791
|
|
|
20764
20792
|
@property
|
|
20765
20793
|
def Healthy(self):
|
|
20766
|
-
r"""
|
|
20794
|
+
r"""<p>实例健康状态, 1:健康,2:告警,3:异常</p>
|
|
20767
20795
|
:rtype: int
|
|
20768
20796
|
"""
|
|
20769
20797
|
return self._Healthy
|
|
@@ -20774,7 +20802,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20774
20802
|
|
|
20775
20803
|
@property
|
|
20776
20804
|
def HealthyMessage(self):
|
|
20777
|
-
r"""
|
|
20805
|
+
r"""<p>实例健康信息,当前会展示磁盘利用率,最大长度为256</p>
|
|
20778
20806
|
:rtype: str
|
|
20779
20807
|
"""
|
|
20780
20808
|
return self._HealthyMessage
|
|
@@ -20785,7 +20813,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20785
20813
|
|
|
20786
20814
|
@property
|
|
20787
20815
|
def CreateTime(self):
|
|
20788
|
-
r"""
|
|
20816
|
+
r"""<p>创建时间</p>
|
|
20789
20817
|
:rtype: int
|
|
20790
20818
|
"""
|
|
20791
20819
|
return self._CreateTime
|
|
@@ -20796,7 +20824,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20796
20824
|
|
|
20797
20825
|
@property
|
|
20798
20826
|
def MsgRetentionTime(self):
|
|
20799
|
-
r"""
|
|
20827
|
+
r"""<p>消息保存时间,单位为分钟</p>
|
|
20800
20828
|
:rtype: int
|
|
20801
20829
|
"""
|
|
20802
20830
|
return self._MsgRetentionTime
|
|
@@ -20807,7 +20835,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20807
20835
|
|
|
20808
20836
|
@property
|
|
20809
20837
|
def Config(self):
|
|
20810
|
-
r"""
|
|
20838
|
+
r"""<p>自动创建 Topic 配置, 若该字段为空,则表示未开启自动创建</p>
|
|
20811
20839
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.InstanceConfigDO`
|
|
20812
20840
|
"""
|
|
20813
20841
|
return self._Config
|
|
@@ -20818,7 +20846,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20818
20846
|
|
|
20819
20847
|
@property
|
|
20820
20848
|
def RemainderPartitions(self):
|
|
20821
|
-
r"""
|
|
20849
|
+
r"""<p>剩余创建分区数</p>
|
|
20822
20850
|
:rtype: int
|
|
20823
20851
|
"""
|
|
20824
20852
|
return self._RemainderPartitions
|
|
@@ -20829,7 +20857,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20829
20857
|
|
|
20830
20858
|
@property
|
|
20831
20859
|
def RemainderTopics(self):
|
|
20832
|
-
r"""
|
|
20860
|
+
r"""<p>剩余创建主题数</p>
|
|
20833
20861
|
:rtype: int
|
|
20834
20862
|
"""
|
|
20835
20863
|
return self._RemainderTopics
|
|
@@ -20840,7 +20868,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20840
20868
|
|
|
20841
20869
|
@property
|
|
20842
20870
|
def CreatedPartitions(self):
|
|
20843
|
-
r"""
|
|
20871
|
+
r"""<p>当前创建分区数</p>
|
|
20844
20872
|
:rtype: int
|
|
20845
20873
|
"""
|
|
20846
20874
|
return self._CreatedPartitions
|
|
@@ -20851,7 +20879,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20851
20879
|
|
|
20852
20880
|
@property
|
|
20853
20881
|
def CreatedTopics(self):
|
|
20854
|
-
r"""
|
|
20882
|
+
r"""<p>当前创建主题数</p>
|
|
20855
20883
|
:rtype: int
|
|
20856
20884
|
"""
|
|
20857
20885
|
return self._CreatedTopics
|
|
@@ -20862,7 +20890,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20862
20890
|
|
|
20863
20891
|
@property
|
|
20864
20892
|
def Tags(self):
|
|
20865
|
-
r"""
|
|
20893
|
+
r"""<p>标签数组</p>
|
|
20866
20894
|
:rtype: list of Tag
|
|
20867
20895
|
"""
|
|
20868
20896
|
return self._Tags
|
|
@@ -20873,7 +20901,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20873
20901
|
|
|
20874
20902
|
@property
|
|
20875
20903
|
def ExpireTime(self):
|
|
20876
|
-
r"""
|
|
20904
|
+
r"""<p>过期时间</p>
|
|
20877
20905
|
:rtype: int
|
|
20878
20906
|
"""
|
|
20879
20907
|
return self._ExpireTime
|
|
@@ -20884,7 +20912,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20884
20912
|
|
|
20885
20913
|
@property
|
|
20886
20914
|
def ZoneIds(self):
|
|
20887
|
-
r"""
|
|
20915
|
+
r"""<p>可用区列表</p>
|
|
20888
20916
|
:rtype: list of int
|
|
20889
20917
|
"""
|
|
20890
20918
|
return self._ZoneIds
|
|
@@ -20895,7 +20923,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20895
20923
|
|
|
20896
20924
|
@property
|
|
20897
20925
|
def Version(self):
|
|
20898
|
-
r"""ckafka
|
|
20926
|
+
r"""<p>ckafka集群实例版本</p>
|
|
20899
20927
|
:rtype: str
|
|
20900
20928
|
"""
|
|
20901
20929
|
return self._Version
|
|
@@ -20906,7 +20934,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20906
20934
|
|
|
20907
20935
|
@property
|
|
20908
20936
|
def MaxGroupNum(self):
|
|
20909
|
-
r"""
|
|
20937
|
+
r"""<p>最大分组数</p>
|
|
20910
20938
|
:rtype: int
|
|
20911
20939
|
"""
|
|
20912
20940
|
return self._MaxGroupNum
|
|
@@ -20917,7 +20945,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20917
20945
|
|
|
20918
20946
|
@property
|
|
20919
20947
|
def Cvm(self):
|
|
20920
|
-
r"""
|
|
20948
|
+
r"""<p>售卖类型,0:标准版,1:专业版</p>
|
|
20921
20949
|
:rtype: int
|
|
20922
20950
|
"""
|
|
20923
20951
|
return self._Cvm
|
|
@@ -20928,11 +20956,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20928
20956
|
|
|
20929
20957
|
@property
|
|
20930
20958
|
def InstanceType(self):
|
|
20931
|
-
r"""
|
|
20932
|
-
profession :专业版
|
|
20933
|
-
standards2 :标准版
|
|
20934
|
-
premium :高级版
|
|
20935
|
-
serverless :serverless版
|
|
20959
|
+
r"""<p>实例类型 枚举列表: profession :专业版 <br />standards2 :标准版premium :高级版serverless :serverless版</p>
|
|
20936
20960
|
:rtype: str
|
|
20937
20961
|
"""
|
|
20938
20962
|
return self._InstanceType
|
|
@@ -20943,7 +20967,7 @@ serverless :serverless版
|
|
|
20943
20967
|
|
|
20944
20968
|
@property
|
|
20945
20969
|
def Features(self):
|
|
20946
|
-
r"""
|
|
20970
|
+
r"""<p>表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。</p>
|
|
20947
20971
|
:rtype: list of str
|
|
20948
20972
|
"""
|
|
20949
20973
|
return self._Features
|
|
@@ -20954,7 +20978,7 @@ serverless :serverless版
|
|
|
20954
20978
|
|
|
20955
20979
|
@property
|
|
20956
20980
|
def RetentionTimeConfig(self):
|
|
20957
|
-
r"""
|
|
20981
|
+
r"""<p>动态消息保留策略</p>
|
|
20958
20982
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DynamicRetentionTime`
|
|
20959
20983
|
"""
|
|
20960
20984
|
return self._RetentionTimeConfig
|
|
@@ -20965,7 +20989,7 @@ serverless :serverless版
|
|
|
20965
20989
|
|
|
20966
20990
|
@property
|
|
20967
20991
|
def MaxConnection(self):
|
|
20968
|
-
r"""
|
|
20992
|
+
r"""<p>最大连接数</p>
|
|
20969
20993
|
:rtype: int
|
|
20970
20994
|
"""
|
|
20971
20995
|
return self._MaxConnection
|
|
@@ -20976,7 +21000,7 @@ serverless :serverless版
|
|
|
20976
21000
|
|
|
20977
21001
|
@property
|
|
20978
21002
|
def PublicNetwork(self):
|
|
20979
|
-
r"""
|
|
21003
|
+
r"""<p>公网带宽</p>
|
|
20980
21004
|
:rtype: int
|
|
20981
21005
|
"""
|
|
20982
21006
|
return self._PublicNetwork
|
|
@@ -20987,7 +21011,7 @@ serverless :serverless版
|
|
|
20987
21011
|
|
|
20988
21012
|
@property
|
|
20989
21013
|
def DeleteRouteTimestamp(self):
|
|
20990
|
-
r"""
|
|
21014
|
+
r"""<p>该字段已废弃,无实际含义</p>
|
|
20991
21015
|
:rtype: str
|
|
20992
21016
|
"""
|
|
20993
21017
|
return self._DeleteRouteTimestamp
|
|
@@ -20998,7 +21022,7 @@ serverless :serverless版
|
|
|
20998
21022
|
|
|
20999
21023
|
@property
|
|
21000
21024
|
def RemainingPartitions(self):
|
|
21001
|
-
r"""
|
|
21025
|
+
r"""<p>剩余创建分区数</p>
|
|
21002
21026
|
:rtype: int
|
|
21003
21027
|
"""
|
|
21004
21028
|
return self._RemainingPartitions
|
|
@@ -21009,7 +21033,7 @@ serverless :serverless版
|
|
|
21009
21033
|
|
|
21010
21034
|
@property
|
|
21011
21035
|
def RemainingTopics(self):
|
|
21012
|
-
r"""
|
|
21036
|
+
r"""<p>剩余创建主题数</p>
|
|
21013
21037
|
:rtype: int
|
|
21014
21038
|
"""
|
|
21015
21039
|
return self._RemainingTopics
|
|
@@ -21020,7 +21044,7 @@ serverless :serverless版
|
|
|
21020
21044
|
|
|
21021
21045
|
@property
|
|
21022
21046
|
def DynamicDiskConfig(self):
|
|
21023
|
-
r"""
|
|
21047
|
+
r"""<p>动态硬盘扩容策略</p>
|
|
21024
21048
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DynamicDiskConfig`
|
|
21025
21049
|
"""
|
|
21026
21050
|
return self._DynamicDiskConfig
|
|
@@ -21031,7 +21055,7 @@ serverless :serverless版
|
|
|
21031
21055
|
|
|
21032
21056
|
@property
|
|
21033
21057
|
def SystemMaintenanceTime(self):
|
|
21034
|
-
r"""
|
|
21058
|
+
r"""<p>系统维护时间</p>
|
|
21035
21059
|
:rtype: str
|
|
21036
21060
|
"""
|
|
21037
21061
|
return self._SystemMaintenanceTime
|
|
@@ -21042,7 +21066,7 @@ serverless :serverless版
|
|
|
21042
21066
|
|
|
21043
21067
|
@property
|
|
21044
21068
|
def MaxMessageByte(self):
|
|
21045
|
-
r"""
|
|
21069
|
+
r"""<p>实例级别消息最大大小</p>
|
|
21046
21070
|
:rtype: int
|
|
21047
21071
|
"""
|
|
21048
21072
|
return self._MaxMessageByte
|
|
@@ -21053,7 +21077,7 @@ serverless :serverless版
|
|
|
21053
21077
|
|
|
21054
21078
|
@property
|
|
21055
21079
|
def InstanceChargeType(self):
|
|
21056
|
-
r"""
|
|
21080
|
+
r"""<p>实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月</p>
|
|
21057
21081
|
:rtype: str
|
|
21058
21082
|
"""
|
|
21059
21083
|
return self._InstanceChargeType
|
|
@@ -21064,9 +21088,7 @@ serverless :serverless版
|
|
|
21064
21088
|
|
|
21065
21089
|
@property
|
|
21066
21090
|
def ElasticBandwidthSwitch(self):
|
|
21067
|
-
r"""
|
|
21068
|
-
1:已开启弹性带宽白名单;
|
|
21069
|
-
0:未开启弹性带宽白名单;
|
|
21091
|
+
r"""<p>是否开启弹性带宽白名单 <br />1:已开启弹性带宽白名单;0:未开启弹性带宽白名单;</p>
|
|
21070
21092
|
:rtype: int
|
|
21071
21093
|
"""
|
|
21072
21094
|
return self._ElasticBandwidthSwitch
|
|
@@ -21077,14 +21099,7 @@ serverless :serverless版
|
|
|
21077
21099
|
|
|
21078
21100
|
@property
|
|
21079
21101
|
def ElasticBandwidthOpenStatus(self):
|
|
21080
|
-
r"""
|
|
21081
|
-
1:未开启弹性带宽;
|
|
21082
|
-
16: 开启弹性带宽中;
|
|
21083
|
-
32:开启弹性带宽成功;
|
|
21084
|
-
33:关闭弹性带宽中;
|
|
21085
|
-
34:关闭弹性带宽成功;
|
|
21086
|
-
64:开启弹性带宽失败;
|
|
21087
|
-
65:关闭弹性带宽失败;
|
|
21102
|
+
r"""<p>弹性带宽开通状态1:未开启弹性带宽;16: 开启弹性带宽中;32:开启弹性带宽成功;33:关闭弹性带宽中;34:关闭弹性带宽成功;64:开启弹性带宽失败;65:关闭弹性带宽失败;</p>
|
|
21088
21103
|
:rtype: int
|
|
21089
21104
|
"""
|
|
21090
21105
|
return self._ElasticBandwidthOpenStatus
|
|
@@ -21095,13 +21110,7 @@ serverless :serverless版
|
|
|
21095
21110
|
|
|
21096
21111
|
@property
|
|
21097
21112
|
def ClusterType(self):
|
|
21098
|
-
r"""
|
|
21099
|
-
CLOUD_IDC IDC集群
|
|
21100
|
-
CLOUD_CVM_SHARE CVM共享集群
|
|
21101
|
-
CLOUD_CVM_YUNTI 云梯CVM集群
|
|
21102
|
-
CLOUD_CVM CVM集群
|
|
21103
|
-
CLOUD_CDC CDC集群
|
|
21104
|
-
CLOUD_EKS_TSE EKS集群
|
|
21113
|
+
r"""<p>集群类型<br />CLOUD_IDC IDC集群CLOUD_CVM_SHARE CVM共享集群CLOUD_CVM_YUNTI 云梯CVM集群CLOUD_CVM CVM集群CLOUD_CDC CDC集群CLOUD_EKS_TSE EKS集群</p>
|
|
21105
21114
|
:rtype: str
|
|
21106
21115
|
"""
|
|
21107
21116
|
return self._ClusterType
|
|
@@ -21112,7 +21121,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
21112
21121
|
|
|
21113
21122
|
@property
|
|
21114
21123
|
def FreePartitionNumber(self):
|
|
21115
|
-
r"""
|
|
21124
|
+
r"""<p>免费分区数量</p>
|
|
21116
21125
|
:rtype: int
|
|
21117
21126
|
"""
|
|
21118
21127
|
return self._FreePartitionNumber
|
|
@@ -21123,7 +21132,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
21123
21132
|
|
|
21124
21133
|
@property
|
|
21125
21134
|
def ElasticFloatBandwidth(self):
|
|
21126
|
-
r"""
|
|
21135
|
+
r"""<p>弹性带宽上浮值</p>
|
|
21127
21136
|
:rtype: int
|
|
21128
21137
|
"""
|
|
21129
21138
|
return self._ElasticFloatBandwidth
|
|
@@ -21134,7 +21143,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
21134
21143
|
|
|
21135
21144
|
@property
|
|
21136
21145
|
def CustomCertId(self):
|
|
21137
|
-
r"""ssl自定义证书id
|
|
21146
|
+
r"""<p>ssl自定义证书id 仅自定义证书实例集群返回</p>
|
|
21138
21147
|
:rtype: str
|
|
21139
21148
|
"""
|
|
21140
21149
|
return self._CustomCertId
|
|
@@ -21145,7 +21154,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
21145
21154
|
|
|
21146
21155
|
@property
|
|
21147
21156
|
def UncleanLeaderElectionEnable(self):
|
|
21148
|
-
r"""
|
|
21157
|
+
r"""<p>集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭</p>
|
|
21149
21158
|
:rtype: int
|
|
21150
21159
|
"""
|
|
21151
21160
|
return self._UncleanLeaderElectionEnable
|
|
@@ -21156,7 +21165,7 @@ CLOUD_EKS_TSE EKS集群
|
|
|
21156
21165
|
|
|
21157
21166
|
@property
|
|
21158
21167
|
def DeleteProtectionEnable(self):
|
|
21159
|
-
r"""
|
|
21168
|
+
r"""<p>实例删除保护开关: 1 开启 0 关闭</p>
|
|
21160
21169
|
:rtype: int
|
|
21161
21170
|
"""
|
|
21162
21171
|
return self._DeleteProtectionEnable
|
|
@@ -21399,69 +21408,69 @@ class InstanceDetail(AbstractModel):
|
|
|
21399
21408
|
|
|
21400
21409
|
def __init__(self):
|
|
21401
21410
|
r"""
|
|
21402
|
-
:param _InstanceId: ckafka集群实例Id
|
|
21411
|
+
:param _InstanceId: <p>ckafka集群实例Id</p>
|
|
21403
21412
|
:type InstanceId: str
|
|
21404
|
-
:param _InstanceName: ckafka
|
|
21413
|
+
:param _InstanceName: <p>ckafka集群实例名称</p>
|
|
21405
21414
|
:type InstanceName: str
|
|
21406
|
-
:param _Vip:
|
|
21415
|
+
:param _Vip: <p>访问实例的vip 信息</p>
|
|
21407
21416
|
:type Vip: str
|
|
21408
|
-
:param _Vport:
|
|
21417
|
+
:param _Vport: <p>访问实例的端口信息</p>
|
|
21409
21418
|
:type Vport: str
|
|
21410
|
-
:param _VipList:
|
|
21419
|
+
:param _VipList: <p>虚拟IP列表</p>
|
|
21411
21420
|
:type VipList: list of VipEntity
|
|
21412
|
-
:param _Status:
|
|
21421
|
+
:param _Status: <p>实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败 </p>
|
|
21413
21422
|
:type Status: int
|
|
21414
|
-
:param _Bandwidth:
|
|
21423
|
+
:param _Bandwidth: <p>实例带宽,单位Mbps</p>
|
|
21415
21424
|
:type Bandwidth: int
|
|
21416
|
-
:param _DiskSize: ckafka集群实例磁盘大小,单位G
|
|
21425
|
+
:param _DiskSize: <p>ckafka集群实例磁盘大小,单位G</p>
|
|
21417
21426
|
:type DiskSize: int
|
|
21418
|
-
:param _ZoneId:
|
|
21427
|
+
:param _ZoneId: <p>可用区域ID</p>
|
|
21419
21428
|
:type ZoneId: int
|
|
21420
|
-
:param _VpcId: vpcId
|
|
21429
|
+
:param _VpcId: <p>vpcId,如果为空,说明是基础网络</p>
|
|
21421
21430
|
:type VpcId: str
|
|
21422
|
-
:param _SubnetId:
|
|
21431
|
+
:param _SubnetId: <p>子网id</p>
|
|
21423
21432
|
:type SubnetId: str
|
|
21424
|
-
:param _RenewFlag:
|
|
21433
|
+
:param _RenewFlag: <p>实例是否续费,int 枚举值:1表示自动续费,2表示明确不自动续费</p>
|
|
21425
21434
|
:type RenewFlag: int
|
|
21426
|
-
:param _Healthy:
|
|
21435
|
+
:param _Healthy: <p>实例状态 int:1表示健康,2表示告警,3 表示实例状态异常</p>
|
|
21427
21436
|
:type Healthy: int
|
|
21428
|
-
:param _HealthyMessage:
|
|
21437
|
+
:param _HealthyMessage: <p>实例状态信息</p>
|
|
21429
21438
|
:type HealthyMessage: str
|
|
21430
|
-
:param _CreateTime:
|
|
21439
|
+
:param _CreateTime: <p>实例创建时间</p>
|
|
21431
21440
|
:type CreateTime: int
|
|
21432
|
-
:param _ExpireTime:
|
|
21441
|
+
:param _ExpireTime: <p>实例过期时间</p>
|
|
21433
21442
|
:type ExpireTime: int
|
|
21434
|
-
:param _IsInternal:
|
|
21443
|
+
:param _IsInternal: <p>是否为内部客户。值为1 表示内部客户</p>
|
|
21435
21444
|
:type IsInternal: int
|
|
21436
|
-
:param _TopicNum: Topic
|
|
21445
|
+
:param _TopicNum: <p>Topic个数</p>
|
|
21437
21446
|
:type TopicNum: int
|
|
21438
|
-
:param _Tags:
|
|
21447
|
+
:param _Tags: <p>标识tag</p>
|
|
21439
21448
|
:type Tags: list of Tag
|
|
21440
|
-
:param _Version: kafka
|
|
21449
|
+
:param _Version: <p>kafka版本信息</p>
|
|
21441
21450
|
:type Version: str
|
|
21442
|
-
:param _ZoneIds:
|
|
21451
|
+
:param _ZoneIds: <p>跨可用区</p>
|
|
21443
21452
|
:type ZoneIds: list of int
|
|
21444
|
-
:param _Cvm: ckafka
|
|
21453
|
+
:param _Cvm: <p>ckafka售卖类型</p>
|
|
21445
21454
|
:type Cvm: int
|
|
21446
|
-
:param _InstanceType: ckafka
|
|
21455
|
+
:param _InstanceType: <p>ckafka集群实例类型</p>
|
|
21447
21456
|
:type InstanceType: str
|
|
21448
|
-
:param _DiskType: ckafka
|
|
21457
|
+
:param _DiskType: <p>ckafka集群实例磁盘类型</p>
|
|
21449
21458
|
:type DiskType: str
|
|
21450
|
-
:param _MaxTopicNumber:
|
|
21459
|
+
:param _MaxTopicNumber: <p>当前规格最大Topic数</p>
|
|
21451
21460
|
:type MaxTopicNumber: int
|
|
21452
|
-
:param _MaxPartitionNumber:
|
|
21461
|
+
:param _MaxPartitionNumber: <p>当前规格最大Partition数</p>
|
|
21453
21462
|
:type MaxPartitionNumber: int
|
|
21454
|
-
:param _RebalanceTime:
|
|
21463
|
+
:param _RebalanceTime: <p>计划升级配置时间</p>
|
|
21455
21464
|
:type RebalanceTime: str
|
|
21456
|
-
:param _PartitionNumber:
|
|
21465
|
+
:param _PartitionNumber: <p>实例当前partition数量</p>
|
|
21457
21466
|
:type PartitionNumber: int
|
|
21458
|
-
:param _PublicNetworkChargeType: ckafka
|
|
21467
|
+
:param _PublicNetworkChargeType: <p>ckafka集群实例公网带宽类型</p>
|
|
21459
21468
|
:type PublicNetworkChargeType: str
|
|
21460
|
-
:param _PublicNetwork:
|
|
21469
|
+
:param _PublicNetwork: <p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写</p>
|
|
21461
21470
|
:type PublicNetwork: int
|
|
21462
|
-
:param _ClusterType: ckafka
|
|
21471
|
+
:param _ClusterType: <p>ckafka集群实例底层集群类型</p>
|
|
21463
21472
|
:type ClusterType: str
|
|
21464
|
-
:param _Features:
|
|
21473
|
+
:param _Features: <p>实例功能列表</p>
|
|
21465
21474
|
:type Features: list of str
|
|
21466
21475
|
"""
|
|
21467
21476
|
self._InstanceId = None
|
|
@@ -21499,7 +21508,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21499
21508
|
|
|
21500
21509
|
@property
|
|
21501
21510
|
def InstanceId(self):
|
|
21502
|
-
r"""ckafka集群实例Id
|
|
21511
|
+
r"""<p>ckafka集群实例Id</p>
|
|
21503
21512
|
:rtype: str
|
|
21504
21513
|
"""
|
|
21505
21514
|
return self._InstanceId
|
|
@@ -21510,7 +21519,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21510
21519
|
|
|
21511
21520
|
@property
|
|
21512
21521
|
def InstanceName(self):
|
|
21513
|
-
r"""ckafka
|
|
21522
|
+
r"""<p>ckafka集群实例名称</p>
|
|
21514
21523
|
:rtype: str
|
|
21515
21524
|
"""
|
|
21516
21525
|
return self._InstanceName
|
|
@@ -21521,7 +21530,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21521
21530
|
|
|
21522
21531
|
@property
|
|
21523
21532
|
def Vip(self):
|
|
21524
|
-
r"""
|
|
21533
|
+
r"""<p>访问实例的vip 信息</p>
|
|
21525
21534
|
:rtype: str
|
|
21526
21535
|
"""
|
|
21527
21536
|
return self._Vip
|
|
@@ -21532,7 +21541,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21532
21541
|
|
|
21533
21542
|
@property
|
|
21534
21543
|
def Vport(self):
|
|
21535
|
-
r"""
|
|
21544
|
+
r"""<p>访问实例的端口信息</p>
|
|
21536
21545
|
:rtype: str
|
|
21537
21546
|
"""
|
|
21538
21547
|
return self._Vport
|
|
@@ -21543,7 +21552,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21543
21552
|
|
|
21544
21553
|
@property
|
|
21545
21554
|
def VipList(self):
|
|
21546
|
-
r"""
|
|
21555
|
+
r"""<p>虚拟IP列表</p>
|
|
21547
21556
|
:rtype: list of VipEntity
|
|
21548
21557
|
"""
|
|
21549
21558
|
return self._VipList
|
|
@@ -21554,7 +21563,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21554
21563
|
|
|
21555
21564
|
@property
|
|
21556
21565
|
def Status(self):
|
|
21557
|
-
r"""
|
|
21566
|
+
r"""<p>实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败 </p>
|
|
21558
21567
|
:rtype: int
|
|
21559
21568
|
"""
|
|
21560
21569
|
return self._Status
|
|
@@ -21565,7 +21574,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21565
21574
|
|
|
21566
21575
|
@property
|
|
21567
21576
|
def Bandwidth(self):
|
|
21568
|
-
r"""
|
|
21577
|
+
r"""<p>实例带宽,单位Mbps</p>
|
|
21569
21578
|
:rtype: int
|
|
21570
21579
|
"""
|
|
21571
21580
|
return self._Bandwidth
|
|
@@ -21576,7 +21585,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21576
21585
|
|
|
21577
21586
|
@property
|
|
21578
21587
|
def DiskSize(self):
|
|
21579
|
-
r"""ckafka集群实例磁盘大小,单位G
|
|
21588
|
+
r"""<p>ckafka集群实例磁盘大小,单位G</p>
|
|
21580
21589
|
:rtype: int
|
|
21581
21590
|
"""
|
|
21582
21591
|
return self._DiskSize
|
|
@@ -21587,7 +21596,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21587
21596
|
|
|
21588
21597
|
@property
|
|
21589
21598
|
def ZoneId(self):
|
|
21590
|
-
r"""
|
|
21599
|
+
r"""<p>可用区域ID</p>
|
|
21591
21600
|
:rtype: int
|
|
21592
21601
|
"""
|
|
21593
21602
|
return self._ZoneId
|
|
@@ -21598,7 +21607,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21598
21607
|
|
|
21599
21608
|
@property
|
|
21600
21609
|
def VpcId(self):
|
|
21601
|
-
r"""vpcId
|
|
21610
|
+
r"""<p>vpcId,如果为空,说明是基础网络</p>
|
|
21602
21611
|
:rtype: str
|
|
21603
21612
|
"""
|
|
21604
21613
|
return self._VpcId
|
|
@@ -21609,7 +21618,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21609
21618
|
|
|
21610
21619
|
@property
|
|
21611
21620
|
def SubnetId(self):
|
|
21612
|
-
r"""
|
|
21621
|
+
r"""<p>子网id</p>
|
|
21613
21622
|
:rtype: str
|
|
21614
21623
|
"""
|
|
21615
21624
|
return self._SubnetId
|
|
@@ -21620,7 +21629,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21620
21629
|
|
|
21621
21630
|
@property
|
|
21622
21631
|
def RenewFlag(self):
|
|
21623
|
-
r"""
|
|
21632
|
+
r"""<p>实例是否续费,int 枚举值:1表示自动续费,2表示明确不自动续费</p>
|
|
21624
21633
|
:rtype: int
|
|
21625
21634
|
"""
|
|
21626
21635
|
return self._RenewFlag
|
|
@@ -21631,7 +21640,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21631
21640
|
|
|
21632
21641
|
@property
|
|
21633
21642
|
def Healthy(self):
|
|
21634
|
-
r"""
|
|
21643
|
+
r"""<p>实例状态 int:1表示健康,2表示告警,3 表示实例状态异常</p>
|
|
21635
21644
|
:rtype: int
|
|
21636
21645
|
"""
|
|
21637
21646
|
return self._Healthy
|
|
@@ -21642,7 +21651,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21642
21651
|
|
|
21643
21652
|
@property
|
|
21644
21653
|
def HealthyMessage(self):
|
|
21645
|
-
r"""
|
|
21654
|
+
r"""<p>实例状态信息</p>
|
|
21646
21655
|
:rtype: str
|
|
21647
21656
|
"""
|
|
21648
21657
|
return self._HealthyMessage
|
|
@@ -21653,7 +21662,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21653
21662
|
|
|
21654
21663
|
@property
|
|
21655
21664
|
def CreateTime(self):
|
|
21656
|
-
r"""
|
|
21665
|
+
r"""<p>实例创建时间</p>
|
|
21657
21666
|
:rtype: int
|
|
21658
21667
|
"""
|
|
21659
21668
|
return self._CreateTime
|
|
@@ -21664,7 +21673,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21664
21673
|
|
|
21665
21674
|
@property
|
|
21666
21675
|
def ExpireTime(self):
|
|
21667
|
-
r"""
|
|
21676
|
+
r"""<p>实例过期时间</p>
|
|
21668
21677
|
:rtype: int
|
|
21669
21678
|
"""
|
|
21670
21679
|
return self._ExpireTime
|
|
@@ -21675,7 +21684,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21675
21684
|
|
|
21676
21685
|
@property
|
|
21677
21686
|
def IsInternal(self):
|
|
21678
|
-
r"""
|
|
21687
|
+
r"""<p>是否为内部客户。值为1 表示内部客户</p>
|
|
21679
21688
|
:rtype: int
|
|
21680
21689
|
"""
|
|
21681
21690
|
return self._IsInternal
|
|
@@ -21686,7 +21695,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21686
21695
|
|
|
21687
21696
|
@property
|
|
21688
21697
|
def TopicNum(self):
|
|
21689
|
-
r"""Topic
|
|
21698
|
+
r"""<p>Topic个数</p>
|
|
21690
21699
|
:rtype: int
|
|
21691
21700
|
"""
|
|
21692
21701
|
return self._TopicNum
|
|
@@ -21697,7 +21706,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21697
21706
|
|
|
21698
21707
|
@property
|
|
21699
21708
|
def Tags(self):
|
|
21700
|
-
r"""
|
|
21709
|
+
r"""<p>标识tag</p>
|
|
21701
21710
|
:rtype: list of Tag
|
|
21702
21711
|
"""
|
|
21703
21712
|
return self._Tags
|
|
@@ -21708,7 +21717,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21708
21717
|
|
|
21709
21718
|
@property
|
|
21710
21719
|
def Version(self):
|
|
21711
|
-
r"""kafka
|
|
21720
|
+
r"""<p>kafka版本信息</p>
|
|
21712
21721
|
:rtype: str
|
|
21713
21722
|
"""
|
|
21714
21723
|
return self._Version
|
|
@@ -21719,7 +21728,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21719
21728
|
|
|
21720
21729
|
@property
|
|
21721
21730
|
def ZoneIds(self):
|
|
21722
|
-
r"""
|
|
21731
|
+
r"""<p>跨可用区</p>
|
|
21723
21732
|
:rtype: list of int
|
|
21724
21733
|
"""
|
|
21725
21734
|
return self._ZoneIds
|
|
@@ -21730,7 +21739,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21730
21739
|
|
|
21731
21740
|
@property
|
|
21732
21741
|
def Cvm(self):
|
|
21733
|
-
r"""ckafka
|
|
21742
|
+
r"""<p>ckafka售卖类型</p>
|
|
21734
21743
|
:rtype: int
|
|
21735
21744
|
"""
|
|
21736
21745
|
return self._Cvm
|
|
@@ -21741,7 +21750,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21741
21750
|
|
|
21742
21751
|
@property
|
|
21743
21752
|
def InstanceType(self):
|
|
21744
|
-
r"""ckafka
|
|
21753
|
+
r"""<p>ckafka集群实例类型</p>
|
|
21745
21754
|
:rtype: str
|
|
21746
21755
|
"""
|
|
21747
21756
|
return self._InstanceType
|
|
@@ -21752,7 +21761,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21752
21761
|
|
|
21753
21762
|
@property
|
|
21754
21763
|
def DiskType(self):
|
|
21755
|
-
r"""ckafka
|
|
21764
|
+
r"""<p>ckafka集群实例磁盘类型</p>
|
|
21756
21765
|
:rtype: str
|
|
21757
21766
|
"""
|
|
21758
21767
|
return self._DiskType
|
|
@@ -21763,7 +21772,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21763
21772
|
|
|
21764
21773
|
@property
|
|
21765
21774
|
def MaxTopicNumber(self):
|
|
21766
|
-
r"""
|
|
21775
|
+
r"""<p>当前规格最大Topic数</p>
|
|
21767
21776
|
:rtype: int
|
|
21768
21777
|
"""
|
|
21769
21778
|
return self._MaxTopicNumber
|
|
@@ -21774,7 +21783,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21774
21783
|
|
|
21775
21784
|
@property
|
|
21776
21785
|
def MaxPartitionNumber(self):
|
|
21777
|
-
r"""
|
|
21786
|
+
r"""<p>当前规格最大Partition数</p>
|
|
21778
21787
|
:rtype: int
|
|
21779
21788
|
"""
|
|
21780
21789
|
return self._MaxPartitionNumber
|
|
@@ -21785,7 +21794,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21785
21794
|
|
|
21786
21795
|
@property
|
|
21787
21796
|
def RebalanceTime(self):
|
|
21788
|
-
r"""
|
|
21797
|
+
r"""<p>计划升级配置时间</p>
|
|
21789
21798
|
:rtype: str
|
|
21790
21799
|
"""
|
|
21791
21800
|
return self._RebalanceTime
|
|
@@ -21796,7 +21805,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21796
21805
|
|
|
21797
21806
|
@property
|
|
21798
21807
|
def PartitionNumber(self):
|
|
21799
|
-
r"""
|
|
21808
|
+
r"""<p>实例当前partition数量</p>
|
|
21800
21809
|
:rtype: int
|
|
21801
21810
|
"""
|
|
21802
21811
|
return self._PartitionNumber
|
|
@@ -21807,7 +21816,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21807
21816
|
|
|
21808
21817
|
@property
|
|
21809
21818
|
def PublicNetworkChargeType(self):
|
|
21810
|
-
r"""ckafka
|
|
21819
|
+
r"""<p>ckafka集群实例公网带宽类型</p>
|
|
21811
21820
|
:rtype: str
|
|
21812
21821
|
"""
|
|
21813
21822
|
return self._PublicNetworkChargeType
|
|
@@ -21818,7 +21827,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21818
21827
|
|
|
21819
21828
|
@property
|
|
21820
21829
|
def PublicNetwork(self):
|
|
21821
|
-
r"""
|
|
21830
|
+
r"""<p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写</p>
|
|
21822
21831
|
:rtype: int
|
|
21823
21832
|
"""
|
|
21824
21833
|
return self._PublicNetwork
|
|
@@ -21829,7 +21838,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21829
21838
|
|
|
21830
21839
|
@property
|
|
21831
21840
|
def ClusterType(self):
|
|
21832
|
-
r"""ckafka
|
|
21841
|
+
r"""<p>ckafka集群实例底层集群类型</p>
|
|
21833
21842
|
:rtype: str
|
|
21834
21843
|
"""
|
|
21835
21844
|
return self._ClusterType
|
|
@@ -21840,7 +21849,7 @@ class InstanceDetail(AbstractModel):
|
|
|
21840
21849
|
|
|
21841
21850
|
@property
|
|
21842
21851
|
def Features(self):
|
|
21843
|
-
r"""
|
|
21852
|
+
r"""<p>实例功能列表</p>
|
|
21844
21853
|
:rtype: list of str
|
|
21845
21854
|
"""
|
|
21846
21855
|
return self._Features
|
|
@@ -22276,6 +22285,122 @@ class InstanceScalingDownResponse(AbstractModel):
|
|
|
22276
22285
|
self._RequestId = params.get("RequestId")
|
|
22277
22286
|
|
|
22278
22287
|
|
|
22288
|
+
class InstanceVersion(AbstractModel):
|
|
22289
|
+
r"""实例版本信息
|
|
22290
|
+
|
|
22291
|
+
"""
|
|
22292
|
+
|
|
22293
|
+
def __init__(self):
|
|
22294
|
+
r"""
|
|
22295
|
+
:param _KafkaVersion: ckafka集群实例版本
|
|
22296
|
+
:type KafkaVersion: str
|
|
22297
|
+
:param _CurBrokerVersion: broker版本信息
|
|
22298
|
+
:type CurBrokerVersion: str
|
|
22299
|
+
:param _LatestBrokerVersion: 最新版本信息
|
|
22300
|
+
:type LatestBrokerVersion: list of LatestBrokerVersion
|
|
22301
|
+
:param _AllowUpgradeHighVersion: 允许跨大版本内核升级
|
|
22302
|
+
:type AllowUpgradeHighVersion: bool
|
|
22303
|
+
:param _HighVersionSet: 允许升级的大版本
|
|
22304
|
+
:type HighVersionSet: list of str
|
|
22305
|
+
:param _AllowAutoDeleteTimestamp: 允许小版本号配置自动删除消费者组
|
|
22306
|
+
:type AllowAutoDeleteTimestamp: bool
|
|
22307
|
+
"""
|
|
22308
|
+
self._KafkaVersion = None
|
|
22309
|
+
self._CurBrokerVersion = None
|
|
22310
|
+
self._LatestBrokerVersion = None
|
|
22311
|
+
self._AllowUpgradeHighVersion = None
|
|
22312
|
+
self._HighVersionSet = None
|
|
22313
|
+
self._AllowAutoDeleteTimestamp = None
|
|
22314
|
+
|
|
22315
|
+
@property
|
|
22316
|
+
def KafkaVersion(self):
|
|
22317
|
+
r"""ckafka集群实例版本
|
|
22318
|
+
:rtype: str
|
|
22319
|
+
"""
|
|
22320
|
+
return self._KafkaVersion
|
|
22321
|
+
|
|
22322
|
+
@KafkaVersion.setter
|
|
22323
|
+
def KafkaVersion(self, KafkaVersion):
|
|
22324
|
+
self._KafkaVersion = KafkaVersion
|
|
22325
|
+
|
|
22326
|
+
@property
|
|
22327
|
+
def CurBrokerVersion(self):
|
|
22328
|
+
r"""broker版本信息
|
|
22329
|
+
:rtype: str
|
|
22330
|
+
"""
|
|
22331
|
+
return self._CurBrokerVersion
|
|
22332
|
+
|
|
22333
|
+
@CurBrokerVersion.setter
|
|
22334
|
+
def CurBrokerVersion(self, CurBrokerVersion):
|
|
22335
|
+
self._CurBrokerVersion = CurBrokerVersion
|
|
22336
|
+
|
|
22337
|
+
@property
|
|
22338
|
+
def LatestBrokerVersion(self):
|
|
22339
|
+
r"""最新版本信息
|
|
22340
|
+
:rtype: list of LatestBrokerVersion
|
|
22341
|
+
"""
|
|
22342
|
+
return self._LatestBrokerVersion
|
|
22343
|
+
|
|
22344
|
+
@LatestBrokerVersion.setter
|
|
22345
|
+
def LatestBrokerVersion(self, LatestBrokerVersion):
|
|
22346
|
+
self._LatestBrokerVersion = LatestBrokerVersion
|
|
22347
|
+
|
|
22348
|
+
@property
|
|
22349
|
+
def AllowUpgradeHighVersion(self):
|
|
22350
|
+
r"""允许跨大版本内核升级
|
|
22351
|
+
:rtype: bool
|
|
22352
|
+
"""
|
|
22353
|
+
return self._AllowUpgradeHighVersion
|
|
22354
|
+
|
|
22355
|
+
@AllowUpgradeHighVersion.setter
|
|
22356
|
+
def AllowUpgradeHighVersion(self, AllowUpgradeHighVersion):
|
|
22357
|
+
self._AllowUpgradeHighVersion = AllowUpgradeHighVersion
|
|
22358
|
+
|
|
22359
|
+
@property
|
|
22360
|
+
def HighVersionSet(self):
|
|
22361
|
+
r"""允许升级的大版本
|
|
22362
|
+
:rtype: list of str
|
|
22363
|
+
"""
|
|
22364
|
+
return self._HighVersionSet
|
|
22365
|
+
|
|
22366
|
+
@HighVersionSet.setter
|
|
22367
|
+
def HighVersionSet(self, HighVersionSet):
|
|
22368
|
+
self._HighVersionSet = HighVersionSet
|
|
22369
|
+
|
|
22370
|
+
@property
|
|
22371
|
+
def AllowAutoDeleteTimestamp(self):
|
|
22372
|
+
r"""允许小版本号配置自动删除消费者组
|
|
22373
|
+
:rtype: bool
|
|
22374
|
+
"""
|
|
22375
|
+
return self._AllowAutoDeleteTimestamp
|
|
22376
|
+
|
|
22377
|
+
@AllowAutoDeleteTimestamp.setter
|
|
22378
|
+
def AllowAutoDeleteTimestamp(self, AllowAutoDeleteTimestamp):
|
|
22379
|
+
self._AllowAutoDeleteTimestamp = AllowAutoDeleteTimestamp
|
|
22380
|
+
|
|
22381
|
+
|
|
22382
|
+
def _deserialize(self, params):
|
|
22383
|
+
self._KafkaVersion = params.get("KafkaVersion")
|
|
22384
|
+
self._CurBrokerVersion = params.get("CurBrokerVersion")
|
|
22385
|
+
if params.get("LatestBrokerVersion") is not None:
|
|
22386
|
+
self._LatestBrokerVersion = []
|
|
22387
|
+
for item in params.get("LatestBrokerVersion"):
|
|
22388
|
+
obj = LatestBrokerVersion()
|
|
22389
|
+
obj._deserialize(item)
|
|
22390
|
+
self._LatestBrokerVersion.append(obj)
|
|
22391
|
+
self._AllowUpgradeHighVersion = params.get("AllowUpgradeHighVersion")
|
|
22392
|
+
self._HighVersionSet = params.get("HighVersionSet")
|
|
22393
|
+
self._AllowAutoDeleteTimestamp = params.get("AllowAutoDeleteTimestamp")
|
|
22394
|
+
memeber_set = set(params.keys())
|
|
22395
|
+
for name, value in vars(self).items():
|
|
22396
|
+
property_name = name[1:]
|
|
22397
|
+
if property_name in memeber_set:
|
|
22398
|
+
memeber_set.remove(property_name)
|
|
22399
|
+
if len(memeber_set) > 0:
|
|
22400
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
22401
|
+
|
|
22402
|
+
|
|
22403
|
+
|
|
22279
22404
|
class JgwOperateResponse(AbstractModel):
|
|
22280
22405
|
r"""操作型结果返回值
|
|
22281
22406
|
|
|
@@ -23008,6 +23133,57 @@ class KafkaParam(AbstractModel):
|
|
|
23008
23133
|
|
|
23009
23134
|
|
|
23010
23135
|
|
|
23136
|
+
class LatestBrokerVersion(AbstractModel):
|
|
23137
|
+
r"""最新版本信息列表
|
|
23138
|
+
|
|
23139
|
+
"""
|
|
23140
|
+
|
|
23141
|
+
def __init__(self):
|
|
23142
|
+
r"""
|
|
23143
|
+
:param _KafkaVersion: ckafka集群实例版本
|
|
23144
|
+
:type KafkaVersion: str
|
|
23145
|
+
:param _BrokerVersion: broker版本号
|
|
23146
|
+
:type BrokerVersion: str
|
|
23147
|
+
"""
|
|
23148
|
+
self._KafkaVersion = None
|
|
23149
|
+
self._BrokerVersion = None
|
|
23150
|
+
|
|
23151
|
+
@property
|
|
23152
|
+
def KafkaVersion(self):
|
|
23153
|
+
r"""ckafka集群实例版本
|
|
23154
|
+
:rtype: str
|
|
23155
|
+
"""
|
|
23156
|
+
return self._KafkaVersion
|
|
23157
|
+
|
|
23158
|
+
@KafkaVersion.setter
|
|
23159
|
+
def KafkaVersion(self, KafkaVersion):
|
|
23160
|
+
self._KafkaVersion = KafkaVersion
|
|
23161
|
+
|
|
23162
|
+
@property
|
|
23163
|
+
def BrokerVersion(self):
|
|
23164
|
+
r"""broker版本号
|
|
23165
|
+
:rtype: str
|
|
23166
|
+
"""
|
|
23167
|
+
return self._BrokerVersion
|
|
23168
|
+
|
|
23169
|
+
@BrokerVersion.setter
|
|
23170
|
+
def BrokerVersion(self, BrokerVersion):
|
|
23171
|
+
self._BrokerVersion = BrokerVersion
|
|
23172
|
+
|
|
23173
|
+
|
|
23174
|
+
def _deserialize(self, params):
|
|
23175
|
+
self._KafkaVersion = params.get("KafkaVersion")
|
|
23176
|
+
self._BrokerVersion = params.get("BrokerVersion")
|
|
23177
|
+
memeber_set = set(params.keys())
|
|
23178
|
+
for name, value in vars(self).items():
|
|
23179
|
+
property_name = name[1:]
|
|
23180
|
+
if property_name in memeber_set:
|
|
23181
|
+
memeber_set.remove(property_name)
|
|
23182
|
+
if len(memeber_set) > 0:
|
|
23183
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23184
|
+
|
|
23185
|
+
|
|
23186
|
+
|
|
23011
23187
|
class ListCvmAndIpInfoRsp(AbstractModel):
|
|
23012
23188
|
r"""CVM和IP 信息列表
|
|
23013
23189
|
|