tencentcloud-sdk-python 3.0.1326__py2.py3-none-any.whl → 3.0.1327__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1326'
17
+ __version__ = '3.0.1327'
@@ -5965,13 +5965,10 @@ class Externals(AbstractModel):
5965
5965
  def __init__(self):
5966
5966
  r"""
5967
5967
  :param _ReleaseAddress: 释放地址
5968
- 注意:此字段可能返回 null,表示取不到有效值。
5969
5968
  :type ReleaseAddress: bool
5970
5969
  :param _UnsupportNetworks: 不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>
5971
- 注意:此字段可能返回 null,表示取不到有效值。
5972
5970
  :type UnsupportNetworks: list of str
5973
5971
  :param _StorageBlockAttr: HDD本地存储属性
5974
- 注意:此字段可能返回 null,表示取不到有效值。
5975
5972
  :type StorageBlockAttr: :class:`tencentcloud.batch.v20170312.models.StorageBlock`
5976
5973
  """
5977
5974
  self._ReleaseAddress = None
@@ -5981,7 +5978,6 @@ class Externals(AbstractModel):
5981
5978
  @property
5982
5979
  def ReleaseAddress(self):
5983
5980
  """释放地址
5984
- 注意:此字段可能返回 null,表示取不到有效值。
5985
5981
  :rtype: bool
5986
5982
  """
5987
5983
  return self._ReleaseAddress
@@ -5993,7 +5989,6 @@ class Externals(AbstractModel):
5993
5989
  @property
5994
5990
  def UnsupportNetworks(self):
5995
5991
  """不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>
5996
- 注意:此字段可能返回 null,表示取不到有效值。
5997
5992
  :rtype: list of str
5998
5993
  """
5999
5994
  return self._UnsupportNetworks
@@ -6005,7 +6000,6 @@ class Externals(AbstractModel):
6005
6000
  @property
6006
6001
  def StorageBlockAttr(self):
6007
6002
  """HDD本地存储属性
6008
- 注意:此字段可能返回 null,表示取不到有效值。
6009
6003
  :rtype: :class:`tencentcloud.batch.v20170312.models.StorageBlock`
6010
6004
  """
6011
6005
  return self._StorageBlockAttr
@@ -6519,7 +6513,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6519
6513
  :param _NetworkCard: 网卡类型,例如:25代表25G网卡
6520
6514
  :type NetworkCard: int
6521
6515
  :param _Externals: 扩展属性。
6522
- 注意:此字段可能返回 null,表示取不到有效值。
6523
6516
  :type Externals: :class:`tencentcloud.batch.v20170312.models.Externals`
6524
6517
  :param _Cpu: 实例的CPU核数,单位:核。
6525
6518
  :type Cpu: int
@@ -6536,7 +6529,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6536
6529
  :param _Price: 实例的售卖价格。
6537
6530
  :type Price: :class:`tencentcloud.batch.v20170312.models.ItemPrice`
6538
6531
  :param _SoldOutReason: 售罄原因。
6539
- 注意:此字段可能返回 null,表示取不到有效值。
6540
6532
  :type SoldOutReason: str
6541
6533
  :param _InstanceBandwidth: 内网带宽,单位Gbps。
6542
6534
  :type InstanceBandwidth: float
@@ -6561,7 +6553,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6561
6553
  <li>NormalStock:表示对应库存供应有保障</li>
6562
6554
  <li> UnderStock:表示对应库存即将售罄</li>
6563
6555
  <li>WithoutStock:表示对应库存已经售罄</li>
6564
- 注意:此字段可能返回 null,表示取不到有效值。
6565
6556
  :type StatusCategory: str
6566
6557
  """
6567
6558
  self._Zone = None
@@ -6635,7 +6626,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6635
6626
  @property
6636
6627
  def Externals(self):
6637
6628
  """扩展属性。
6638
- 注意:此字段可能返回 null,表示取不到有效值。
6639
6629
  :rtype: :class:`tencentcloud.batch.v20170312.models.Externals`
6640
6630
  """
6641
6631
  return self._Externals
@@ -6724,7 +6714,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6724
6714
  @property
6725
6715
  def SoldOutReason(self):
6726
6716
  """售罄原因。
6727
- 注意:此字段可能返回 null,表示取不到有效值。
6728
6717
  :rtype: str
6729
6718
  """
6730
6719
  return self._SoldOutReason
@@ -6839,7 +6828,6 @@ class InstanceTypeQuotaItem(AbstractModel):
6839
6828
  <li>NormalStock:表示对应库存供应有保障</li>
6840
6829
  <li> UnderStock:表示对应库存即将售罄</li>
6841
6830
  <li>WithoutStock:表示对应库存已经售罄</li>
6842
- 注意:此字段可能返回 null,表示取不到有效值。
6843
6831
  :rtype: str
6844
6832
  """
6845
6833
  return self._StatusCategory
@@ -6981,69 +6969,50 @@ class ItemPrice(AbstractModel):
6981
6969
  def __init__(self):
6982
6970
  r"""
6983
6971
  :param _UnitPrice: 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
6984
- 注意:此字段可能返回 null,表示取不到有效值。
6985
6972
  :type UnitPrice: float
6986
6973
  :param _ChargeUnit: 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
6987
- 注意:此字段可能返回 null,表示取不到有效值。
6988
6974
  :type ChargeUnit: str
6989
6975
  :param _OriginalPrice: 预支合计费用的原价,预付费模式使用,单位:元。
6990
- 注意:此字段可能返回 null,表示取不到有效值。
6991
6976
  :type OriginalPrice: float
6992
6977
  :param _DiscountPrice: 预支合计费用的折扣价,预付费模式使用,单位:元。
6993
- 注意:此字段可能返回 null,表示取不到有效值。
6994
6978
  :type DiscountPrice: float
6995
6979
  :param _Discount: 折扣,如20.0代表2折。
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6980
  :type Discount: float
6998
6981
  :param _UnitPriceDiscount: 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
6999
- 注意:此字段可能返回 null,表示取不到有效值。
7000
6982
  :type UnitPriceDiscount: float
7001
6983
  :param _UnitPriceSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
7002
- 注意:此字段可能返回 null,表示取不到有效值。
7003
6984
  :type UnitPriceSecondStep: float
7004
6985
  :param _UnitPriceDiscountSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
7005
- 注意:此字段可能返回 null,表示取不到有效值。
7006
6986
  :type UnitPriceDiscountSecondStep: float
7007
6987
  :param _UnitPriceThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
7008
- 注意:此字段可能返回 null,表示取不到有效值。
7009
6988
  :type UnitPriceThirdStep: float
7010
6989
  :param _UnitPriceDiscountThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
7011
- 注意:此字段可能返回 null,表示取不到有效值。
7012
6990
  :type UnitPriceDiscountThirdStep: float
7013
6991
  :param _OriginalPriceThreeYear: 预支三年合计费用的原价,预付费模式使用,单位:元。
7014
- 注意:此字段可能返回 null,表示取不到有效值。
7015
6992
  注意:此字段可能返回 null,表示取不到有效值。
7016
6993
  :type OriginalPriceThreeYear: float
7017
6994
  :param _DiscountPriceThreeYear: 预支三年合计费用的折扣价,预付费模式使用,单位:元。
7018
- 注意:此字段可能返回 null,表示取不到有效值。
7019
6995
  注意:此字段可能返回 null,表示取不到有效值。
7020
6996
  :type DiscountPriceThreeYear: float
7021
6997
  :param _DiscountThreeYear: 预支三年应用的折扣,如20.0代表2折。
7022
- 注意:此字段可能返回 null,表示取不到有效值。
7023
6998
  注意:此字段可能返回 null,表示取不到有效值。
7024
6999
  :type DiscountThreeYear: float
7025
7000
  :param _OriginalPriceFiveYear: 预支五年合计费用的原价,预付费模式使用,单位:元。
7026
- 注意:此字段可能返回 null,表示取不到有效值。
7027
7001
  注意:此字段可能返回 null,表示取不到有效值。
7028
7002
  :type OriginalPriceFiveYear: float
7029
7003
  :param _DiscountPriceFiveYear: 预支五年合计费用的折扣价,预付费模式使用,单位:元。
7030
- 注意:此字段可能返回 null,表示取不到有效值。
7031
7004
  注意:此字段可能返回 null,表示取不到有效值。
7032
7005
  :type DiscountPriceFiveYear: float
7033
7006
  :param _DiscountFiveYear: 预支五年应用的折扣,如20.0代表2折。
7034
- 注意:此字段可能返回 null,表示取不到有效值。
7035
7007
  注意:此字段可能返回 null,表示取不到有效值。
7036
7008
  :type DiscountFiveYear: float
7037
7009
  :param _OriginalPriceOneYear: 预支一年合计费用的原价,预付费模式使用,单位:元。
7038
- 注意:此字段可能返回 null,表示取不到有效值。
7039
7010
  注意:此字段可能返回 null,表示取不到有效值。
7040
7011
  :type OriginalPriceOneYear: float
7041
7012
  :param _DiscountPriceOneYear: 预支一年合计费用的折扣价,预付费模式使用,单位:元。
7042
- 注意:此字段可能返回 null,表示取不到有效值。
7043
7013
  注意:此字段可能返回 null,表示取不到有效值。
7044
7014
  :type DiscountPriceOneYear: float
7045
7015
  :param _DiscountOneYear: 预支一年应用的折扣,如20.0代表2折。
7046
- 注意:此字段可能返回 null,表示取不到有效值。
7047
7016
  注意:此字段可能返回 null,表示取不到有效值。
7048
7017
  :type DiscountOneYear: float
7049
7018
  """
@@ -7070,7 +7039,6 @@ class ItemPrice(AbstractModel):
7070
7039
  @property
7071
7040
  def UnitPrice(self):
7072
7041
  """后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
7073
- 注意:此字段可能返回 null,表示取不到有效值。
7074
7042
  :rtype: float
7075
7043
  """
7076
7044
  return self._UnitPrice
@@ -7082,7 +7050,6 @@ class ItemPrice(AbstractModel):
7082
7050
  @property
7083
7051
  def ChargeUnit(self):
7084
7052
  """后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
7085
- 注意:此字段可能返回 null,表示取不到有效值。
7086
7053
  :rtype: str
7087
7054
  """
7088
7055
  return self._ChargeUnit
@@ -7094,7 +7061,6 @@ class ItemPrice(AbstractModel):
7094
7061
  @property
7095
7062
  def OriginalPrice(self):
7096
7063
  """预支合计费用的原价,预付费模式使用,单位:元。
7097
- 注意:此字段可能返回 null,表示取不到有效值。
7098
7064
  :rtype: float
7099
7065
  """
7100
7066
  return self._OriginalPrice
@@ -7106,7 +7072,6 @@ class ItemPrice(AbstractModel):
7106
7072
  @property
7107
7073
  def DiscountPrice(self):
7108
7074
  """预支合计费用的折扣价,预付费模式使用,单位:元。
7109
- 注意:此字段可能返回 null,表示取不到有效值。
7110
7075
  :rtype: float
7111
7076
  """
7112
7077
  return self._DiscountPrice
@@ -7118,7 +7083,6 @@ class ItemPrice(AbstractModel):
7118
7083
  @property
7119
7084
  def Discount(self):
7120
7085
  """折扣,如20.0代表2折。
7121
- 注意:此字段可能返回 null,表示取不到有效值。
7122
7086
  :rtype: float
7123
7087
  """
7124
7088
  return self._Discount
@@ -7130,7 +7094,6 @@ class ItemPrice(AbstractModel):
7130
7094
  @property
7131
7095
  def UnitPriceDiscount(self):
7132
7096
  """后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
7133
- 注意:此字段可能返回 null,表示取不到有效值。
7134
7097
  :rtype: float
7135
7098
  """
7136
7099
  return self._UnitPriceDiscount
@@ -7142,7 +7105,6 @@ class ItemPrice(AbstractModel):
7142
7105
  @property
7143
7106
  def UnitPriceSecondStep(self):
7144
7107
  """使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
7145
- 注意:此字段可能返回 null,表示取不到有效值。
7146
7108
  :rtype: float
7147
7109
  """
7148
7110
  return self._UnitPriceSecondStep
@@ -7154,7 +7116,6 @@ class ItemPrice(AbstractModel):
7154
7116
  @property
7155
7117
  def UnitPriceDiscountSecondStep(self):
7156
7118
  """使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
7157
- 注意:此字段可能返回 null,表示取不到有效值。
7158
7119
  :rtype: float
7159
7120
  """
7160
7121
  return self._UnitPriceDiscountSecondStep
@@ -7166,7 +7127,6 @@ class ItemPrice(AbstractModel):
7166
7127
  @property
7167
7128
  def UnitPriceThirdStep(self):
7168
7129
  """使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
7169
- 注意:此字段可能返回 null,表示取不到有效值。
7170
7130
  :rtype: float
7171
7131
  """
7172
7132
  return self._UnitPriceThirdStep
@@ -7178,7 +7138,6 @@ class ItemPrice(AbstractModel):
7178
7138
  @property
7179
7139
  def UnitPriceDiscountThirdStep(self):
7180
7140
  """使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
7181
- 注意:此字段可能返回 null,表示取不到有效值。
7182
7141
  :rtype: float
7183
7142
  """
7184
7143
  return self._UnitPriceDiscountThirdStep
@@ -7190,7 +7149,6 @@ class ItemPrice(AbstractModel):
7190
7149
  @property
7191
7150
  def OriginalPriceThreeYear(self):
7192
7151
  """预支三年合计费用的原价,预付费模式使用,单位:元。
7193
- 注意:此字段可能返回 null,表示取不到有效值。
7194
7152
  注意:此字段可能返回 null,表示取不到有效值。
7195
7153
  :rtype: float
7196
7154
  """
@@ -7203,7 +7161,6 @@ class ItemPrice(AbstractModel):
7203
7161
  @property
7204
7162
  def DiscountPriceThreeYear(self):
7205
7163
  """预支三年合计费用的折扣价,预付费模式使用,单位:元。
7206
- 注意:此字段可能返回 null,表示取不到有效值。
7207
7164
  注意:此字段可能返回 null,表示取不到有效值。
7208
7165
  :rtype: float
7209
7166
  """
@@ -7216,7 +7173,6 @@ class ItemPrice(AbstractModel):
7216
7173
  @property
7217
7174
  def DiscountThreeYear(self):
7218
7175
  """预支三年应用的折扣,如20.0代表2折。
7219
- 注意:此字段可能返回 null,表示取不到有效值。
7220
7176
  注意:此字段可能返回 null,表示取不到有效值。
7221
7177
  :rtype: float
7222
7178
  """
@@ -7229,7 +7185,6 @@ class ItemPrice(AbstractModel):
7229
7185
  @property
7230
7186
  def OriginalPriceFiveYear(self):
7231
7187
  """预支五年合计费用的原价,预付费模式使用,单位:元。
7232
- 注意:此字段可能返回 null,表示取不到有效值。
7233
7188
  注意:此字段可能返回 null,表示取不到有效值。
7234
7189
  :rtype: float
7235
7190
  """
@@ -7242,7 +7197,6 @@ class ItemPrice(AbstractModel):
7242
7197
  @property
7243
7198
  def DiscountPriceFiveYear(self):
7244
7199
  """预支五年合计费用的折扣价,预付费模式使用,单位:元。
7245
- 注意:此字段可能返回 null,表示取不到有效值。
7246
7200
  注意:此字段可能返回 null,表示取不到有效值。
7247
7201
  :rtype: float
7248
7202
  """
@@ -7255,7 +7209,6 @@ class ItemPrice(AbstractModel):
7255
7209
  @property
7256
7210
  def DiscountFiveYear(self):
7257
7211
  """预支五年应用的折扣,如20.0代表2折。
7258
- 注意:此字段可能返回 null,表示取不到有效值。
7259
7212
  注意:此字段可能返回 null,表示取不到有效值。
7260
7213
  :rtype: float
7261
7214
  """
@@ -7268,7 +7221,6 @@ class ItemPrice(AbstractModel):
7268
7221
  @property
7269
7222
  def OriginalPriceOneYear(self):
7270
7223
  """预支一年合计费用的原价,预付费模式使用,单位:元。
7271
- 注意:此字段可能返回 null,表示取不到有效值。
7272
7224
  注意:此字段可能返回 null,表示取不到有效值。
7273
7225
  :rtype: float
7274
7226
  """
@@ -7281,7 +7233,6 @@ class ItemPrice(AbstractModel):
7281
7233
  @property
7282
7234
  def DiscountPriceOneYear(self):
7283
7235
  """预支一年合计费用的折扣价,预付费模式使用,单位:元。
7284
- 注意:此字段可能返回 null,表示取不到有效值。
7285
7236
  注意:此字段可能返回 null,表示取不到有效值。
7286
7237
  :rtype: float
7287
7238
  """
@@ -7294,7 +7245,6 @@ class ItemPrice(AbstractModel):
7294
7245
  @property
7295
7246
  def DiscountOneYear(self):
7296
7247
  """预支一年应用的折扣,如20.0代表2折。
7297
- 注意:此字段可能返回 null,表示取不到有效值。
7298
7248
  注意:此字段可能返回 null,表示取不到有效值。
7299
7249
  :rtype: float
7300
7250
  """
@@ -9511,13 +9461,10 @@ class StorageBlock(AbstractModel):
9511
9461
  def __init__(self):
9512
9462
  r"""
9513
9463
  :param _Type: HDD本地存储类型,值为:LOCAL_PRO.
9514
- 注意:此字段可能返回 null,表示取不到有效值。
9515
9464
  :type Type: str
9516
9465
  :param _MinSize: HDD本地存储的最小容量
9517
- 注意:此字段可能返回 null,表示取不到有效值。
9518
9466
  :type MinSize: int
9519
9467
  :param _MaxSize: HDD本地存储的最大容量
9520
- 注意:此字段可能返回 null,表示取不到有效值。
9521
9468
  :type MaxSize: int
9522
9469
  """
9523
9470
  self._Type = None
@@ -9527,7 +9474,6 @@ class StorageBlock(AbstractModel):
9527
9474
  @property
9528
9475
  def Type(self):
9529
9476
  """HDD本地存储类型,值为:LOCAL_PRO.
9530
- 注意:此字段可能返回 null,表示取不到有效值。
9531
9477
  :rtype: str
9532
9478
  """
9533
9479
  return self._Type
@@ -9539,7 +9485,6 @@ class StorageBlock(AbstractModel):
9539
9485
  @property
9540
9486
  def MinSize(self):
9541
9487
  """HDD本地存储的最小容量
9542
- 注意:此字段可能返回 null,表示取不到有效值。
9543
9488
  :rtype: int
9544
9489
  """
9545
9490
  return self._MinSize
@@ -9551,7 +9496,6 @@ class StorageBlock(AbstractModel):
9551
9496
  @property
9552
9497
  def MaxSize(self):
9553
9498
  """HDD本地存储的最大容量
9554
- 注意:此字段可能返回 null,表示取不到有效值。
9555
9499
  :rtype: int
9556
9500
  """
9557
9501
  return self._MaxSize
@@ -215,7 +215,11 @@ class CccClient(AbstractClient):
215
215
 
216
216
 
217
217
  def CreateCallOutSession(self, request):
218
- """创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到坐席手机上,坐席接听后,然后再外呼用户,而且由于运营商频率限制,坐席手机号必须先加白名单,避免频控导致外呼失败。
218
+ """创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到座席手机上,座席接听后,然后再外呼用户,而且由于运营商频率限制,座席手机号必须先加白名单,避免频控导致外呼失败。所以调用此接口前,下述操作均已完成
219
+ 1. UserId 指定的座席已经[绑定手机号](https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF)
220
+ 2. 座席绑定的手机号已经[申请并通过了外呼白名单](https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4)
221
+ 3. 当前座席侧只能呼叫其手机,所以 IsForceMobile 字段当前必须为 true
222
+ 4. 被叫不要填当前 UserId 所绑定的手机号,否则会造成占线呼叫失败
219
223
 
220
224
  :param request: Request instance for CreateCallOutSession.
221
225
  :type request: :class:`tencentcloud.ccc.v20200210.models.CreateCallOutSessionRequest`
@@ -3636,7 +3636,7 @@ class CreateCallOutSessionRequest(AbstractModel):
3636
3636
  r"""
3637
3637
  :param _SdkAppId: 应用 ID
3638
3638
  :type SdkAppId: int
3639
- :param _UserId: 客服用户 ID,一般为客服邮箱
3639
+ :param _UserId: 客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
3640
3640
  :type UserId: str
3641
3641
  :param _Callee: 被叫号码,须带 0086 前缀
3642
3642
  :type Callee: str
@@ -3644,7 +3644,7 @@ class CreateCallOutSessionRequest(AbstractModel):
3644
3644
  :type Caller: str
3645
3645
  :param _Callers: 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀
3646
3646
  :type Callers: list of str
3647
- :param _IsForceUseMobile: 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
3647
+ :param _IsForceUseMobile: 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4
3648
3648
  :type IsForceUseMobile: bool
3649
3649
  :param _Uui: 自定义数据,长度限制 1024 字节
3650
3650
  :type Uui: str
@@ -3673,7 +3673,7 @@ class CreateCallOutSessionRequest(AbstractModel):
3673
3673
 
3674
3674
  @property
3675
3675
  def UserId(self):
3676
- """客服用户 ID,一般为客服邮箱
3676
+ """客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
3677
3677
  :rtype: str
3678
3678
  """
3679
3679
  return self._UserId
@@ -3717,7 +3717,7 @@ class CreateCallOutSessionRequest(AbstractModel):
3717
3717
 
3718
3718
  @property
3719
3719
  def IsForceUseMobile(self):
3720
- """是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
3720
+ """是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4
3721
3721
  :rtype: bool
3722
3722
  """
3723
3723
  return self._IsForceUseMobile
@@ -26,6 +26,52 @@ class ClbClient(AbstractClient):
26
26
  _service = 'clb'
27
27
 
28
28
 
29
+ def AddCustomizedConfig(self, request):
30
+ """新增个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。
31
+
32
+ :param request: Request instance for AddCustomizedConfig.
33
+ :type request: :class:`tencentcloud.clb.v20180317.models.AddCustomizedConfigRequest`
34
+ :rtype: :class:`tencentcloud.clb.v20180317.models.AddCustomizedConfigResponse`
35
+
36
+ """
37
+ try:
38
+ params = request._serialize()
39
+ headers = request.headers
40
+ body = self.call("AddCustomizedConfig", params, headers=headers)
41
+ response = json.loads(body)
42
+ model = models.AddCustomizedConfigResponse()
43
+ model._deserialize(response["Response"])
44
+ return model
45
+ except Exception as e:
46
+ if isinstance(e, TencentCloudSDKException):
47
+ raise
48
+ else:
49
+ raise TencentCloudSDKException(type(e).__name__, str(e))
50
+
51
+
52
+ def AssociateCustomizedConfig(self, request):
53
+ """关联配置到server或location,根据配置类型关联到server或location。准备下线,请使用SetCustomizedConfigForLoadBalancer。
54
+
55
+ :param request: Request instance for AssociateCustomizedConfig.
56
+ :type request: :class:`tencentcloud.clb.v20180317.models.AssociateCustomizedConfigRequest`
57
+ :rtype: :class:`tencentcloud.clb.v20180317.models.AssociateCustomizedConfigResponse`
58
+
59
+ """
60
+ try:
61
+ params = request._serialize()
62
+ headers = request.headers
63
+ body = self.call("AssociateCustomizedConfig", params, headers=headers)
64
+ response = json.loads(body)
65
+ model = models.AssociateCustomizedConfigResponse()
66
+ model._deserialize(response["Response"])
67
+ return model
68
+ except Exception as e:
69
+ if isinstance(e, TencentCloudSDKException):
70
+ raise
71
+ else:
72
+ raise TencentCloudSDKException(type(e).__name__, str(e))
73
+
74
+
29
75
  def AssociateTargetGroups(self, request):
30
76
  """本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。
31
77
  本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
@@ -375,6 +421,29 @@ class ClbClient(AbstractClient):
375
421
  raise TencentCloudSDKException(type(e).__name__, str(e))
376
422
 
377
423
 
424
+ def DeleteCustomizedConfig(self, request):
425
+ """删除个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。
426
+
427
+ :param request: Request instance for DeleteCustomizedConfig.
428
+ :type request: :class:`tencentcloud.clb.v20180317.models.DeleteCustomizedConfigRequest`
429
+ :rtype: :class:`tencentcloud.clb.v20180317.models.DeleteCustomizedConfigResponse`
430
+
431
+ """
432
+ try:
433
+ params = request._serialize()
434
+ headers = request.headers
435
+ body = self.call("DeleteCustomizedConfig", params, headers=headers)
436
+ response = json.loads(body)
437
+ model = models.DeleteCustomizedConfigResponse()
438
+ model._deserialize(response["Response"])
439
+ return model
440
+ except Exception as e:
441
+ if isinstance(e, TencentCloudSDKException):
442
+ raise
443
+ else:
444
+ raise TencentCloudSDKException(type(e).__name__, str(e))
445
+
446
+
378
447
  def DeleteListener(self, request):
379
448
  """本接口用来删除负载均衡实例下的监听器(四层和七层)。
380
449
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
@@ -1314,6 +1383,29 @@ class ClbClient(AbstractClient):
1314
1383
  raise TencentCloudSDKException(type(e).__name__, str(e))
1315
1384
 
1316
1385
 
1386
+ def DisassociateCustomizedConfig(self, request):
1387
+ """去关联个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。
1388
+
1389
+ :param request: Request instance for DisassociateCustomizedConfig.
1390
+ :type request: :class:`tencentcloud.clb.v20180317.models.DisassociateCustomizedConfigRequest`
1391
+ :rtype: :class:`tencentcloud.clb.v20180317.models.DisassociateCustomizedConfigResponse`
1392
+
1393
+ """
1394
+ try:
1395
+ params = request._serialize()
1396
+ headers = request.headers
1397
+ body = self.call("DisassociateCustomizedConfig", params, headers=headers)
1398
+ response = json.loads(body)
1399
+ model = models.DisassociateCustomizedConfigResponse()
1400
+ model._deserialize(response["Response"])
1401
+ return model
1402
+ except Exception as e:
1403
+ if isinstance(e, TencentCloudSDKException):
1404
+ raise
1405
+ else:
1406
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1407
+
1408
+
1317
1409
  def DisassociateTargetGroups(self, request):
1318
1410
  """解除规则的目标组关联关系。
1319
1411
  本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
@@ -1502,6 +1594,29 @@ class ClbClient(AbstractClient):
1502
1594
  raise TencentCloudSDKException(type(e).__name__, str(e))
1503
1595
 
1504
1596
 
1597
+ def ModifyCustomizedConfig(self, request):
1598
+ """修改个性化配置。如果配置已经绑定clb、server或location,同时更新。准备下线,请使用SetCustomizedConfigForLoadBalancer。
1599
+
1600
+ :param request: Request instance for ModifyCustomizedConfig.
1601
+ :type request: :class:`tencentcloud.clb.v20180317.models.ModifyCustomizedConfigRequest`
1602
+ :rtype: :class:`tencentcloud.clb.v20180317.models.ModifyCustomizedConfigResponse`
1603
+
1604
+ """
1605
+ try:
1606
+ params = request._serialize()
1607
+ headers = request.headers
1608
+ body = self.call("ModifyCustomizedConfig", params, headers=headers)
1609
+ response = json.loads(body)
1610
+ model = models.ModifyCustomizedConfigResponse()
1611
+ model._deserialize(response["Response"])
1612
+ return model
1613
+ except Exception as e:
1614
+ if isinstance(e, TencentCloudSDKException):
1615
+ raise
1616
+ else:
1617
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1618
+
1619
+
1505
1620
  def ModifyDomain(self, request):
1506
1621
  """ModifyDomain接口用来修改负载均衡七层监听器下的域名。
1507
1622
  本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。