tencentcloud-sdk-python 3.0.1266__py2.py3-none-any.whl → 3.0.1267__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/models.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +49 -0
- tencentcloud/ccc/v20200210/models.py +110 -0
- tencentcloud/cdb/v20170320/errorcodes.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +46 -16
- tencentcloud/clb/v20180317/clb_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +54 -20
- tencentcloud/dasb/v20191018/models.py +92 -2
- tencentcloud/ess/v20201111/models.py +17 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +25 -5
- tencentcloud/essbasic/v20210526/models.py +15 -0
- tencentcloud/hunyuan/v20230901/models.py +30 -0
- tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +8 -8
- tencentcloud/iotvideo/v20191126/models.py +4 -4
- tencentcloud/monitor/v20180724/models.py +17 -0
- tencentcloud/mrs/v20200910/models.py +4 -8
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +1 -2
- tencentcloud/omics/v20221128/models.py +100 -172
- tencentcloud/partners/v20180321/models.py +0 -12
- tencentcloud/rce/v20201103/errorcodes.py +132 -0
- tencentcloud/rce/v20201103/models.py +261 -0
- tencentcloud/rce/v20201103/rce_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +2 -6
- tencentcloud/rum/v20210622/models.py +15 -0
- tencentcloud/tdmq/v20200217/models.py +40 -10
- tencentcloud/tke/v20180525/models.py +2 -2
- tencentcloud/tmt/v20180321/models.py +60 -5
- tencentcloud/vod/v20180717/models.py +2 -2
- tencentcloud/vod/v20180717/vod_client.py +1 -1
- tencentcloud/vod/v20240718/models.py +15 -15
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +103 -4
- tencentcloud/vpc/v20170312/vpc_client.py +7 -2
- tencentcloud/waf/v20180125/models.py +603 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +18 -18
- {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +44 -44
- {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -987,7 +987,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
987
987
|
|
988
988
|
注意:
|
989
989
|
|
990
|
-
- 如果同时传入了 hotword_id 和 hotword_list
|
990
|
+
- 如果同时传入了 hotword_id 和 hotword_list,只有hotword_list 生效;
|
991
991
|
|
992
992
|
- 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
993
993
|
|
@@ -1392,7 +1392,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
1392
1392
|
|
1393
1393
|
注意:
|
1394
1394
|
|
1395
|
-
- 如果同时传入了 hotword_id 和 hotword_list
|
1395
|
+
- 如果同时传入了 hotword_id 和 hotword_list,只有hotword_list 生效;
|
1396
1396
|
|
1397
1397
|
- 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
1398
1398
|
|
@@ -2528,6 +2528,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2528
2528
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
2529
2529
|
<li>SPOTPAID:竞价付费</li>
|
2530
2530
|
<li>PREPAID:预付费,即包年包月</li>
|
2531
|
+
<li>CDCPAID:专用集群付费</li>
|
2531
2532
|
:type InstanceChargeType: str
|
2532
2533
|
:param _InstanceMarketOptions: 实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。
|
2533
2534
|
:type InstanceMarketOptions: :class:`tencentcloud.autoscaling.v20180419.models.InstanceMarketOptionsRequest`
|
@@ -2567,6 +2568,8 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2567
2568
|
:type DisasterRecoverGroupIds: list of str
|
2568
2569
|
:param _ImageFamily: 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。
|
2569
2570
|
:type ImageFamily: str
|
2571
|
+
:param _DedicatedClusterId: 本地专用集群ID。
|
2572
|
+
:type DedicatedClusterId: str
|
2570
2573
|
"""
|
2571
2574
|
self._LaunchConfigurationName = None
|
2572
2575
|
self._ImageId = None
|
@@ -2594,6 +2597,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2594
2597
|
self._IPv6InternetAccessible = None
|
2595
2598
|
self._DisasterRecoverGroupIds = None
|
2596
2599
|
self._ImageFamily = None
|
2600
|
+
self._DedicatedClusterId = None
|
2597
2601
|
|
2598
2602
|
@property
|
2599
2603
|
def LaunchConfigurationName(self):
|
@@ -2724,6 +2728,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2724
2728
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
2725
2729
|
<li>SPOTPAID:竞价付费</li>
|
2726
2730
|
<li>PREPAID:预付费,即包年包月</li>
|
2731
|
+
<li>CDCPAID:专用集群付费</li>
|
2727
2732
|
:rtype: str
|
2728
2733
|
"""
|
2729
2734
|
return self._InstanceChargeType
|
@@ -2896,6 +2901,17 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2896
2901
|
def ImageFamily(self, ImageFamily):
|
2897
2902
|
self._ImageFamily = ImageFamily
|
2898
2903
|
|
2904
|
+
@property
|
2905
|
+
def DedicatedClusterId(self):
|
2906
|
+
"""本地专用集群ID。
|
2907
|
+
:rtype: str
|
2908
|
+
"""
|
2909
|
+
return self._DedicatedClusterId
|
2910
|
+
|
2911
|
+
@DedicatedClusterId.setter
|
2912
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
2913
|
+
self._DedicatedClusterId = DedicatedClusterId
|
2914
|
+
|
2899
2915
|
|
2900
2916
|
def _deserialize(self, params):
|
2901
2917
|
self._LaunchConfigurationName = params.get("LaunchConfigurationName")
|
@@ -2957,6 +2973,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
2957
2973
|
self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
|
2958
2974
|
self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
|
2959
2975
|
self._ImageFamily = params.get("ImageFamily")
|
2976
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
2960
2977
|
memeber_set = set(params.keys())
|
2961
2978
|
for name, value in vars(self).items():
|
2962
2979
|
property_name = name[1:]
|
@@ -8160,6 +8177,8 @@ class LaunchConfiguration(AbstractModel):
|
|
8160
8177
|
:param _ImageFamily: 镜像族名称。
|
8161
8178
|
注意:此字段可能返回 null,表示取不到有效值。
|
8162
8179
|
:type ImageFamily: str
|
8180
|
+
:param _DedicatedClusterId: 本地专用集群 ID。
|
8181
|
+
:type DedicatedClusterId: str
|
8163
8182
|
"""
|
8164
8183
|
self._ProjectId = None
|
8165
8184
|
self._LaunchConfigurationId = None
|
@@ -8193,6 +8212,7 @@ class LaunchConfiguration(AbstractModel):
|
|
8193
8212
|
self._IPv6InternetAccessible = None
|
8194
8213
|
self._DisasterRecoverGroupIds = None
|
8195
8214
|
self._ImageFamily = None
|
8215
|
+
self._DedicatedClusterId = None
|
8196
8216
|
|
8197
8217
|
@property
|
8198
8218
|
def ProjectId(self):
|
@@ -8551,6 +8571,17 @@ class LaunchConfiguration(AbstractModel):
|
|
8551
8571
|
def ImageFamily(self, ImageFamily):
|
8552
8572
|
self._ImageFamily = ImageFamily
|
8553
8573
|
|
8574
|
+
@property
|
8575
|
+
def DedicatedClusterId(self):
|
8576
|
+
"""本地专用集群 ID。
|
8577
|
+
:rtype: str
|
8578
|
+
"""
|
8579
|
+
return self._DedicatedClusterId
|
8580
|
+
|
8581
|
+
@DedicatedClusterId.setter
|
8582
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
8583
|
+
self._DedicatedClusterId = DedicatedClusterId
|
8584
|
+
|
8554
8585
|
|
8555
8586
|
def _deserialize(self, params):
|
8556
8587
|
self._ProjectId = params.get("ProjectId")
|
@@ -8623,6 +8654,7 @@ class LaunchConfiguration(AbstractModel):
|
|
8623
8654
|
self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
|
8624
8655
|
self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
|
8625
8656
|
self._ImageFamily = params.get("ImageFamily")
|
8657
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
8626
8658
|
memeber_set = set(params.keys())
|
8627
8659
|
for name, value in vars(self).items():
|
8628
8660
|
property_name = name[1:]
|
@@ -9869,6 +9901,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
9869
9901
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
9870
9902
|
<li>SPOTPAID:竞价付费</li>
|
9871
9903
|
<li>PREPAID:预付费,即包年包月</li>
|
9904
|
+
<li>CDCPAID:专用集群付费</li>
|
9872
9905
|
:type InstanceChargeType: str
|
9873
9906
|
:param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
|
9874
9907
|
若修改实例的付费模式为预付费,则该参数必传;从预付费修改为其他付费模式时,本字段原信息会自动丢弃。
|
@@ -9916,6 +9949,8 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
9916
9949
|
:type InstanceTags: list of InstanceTag
|
9917
9950
|
:param _ImageFamily: 镜像族名称。
|
9918
9951
|
:type ImageFamily: str
|
9952
|
+
:param _DedicatedClusterId: 本地专用集群ID。
|
9953
|
+
:type DedicatedClusterId: str
|
9919
9954
|
"""
|
9920
9955
|
self._LaunchConfigurationId = None
|
9921
9956
|
self._ImageId = None
|
@@ -9941,6 +9976,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
9941
9976
|
self._LoginSettings = None
|
9942
9977
|
self._InstanceTags = None
|
9943
9978
|
self._ImageFamily = None
|
9979
|
+
self._DedicatedClusterId = None
|
9944
9980
|
|
9945
9981
|
@property
|
9946
9982
|
def LaunchConfigurationId(self):
|
@@ -10043,6 +10079,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
10043
10079
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
10044
10080
|
<li>SPOTPAID:竞价付费</li>
|
10045
10081
|
<li>PREPAID:预付费,即包年包月</li>
|
10082
|
+
<li>CDCPAID:专用集群付费</li>
|
10046
10083
|
:rtype: str
|
10047
10084
|
"""
|
10048
10085
|
return self._InstanceChargeType
|
@@ -10232,6 +10269,17 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
10232
10269
|
def ImageFamily(self, ImageFamily):
|
10233
10270
|
self._ImageFamily = ImageFamily
|
10234
10271
|
|
10272
|
+
@property
|
10273
|
+
def DedicatedClusterId(self):
|
10274
|
+
"""本地专用集群ID。
|
10275
|
+
:rtype: str
|
10276
|
+
"""
|
10277
|
+
return self._DedicatedClusterId
|
10278
|
+
|
10279
|
+
@DedicatedClusterId.setter
|
10280
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
10281
|
+
self._DedicatedClusterId = DedicatedClusterId
|
10282
|
+
|
10235
10283
|
|
10236
10284
|
def _deserialize(self, params):
|
10237
10285
|
self._LaunchConfigurationId = params.get("LaunchConfigurationId")
|
@@ -10286,6 +10334,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
10286
10334
|
obj._deserialize(item)
|
10287
10335
|
self._InstanceTags.append(obj)
|
10288
10336
|
self._ImageFamily = params.get("ImageFamily")
|
10337
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
10289
10338
|
memeber_set = set(params.keys())
|
10290
10339
|
for name, value in vars(self).items():
|
10291
10340
|
property_name = name[1:]
|
@@ -3859,6 +3859,12 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
|
|
3859
3859
|
:type IVRId: int
|
3860
3860
|
:param _RetryTimes: 呼叫重试次数,0 - 2
|
3861
3861
|
:type RetryTimes: int
|
3862
|
+
:param _Variables: 自定义变量
|
3863
|
+
:type Variables: list of Variable
|
3864
|
+
:param _UUI: UUI
|
3865
|
+
:type UUI: str
|
3866
|
+
:param _CalleeAttributes: 被叫属性
|
3867
|
+
:type CalleeAttributes: list of CalleeAttribute
|
3862
3868
|
"""
|
3863
3869
|
self._SdkAppId = None
|
3864
3870
|
self._Name = None
|
@@ -3873,6 +3879,9 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
|
|
3873
3879
|
self._EndTime = None
|
3874
3880
|
self._IVRId = None
|
3875
3881
|
self._RetryTimes = None
|
3882
|
+
self._Variables = None
|
3883
|
+
self._UUI = None
|
3884
|
+
self._CalleeAttributes = None
|
3876
3885
|
|
3877
3886
|
@property
|
3878
3887
|
def SdkAppId(self):
|
@@ -4017,6 +4026,39 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
|
|
4017
4026
|
def RetryTimes(self, RetryTimes):
|
4018
4027
|
self._RetryTimes = RetryTimes
|
4019
4028
|
|
4029
|
+
@property
|
4030
|
+
def Variables(self):
|
4031
|
+
"""自定义变量
|
4032
|
+
:rtype: list of Variable
|
4033
|
+
"""
|
4034
|
+
return self._Variables
|
4035
|
+
|
4036
|
+
@Variables.setter
|
4037
|
+
def Variables(self, Variables):
|
4038
|
+
self._Variables = Variables
|
4039
|
+
|
4040
|
+
@property
|
4041
|
+
def UUI(self):
|
4042
|
+
"""UUI
|
4043
|
+
:rtype: str
|
4044
|
+
"""
|
4045
|
+
return self._UUI
|
4046
|
+
|
4047
|
+
@UUI.setter
|
4048
|
+
def UUI(self, UUI):
|
4049
|
+
self._UUI = UUI
|
4050
|
+
|
4051
|
+
@property
|
4052
|
+
def CalleeAttributes(self):
|
4053
|
+
"""被叫属性
|
4054
|
+
:rtype: list of CalleeAttribute
|
4055
|
+
"""
|
4056
|
+
return self._CalleeAttributes
|
4057
|
+
|
4058
|
+
@CalleeAttributes.setter
|
4059
|
+
def CalleeAttributes(self, CalleeAttributes):
|
4060
|
+
self._CalleeAttributes = CalleeAttributes
|
4061
|
+
|
4020
4062
|
|
4021
4063
|
def _deserialize(self, params):
|
4022
4064
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -4032,6 +4074,19 @@ class CreatePredictiveDialingCampaignRequest(AbstractModel):
|
|
4032
4074
|
self._EndTime = params.get("EndTime")
|
4033
4075
|
self._IVRId = params.get("IVRId")
|
4034
4076
|
self._RetryTimes = params.get("RetryTimes")
|
4077
|
+
if params.get("Variables") is not None:
|
4078
|
+
self._Variables = []
|
4079
|
+
for item in params.get("Variables"):
|
4080
|
+
obj = Variable()
|
4081
|
+
obj._deserialize(item)
|
4082
|
+
self._Variables.append(obj)
|
4083
|
+
self._UUI = params.get("UUI")
|
4084
|
+
if params.get("CalleeAttributes") is not None:
|
4085
|
+
self._CalleeAttributes = []
|
4086
|
+
for item in params.get("CalleeAttributes"):
|
4087
|
+
obj = CalleeAttribute()
|
4088
|
+
obj._deserialize(item)
|
4089
|
+
self._CalleeAttributes.append(obj)
|
4035
4090
|
memeber_set = set(params.keys())
|
4036
4091
|
for name, value in vars(self).items():
|
4037
4092
|
property_name = name[1:]
|
@@ -14504,6 +14559,12 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
|
|
14504
14559
|
:type IVRId: int
|
14505
14560
|
:param _RetryTimes: 呼叫重试次数,0 - 2
|
14506
14561
|
:type RetryTimes: int
|
14562
|
+
:param _Variables: 自定义变量
|
14563
|
+
:type Variables: list of Variable
|
14564
|
+
:param _UUI: UUI
|
14565
|
+
:type UUI: str
|
14566
|
+
:param _CalleeAttributes: 被叫属性
|
14567
|
+
:type CalleeAttributes: list of CalleeAttribute
|
14507
14568
|
"""
|
14508
14569
|
self._SdkAppId = None
|
14509
14570
|
self._CampaignId = None
|
@@ -14519,6 +14580,9 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
|
|
14519
14580
|
self._EndTime = None
|
14520
14581
|
self._IVRId = None
|
14521
14582
|
self._RetryTimes = None
|
14583
|
+
self._Variables = None
|
14584
|
+
self._UUI = None
|
14585
|
+
self._CalleeAttributes = None
|
14522
14586
|
|
14523
14587
|
@property
|
14524
14588
|
def SdkAppId(self):
|
@@ -14674,6 +14738,39 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
|
|
14674
14738
|
def RetryTimes(self, RetryTimes):
|
14675
14739
|
self._RetryTimes = RetryTimes
|
14676
14740
|
|
14741
|
+
@property
|
14742
|
+
def Variables(self):
|
14743
|
+
"""自定义变量
|
14744
|
+
:rtype: list of Variable
|
14745
|
+
"""
|
14746
|
+
return self._Variables
|
14747
|
+
|
14748
|
+
@Variables.setter
|
14749
|
+
def Variables(self, Variables):
|
14750
|
+
self._Variables = Variables
|
14751
|
+
|
14752
|
+
@property
|
14753
|
+
def UUI(self):
|
14754
|
+
""" UUI
|
14755
|
+
:rtype: str
|
14756
|
+
"""
|
14757
|
+
return self._UUI
|
14758
|
+
|
14759
|
+
@UUI.setter
|
14760
|
+
def UUI(self, UUI):
|
14761
|
+
self._UUI = UUI
|
14762
|
+
|
14763
|
+
@property
|
14764
|
+
def CalleeAttributes(self):
|
14765
|
+
"""被叫属性
|
14766
|
+
:rtype: list of CalleeAttribute
|
14767
|
+
"""
|
14768
|
+
return self._CalleeAttributes
|
14769
|
+
|
14770
|
+
@CalleeAttributes.setter
|
14771
|
+
def CalleeAttributes(self, CalleeAttributes):
|
14772
|
+
self._CalleeAttributes = CalleeAttributes
|
14773
|
+
|
14677
14774
|
|
14678
14775
|
def _deserialize(self, params):
|
14679
14776
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -14690,6 +14787,19 @@ class UpdatePredictiveDialingCampaignRequest(AbstractModel):
|
|
14690
14787
|
self._EndTime = params.get("EndTime")
|
14691
14788
|
self._IVRId = params.get("IVRId")
|
14692
14789
|
self._RetryTimes = params.get("RetryTimes")
|
14790
|
+
if params.get("Variables") is not None:
|
14791
|
+
self._Variables = []
|
14792
|
+
for item in params.get("Variables"):
|
14793
|
+
obj = Variable()
|
14794
|
+
obj._deserialize(item)
|
14795
|
+
self._Variables.append(obj)
|
14796
|
+
self._UUI = params.get("UUI")
|
14797
|
+
if params.get("CalleeAttributes") is not None:
|
14798
|
+
self._CalleeAttributes = []
|
14799
|
+
for item in params.get("CalleeAttributes"):
|
14800
|
+
obj = CalleeAttribute()
|
14801
|
+
obj._deserialize(item)
|
14802
|
+
self._CalleeAttributes.append(obj)
|
14693
14803
|
memeber_set = set(params.keys())
|
14694
14804
|
for name, value in vars(self).items():
|
14695
14805
|
property_name = name[1:]
|
@@ -566,7 +566,7 @@ RESOURCENOTFOUND = 'ResourceNotFound'
|
|
566
566
|
# 未找到数据库实例,请确认您的实例状态是否正常。
|
567
567
|
RESOURCENOTFOUND_CDBINSTANCENOTFOUNDERROR = 'ResourceNotFound.CdbInstanceNotFoundError'
|
568
568
|
|
569
|
-
#
|
569
|
+
# 该实例不存在。
|
570
570
|
RESOURCENOTFOUND_INSTANCENOTFOUNDERROR = 'ResourceNotFound.InstanceNotFoundError'
|
571
571
|
|
572
572
|
# 该实例不存在。
|
@@ -5393,9 +5393,9 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5393
5393
|
|
5394
5394
|
def __init__(self):
|
5395
5395
|
r"""
|
5396
|
-
:param _InstanceName:
|
5396
|
+
:param _InstanceName: ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
5397
5397
|
:type InstanceName: str
|
5398
|
-
:param _VpcId: 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
|
5398
|
+
:param _VpcId: 私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
|
5399
5399
|
:type VpcId: str
|
5400
5400
|
:param _SubnetId: 子网id。创建实例默认接入点所在的子网对应的子网 id
|
5401
5401
|
:type SubnetId: str
|
@@ -5431,6 +5431,8 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5431
5431
|
:type PublicNetworkMonthly: int
|
5432
5432
|
:param _Tags: 标签
|
5433
5433
|
:type Tags: list of Tag
|
5434
|
+
:param _ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认)
|
5435
|
+
:type ElasticBandwidthSwitch: int
|
5434
5436
|
"""
|
5435
5437
|
self._InstanceName = None
|
5436
5438
|
self._VpcId = None
|
@@ -5451,10 +5453,11 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5451
5453
|
self._InstanceNum = None
|
5452
5454
|
self._PublicNetworkMonthly = None
|
5453
5455
|
self._Tags = None
|
5456
|
+
self._ElasticBandwidthSwitch = None
|
5454
5457
|
|
5455
5458
|
@property
|
5456
5459
|
def InstanceName(self):
|
5457
|
-
"""
|
5460
|
+
"""ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
5458
5461
|
:rtype: str
|
5459
5462
|
"""
|
5460
5463
|
return self._InstanceName
|
@@ -5465,7 +5468,7 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5465
5468
|
|
5466
5469
|
@property
|
5467
5470
|
def VpcId(self):
|
5468
|
-
"""创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
|
5471
|
+
"""私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
|
5469
5472
|
:rtype: str
|
5470
5473
|
"""
|
5471
5474
|
return self._VpcId
|
@@ -5661,6 +5664,17 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5661
5664
|
def Tags(self, Tags):
|
5662
5665
|
self._Tags = Tags
|
5663
5666
|
|
5667
|
+
@property
|
5668
|
+
def ElasticBandwidthSwitch(self):
|
5669
|
+
"""弹性带宽开关 0不开启 1开启(0默认)
|
5670
|
+
:rtype: int
|
5671
|
+
"""
|
5672
|
+
return self._ElasticBandwidthSwitch
|
5673
|
+
|
5674
|
+
@ElasticBandwidthSwitch.setter
|
5675
|
+
def ElasticBandwidthSwitch(self, ElasticBandwidthSwitch):
|
5676
|
+
self._ElasticBandwidthSwitch = ElasticBandwidthSwitch
|
5677
|
+
|
5664
5678
|
|
5665
5679
|
def _deserialize(self, params):
|
5666
5680
|
self._InstanceName = params.get("InstanceName")
|
@@ -5687,6 +5701,7 @@ class CreateInstancePostRequest(AbstractModel):
|
|
5687
5701
|
obj = Tag()
|
5688
5702
|
obj._deserialize(item)
|
5689
5703
|
self._Tags.append(obj)
|
5704
|
+
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
5690
5705
|
memeber_set = set(params.keys())
|
5691
5706
|
for name, value in vars(self).items():
|
5692
5707
|
property_name = name[1:]
|
@@ -5825,7 +5840,7 @@ class CreateInstancePreData(AbstractModel):
|
|
5825
5840
|
:param _DealNames: 订单号列表
|
5826
5841
|
注意:此字段可能返回 null,表示取不到有效值。
|
5827
5842
|
:type DealNames: list of str
|
5828
|
-
:param _InstanceId:
|
5843
|
+
:param _InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
|
5829
5844
|
注意:此字段可能返回 null,表示取不到有效值。
|
5830
5845
|
:type InstanceId: str
|
5831
5846
|
:param _DealNameInstanceIdMapping: 订单和购买实例对应映射列表
|
@@ -5863,7 +5878,7 @@ class CreateInstancePreData(AbstractModel):
|
|
5863
5878
|
|
5864
5879
|
@property
|
5865
5880
|
def InstanceId(self):
|
5866
|
-
"""
|
5881
|
+
"""ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
|
5867
5882
|
注意:此字段可能返回 null,表示取不到有效值。
|
5868
5883
|
:rtype: str
|
5869
5884
|
"""
|
@@ -5913,7 +5928,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
5913
5928
|
|
5914
5929
|
def __init__(self):
|
5915
5930
|
r"""
|
5916
|
-
:param _InstanceName:
|
5931
|
+
:param _InstanceName: ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
5917
5932
|
:type InstanceName: str
|
5918
5933
|
:param _ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。需要保证传入的参数和 SubnetId 所在子网属于同一个可用区
|
5919
5934
|
:type ZoneId: int
|
@@ -5921,7 +5936,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
5921
5936
|
:type Period: str
|
5922
5937
|
:param _InstanceType: 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 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。
|
5923
5938
|
:type InstanceType: int
|
5924
|
-
:param _VpcId:
|
5939
|
+
:param _VpcId: 私有网络Id,必填
|
5925
5940
|
:type VpcId: str
|
5926
5941
|
:param _SubnetId: 子网id,必填
|
5927
5942
|
:type SubnetId: str
|
@@ -5937,7 +5952,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
5937
5952
|
:type SpecificationsType: str
|
5938
5953
|
:param _DiskSize: 磁盘大小,如果跟控制台规格配比不相符,则无法创建成功
|
5939
5954
|
:type DiskSize: int
|
5940
|
-
:param _BandWidth:
|
5955
|
+
:param _BandWidth: 实例带宽,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s
|
5941
5956
|
:type BandWidth: int
|
5942
5957
|
:param _Partition: 分区大小,如果跟控制台规格配比不相符,则无法创建成功
|
5943
5958
|
:type Partition: int
|
@@ -5955,6 +5970,8 @@ class CreateInstancePreRequest(AbstractModel):
|
|
5955
5970
|
:type InstanceNum: int
|
5956
5971
|
:param _AutoVoucher: 是否自动选择代金券:1-是;0否。默认为0
|
5957
5972
|
:type AutoVoucher: int
|
5973
|
+
:param _ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认)
|
5974
|
+
:type ElasticBandwidthSwitch: int
|
5958
5975
|
"""
|
5959
5976
|
self._InstanceName = None
|
5960
5977
|
self._ZoneId = None
|
@@ -5977,10 +5994,11 @@ class CreateInstancePreRequest(AbstractModel):
|
|
5977
5994
|
self._PublicNetworkMonthly = None
|
5978
5995
|
self._InstanceNum = None
|
5979
5996
|
self._AutoVoucher = None
|
5997
|
+
self._ElasticBandwidthSwitch = None
|
5980
5998
|
|
5981
5999
|
@property
|
5982
6000
|
def InstanceName(self):
|
5983
|
-
"""
|
6001
|
+
"""ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
5984
6002
|
:rtype: str
|
5985
6003
|
"""
|
5986
6004
|
return self._InstanceName
|
@@ -6024,7 +6042,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
6024
6042
|
|
6025
6043
|
@property
|
6026
6044
|
def VpcId(self):
|
6027
|
-
"""
|
6045
|
+
"""私有网络Id,必填
|
6028
6046
|
:rtype: str
|
6029
6047
|
"""
|
6030
6048
|
return self._VpcId
|
@@ -6112,7 +6130,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
6112
6130
|
|
6113
6131
|
@property
|
6114
6132
|
def BandWidth(self):
|
6115
|
-
"""
|
6133
|
+
"""实例带宽,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s
|
6116
6134
|
:rtype: int
|
6117
6135
|
"""
|
6118
6136
|
return self._BandWidth
|
@@ -6209,6 +6227,17 @@ class CreateInstancePreRequest(AbstractModel):
|
|
6209
6227
|
def AutoVoucher(self, AutoVoucher):
|
6210
6228
|
self._AutoVoucher = AutoVoucher
|
6211
6229
|
|
6230
|
+
@property
|
6231
|
+
def ElasticBandwidthSwitch(self):
|
6232
|
+
"""弹性带宽开关 0不开启 1开启(0默认)
|
6233
|
+
:rtype: int
|
6234
|
+
"""
|
6235
|
+
return self._ElasticBandwidthSwitch
|
6236
|
+
|
6237
|
+
@ElasticBandwidthSwitch.setter
|
6238
|
+
def ElasticBandwidthSwitch(self, ElasticBandwidthSwitch):
|
6239
|
+
self._ElasticBandwidthSwitch = ElasticBandwidthSwitch
|
6240
|
+
|
6212
6241
|
|
6213
6242
|
def _deserialize(self, params):
|
6214
6243
|
self._InstanceName = params.get("InstanceName")
|
@@ -6237,6 +6266,7 @@ class CreateInstancePreRequest(AbstractModel):
|
|
6237
6266
|
self._PublicNetworkMonthly = params.get("PublicNetworkMonthly")
|
6238
6267
|
self._InstanceNum = params.get("InstanceNum")
|
6239
6268
|
self._AutoVoucher = params.get("AutoVoucher")
|
6269
|
+
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
6240
6270
|
memeber_set = set(params.keys())
|
6241
6271
|
for name, value in vars(self).items():
|
6242
6272
|
property_name = name[1:]
|
@@ -26782,7 +26812,7 @@ class OperateResponseData(AbstractModel):
|
|
26782
26812
|
|
26783
26813
|
def __init__(self):
|
26784
26814
|
r"""
|
26785
|
-
:param _FlowId:
|
26815
|
+
:param _FlowId: 流程Id
|
26786
26816
|
注意:此字段可能返回 null,表示取不到有效值。
|
26787
26817
|
:type FlowId: int
|
26788
26818
|
:param _RouteDTO: RouteIdDto
|
@@ -26794,7 +26824,7 @@ class OperateResponseData(AbstractModel):
|
|
26794
26824
|
|
26795
26825
|
@property
|
26796
26826
|
def FlowId(self):
|
26797
|
-
"""
|
26827
|
+
"""流程Id
|
26798
26828
|
注意:此字段可能返回 null,表示取不到有效值。
|
26799
26829
|
:rtype: int
|
26800
26830
|
"""
|
@@ -28642,7 +28672,7 @@ class RouteDTO(AbstractModel):
|
|
28642
28672
|
|
28643
28673
|
def __init__(self):
|
28644
28674
|
r"""
|
28645
|
-
:param _RouteId:
|
28675
|
+
:param _RouteId: 路由Id
|
28646
28676
|
注意:此字段可能返回 null,表示取不到有效值。
|
28647
28677
|
:type RouteId: int
|
28648
28678
|
"""
|
@@ -28650,7 +28680,7 @@ class RouteDTO(AbstractModel):
|
|
28650
28680
|
|
28651
28681
|
@property
|
28652
28682
|
def RouteId(self):
|
28653
|
-
"""
|
28683
|
+
"""路由Id
|
28654
28684
|
注意:此字段可能返回 null,表示取不到有效值。
|
28655
28685
|
:rtype: int
|
28656
28686
|
"""
|
@@ -259,7 +259,7 @@ class ClbClient(AbstractClient):
|
|
259
259
|
|
260
260
|
def CreateLoadBalancer(self, request):
|
261
261
|
"""本接口(CreateLoadBalancer)用来创建负载均衡实例(本接口只支持购买按量计费的负载均衡,包年包月的负载均衡请通过控制台购买)。为了使用负载均衡服务,您必须购买一个或多个负载均衡实例。成功调用该接口后,会返回负载均衡实例的唯一 ID。负载均衡实例的类型分为:公网、内网。详情可参考产品说明中的产品类型。
|
262
|
-
注意:(1)
|
262
|
+
注意:(1)可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的是是否支持创建IPv6实例;(3)一个账号在每个地域的默认购买配额为:公网100个,内网100个。
|
263
263
|
本接口为异步接口,接口成功返回后,可使用 DescribeLoadBalancers 接口查询负载均衡实例的状态(如创建中、正常),以确定是否创建成功。
|
264
264
|
|
265
265
|
:param request: Request instance for CreateLoadBalancer.
|