tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -5913,7 +5913,6 @@ class DeviceOrderBaseInfo(AbstractModel):
|
|
5913
5913
|
:param _IdcId: 机房id
|
5914
5914
|
:type IdcId: int
|
5915
5915
|
:param _IdcName: 机房名称
|
5916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5917
5916
|
:type IdcName: str
|
5918
5917
|
:param _DeviceType: 设备类型
|
5919
5918
|
:type DeviceType: str
|
@@ -5975,7 +5974,6 @@ class DeviceOrderBaseInfo(AbstractModel):
|
|
5975
5974
|
@property
|
5976
5975
|
def IdcName(self):
|
5977
5976
|
"""机房名称
|
5978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5979
5977
|
:rtype: str
|
5980
5978
|
"""
|
5981
5979
|
return self._IdcName
|
@@ -7909,35 +7907,26 @@ class Personnel(AbstractModel):
|
|
7909
7907
|
def __init__(self):
|
7910
7908
|
r"""
|
7911
7909
|
:param _IDCardNumber: 证件号码
|
7912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7913
7910
|
:type IDCardNumber: str
|
7914
7911
|
:param _IDCardType: 证件类型。对应关系如下:IDENTITY_CARD: 身份证,
|
7915
7912
|
HONG_KONG_AND_MACAO_PASS: 港澳通行证',
|
7916
7913
|
PASSPORT: 护照,
|
7917
7914
|
DRIVING_LICENSE: 驾照,
|
7918
7915
|
OTHER: 其他
|
7919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7920
7916
|
:type IDCardType: str
|
7921
7917
|
:param _Company: 公司名称
|
7922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7923
7918
|
:type Company: str
|
7924
7919
|
:param _LanguageType: 语言。对应关系:ENGLISH: 英文, CHINESE: 中文
|
7925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7926
7920
|
:type LanguageType: str
|
7927
7921
|
:param _Name: 姓名
|
7928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7929
7922
|
:type Name: str
|
7930
7923
|
:param _TelNumber: 电话
|
7931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7932
7924
|
:type TelNumber: str
|
7933
7925
|
:param _Position: 职位
|
7934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7935
7926
|
:type Position: str
|
7936
7927
|
:param _Wechat: 微信
|
7937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7938
7928
|
:type Wechat: str
|
7939
7929
|
:param _Email: 邮箱
|
7940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7941
7930
|
:type Email: str
|
7942
7931
|
"""
|
7943
7932
|
self._IDCardNumber = None
|
@@ -7953,7 +7942,6 @@ OTHER: 其他
|
|
7953
7942
|
@property
|
7954
7943
|
def IDCardNumber(self):
|
7955
7944
|
"""证件号码
|
7956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7957
7945
|
:rtype: str
|
7958
7946
|
"""
|
7959
7947
|
return self._IDCardNumber
|
@@ -7969,7 +7957,6 @@ HONG_KONG_AND_MACAO_PASS: 港澳通行证',
|
|
7969
7957
|
PASSPORT: 护照,
|
7970
7958
|
DRIVING_LICENSE: 驾照,
|
7971
7959
|
OTHER: 其他
|
7972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7973
7960
|
:rtype: str
|
7974
7961
|
"""
|
7975
7962
|
return self._IDCardType
|
@@ -7981,7 +7968,6 @@ OTHER: 其他
|
|
7981
7968
|
@property
|
7982
7969
|
def Company(self):
|
7983
7970
|
"""公司名称
|
7984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7985
7971
|
:rtype: str
|
7986
7972
|
"""
|
7987
7973
|
return self._Company
|
@@ -7993,7 +7979,6 @@ OTHER: 其他
|
|
7993
7979
|
@property
|
7994
7980
|
def LanguageType(self):
|
7995
7981
|
"""语言。对应关系:ENGLISH: 英文, CHINESE: 中文
|
7996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7997
7982
|
:rtype: str
|
7998
7983
|
"""
|
7999
7984
|
return self._LanguageType
|
@@ -8005,7 +7990,6 @@ OTHER: 其他
|
|
8005
7990
|
@property
|
8006
7991
|
def Name(self):
|
8007
7992
|
"""姓名
|
8008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8009
7993
|
:rtype: str
|
8010
7994
|
"""
|
8011
7995
|
return self._Name
|
@@ -8017,7 +8001,6 @@ OTHER: 其他
|
|
8017
8001
|
@property
|
8018
8002
|
def TelNumber(self):
|
8019
8003
|
"""电话
|
8020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8021
8004
|
:rtype: str
|
8022
8005
|
"""
|
8023
8006
|
return self._TelNumber
|
@@ -8029,7 +8012,6 @@ OTHER: 其他
|
|
8029
8012
|
@property
|
8030
8013
|
def Position(self):
|
8031
8014
|
"""职位
|
8032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8033
8015
|
:rtype: str
|
8034
8016
|
"""
|
8035
8017
|
return self._Position
|
@@ -8041,7 +8023,6 @@ OTHER: 其他
|
|
8041
8023
|
@property
|
8042
8024
|
def Wechat(self):
|
8043
8025
|
"""微信
|
8044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8045
8026
|
:rtype: str
|
8046
8027
|
"""
|
8047
8028
|
return self._Wechat
|
@@ -8053,7 +8034,6 @@ OTHER: 其他
|
|
8053
8034
|
@property
|
8054
8035
|
def Email(self):
|
8055
8036
|
"""邮箱
|
8056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8057
8037
|
:rtype: str
|
8058
8038
|
"""
|
8059
8039
|
return self._Email
|
@@ -8802,16 +8782,12 @@ class SelfOperation(AbstractModel):
|
|
8802
8782
|
def __init__(self):
|
8803
8783
|
r"""
|
8804
8784
|
:param _StuffContact: 联系人员电话
|
8805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8806
8785
|
:type StuffContact: str
|
8807
8786
|
:param _StuffIDCard: 身份证号
|
8808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8809
8787
|
:type StuffIDCard: str
|
8810
8788
|
:param _StuffName: 人员姓名
|
8811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8812
8789
|
:type StuffName: str
|
8813
8790
|
:param _OperationTime: 上门时间
|
8814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8815
8791
|
:type OperationTime: str
|
8816
8792
|
"""
|
8817
8793
|
self._StuffContact = None
|
@@ -8822,7 +8798,6 @@ class SelfOperation(AbstractModel):
|
|
8822
8798
|
@property
|
8823
8799
|
def StuffContact(self):
|
8824
8800
|
"""联系人员电话
|
8825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8826
8801
|
:rtype: str
|
8827
8802
|
"""
|
8828
8803
|
return self._StuffContact
|
@@ -8834,7 +8809,6 @@ class SelfOperation(AbstractModel):
|
|
8834
8809
|
@property
|
8835
8810
|
def StuffIDCard(self):
|
8836
8811
|
"""身份证号
|
8837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8838
8812
|
:rtype: str
|
8839
8813
|
"""
|
8840
8814
|
return self._StuffIDCard
|
@@ -8846,7 +8820,6 @@ class SelfOperation(AbstractModel):
|
|
8846
8820
|
@property
|
8847
8821
|
def StuffName(self):
|
8848
8822
|
"""人员姓名
|
8849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8850
8823
|
:rtype: str
|
8851
8824
|
"""
|
8852
8825
|
return self._StuffName
|
@@ -8858,7 +8831,6 @@ class SelfOperation(AbstractModel):
|
|
8858
8831
|
@property
|
8859
8832
|
def OperationTime(self):
|
8860
8833
|
"""上门时间
|
8861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8862
8834
|
:rtype: str
|
8863
8835
|
"""
|
8864
8836
|
return self._OperationTime
|
@@ -9622,7 +9594,6 @@ class WorkOrderData(AbstractModel):
|
|
9622
9594
|
:param _CreateTime: 工单创建时间
|
9623
9595
|
:type CreateTime: str
|
9624
9596
|
:param _FinishTime: 工单完成时间
|
9625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9626
9597
|
:type FinishTime: str
|
9627
9598
|
"""
|
9628
9599
|
self._WorkOrderId = None
|
@@ -9702,7 +9673,6 @@ class WorkOrderData(AbstractModel):
|
|
9702
9673
|
@property
|
9703
9674
|
def FinishTime(self):
|
9704
9675
|
"""工单完成时间
|
9705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9706
9676
|
:rtype: str
|
9707
9677
|
"""
|
9708
9678
|
return self._FinishTime
|
@@ -594,7 +594,7 @@ class Backend(AbstractModel):
|
|
594
594
|
:type Type: str
|
595
595
|
:param _InstanceId: 后端服务的唯一 ID,如 ins-abcd1234
|
596
596
|
:type InstanceId: str
|
597
|
-
:param _Port:
|
597
|
+
:param _Port: 后端服务的监听端口,如果是全端口段监听器绑定的全监听目标组场景,此端口返回0,表示无效端口,绑定的后端服务的端口随监听器端口。
|
598
598
|
:type Port: int
|
599
599
|
:param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
|
600
600
|
:type Weight: int
|
@@ -652,7 +652,7 @@ class Backend(AbstractModel):
|
|
652
652
|
|
653
653
|
@property
|
654
654
|
def Port(self):
|
655
|
-
"""
|
655
|
+
"""后端服务的监听端口,如果是全端口段监听器绑定的全监听目标组场景,此端口返回0,表示无效端口,绑定的后端服务的端口随监听器端口。
|
656
656
|
:rtype: int
|
657
657
|
"""
|
658
658
|
return self._Port
|
@@ -5216,7 +5216,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5216
5216
|
:type TargetGroupName: str
|
5217
5217
|
:param _VpcId: 目标组的vpcid属性,不填则使用默认vpc
|
5218
5218
|
:type VpcId: str
|
5219
|
-
:param _Port: 目标组的默认端口,
|
5219
|
+
:param _Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。全监听目标组不支持此参数,非全监听目标组Port和TargetGroupInstances.N中的port二者必填其一。
|
5220
5220
|
|
5221
5221
|
:type Port: int
|
5222
5222
|
:param _TargetGroupInstances: 目标组绑定的后端服务器,单次最多支持50个。
|
@@ -5234,6 +5234,8 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5234
5234
|
</ul>
|
5235
5235
|
|
5236
5236
|
:type Weight: int
|
5237
|
+
:param _FullListenSwitch: 全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
|
5238
|
+
:type FullListenSwitch: bool
|
5237
5239
|
"""
|
5238
5240
|
self._TargetGroupName = None
|
5239
5241
|
self._VpcId = None
|
@@ -5243,6 +5245,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5243
5245
|
self._Protocol = None
|
5244
5246
|
self._Tags = None
|
5245
5247
|
self._Weight = None
|
5248
|
+
self._FullListenSwitch = None
|
5246
5249
|
|
5247
5250
|
@property
|
5248
5251
|
def TargetGroupName(self):
|
@@ -5268,7 +5271,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5268
5271
|
|
5269
5272
|
@property
|
5270
5273
|
def Port(self):
|
5271
|
-
"""目标组的默认端口,
|
5274
|
+
"""目标组的默认端口, 后续添加服务器时可使用该默认端口。全监听目标组不支持此参数,非全监听目标组Port和TargetGroupInstances.N中的port二者必填其一。
|
5272
5275
|
|
5273
5276
|
:rtype: int
|
5274
5277
|
"""
|
@@ -5338,6 +5341,17 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5338
5341
|
def Weight(self, Weight):
|
5339
5342
|
self._Weight = Weight
|
5340
5343
|
|
5344
|
+
@property
|
5345
|
+
def FullListenSwitch(self):
|
5346
|
+
"""全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
|
5347
|
+
:rtype: bool
|
5348
|
+
"""
|
5349
|
+
return self._FullListenSwitch
|
5350
|
+
|
5351
|
+
@FullListenSwitch.setter
|
5352
|
+
def FullListenSwitch(self, FullListenSwitch):
|
5353
|
+
self._FullListenSwitch = FullListenSwitch
|
5354
|
+
|
5341
5355
|
|
5342
5356
|
def _deserialize(self, params):
|
5343
5357
|
self._TargetGroupName = params.get("TargetGroupName")
|
@@ -5358,6 +5372,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5358
5372
|
obj._deserialize(item)
|
5359
5373
|
self._Tags.append(obj)
|
5360
5374
|
self._Weight = params.get("Weight")
|
5375
|
+
self._FullListenSwitch = params.get("FullListenSwitch")
|
5361
5376
|
memeber_set = set(params.keys())
|
5362
5377
|
for name, value in vars(self).items():
|
5363
5378
|
property_name = name[1:]
|
@@ -12083,7 +12098,7 @@ class InternetAccessible(AbstractModel):
|
|
12083
12098
|
|
12084
12099
|
def __init__(self):
|
12085
12100
|
r"""
|
12086
|
-
:param _InternetChargeType: TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR
|
12101
|
+
:param _InternetChargeType: TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费,国际站用户不支持该计费模式; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
|
12087
12102
|
注意:此字段可能返回 null,表示取不到有效值。
|
12088
12103
|
:type InternetChargeType: str
|
12089
12104
|
:param _InternetMaxBandwidthOut: 最大出带宽,单位Mbps,仅对公网属性的共享型、性能容量型和独占型 CLB 实例、以及内网属性的性能容量型 CLB 实例生效。
|
@@ -12102,7 +12117,7 @@ class InternetAccessible(AbstractModel):
|
|
12102
12117
|
|
12103
12118
|
@property
|
12104
12119
|
def InternetChargeType(self):
|
12105
|
-
"""TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR
|
12120
|
+
"""TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费,国际站用户不支持该计费模式; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
|
12106
12121
|
注意:此字段可能返回 null,表示取不到有效值。
|
12107
12122
|
:rtype: str
|
12108
12123
|
"""
|
@@ -16771,7 +16786,7 @@ class ModifyLoadBalancerMixIpTargetRequest(AbstractModel):
|
|
16771
16786
|
|
16772
16787
|
def __init__(self):
|
16773
16788
|
r"""
|
16774
|
-
:param _LoadBalancerIds: 负载均衡实例ID
|
16789
|
+
:param _LoadBalancerIds: 负载均衡实例ID数组,默认支持20个负载均衡实例ID。
|
16775
16790
|
:type LoadBalancerIds: list of str
|
16776
16791
|
:param _MixIpTarget: 开启/关闭IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标特性。
|
16777
16792
|
:type MixIpTarget: bool
|
@@ -16781,7 +16796,7 @@ class ModifyLoadBalancerMixIpTargetRequest(AbstractModel):
|
|
16781
16796
|
|
16782
16797
|
@property
|
16783
16798
|
def LoadBalancerIds(self):
|
16784
|
-
"""负载均衡实例ID
|
16799
|
+
"""负载均衡实例ID数组,默认支持20个负载均衡实例ID。
|
16785
16800
|
:rtype: list of str
|
16786
16801
|
"""
|
16787
16802
|
return self._LoadBalancerIds
|
@@ -17237,7 +17252,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
|
|
17237
17252
|
:type TargetGroupId: str
|
17238
17253
|
:param _TargetGroupName: 目标组的新名称。
|
17239
17254
|
:type TargetGroupName: str
|
17240
|
-
:param _Port:
|
17255
|
+
:param _Port: 目标组的新默认端口。全监听目标组不支持此参数。
|
17241
17256
|
:type Port: int
|
17242
17257
|
:param _Weight: 后端服务默认权重。
|
17243
17258
|
<ul>
|
@@ -17275,7 +17290,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
|
|
17275
17290
|
|
17276
17291
|
@property
|
17277
17292
|
def Port(self):
|
17278
|
-
"""
|
17293
|
+
"""目标组的新默认端口。全监听目标组不支持此参数。
|
17279
17294
|
:rtype: int
|
17280
17295
|
"""
|
17281
17296
|
return self._Port
|
@@ -21187,7 +21202,7 @@ class TargetGroupBackend(AbstractModel):
|
|
21187
21202
|
:type Type: str
|
21188
21203
|
:param _InstanceId: 后端服务的唯一 ID
|
21189
21204
|
:type InstanceId: str
|
21190
|
-
:param _Port:
|
21205
|
+
:param _Port: 后端服务的监听端口,全端口段监听器此字段返回0,代表无效端口,即不支持设置。
|
21191
21206
|
:type Port: int
|
21192
21207
|
:param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
|
21193
21208
|
:type Weight: int
|
@@ -21257,7 +21272,7 @@ class TargetGroupBackend(AbstractModel):
|
|
21257
21272
|
|
21258
21273
|
@property
|
21259
21274
|
def Port(self):
|
21260
|
-
"""
|
21275
|
+
"""后端服务的监听端口,全端口段监听器此字段返回0,代表无效端口,即不支持设置。
|
21261
21276
|
:rtype: int
|
21262
21277
|
"""
|
21263
21278
|
return self._Port
|
@@ -21385,7 +21400,7 @@ class TargetGroupInfo(AbstractModel):
|
|
21385
21400
|
:type VpcId: str
|
21386
21401
|
:param _TargetGroupName: 目标组的名字
|
21387
21402
|
:type TargetGroupName: str
|
21388
|
-
:param _Port:
|
21403
|
+
:param _Port: 目标组的默认端口,全监听目标组此字段返回0,表示无效端口。
|
21389
21404
|
注意:此字段可能返回 null,表示取不到有效值。
|
21390
21405
|
:type Port: int
|
21391
21406
|
:param _CreatedTime: 目标组的创建时间
|
@@ -21409,6 +21424,8 @@ class TargetGroupInfo(AbstractModel):
|
|
21409
21424
|
:param _Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
|
21410
21425
|
注意:此字段可能返回 null,表示取不到有效值。
|
21411
21426
|
:type Weight: int
|
21427
|
+
:param _FullListenSwitch: 是否全监听目标组
|
21428
|
+
:type FullListenSwitch: bool
|
21412
21429
|
"""
|
21413
21430
|
self._TargetGroupId = None
|
21414
21431
|
self._VpcId = None
|
@@ -21422,6 +21439,7 @@ class TargetGroupInfo(AbstractModel):
|
|
21422
21439
|
self._RegisteredInstancesCount = None
|
21423
21440
|
self._Tag = None
|
21424
21441
|
self._Weight = None
|
21442
|
+
self._FullListenSwitch = None
|
21425
21443
|
|
21426
21444
|
@property
|
21427
21445
|
def TargetGroupId(self):
|
@@ -21458,7 +21476,7 @@ class TargetGroupInfo(AbstractModel):
|
|
21458
21476
|
|
21459
21477
|
@property
|
21460
21478
|
def Port(self):
|
21461
|
-
"""
|
21479
|
+
"""目标组的默认端口,全监听目标组此字段返回0,表示无效端口。
|
21462
21480
|
注意:此字段可能返回 null,表示取不到有效值。
|
21463
21481
|
:rtype: int
|
21464
21482
|
"""
|
@@ -21561,6 +21579,17 @@ class TargetGroupInfo(AbstractModel):
|
|
21561
21579
|
def Weight(self, Weight):
|
21562
21580
|
self._Weight = Weight
|
21563
21581
|
|
21582
|
+
@property
|
21583
|
+
def FullListenSwitch(self):
|
21584
|
+
"""是否全监听目标组
|
21585
|
+
:rtype: bool
|
21586
|
+
"""
|
21587
|
+
return self._FullListenSwitch
|
21588
|
+
|
21589
|
+
@FullListenSwitch.setter
|
21590
|
+
def FullListenSwitch(self, FullListenSwitch):
|
21591
|
+
self._FullListenSwitch = FullListenSwitch
|
21592
|
+
|
21564
21593
|
|
21565
21594
|
def _deserialize(self, params):
|
21566
21595
|
self._TargetGroupId = params.get("TargetGroupId")
|
@@ -21585,6 +21614,7 @@ class TargetGroupInfo(AbstractModel):
|
|
21585
21614
|
obj._deserialize(item)
|
21586
21615
|
self._Tag.append(obj)
|
21587
21616
|
self._Weight = params.get("Weight")
|
21617
|
+
self._FullListenSwitch = params.get("FullListenSwitch")
|
21588
21618
|
memeber_set = set(params.keys())
|
21589
21619
|
for name, value in vars(self).items():
|
21590
21620
|
property_name = name[1:]
|
@@ -21604,13 +21634,13 @@ class TargetGroupInstance(AbstractModel):
|
|
21604
21634
|
r"""
|
21605
21635
|
:param _BindIP: 目标组实例的内网IP
|
21606
21636
|
:type BindIP: str
|
21607
|
-
:param _Port:
|
21637
|
+
:param _Port: 目标组实例的端口,全监听目标组不支持传此字段。
|
21608
21638
|
:type Port: int
|
21609
21639
|
:param _Weight: 目标组实例的权重
|
21610
21640
|
|
21611
21641
|
v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
|
21612
21642
|
:type Weight: int
|
21613
|
-
:param _NewPort:
|
21643
|
+
:param _NewPort: 目标组实例的新端口,全监听目标组不支持传此字段。
|
21614
21644
|
:type NewPort: int
|
21615
21645
|
"""
|
21616
21646
|
self._BindIP = None
|
@@ -21631,7 +21661,7 @@ v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时
|
|
21631
21661
|
|
21632
21662
|
@property
|
21633
21663
|
def Port(self):
|
21634
|
-
"""
|
21664
|
+
"""目标组实例的端口,全监听目标组不支持传此字段。
|
21635
21665
|
:rtype: int
|
21636
21666
|
"""
|
21637
21667
|
return self._Port
|
@@ -21655,7 +21685,7 @@ v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时
|
|
21655
21685
|
|
21656
21686
|
@property
|
21657
21687
|
def NewPort(self):
|
21658
|
-
"""
|
21688
|
+
"""目标组实例的新端口,全监听目标组不支持传此字段。
|
21659
21689
|
:rtype: int
|
21660
21690
|
"""
|
21661
21691
|
return self._NewPort
|
@@ -14672,10 +14672,8 @@ class MongoDBIndex(AbstractModel):
|
|
14672
14672
|
:param _Score: 得分。
|
14673
14673
|
:type Score: int
|
14674
14674
|
:param _IndexesToBuild: 推荐索引列表。
|
14675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14676
14675
|
:type IndexesToBuild: list of IndexesToBuild
|
14677
14676
|
:param _IndexesToDrop: 无效索引列表。
|
14678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14679
14677
|
:type IndexesToDrop: list of IndexesToDrop
|
14680
14678
|
"""
|
14681
14679
|
self._ClusterId = None
|
@@ -14744,7 +14742,6 @@ class MongoDBIndex(AbstractModel):
|
|
14744
14742
|
@property
|
14745
14743
|
def IndexesToBuild(self):
|
14746
14744
|
"""推荐索引列表。
|
14747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14748
14745
|
:rtype: list of IndexesToBuild
|
14749
14746
|
"""
|
14750
14747
|
return self._IndexesToBuild
|
@@ -14756,7 +14753,6 @@ class MongoDBIndex(AbstractModel):
|
|
14756
14753
|
@property
|
14757
14754
|
def IndexesToDrop(self):
|
14758
14755
|
"""无效索引列表。
|
14759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14760
14756
|
:rtype: list of IndexesToDrop
|
14761
14757
|
"""
|
14762
14758
|
return self._IndexesToDrop
|
@@ -15707,10 +15703,8 @@ class ReceiveUin(AbstractModel):
|
|
15707
15703
|
def __init__(self):
|
15708
15704
|
r"""
|
15709
15705
|
:param _UinName: 用户名
|
15710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15711
15706
|
:type UinName: str
|
15712
15707
|
:param _Uin: 用户id
|
15713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15714
15708
|
:type Uin: str
|
15715
15709
|
"""
|
15716
15710
|
self._UinName = None
|
@@ -15719,7 +15713,6 @@ class ReceiveUin(AbstractModel):
|
|
15719
15713
|
@property
|
15720
15714
|
def UinName(self):
|
15721
15715
|
"""用户名
|
15722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15723
15716
|
:rtype: str
|
15724
15717
|
"""
|
15725
15718
|
return self._UinName
|
@@ -15731,7 +15724,6 @@ class ReceiveUin(AbstractModel):
|
|
15731
15724
|
@property
|
15732
15725
|
def Uin(self):
|
15733
15726
|
"""用户id
|
15734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15735
15727
|
:rtype: str
|
15736
15728
|
"""
|
15737
15729
|
return self._Uin
|
@@ -713,10 +713,8 @@ class DescribeInstanceDetail(AbstractModel):
|
|
713
713
|
:param _Zone: 可用区
|
714
714
|
:type Zone: str
|
715
715
|
:param _FenceId: 金融围笼ID
|
716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
717
716
|
:type FenceId: str
|
718
717
|
:param _ClusterId: 所属集群ID(默认集群为空)
|
719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
720
718
|
:type ClusterId: str
|
721
719
|
"""
|
722
720
|
self._InstanceId = None
|
@@ -1013,7 +1011,6 @@ class DescribeInstanceDetail(AbstractModel):
|
|
1013
1011
|
@property
|
1014
1012
|
def FenceId(self):
|
1015
1013
|
"""金融围笼ID
|
1016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1017
1014
|
:rtype: str
|
1018
1015
|
"""
|
1019
1016
|
return self._FenceId
|
@@ -1025,7 +1022,6 @@ class DescribeInstanceDetail(AbstractModel):
|
|
1025
1022
|
@property
|
1026
1023
|
def ClusterId(self):
|
1027
1024
|
"""所属集群ID(默认集群为空)
|
1028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1029
1025
|
:rtype: str
|
1030
1026
|
"""
|
1031
1027
|
return self._ClusterId
|
@@ -1164,10 +1160,8 @@ class DescribeInstanceDetailResponse(AbstractModel):
|
|
1164
1160
|
:param _Zone: 可用区
|
1165
1161
|
:type Zone: str
|
1166
1162
|
:param _FenceId: 金融围笼ID
|
1167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1168
1163
|
:type FenceId: str
|
1169
1164
|
:param _ClusterId: 所属集群ID(默认集群为空)
|
1170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1171
1165
|
:type ClusterId: str
|
1172
1166
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1173
1167
|
:type RequestId: str
|
@@ -1467,7 +1461,6 @@ class DescribeInstanceDetailResponse(AbstractModel):
|
|
1467
1461
|
@property
|
1468
1462
|
def FenceId(self):
|
1469
1463
|
"""金融围笼ID
|
1470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1471
1464
|
:rtype: str
|
1472
1465
|
"""
|
1473
1466
|
return self._FenceId
|
@@ -1479,7 +1472,6 @@ class DescribeInstanceDetailResponse(AbstractModel):
|
|
1479
1472
|
@property
|
1480
1473
|
def ClusterId(self):
|
1481
1474
|
"""所属集群ID(默认集群为空)
|
1482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1483
1475
|
:rtype: str
|
1484
1476
|
"""
|
1485
1477
|
return self._ClusterId
|
@@ -2719,16 +2711,12 @@ class InstanceDeviceInfo(AbstractModel):
|
|
2719
2711
|
def __init__(self):
|
2720
2712
|
r"""
|
2721
2713
|
:param _InstanceId: 集群ID
|
2722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2723
2714
|
:type InstanceId: str
|
2724
2715
|
:param _ReadWriteDevice: 读写设备组
|
2725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2726
2716
|
:type ReadWriteDevice: list of DeviceInfo
|
2727
2717
|
:param _ReadOnlyDevice: 只读设备组
|
2728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2729
2718
|
:type ReadOnlyDevice: list of DeviceInfo
|
2730
2719
|
:param _FreeDevice: 空闲设备组
|
2731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2732
2720
|
:type FreeDevice: list of DeviceInfo
|
2733
2721
|
"""
|
2734
2722
|
self._InstanceId = None
|
@@ -2739,7 +2727,6 @@ class InstanceDeviceInfo(AbstractModel):
|
|
2739
2727
|
@property
|
2740
2728
|
def InstanceId(self):
|
2741
2729
|
"""集群ID
|
2742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2743
2730
|
:rtype: str
|
2744
2731
|
"""
|
2745
2732
|
return self._InstanceId
|
@@ -2751,7 +2738,6 @@ class InstanceDeviceInfo(AbstractModel):
|
|
2751
2738
|
@property
|
2752
2739
|
def ReadWriteDevice(self):
|
2753
2740
|
"""读写设备组
|
2754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2755
2741
|
:rtype: list of DeviceInfo
|
2756
2742
|
"""
|
2757
2743
|
return self._ReadWriteDevice
|
@@ -2763,7 +2749,6 @@ class InstanceDeviceInfo(AbstractModel):
|
|
2763
2749
|
@property
|
2764
2750
|
def ReadOnlyDevice(self):
|
2765
2751
|
"""只读设备组
|
2766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2767
2752
|
:rtype: list of DeviceInfo
|
2768
2753
|
"""
|
2769
2754
|
return self._ReadOnlyDevice
|
@@ -2775,7 +2760,6 @@ class InstanceDeviceInfo(AbstractModel):
|
|
2775
2760
|
@property
|
2776
2761
|
def FreeDevice(self):
|
2777
2762
|
"""空闲设备组
|
2778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2779
2763
|
:rtype: list of DeviceInfo
|
2780
2764
|
"""
|
2781
2765
|
return self._FreeDevice
|
@@ -92,6 +92,9 @@ FAILEDOPERATION_TAGDRYRUNERROR = 'FailedOperation.TagDryRunError'
|
|
92
92
|
# 标签配额不足。
|
93
93
|
FAILEDOPERATION_TAGQUOTAEXCEEDLIMIT = 'FailedOperation.TagQuotaExceedLimit'
|
94
94
|
|
95
|
+
# 计费配置查询失败
|
96
|
+
FAILEDOPERATION_TRADECONFIGNOTFOUND = 'FailedOperation.TradeConfigNotFound'
|
97
|
+
|
95
98
|
# 实例安全组信息更新失败。
|
96
99
|
FAILEDOPERATION_UPDATEINSTANCEINFOFAILED = 'FailedOperation.UpdateInstanceInfoFailed'
|
97
100
|
|