tencentcloud-sdk-python 3.0.1255__py2.py3-none-any.whl → 3.0.1256__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.1255'
17
+ __version__ = '3.0.1256'
@@ -1338,7 +1338,9 @@ class CfwClient(AbstractClient):
1338
1338
 
1339
1339
 
1340
1340
  def DescribeNatSwitchList(self, request):
1341
- """查询NAT边界防火墙开关列表
1341
+ """旧接口,不再维护
1342
+
1343
+ 查询NAT边界防火墙开关列表
1342
1344
 
1343
1345
  :param request: Request instance for DescribeNatSwitchList.
1344
1346
  :type request: :class:`tencentcloud.cfw.v20190904.models.DescribeNatSwitchListRequest`
@@ -7822,7 +7822,7 @@ true为启用,false为不启用
7822
7822
  :type Port: str
7823
7823
  :param _Protocol: 协议;TCP/UDP/ICMP/ANY
7824
7824
  :type Protocol: str
7825
- :param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id;与Protocol,Port互斥
7825
+ :param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
7826
7826
  :type ServiceTemplateId: str
7827
7827
  :param _RuleUuid: 规则的uuid
7828
7828
  :type RuleUuid: int
@@ -11689,7 +11689,7 @@ class EdgeIpInfo(AbstractModel):
11689
11689
  r"""
11690
11690
  :param _PublicIp: 公网IP
11691
11691
  :type PublicIp: str
11692
- :param _PublicIpType: 公网 IP 类型
11692
+ :param _PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
11693
11693
  注意:此字段可能返回 null,表示取不到有效值。
11694
11694
  :type PublicIpType: int
11695
11695
  :param _InstanceId: 实例ID
@@ -3364,7 +3364,7 @@ OPEN:公网属性, INTERNAL:内网属性。
3364
3364
  :type LoadBalancerName: str
3365
3365
  :param _VpcId: 负载均衡后端目标设备所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcEx](https://cloud.tencent.com/document/product/215/1372) 接口获取。 不填此参数则默认为DefaultVPC。创建内网负载均衡实例时,此参数必填。
3366
3366
  :type VpcId: str
3367
- :param _SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填。
3367
+ :param _SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。
3368
3368
  :type SubnetId: str
3369
3369
  :param _ProjectId: 负载均衡实例所属的项目 ID,可以通过 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取。不填此参数则视为默认项目。
3370
3370
  :type ProjectId: int
@@ -3416,6 +3416,10 @@ OPEN:公网属性, INTERNAL:内网属性。
3416
3416
  :type Egress: str
3417
3417
  :param _LBChargePrepaid: 负载均衡实例的预付费相关属性
3418
3418
  :type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
3419
+ :param _LBChargeType: 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
3420
+ :type LBChargeType: str
3421
+ :param _AccessLogTopicId: 七层访问日志主题ID
3422
+ :type AccessLogTopicId: str
3419
3423
  """
3420
3424
  self._LoadBalancerType = None
3421
3425
  self._Forward = None
@@ -3445,6 +3449,8 @@ OPEN:公网属性, INTERNAL:内网属性。
3445
3449
  self._DynamicVip = None
3446
3450
  self._Egress = None
3447
3451
  self._LBChargePrepaid = None
3452
+ self._LBChargeType = None
3453
+ self._AccessLogTopicId = None
3448
3454
 
3449
3455
  @property
3450
3456
  def LoadBalancerType(self):
@@ -3670,6 +3676,22 @@ OPEN:公网属性, INTERNAL:内网属性。
3670
3676
  def LBChargePrepaid(self, LBChargePrepaid):
3671
3677
  self._LBChargePrepaid = LBChargePrepaid
3672
3678
 
3679
+ @property
3680
+ def LBChargeType(self):
3681
+ return self._LBChargeType
3682
+
3683
+ @LBChargeType.setter
3684
+ def LBChargeType(self, LBChargeType):
3685
+ self._LBChargeType = LBChargeType
3686
+
3687
+ @property
3688
+ def AccessLogTopicId(self):
3689
+ return self._AccessLogTopicId
3690
+
3691
+ @AccessLogTopicId.setter
3692
+ def AccessLogTopicId(self, AccessLogTopicId):
3693
+ self._AccessLogTopicId = AccessLogTopicId
3694
+
3673
3695
 
3674
3696
  def _deserialize(self, params):
3675
3697
  self._LoadBalancerType = params.get("LoadBalancerType")
@@ -3716,6 +3738,8 @@ OPEN:公网属性, INTERNAL:内网属性。
3716
3738
  if params.get("LBChargePrepaid") is not None:
3717
3739
  self._LBChargePrepaid = LBChargePrepaid()
3718
3740
  self._LBChargePrepaid._deserialize(params.get("LBChargePrepaid"))
3741
+ self._LBChargeType = params.get("LBChargeType")
3742
+ self._AccessLogTopicId = params.get("AccessLogTopicId")
3719
3743
  memeber_set = set(params.keys())
3720
3744
  for name, value in vars(self).items():
3721
3745
  property_name = name[1:]
@@ -2838,7 +2838,9 @@ class CwpClient(AbstractClient):
2838
2838
 
2839
2839
 
2840
2840
  def DescribeAttackSource(self, request):
2841
- """查询攻击溯源
2841
+ """已废弃
2842
+
2843
+ 查询攻击溯源
2842
2844
 
2843
2845
  :param request: Request instance for DescribeAttackSource.
2844
2846
  :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAttackSourceRequest`
@@ -2861,7 +2863,9 @@ class CwpClient(AbstractClient):
2861
2863
 
2862
2864
 
2863
2865
  def DescribeAttackSourceEvents(self, request):
2864
- """查询攻击溯源事件
2866
+ """已废弃
2867
+
2868
+ 查询攻击溯源事件
2865
2869
 
2866
2870
  :param request: Request instance for DescribeAttackSourceEvents.
2867
2871
  :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAttackSourceEventsRequest`
@@ -4924,9 +4924,9 @@ class AssetUserBaseInfo(AbstractModel):
4924
4924
  :type Name: str
4925
4925
  :param _ProjectId: 主机业务组ID
4926
4926
  :type ProjectId: int
4927
- :param _UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅windows
4927
+ :param _UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅Windows
4928
4928
  :type UserType: int
4929
- :param _IsDomain: 是否域账号:0否, 1是,2否, 999为空 仅windows
4929
+ :param _IsDomain: 是否域账号:0否, 1是,2否, 999为空 仅Windows
4930
4930
  :type IsDomain: int
4931
4931
  :param _IsSudo: 是否有sudo权限,1是,0否, 999为空, 仅linux
4932
4932
  :type IsSudo: int
@@ -5290,9 +5290,9 @@ class AssetUserDetail(AbstractModel):
5290
5290
  :type LastLoginTime: str
5291
5291
  :param _Name: 账号名称
5292
5292
  :type Name: str
5293
- :param _UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅windows
5293
+ :param _UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅Windows
5294
5294
  :type UserType: int
5295
- :param _IsDomain: 是否域账号:0否, 1是, 999为空 仅windows
5295
+ :param _IsDomain: 是否域账号:0否, 1是, 999为空 仅Windows
5296
5296
  :type IsDomain: int
5297
5297
  :param _IsSshLogin: 是否允许ssh登录,1是,0否, 999为空, 仅linux
5298
5298
  :type IsSshLogin: int
@@ -40688,7 +40688,7 @@ class DescribeMalwareWhiteListRequest(AbstractModel):
40688
40688
  :type Filters: list of Filter
40689
40689
  :param _Order: 排序方式: [ASC:升序|DESC:降序]
40690
40690
  :type Order: str
40691
- :param _By: 可选排序列: [EventsCount]
40691
+ :param _By: 可选排序列: [EventsCount|CreateTime|ModifyTime]
40692
40692
  :type By: str
40693
40693
  """
40694
40694
  self._Offset = None
@@ -46946,7 +46946,7 @@ class DescribeSecurityBroadcastsRequest(AbstractModel):
46946
46946
  :type BeginDate: str
46947
46947
  :param _EndDate: 筛选发布日期:结束时间
46948
46948
  :type EndDate: str
46949
- :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布
46949
+ :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-最佳实践
46950
46950
  :type BroadcastType: str
46951
46951
  """
46952
46952
  self._Offset = None
@@ -54669,22 +54669,7 @@ class ExportAssetAppListRequest(AbstractModel):
54669
54669
  r"""
54670
54670
  :param _Quuid: 查询指定Quuid主机的信息
54671
54671
  :type Quuid: str
54672
- :param _Filters: 过滤条件。
54673
- <li>AppName- string - 是否必填:否 - 应用名搜索</li>
54674
- <li>IP - String - 是否必填:否 - 主机ip</li>
54675
- <li>MachineName - String - 是否必填:否 - 主机名称</li>
54676
- <li>InstanceID - string - 是否必填:否 - 实例ID</li>
54677
- <li>Type - int - 是否必填:否 - 类型 : 仅linux
54678
- 0: 全部
54679
- 1: 运维
54680
- 2 : 数据库
54681
- 3 : 安全
54682
- 4 : 可疑应用
54683
- 5 : 系统架构
54684
- 6 : 系统应用
54685
- 7 : WEB服务
54686
- 99:其他</li>
54687
- <li>OsType - uint64 - 是否必填:否 - windows/linux</li>
54672
+ :param _Filters: 过滤条件。<li>AppName- string - 是否必填:否 - 应用名搜索</li><li>IP - String - 是否必填:否 - 主机ip</li><li>MachineName - String - 是否必填:否 - 主机名称</li><li>InstanceID - string - 是否必填:否 - 实例ID</li><li>Type - int - 是否必填:否 - 类型 : 仅linux0: 全部1: 运维2 : 数据库3 : 安全4 : 可疑应用5 : 系统架构6 : 系统应用7 : WEB服务99:其他</li><li>OsType - uint64 - 是否必填:否 - Windows/Linux</li>
54688
54673
  :type Filters: list of AssetFilters
54689
54674
  :param _Order: 排序方式,asc升序 或 desc降序
54690
54675
  :type Order: str
@@ -67825,6 +67810,9 @@ class MalwareInfo(AbstractModel):
67825
67810
  :param _MachineExtraInfo: 附加信息
67826
67811
  注意:此字段可能返回 null,表示取不到有效值。
67827
67812
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
67813
+ :param _References: 参考链接
67814
+ 注意:此字段可能返回 null,表示取不到有效值。
67815
+ :type References: list of str
67828
67816
  """
67829
67817
  self._VirusName = None
67830
67818
  self._FileSize = None
@@ -67856,6 +67844,7 @@ class MalwareInfo(AbstractModel):
67856
67844
  self._ModifyTime = None
67857
67845
  self._StrFileAccessTime = None
67858
67846
  self._MachineExtraInfo = None
67847
+ self._References = None
67859
67848
 
67860
67849
  @property
67861
67850
  def VirusName(self):
@@ -68097,6 +68086,14 @@ class MalwareInfo(AbstractModel):
68097
68086
  def MachineExtraInfo(self, MachineExtraInfo):
68098
68087
  self._MachineExtraInfo = MachineExtraInfo
68099
68088
 
68089
+ @property
68090
+ def References(self):
68091
+ return self._References
68092
+
68093
+ @References.setter
68094
+ def References(self, References):
68095
+ self._References = References
68096
+
68100
68097
 
68101
68098
  def _deserialize(self, params):
68102
68099
  self._VirusName = params.get("VirusName")
@@ -68131,6 +68128,7 @@ class MalwareInfo(AbstractModel):
68131
68128
  if params.get("MachineExtraInfo") is not None:
68132
68129
  self._MachineExtraInfo = MachineExtraInfo()
68133
68130
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
68131
+ self._References = params.get("References")
68134
68132
  memeber_set = set(params.keys())
68135
68133
  for name, value in vars(self).items():
68136
68134
  property_name = name[1:]
@@ -68401,6 +68399,8 @@ class MalwareWhiteListInfo(AbstractModel):
68401
68399
  :type CreateTime: str
68402
68400
  :param _EventsCount: 受影响记录
68403
68401
  :type EventsCount: int
68402
+ :param _ModifyTime: 规则修改时间
68403
+ :type ModifyTime: str
68404
68404
  """
68405
68405
  self._Id = None
68406
68406
  self._QuuidList = None
@@ -68413,6 +68413,7 @@ class MalwareWhiteListInfo(AbstractModel):
68413
68413
  self._FileExtension = None
68414
68414
  self._CreateTime = None
68415
68415
  self._EventsCount = None
68416
+ self._ModifyTime = None
68416
68417
 
68417
68418
  @property
68418
68419
  def Id(self):
@@ -68502,6 +68503,14 @@ class MalwareWhiteListInfo(AbstractModel):
68502
68503
  def EventsCount(self, EventsCount):
68503
68504
  self._EventsCount = EventsCount
68504
68505
 
68506
+ @property
68507
+ def ModifyTime(self):
68508
+ return self._ModifyTime
68509
+
68510
+ @ModifyTime.setter
68511
+ def ModifyTime(self, ModifyTime):
68512
+ self._ModifyTime = ModifyTime
68513
+
68505
68514
 
68506
68515
  def _deserialize(self, params):
68507
68516
  self._Id = params.get("Id")
@@ -68515,6 +68524,7 @@ class MalwareWhiteListInfo(AbstractModel):
68515
68524
  self._FileExtension = params.get("FileExtension")
68516
68525
  self._CreateTime = params.get("CreateTime")
68517
68526
  self._EventsCount = params.get("EventsCount")
68527
+ self._ModifyTime = params.get("ModifyTime")
68518
68528
  memeber_set = set(params.keys())
68519
68529
  for name, value in vars(self).items():
68520
68530
  property_name = name[1:]
@@ -77533,6 +77543,9 @@ class RansomDefenseRollbackTask(AbstractModel):
77533
77543
  :type ModifyTime: str
77534
77544
  :param _RegionInfo: 可用区信息
77535
77545
  :type RegionInfo: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
77546
+ :param _InstanceId: 主机示例ID
77547
+ 注意:此字段可能返回 null,表示取不到有效值。
77548
+ :type InstanceId: str
77536
77549
  """
77537
77550
  self._Id = None
77538
77551
  self._Uuid = None
@@ -77544,6 +77557,7 @@ class RansomDefenseRollbackTask(AbstractModel):
77544
77557
  self._BackupTime = None
77545
77558
  self._ModifyTime = None
77546
77559
  self._RegionInfo = None
77560
+ self._InstanceId = None
77547
77561
 
77548
77562
  @property
77549
77563
  def Id(self):
@@ -77625,6 +77639,14 @@ class RansomDefenseRollbackTask(AbstractModel):
77625
77639
  def RegionInfo(self, RegionInfo):
77626
77640
  self._RegionInfo = RegionInfo
77627
77641
 
77642
+ @property
77643
+ def InstanceId(self):
77644
+ return self._InstanceId
77645
+
77646
+ @InstanceId.setter
77647
+ def InstanceId(self, InstanceId):
77648
+ self._InstanceId = InstanceId
77649
+
77628
77650
 
77629
77651
  def _deserialize(self, params):
77630
77652
  self._Id = params.get("Id")
@@ -77639,6 +77661,7 @@ class RansomDefenseRollbackTask(AbstractModel):
77639
77661
  if params.get("RegionInfo") is not None:
77640
77662
  self._RegionInfo = RegionInfo()
77641
77663
  self._RegionInfo._deserialize(params.get("RegionInfo"))
77664
+ self._InstanceId = params.get("InstanceId")
77642
77665
  memeber_set = set(params.keys())
77643
77666
  for name, value in vars(self).items():
77644
77667
  property_name = name[1:]
@@ -78145,6 +78168,9 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
78145
78168
  :param _BackupSuccessCount: 备份成功次数
78146
78169
  注意:此字段可能返回 null,表示取不到有效值。
78147
78170
  :type BackupSuccessCount: int
78171
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
78172
+ 注意:此字段可能返回 null,表示取不到有效值。
78173
+ :type HostVersion: int
78148
78174
  """
78149
78175
  self._Uuid = None
78150
78176
  self._Quuid = None
@@ -78166,6 +78192,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
78166
78192
  self._RollBackPercent = None
78167
78193
  self._RollBackStatus = None
78168
78194
  self._BackupSuccessCount = None
78195
+ self._HostVersion = None
78169
78196
 
78170
78197
  @property
78171
78198
  def Uuid(self):
@@ -78327,6 +78354,14 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
78327
78354
  def BackupSuccessCount(self, BackupSuccessCount):
78328
78355
  self._BackupSuccessCount = BackupSuccessCount
78329
78356
 
78357
+ @property
78358
+ def HostVersion(self):
78359
+ return self._HostVersion
78360
+
78361
+ @HostVersion.setter
78362
+ def HostVersion(self, HostVersion):
78363
+ self._HostVersion = HostVersion
78364
+
78330
78365
 
78331
78366
  def _deserialize(self, params):
78332
78367
  self._Uuid = params.get("Uuid")
@@ -78361,6 +78396,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
78361
78396
  self._RollBackPercent = params.get("RollBackPercent")
78362
78397
  self._RollBackStatus = params.get("RollBackStatus")
78363
78398
  self._BackupSuccessCount = params.get("BackupSuccessCount")
78399
+ self._HostVersion = params.get("HostVersion")
78364
78400
  memeber_set = set(params.keys())
78365
78401
  for name, value in vars(self).items():
78366
78402
  property_name = name[1:]
@@ -84207,9 +84243,9 @@ class SeparateMalwaresResponse(AbstractModel):
84207
84243
 
84208
84244
  def __init__(self):
84209
84245
  r"""
84210
- :param _SuccessIds: 隔离成功的id数组,若无则返回空数组
84246
+ :param _SuccessIds: 隔离成功的ID数组,若无则返回空数组
84211
84247
  :type SuccessIds: list of int non-negative
84212
- :param _FailedIds: 隔离失败的id数组,若无则返回空数组
84248
+ :param _FailedIds: 隔离失败的ID数组,若无则返回空数组
84213
84249
  :type FailedIds: list of int non-negative
84214
84250
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
84215
84251
  :type RequestId: str
@@ -2169,7 +2169,7 @@ class GaapClient(AbstractClient):
2169
2169
 
2170
2170
 
2171
2171
  def ModifyProxyGroupAttribute(self, request):
2172
- """本接口(ModifyProxyGroupAttribute)用于修改通道组属性,目前仅支持修改通道组名称。
2172
+ """本接口(ModifyProxyGroupAttribute)用于修改通道组属性,目前仅支持修改通道组名称与项目ID。
2173
2173
 
2174
2174
  :param request: Request instance for ModifyProxyGroupAttribute.
2175
2175
  :type request: :class:`tencentcloud.gaap.v20180529.models.ModifyProxyGroupAttributeRequest`
@@ -1548,9 +1548,9 @@ class CloseSecurityPolicyRequest(AbstractModel):
1548
1548
 
1549
1549
  def __init__(self):
1550
1550
  r"""
1551
- :param _ProxyId: 通道ID
1551
+ :param _ProxyId: 通道ID。操作通道组时无需填此参数。
1552
1552
  :type ProxyId: str
1553
- :param _PolicyId: 安全组策略ID
1553
+ :param _PolicyId: 安全组策略ID。操作通道组时须填此参数。
1554
1554
  :type PolicyId: str
1555
1555
  """
1556
1556
  self._ProxyId = None
@@ -2904,7 +2904,7 @@ class CreateProxyGroupRequest(AbstractModel):
2904
2904
  :type ProjectId: int
2905
2905
  :param _GroupName: 通道组别名
2906
2906
  :type GroupName: str
2907
- :param _RealServerRegion: 源站地域,参考接口DescribeDestRegions 返回参数RegionDetail中的RegionId
2907
+ :param _RealServerRegion: 源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId
2908
2908
  :type RealServerRegion: str
2909
2909
  :param _TagSet: 标签列表
2910
2910
  :type TagSet: list of TagPair
@@ -4572,7 +4572,7 @@ class DeleteListenersRequest(AbstractModel):
4572
4572
  :type ListenerIds: list of str
4573
4573
  :param _Force: 已绑定源站的监听器是否允许强制删除,1:允许, 0:不允许
4574
4574
  :type Force: int
4575
- :param _GroupId: 通道组ID,该参数和GroupId必须设置一个,但不能同时设置。
4575
+ :param _GroupId: 通道组ID,该参数和ProxyId必须设置一个,但不能同时设置。
4576
4576
  :type GroupId: str
4577
4577
  :param _ProxyId: 通道ID,该参数和GroupId必须设置一个,但不能同时设置。
4578
4578
  :type ProxyId: str
@@ -5583,6 +5583,33 @@ class DescribeDestRegionsRequest(AbstractModel):
5583
5583
 
5584
5584
  """
5585
5585
 
5586
+ def __init__(self):
5587
+ r"""
5588
+ :param _QualityType: 通道质量:0表示金牌,1表示银牌。默认不传该参数,表示金牌。本参数确定查询指定通道质量的源站区域
5589
+ :type QualityType: int
5590
+ """
5591
+ self._QualityType = None
5592
+
5593
+ @property
5594
+ def QualityType(self):
5595
+ return self._QualityType
5596
+
5597
+ @QualityType.setter
5598
+ def QualityType(self, QualityType):
5599
+ self._QualityType = QualityType
5600
+
5601
+
5602
+ def _deserialize(self, params):
5603
+ self._QualityType = params.get("QualityType")
5604
+ memeber_set = set(params.keys())
5605
+ for name, value in vars(self).items():
5606
+ property_name = name[1:]
5607
+ if property_name in memeber_set:
5608
+ memeber_set.remove(property_name)
5609
+ if len(memeber_set) > 0:
5610
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
5611
+
5612
+
5586
5613
 
5587
5614
  class DescribeDestRegionsResponse(AbstractModel):
5588
5615
  """DescribeDestRegions返回参数结构体
@@ -6357,9 +6384,11 @@ class DescribeHTTPListenersRequest(AbstractModel):
6357
6384
 
6358
6385
  def __init__(self):
6359
6386
  r"""
6360
- :param _ProxyId: 通道ID
6387
+ :param _ProxyId: 通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6361
6388
  :type ProxyId: str
6362
- :param _ListenerId: 过滤条件,按照监听器ID进行精确查询
6389
+ :param _GroupId: 通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6390
+ :type GroupId: str
6391
+ :param _ListenerId: 过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6363
6392
  :type ListenerId: str
6364
6393
  :param _ListenerName: 过滤条件,按照监听器名称进行精确查询
6365
6394
  :type ListenerName: str
@@ -6371,17 +6400,15 @@ class DescribeHTTPListenersRequest(AbstractModel):
6371
6400
  :type Limit: int
6372
6401
  :param _SearchValue: 过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用
6373
6402
  :type SearchValue: str
6374
- :param _GroupId: 通道组ID
6375
- :type GroupId: str
6376
6403
  """
6377
6404
  self._ProxyId = None
6405
+ self._GroupId = None
6378
6406
  self._ListenerId = None
6379
6407
  self._ListenerName = None
6380
6408
  self._Port = None
6381
6409
  self._Offset = None
6382
6410
  self._Limit = None
6383
6411
  self._SearchValue = None
6384
- self._GroupId = None
6385
6412
 
6386
6413
  @property
6387
6414
  def ProxyId(self):
@@ -6391,6 +6418,14 @@ class DescribeHTTPListenersRequest(AbstractModel):
6391
6418
  def ProxyId(self, ProxyId):
6392
6419
  self._ProxyId = ProxyId
6393
6420
 
6421
+ @property
6422
+ def GroupId(self):
6423
+ return self._GroupId
6424
+
6425
+ @GroupId.setter
6426
+ def GroupId(self, GroupId):
6427
+ self._GroupId = GroupId
6428
+
6394
6429
  @property
6395
6430
  def ListenerId(self):
6396
6431
  return self._ListenerId
@@ -6439,24 +6474,16 @@ class DescribeHTTPListenersRequest(AbstractModel):
6439
6474
  def SearchValue(self, SearchValue):
6440
6475
  self._SearchValue = SearchValue
6441
6476
 
6442
- @property
6443
- def GroupId(self):
6444
- return self._GroupId
6445
-
6446
- @GroupId.setter
6447
- def GroupId(self, GroupId):
6448
- self._GroupId = GroupId
6449
-
6450
6477
 
6451
6478
  def _deserialize(self, params):
6452
6479
  self._ProxyId = params.get("ProxyId")
6480
+ self._GroupId = params.get("GroupId")
6453
6481
  self._ListenerId = params.get("ListenerId")
6454
6482
  self._ListenerName = params.get("ListenerName")
6455
6483
  self._Port = params.get("Port")
6456
6484
  self._Offset = params.get("Offset")
6457
6485
  self._Limit = params.get("Limit")
6458
6486
  self._SearchValue = params.get("SearchValue")
6459
- self._GroupId = params.get("GroupId")
6460
6487
  memeber_set = set(params.keys())
6461
6488
  for name, value in vars(self).items():
6462
6489
  property_name = name[1:]
@@ -6528,9 +6555,11 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6528
6555
 
6529
6556
  def __init__(self):
6530
6557
  r"""
6531
- :param _ProxyId: 过滤条件,通道ID
6558
+ :param _ProxyId: 通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6532
6559
  :type ProxyId: str
6533
- :param _ListenerId: 过滤条件,根据监听器ID进行精确查询。
6560
+ :param _GroupId: 通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6561
+ :type GroupId: str
6562
+ :param _ListenerId: 过滤条件,根据监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
6534
6563
  :type ListenerId: str
6535
6564
  :param _ListenerName: 过滤条件,根据监听器名称进行精确查询。
6536
6565
  :type ListenerName: str
@@ -6542,8 +6571,6 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6542
6571
  :type Limit: int
6543
6572
  :param _SearchValue: 过滤条件,支持按照端口或监听器名称进行模糊查询
6544
6573
  :type SearchValue: str
6545
- :param _GroupId: 过滤条件,通道组ID
6546
- :type GroupId: str
6547
6574
  :param _Http3Supported: 支持Http3的开关,其中:
6548
6575
  0,表示不需要支持Http3接入;
6549
6576
  1,表示需要支持Http3接入。
@@ -6552,13 +6579,13 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6552
6579
  :type Http3Supported: int
6553
6580
  """
6554
6581
  self._ProxyId = None
6582
+ self._GroupId = None
6555
6583
  self._ListenerId = None
6556
6584
  self._ListenerName = None
6557
6585
  self._Port = None
6558
6586
  self._Offset = None
6559
6587
  self._Limit = None
6560
6588
  self._SearchValue = None
6561
- self._GroupId = None
6562
6589
  self._Http3Supported = None
6563
6590
 
6564
6591
  @property
@@ -6569,6 +6596,14 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6569
6596
  def ProxyId(self, ProxyId):
6570
6597
  self._ProxyId = ProxyId
6571
6598
 
6599
+ @property
6600
+ def GroupId(self):
6601
+ return self._GroupId
6602
+
6603
+ @GroupId.setter
6604
+ def GroupId(self, GroupId):
6605
+ self._GroupId = GroupId
6606
+
6572
6607
  @property
6573
6608
  def ListenerId(self):
6574
6609
  return self._ListenerId
@@ -6617,14 +6652,6 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6617
6652
  def SearchValue(self, SearchValue):
6618
6653
  self._SearchValue = SearchValue
6619
6654
 
6620
- @property
6621
- def GroupId(self):
6622
- return self._GroupId
6623
-
6624
- @GroupId.setter
6625
- def GroupId(self, GroupId):
6626
- self._GroupId = GroupId
6627
-
6628
6655
  @property
6629
6656
  def Http3Supported(self):
6630
6657
  return self._Http3Supported
@@ -6636,13 +6663,13 @@ class DescribeHTTPSListenersRequest(AbstractModel):
6636
6663
 
6637
6664
  def _deserialize(self, params):
6638
6665
  self._ProxyId = params.get("ProxyId")
6666
+ self._GroupId = params.get("GroupId")
6639
6667
  self._ListenerId = params.get("ListenerId")
6640
6668
  self._ListenerName = params.get("ListenerName")
6641
6669
  self._Port = params.get("Port")
6642
6670
  self._Offset = params.get("Offset")
6643
6671
  self._Limit = params.get("Limit")
6644
6672
  self._SearchValue = params.get("SearchValue")
6645
- self._GroupId = params.get("GroupId")
6646
6673
  self._Http3Supported = params.get("Http3Supported")
6647
6674
  memeber_set = set(params.keys())
6648
6675
  for name, value in vars(self).items():
@@ -11351,7 +11378,7 @@ class InquiryPriceCreateProxyRequest(AbstractModel):
11351
11378
  :type Bandwidth: int
11352
11379
  :param _DestRegion: (旧参数,请切换到RealServerRegion)源站区域名称。
11353
11380
  :type DestRegion: str
11354
- :param _Concurrency: (旧参数,请切换到Concurrent)通道并发量上限,表示同时在线的连接数,单位:万。
11381
+ :param _Concurrency: (此参数为旧参数,请填写新参数Concurrent,二者必须填写一个)通道并发量上限,表示同时在线的连接数,单位:万。
11355
11382
  :type Concurrency: int
11356
11383
  :param _RealServerRegion: (新参数)源站区域名称。
11357
11384
  :type RealServerRegion: str
@@ -12556,7 +12583,7 @@ class ModifyProxiesAttributeRequest(AbstractModel):
12556
12583
  r"""
12557
12584
  :param _InstanceIds: (旧参数,请切换到ProxyIds)一个或多个待操作的通道ID。
12558
12585
  :type InstanceIds: list of str
12559
- :param _ProxyName: 通道名称。可任意命名,但不得超过30个字符。
12586
+ :param _ProxyName: 通道名称。可任意命名,但不得超过32个字符。
12560
12587
  :type ProxyName: str
12561
12588
  :param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
12562
12589
  更多详细信息请参阅:如何保证幂等性。
@@ -12867,7 +12894,7 @@ class ModifyProxyGroupAttributeRequest(AbstractModel):
12867
12894
  r"""
12868
12895
  :param _GroupId: 需要修改的通道组ID。
12869
12896
  :type GroupId: str
12870
- :param _GroupName: 修改后的通道组名称:不超过30个字符,超过部分会被截断。
12897
+ :param _GroupName: 修改后的通道组名称:不超过30个字符,否则修改失败。
12871
12898
  :type GroupName: str
12872
12899
  :param _ProjectId: 项目ID
12873
12900
  :type ProjectId: int
@@ -13343,7 +13370,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
13343
13370
  :type ProxyId: str
13344
13371
  :param _ListenerName: 监听器名称
13345
13372
  :type ListenerName: str
13346
- :param _Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。
13373
+ :param _Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。
13347
13374
  :type Scheduler: str
13348
13375
  :param _DelayLoop: 源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
13349
13376
  :type DelayLoop: int
@@ -14283,7 +14310,7 @@ class ProxyGroupDetail(AbstractModel):
14283
14310
  注意:此字段可能返回 null,表示取不到有效值。
14284
14311
  注意:此字段可能返回 null,表示取不到有效值。
14285
14312
  :type FeatureBitmap: int
14286
- :param _IsSupportTLSChoice: 是否支持设置TSL设置
14313
+ :param _IsSupportTLSChoice: 是否支持设置TLS设置
14287
14314
  0表示不支持;
14288
14315
  1表示支持。
14289
14316
  注意:此字段可能返回 null,表示取不到有效值。
@@ -14544,6 +14571,7 @@ RUNNING表示运行中;
14544
14571
  CREATING表示创建中;
14545
14572
  DESTROYING表示销毁中;
14546
14573
  MOVING表示通道迁移中;
14574
+ CLOSED表示已关闭;
14547
14575
  CHANGING表示部分部署中。
14548
14576
  :type Status: str
14549
14577
  :param _TagSet: 标签列表。
@@ -16533,9 +16561,9 @@ class SetTlsVersionRequest(AbstractModel):
16533
16561
  r"""
16534
16562
  :param _ListenerId: 监听器ID
16535
16563
  :type ListenerId: str
16536
- :param _TLSSupportVersion: TLS版本
16564
+ :param _TLSSupportVersion: TLS版本,可选TLSv1.0、TLSv1.1、TLSv1.2、TLSv1.3
16537
16565
  :type TLSSupportVersion: list of str
16538
- :param _TLSCiphers: 密码套件包
16566
+ :param _TLSCiphers: 密码套件包,可选 GAAP_TLS_CIPHERS_STRICT,GAAP_TLS_CIPHERS_GENERAL,GAAP_TLS_CIPHERS_WIDE(默认)
16539
16567
  :type TLSCiphers: str
16540
16568
  """
16541
16569
  self._ListenerId = None
@@ -11066,6 +11066,7 @@ MyKid 儿童卡
11066
11066
  -9101 证件边框不完整告警
11067
11067
  -9102 证件复印件告警
11068
11068
  -9103 证件翻拍告警
11069
+ -9104 证件PS告警
11069
11070
  -9107 证件反光告警
11070
11071
  -9108 证件模糊告警
11071
11072
  -9109 告警能力未开通