tencentcloud-sdk-python 3.0.1376__py2.py3-none-any.whl → 3.0.1378__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/apm/v20210622/models.py +60 -0
- tencentcloud/asr/v20190614/models.py +15 -0
- tencentcloud/autoscaling/v20180419/models.py +45 -16
- tencentcloud/bh/v20230418/models.py +317 -2
- tencentcloud/billing/v20180709/billing_client.py +322 -0
- tencentcloud/billing/v20180709/errorcodes.py +9 -0
- tencentcloud/billing/v20180709/models.py +4894 -2542
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/models.py +0 -113
- tencentcloud/cfw/v20190904/models.py +17 -2
- tencentcloud/dsgc/v20190723/models.py +15 -0
- tencentcloud/ess/v20201111/ess_client.py +27 -0
- tencentcloud/ess/v20201111/models.py +186 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
- tencentcloud/essbasic/v20210526/models.py +220 -4
- tencentcloud/gaap/v20180529/errorcodes.py +0 -33
- tencentcloud/gaap/v20180529/gaap_client.py +0 -75
- tencentcloud/gaap/v20180529/models.py +0 -653
- tencentcloud/hunyuan/v20230901/models.py +280 -8
- tencentcloud/iai/v20180301/models.py +44 -34
- tencentcloud/keewidb/v20220308/models.py +4 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +1 -1
- tencentcloud/lighthouse/v20200324/models.py +6 -6
- tencentcloud/lke/v20231130/models.py +192 -2
- tencentcloud/postgres/v20170312/models.py +0 -6
- tencentcloud/redis/v20180412/models.py +48 -0
- tencentcloud/tag/v20180813/models.py +8 -8
- tencentcloud/tcb/v20180608/models.py +30 -0
- tencentcloud/tcbr/v20220217/models.py +162 -0
- tencentcloud/tdmq/v20200217/models.py +6 -6
- tencentcloud/teo/v20220901/models.py +0 -20
- tencentcloud/thpc/v20230321/models.py +8 -10
- tencentcloud/tione/v20211111/models.py +274 -0
- tencentcloud/tke/v20180525/models.py +10 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/vod/v20180717/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +24 -24
- tencentcloud/waf/v20180125/errorcodes.py +12 -0
- tencentcloud/waf/v20180125/models.py +246 -29
- tencentcloud/wedata/v20210820/models.py +2692 -154
- tencentcloud/wedata/v20210820/wedata_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/top_level.txt +0 -0
@@ -911,7 +911,7 @@ class DescribeResourceTagsByResourceIdsRequest(AbstractModel):
|
|
911
911
|
:type ResourcePrefix: str
|
912
912
|
:param _ResourceIds: 资源ID数组,大小不超过50
|
913
913
|
:type ResourceIds: list of str
|
914
|
-
:param _ResourceRegion: 资源所在地域,示例:ap-guangzhou
|
914
|
+
:param _ResourceRegion: 资源所在地域,示例:ap-guangzhou,不区分地域的资源该字段传空字符串,区分地域的资源必填
|
915
915
|
:type ResourceRegion: str
|
916
916
|
:param _Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
917
917
|
:type Offset: int
|
@@ -963,7 +963,7 @@ class DescribeResourceTagsByResourceIdsRequest(AbstractModel):
|
|
963
963
|
|
964
964
|
@property
|
965
965
|
def ResourceRegion(self):
|
966
|
-
"""资源所在地域,示例:ap-guangzhou
|
966
|
+
"""资源所在地域,示例:ap-guangzhou,不区分地域的资源该字段传空字符串,区分地域的资源必填
|
967
967
|
:rtype: str
|
968
968
|
"""
|
969
969
|
return self._ResourceRegion
|
@@ -1130,7 +1130,7 @@ class DescribeResourceTagsByResourceIdsSeqRequest(AbstractModel):
|
|
1130
1130
|
:type ResourcePrefix: str
|
1131
1131
|
:param _ResourceIds: 资源唯一标记
|
1132
1132
|
:type ResourceIds: list of str
|
1133
|
-
:param _ResourceRegion: 资源所在地域,示例:ap-guangzhou
|
1133
|
+
:param _ResourceRegion: 资源所在地域,示例:ap-guangzhou, 不区分地域的资源该字段传空字符串,区分地域的资源必填
|
1134
1134
|
:type ResourceRegion: str
|
1135
1135
|
:param _Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
1136
1136
|
:type Offset: int
|
@@ -1179,7 +1179,7 @@ class DescribeResourceTagsByResourceIdsSeqRequest(AbstractModel):
|
|
1179
1179
|
|
1180
1180
|
@property
|
1181
1181
|
def ResourceRegion(self):
|
1182
|
-
"""资源所在地域,示例:ap-guangzhou
|
1182
|
+
"""资源所在地域,示例:ap-guangzhou, 不区分地域的资源该字段传空字符串,区分地域的资源必填
|
1183
1183
|
:rtype: str
|
1184
1184
|
"""
|
1185
1185
|
return self._ResourceRegion
|
@@ -4038,9 +4038,9 @@ class ModifyResourceTagsRequest(AbstractModel):
|
|
4038
4038
|
r"""
|
4039
4039
|
:param _Resource: [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
|
4040
4040
|
:type Resource: str
|
4041
|
-
:param _ReplaceTags: 需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags
|
4041
|
+
:param _ReplaceTags: 需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
4042
4042
|
:type ReplaceTags: list of Tag
|
4043
|
-
:param _DeleteTags: 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags
|
4043
|
+
:param _DeleteTags: 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
4044
4044
|
:type DeleteTags: list of TagKeyObject
|
4045
4045
|
"""
|
4046
4046
|
self._Resource = None
|
@@ -4060,7 +4060,7 @@ class ModifyResourceTagsRequest(AbstractModel):
|
|
4060
4060
|
|
4061
4061
|
@property
|
4062
4062
|
def ReplaceTags(self):
|
4063
|
-
"""需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags
|
4063
|
+
"""需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
4064
4064
|
:rtype: list of Tag
|
4065
4065
|
"""
|
4066
4066
|
return self._ReplaceTags
|
@@ -4071,7 +4071,7 @@ class ModifyResourceTagsRequest(AbstractModel):
|
|
4071
4071
|
|
4072
4072
|
@property
|
4073
4073
|
def DeleteTags(self):
|
4074
|
-
"""需要解关联的标签集合。本接口中ReplaceTags和DeleteTags
|
4074
|
+
"""需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
4075
4075
|
:rtype: list of TagKeyObject
|
4076
4076
|
"""
|
4077
4077
|
return self._DeleteTags
|
@@ -13559,10 +13559,16 @@ class DescribeEnvsRequest(AbstractModel):
|
|
13559
13559
|
:type IsVisible: bool
|
13560
13560
|
:param _Channels: 渠道列表,代表可见或不可见渠道由IsVisible参数指定
|
13561
13561
|
:type Channels: list of str
|
13562
|
+
:param _Limit: 分页参数,单页限制个数
|
13563
|
+
:type Limit: int
|
13564
|
+
:param _Offset: 分页参数,偏移量
|
13565
|
+
:type Offset: int
|
13562
13566
|
"""
|
13563
13567
|
self._EnvId = None
|
13564
13568
|
self._IsVisible = None
|
13565
13569
|
self._Channels = None
|
13570
|
+
self._Limit = None
|
13571
|
+
self._Offset = None
|
13566
13572
|
|
13567
13573
|
@property
|
13568
13574
|
def EnvId(self):
|
@@ -13598,11 +13604,35 @@ class DescribeEnvsRequest(AbstractModel):
|
|
13598
13604
|
def Channels(self, Channels):
|
13599
13605
|
self._Channels = Channels
|
13600
13606
|
|
13607
|
+
@property
|
13608
|
+
def Limit(self):
|
13609
|
+
"""分页参数,单页限制个数
|
13610
|
+
:rtype: int
|
13611
|
+
"""
|
13612
|
+
return self._Limit
|
13613
|
+
|
13614
|
+
@Limit.setter
|
13615
|
+
def Limit(self, Limit):
|
13616
|
+
self._Limit = Limit
|
13617
|
+
|
13618
|
+
@property
|
13619
|
+
def Offset(self):
|
13620
|
+
"""分页参数,偏移量
|
13621
|
+
:rtype: int
|
13622
|
+
"""
|
13623
|
+
return self._Offset
|
13624
|
+
|
13625
|
+
@Offset.setter
|
13626
|
+
def Offset(self, Offset):
|
13627
|
+
self._Offset = Offset
|
13628
|
+
|
13601
13629
|
|
13602
13630
|
def _deserialize(self, params):
|
13603
13631
|
self._EnvId = params.get("EnvId")
|
13604
13632
|
self._IsVisible = params.get("IsVisible")
|
13605
13633
|
self._Channels = params.get("Channels")
|
13634
|
+
self._Limit = params.get("Limit")
|
13635
|
+
self._Offset = params.get("Offset")
|
13606
13636
|
memeber_set = set(params.keys())
|
13607
13637
|
for name, value in vars(self).items():
|
13608
13638
|
property_name = name[1:]
|
@@ -2684,6 +2684,12 @@ class ServerBaseConfig(AbstractModel):
|
|
2684
2684
|
:type InternalAccess: str
|
2685
2685
|
:param _InternalDomain: 内网域名
|
2686
2686
|
:type InternalDomain: str
|
2687
|
+
:param _OperationMode: 运行模式
|
2688
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2689
|
+
:type OperationMode: str
|
2690
|
+
:param _TimerScale: 定时扩缩容配置
|
2691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2692
|
+
:type TimerScale: list of TimerScale
|
2687
2693
|
"""
|
2688
2694
|
self._EnvId = None
|
2689
2695
|
self._ServerName = None
|
@@ -2708,6 +2714,8 @@ class ServerBaseConfig(AbstractModel):
|
|
2708
2714
|
self._Tag = None
|
2709
2715
|
self._InternalAccess = None
|
2710
2716
|
self._InternalDomain = None
|
2717
|
+
self._OperationMode = None
|
2718
|
+
self._TimerScale = None
|
2711
2719
|
|
2712
2720
|
@property
|
2713
2721
|
def EnvId(self):
|
@@ -2962,6 +2970,30 @@ class ServerBaseConfig(AbstractModel):
|
|
2962
2970
|
def InternalDomain(self, InternalDomain):
|
2963
2971
|
self._InternalDomain = InternalDomain
|
2964
2972
|
|
2973
|
+
@property
|
2974
|
+
def OperationMode(self):
|
2975
|
+
"""运行模式
|
2976
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2977
|
+
:rtype: str
|
2978
|
+
"""
|
2979
|
+
return self._OperationMode
|
2980
|
+
|
2981
|
+
@OperationMode.setter
|
2982
|
+
def OperationMode(self, OperationMode):
|
2983
|
+
self._OperationMode = OperationMode
|
2984
|
+
|
2985
|
+
@property
|
2986
|
+
def TimerScale(self):
|
2987
|
+
"""定时扩缩容配置
|
2988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2989
|
+
:rtype: list of TimerScale
|
2990
|
+
"""
|
2991
|
+
return self._TimerScale
|
2992
|
+
|
2993
|
+
@TimerScale.setter
|
2994
|
+
def TimerScale(self, TimerScale):
|
2995
|
+
self._TimerScale = TimerScale
|
2996
|
+
|
2965
2997
|
|
2966
2998
|
def _deserialize(self, params):
|
2967
2999
|
self._EnvId = params.get("EnvId")
|
@@ -2992,6 +3024,13 @@ class ServerBaseConfig(AbstractModel):
|
|
2992
3024
|
self._Tag = params.get("Tag")
|
2993
3025
|
self._InternalAccess = params.get("InternalAccess")
|
2994
3026
|
self._InternalDomain = params.get("InternalDomain")
|
3027
|
+
self._OperationMode = params.get("OperationMode")
|
3028
|
+
if params.get("TimerScale") is not None:
|
3029
|
+
self._TimerScale = []
|
3030
|
+
for item in params.get("TimerScale"):
|
3031
|
+
obj = TimerScale()
|
3032
|
+
obj._deserialize(item)
|
3033
|
+
self._TimerScale.append(obj)
|
2995
3034
|
memeber_set = set(params.keys())
|
2996
3035
|
for name, value in vars(self).items():
|
2997
3036
|
property_name = name[1:]
|
@@ -3771,6 +3810,129 @@ class TaskStepInfo(AbstractModel):
|
|
3771
3810
|
|
3772
3811
|
|
3773
3812
|
|
3813
|
+
class TimerScale(AbstractModel):
|
3814
|
+
"""定时扩缩容配置
|
3815
|
+
|
3816
|
+
"""
|
3817
|
+
|
3818
|
+
def __init__(self):
|
3819
|
+
r"""
|
3820
|
+
:param _CycleType: 循环类型
|
3821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3822
|
+
:type CycleType: str
|
3823
|
+
:param _StartDate: 循环起始
|
3824
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3825
|
+
:type StartDate: str
|
3826
|
+
:param _EndDate: 循环结束
|
3827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3828
|
+
:type EndDate: str
|
3829
|
+
:param _StartTime: 起始时间
|
3830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3831
|
+
:type StartTime: str
|
3832
|
+
:param _EndTime: 结束时间
|
3833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3834
|
+
:type EndTime: str
|
3835
|
+
:param _ReplicaNum: 副本个数
|
3836
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3837
|
+
:type ReplicaNum: int
|
3838
|
+
"""
|
3839
|
+
self._CycleType = None
|
3840
|
+
self._StartDate = None
|
3841
|
+
self._EndDate = None
|
3842
|
+
self._StartTime = None
|
3843
|
+
self._EndTime = None
|
3844
|
+
self._ReplicaNum = None
|
3845
|
+
|
3846
|
+
@property
|
3847
|
+
def CycleType(self):
|
3848
|
+
"""循环类型
|
3849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3850
|
+
:rtype: str
|
3851
|
+
"""
|
3852
|
+
return self._CycleType
|
3853
|
+
|
3854
|
+
@CycleType.setter
|
3855
|
+
def CycleType(self, CycleType):
|
3856
|
+
self._CycleType = CycleType
|
3857
|
+
|
3858
|
+
@property
|
3859
|
+
def StartDate(self):
|
3860
|
+
"""循环起始
|
3861
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3862
|
+
:rtype: str
|
3863
|
+
"""
|
3864
|
+
return self._StartDate
|
3865
|
+
|
3866
|
+
@StartDate.setter
|
3867
|
+
def StartDate(self, StartDate):
|
3868
|
+
self._StartDate = StartDate
|
3869
|
+
|
3870
|
+
@property
|
3871
|
+
def EndDate(self):
|
3872
|
+
"""循环结束
|
3873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3874
|
+
:rtype: str
|
3875
|
+
"""
|
3876
|
+
return self._EndDate
|
3877
|
+
|
3878
|
+
@EndDate.setter
|
3879
|
+
def EndDate(self, EndDate):
|
3880
|
+
self._EndDate = EndDate
|
3881
|
+
|
3882
|
+
@property
|
3883
|
+
def StartTime(self):
|
3884
|
+
"""起始时间
|
3885
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3886
|
+
:rtype: str
|
3887
|
+
"""
|
3888
|
+
return self._StartTime
|
3889
|
+
|
3890
|
+
@StartTime.setter
|
3891
|
+
def StartTime(self, StartTime):
|
3892
|
+
self._StartTime = StartTime
|
3893
|
+
|
3894
|
+
@property
|
3895
|
+
def EndTime(self):
|
3896
|
+
"""结束时间
|
3897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3898
|
+
:rtype: str
|
3899
|
+
"""
|
3900
|
+
return self._EndTime
|
3901
|
+
|
3902
|
+
@EndTime.setter
|
3903
|
+
def EndTime(self, EndTime):
|
3904
|
+
self._EndTime = EndTime
|
3905
|
+
|
3906
|
+
@property
|
3907
|
+
def ReplicaNum(self):
|
3908
|
+
"""副本个数
|
3909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3910
|
+
:rtype: int
|
3911
|
+
"""
|
3912
|
+
return self._ReplicaNum
|
3913
|
+
|
3914
|
+
@ReplicaNum.setter
|
3915
|
+
def ReplicaNum(self, ReplicaNum):
|
3916
|
+
self._ReplicaNum = ReplicaNum
|
3917
|
+
|
3918
|
+
|
3919
|
+
def _deserialize(self, params):
|
3920
|
+
self._CycleType = params.get("CycleType")
|
3921
|
+
self._StartDate = params.get("StartDate")
|
3922
|
+
self._EndDate = params.get("EndDate")
|
3923
|
+
self._StartTime = params.get("StartTime")
|
3924
|
+
self._EndTime = params.get("EndTime")
|
3925
|
+
self._ReplicaNum = params.get("ReplicaNum")
|
3926
|
+
memeber_set = set(params.keys())
|
3927
|
+
for name, value in vars(self).items():
|
3928
|
+
property_name = name[1:]
|
3929
|
+
if property_name in memeber_set:
|
3930
|
+
memeber_set.remove(property_name)
|
3931
|
+
if len(memeber_set) > 0:
|
3932
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3933
|
+
|
3934
|
+
|
3935
|
+
|
3774
3936
|
class UpdateCloudRunServerRequest(AbstractModel):
|
3775
3937
|
"""UpdateCloudRunServer请求参数结构体
|
3776
3938
|
|
@@ -13134,7 +13134,7 @@ class DescribeRabbitMQNodeListRequest(AbstractModel):
|
|
13134
13134
|
:type InstanceId: str
|
13135
13135
|
:param _Offset: 偏移量,默认值 0
|
13136
13136
|
:type Offset: int
|
13137
|
-
:param _Limit:
|
13137
|
+
:param _Limit: 一页限制,默认值 20
|
13138
13138
|
:type Limit: int
|
13139
13139
|
:param _NodeName: 模糊搜索节点名字
|
13140
13140
|
:type NodeName: str
|
@@ -13183,7 +13183,7 @@ ascend/descend
|
|
13183
13183
|
|
13184
13184
|
@property
|
13185
13185
|
def Limit(self):
|
13186
|
-
"""
|
13186
|
+
"""一页限制,默认值 20
|
13187
13187
|
:rtype: int
|
13188
13188
|
"""
|
13189
13189
|
return self._Limit
|
@@ -24003,9 +24003,9 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
24003
24003
|
r"""
|
24004
24004
|
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
24005
24005
|
:type InstanceId: str
|
24006
|
-
:param _VirtualHost:
|
24006
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
24007
24007
|
:type VirtualHost: str
|
24008
|
-
:param _Description:
|
24008
|
+
:param _Description: Virtual Host 描述
|
24009
24009
|
:type Description: str
|
24010
24010
|
:param _TraceFlag: 消息轨迹开关,true打开,false关闭
|
24011
24011
|
:type TraceFlag: bool
|
@@ -24028,7 +24028,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
24028
24028
|
|
24029
24029
|
@property
|
24030
24030
|
def VirtualHost(self):
|
24031
|
-
"""
|
24031
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
24032
24032
|
:rtype: str
|
24033
24033
|
"""
|
24034
24034
|
return self._VirtualHost
|
@@ -24039,7 +24039,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
24039
24039
|
|
24040
24040
|
@property
|
24041
24041
|
def Description(self):
|
24042
|
-
"""
|
24042
|
+
"""Virtual Host 描述
|
24043
24043
|
:rtype: str
|
24044
24044
|
"""
|
24045
24045
|
return self._Description
|
@@ -822,7 +822,6 @@ class AclConfig(AbstractModel):
|
|
822
822
|
:param _AclUserRules: 用户自定义规则。
|
823
823
|
:type AclUserRules: list of AclUserRule
|
824
824
|
:param _Customizes: 托管定制规则
|
825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
826
825
|
:type Customizes: list of AclUserRule
|
827
826
|
"""
|
828
827
|
self._Switch = None
|
@@ -856,7 +855,6 @@ class AclConfig(AbstractModel):
|
|
856
855
|
@property
|
857
856
|
def Customizes(self):
|
858
857
|
"""托管定制规则
|
859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
860
858
|
:rtype: list of AclUserRule
|
861
859
|
"""
|
862
860
|
return self._Customizes
|
@@ -1619,7 +1617,6 @@ class AlgDetectRule(AbstractModel):
|
|
1619
1617
|
:param _AlgConditions: 自定义规则。
|
1620
1618
|
:type AlgConditions: list of AclCondition
|
1621
1619
|
:param _AlgDetectSession: Cookie校验和会话行为分析。
|
1622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1623
1620
|
:type AlgDetectSession: :class:`tencentcloud.teo.v20220901.models.AlgDetectSession`
|
1624
1621
|
:param _AlgDetectJS: 客户端行为校验。
|
1625
1622
|
:type AlgDetectJS: list of AlgDetectJS
|
@@ -1681,7 +1678,6 @@ class AlgDetectRule(AbstractModel):
|
|
1681
1678
|
@property
|
1682
1679
|
def AlgDetectSession(self):
|
1683
1680
|
"""Cookie校验和会话行为分析。
|
1684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1685
1681
|
:rtype: :class:`tencentcloud.teo.v20220901.models.AlgDetectSession`
|
1686
1682
|
"""
|
1687
1683
|
return self._AlgDetectSession
|
@@ -22633,10 +22629,8 @@ class DropPageConfig(AbstractModel):
|
|
22633
22629
|
<li>off:关闭。</li>
|
22634
22630
|
:type Switch: str
|
22635
22631
|
:param _WafDropPageDetail: Waf(托管规则)模块的拦截页面配置。如果为null,默认使用历史配置。
|
22636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22637
22632
|
:type WafDropPageDetail: :class:`tencentcloud.teo.v20220901.models.DropPageDetail`
|
22638
22633
|
:param _AclDropPageDetail: 自定义页面的拦截页面配置。如果为null,默认使用历史配置。
|
22639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22640
22634
|
:type AclDropPageDetail: :class:`tencentcloud.teo.v20220901.models.DropPageDetail`
|
22641
22635
|
"""
|
22642
22636
|
self._Switch = None
|
@@ -22659,7 +22653,6 @@ class DropPageConfig(AbstractModel):
|
|
22659
22653
|
@property
|
22660
22654
|
def WafDropPageDetail(self):
|
22661
22655
|
"""Waf(托管规则)模块的拦截页面配置。如果为null,默认使用历史配置。
|
22662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22663
22656
|
:rtype: :class:`tencentcloud.teo.v20220901.models.DropPageDetail`
|
22664
22657
|
"""
|
22665
22658
|
return self._WafDropPageDetail
|
@@ -22671,7 +22664,6 @@ class DropPageConfig(AbstractModel):
|
|
22671
22664
|
@property
|
22672
22665
|
def AclDropPageDetail(self):
|
22673
22666
|
"""自定义页面的拦截页面配置。如果为null,默认使用历史配置。
|
22674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22675
22667
|
:rtype: :class:`tencentcloud.teo.v20220901.models.DropPageDetail`
|
22676
22668
|
"""
|
22677
22669
|
return self._AclDropPageDetail
|
@@ -26512,10 +26504,8 @@ class IntelligenceRule(AbstractModel):
|
|
26512
26504
|
:param _Switch: 开关,取值有:
|
26513
26505
|
<li>on:开启;</li>
|
26514
26506
|
<li>off:关闭。</li>
|
26515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26516
26507
|
:type Switch: str
|
26517
26508
|
:param _IntelligenceRuleItems: 规则详情。
|
26518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26519
26509
|
:type IntelligenceRuleItems: list of IntelligenceRuleItem
|
26520
26510
|
"""
|
26521
26511
|
self._Switch = None
|
@@ -26526,7 +26516,6 @@ class IntelligenceRule(AbstractModel):
|
|
26526
26516
|
"""开关,取值有:
|
26527
26517
|
<li>on:开启;</li>
|
26528
26518
|
<li>off:关闭。</li>
|
26529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26530
26519
|
:rtype: str
|
26531
26520
|
"""
|
26532
26521
|
return self._Switch
|
@@ -26538,7 +26527,6 @@ class IntelligenceRule(AbstractModel):
|
|
26538
26527
|
@property
|
26539
26528
|
def IntelligenceRuleItems(self):
|
26540
26529
|
"""规则详情。
|
26541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26542
26530
|
:rtype: list of IntelligenceRuleItem
|
26543
26531
|
"""
|
26544
26532
|
return self._IntelligenceRuleItems
|
@@ -40923,14 +40911,12 @@ class SkipCondition(AbstractModel):
|
|
40923
40911
|
<li>wildcard:通配符匹配,支持 * 通配。</li>
|
40924
40912
|
:type MatchFromType: str
|
40925
40913
|
:param _MatchFrom: 匹配Key的值。
|
40926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40927
40914
|
:type MatchFrom: list of str
|
40928
40915
|
:param _MatchContentType: 匹配Content所使用的匹配方式,取值为:
|
40929
40916
|
<li>equal:精准匹配,等于;</li>
|
40930
40917
|
<li>wildcard:通配符匹配,支持 * 通配。</li>
|
40931
40918
|
:type MatchContentType: str
|
40932
40919
|
:param _MatchContent: 匹配Value的值。
|
40933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40934
40920
|
:type MatchContent: list of str
|
40935
40921
|
"""
|
40936
40922
|
self._Type = None
|
@@ -40991,7 +40977,6 @@ class SkipCondition(AbstractModel):
|
|
40991
40977
|
@property
|
40992
40978
|
def MatchFrom(self):
|
40993
40979
|
"""匹配Key的值。
|
40994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40995
40980
|
:rtype: list of str
|
40996
40981
|
"""
|
40997
40982
|
return self._MatchFrom
|
@@ -41016,7 +41001,6 @@ class SkipCondition(AbstractModel):
|
|
41016
41001
|
@property
|
41017
41002
|
def MatchContent(self):
|
41018
41003
|
"""匹配Value的值。
|
41019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41020
41004
|
:rtype: list of str
|
41021
41005
|
"""
|
41022
41006
|
return self._MatchContent
|
@@ -41171,10 +41155,8 @@ class SlowRateConfig(AbstractModel):
|
|
41171
41155
|
<li>off:关闭。</li>
|
41172
41156
|
:type Switch: str
|
41173
41157
|
:param _Interval: 统计的间隔,单位是秒,即在首段包传输结束后,将数据传输轴按照本参数切分,每个分片独立计算慢速攻击。
|
41174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41175
41158
|
:type Interval: int
|
41176
41159
|
:param _Threshold: 统计时应用的速率阈值,单位是bps,即如果本分片中的传输速率没达到本参数的值,则判定为慢速攻击,应用慢速攻击的处置方式。
|
41177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41178
41160
|
:type Threshold: int
|
41179
41161
|
"""
|
41180
41162
|
self._Switch = None
|
@@ -41197,7 +41179,6 @@ class SlowRateConfig(AbstractModel):
|
|
41197
41179
|
@property
|
41198
41180
|
def Interval(self):
|
41199
41181
|
"""统计的间隔,单位是秒,即在首段包传输结束后,将数据传输轴按照本参数切分,每个分片独立计算慢速攻击。
|
41200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41201
41182
|
:rtype: int
|
41202
41183
|
"""
|
41203
41184
|
return self._Interval
|
@@ -41209,7 +41190,6 @@ class SlowRateConfig(AbstractModel):
|
|
41209
41190
|
@property
|
41210
41191
|
def Threshold(self):
|
41211
41192
|
"""统计时应用的速率阈值,单位是bps,即如果本分片中的传输速率没达到本参数的值,则判定为慢速攻击,应用慢速攻击的处置方式。
|
41212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41213
41193
|
:rtype: int
|
41214
41194
|
"""
|
41215
41195
|
return self._Threshold
|
@@ -138,7 +138,7 @@ class AddNodesRequest(AbstractModel):
|
|
138
138
|
:type SecurityGroupIds: list of str
|
139
139
|
:param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
140
140
|
:type ClientToken: str
|
141
|
-
:param _QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li
|
141
|
+
:param _QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
|
142
142
|
|
143
143
|
:type QueueName: str
|
144
144
|
:param _NodeRole: 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><li>Login:登录节点。</li>
|
@@ -347,7 +347,7 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
347
347
|
|
348
348
|
@property
|
349
349
|
def QueueName(self):
|
350
|
-
"""队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li
|
350
|
+
"""队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
|
351
351
|
|
352
352
|
:rtype: str
|
353
353
|
"""
|
@@ -586,7 +586,7 @@ class AttachNodesRequest(AbstractModel):
|
|
586
586
|
:type ResourceSet: list of str
|
587
587
|
:param _QueueName: 队列名称。不指定则为默认队列:
|
588
588
|
SLURM默认队列为:compute。
|
589
|
-
|
589
|
+
|
590
590
|
:type QueueName: str
|
591
591
|
:param _ImageId: 指定有效的镜像ID,格式形如img-xxx。目前仅支持公有镜像和特定自定义镜像。如不指定,则该字段是默认镜像。
|
592
592
|
:type ImageId: str
|
@@ -625,7 +625,7 @@ SGE默认队列为:all.q。
|
|
625
625
|
def QueueName(self):
|
626
626
|
"""队列名称。不指定则为默认队列:
|
627
627
|
SLURM默认队列为:compute。
|
628
|
-
|
628
|
+
|
629
629
|
:rtype: str
|
630
630
|
"""
|
631
631
|
return self._QueueName
|
@@ -1606,12 +1606,11 @@ class CreateClusterRequest(AbstractModel):
|
|
1606
1606
|
:type ComputeNode: :class:`tencentcloud.thpc.v20230321.models.ComputeNode`
|
1607
1607
|
:param _ComputeNodeCount: 指定计算节点的数量。默认取值:0。
|
1608
1608
|
:type ComputeNodeCount: int
|
1609
|
-
:param _SchedulerType: 调度器类型。默认取值:SLURM。<li>
|
1609
|
+
:param _SchedulerType: 调度器类型。默认取值:SLURM。<li>SLURM:SLURM调度器。</li>
|
1610
1610
|
:type SchedulerType: str
|
1611
1611
|
:param _SchedulerVersion: 创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
|
1612
1612
|
各调度器支持的集群版本:
|
1613
1613
|
<li>SLURM:21.08.8、23.11.7</li>
|
1614
|
-
<li>SGE: 8.1.9</li>
|
1615
1614
|
:type SchedulerVersion: str
|
1616
1615
|
:param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)
|
1617
1616
|
:type ImageId: str
|
@@ -1729,7 +1728,7 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
1729
1728
|
|
1730
1729
|
@property
|
1731
1730
|
def SchedulerType(self):
|
1732
|
-
"""调度器类型。默认取值:SLURM。<li>
|
1731
|
+
"""调度器类型。默认取值:SLURM。<li>SLURM:SLURM调度器。</li>
|
1733
1732
|
:rtype: str
|
1734
1733
|
"""
|
1735
1734
|
return self._SchedulerType
|
@@ -1743,7 +1742,6 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
1743
1742
|
"""创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
|
1744
1743
|
各调度器支持的集群版本:
|
1745
1744
|
<li>SLURM:21.08.8、23.11.7</li>
|
1746
|
-
<li>SGE: 8.1.9</li>
|
1747
1745
|
:rtype: str
|
1748
1746
|
"""
|
1749
1747
|
return self._SchedulerVersion
|
@@ -3708,7 +3706,7 @@ class DescribeWorkspacesRequest(AbstractModel):
|
|
3708
3706
|
:type Offset: int
|
3709
3707
|
:param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
3710
3708
|
:type Limit: int
|
3711
|
-
:param _Filters:
|
3709
|
+
:param _Filters: <ul> <li> <strong>zone</strong> <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-id</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>cvm-instance-id</strong> <p style="padding-left: 30px;">按照【<strong>CVM实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-state</strong> <p style="padding-left: 30px;">按照【<strong>工作空间状态</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-name</strong> <p style="padding-left: 30px;">按照【<strong>工作空间别名</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-charge-type</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例付费模式</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-key</strong> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-value</strong> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> </ul> <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
|
3712
3710
|
:type Filters: list of Filter
|
3713
3711
|
"""
|
3714
3712
|
self._SpaceIds = None
|
@@ -3751,7 +3749,7 @@ class DescribeWorkspacesRequest(AbstractModel):
|
|
3751
3749
|
|
3752
3750
|
@property
|
3753
3751
|
def Filters(self):
|
3754
|
-
"""
|
3752
|
+
"""<ul> <li> <strong>zone</strong> <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-id</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>cvm-instance-id</strong> <p style="padding-left: 30px;">按照【<strong>CVM实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-state</strong> <p style="padding-left: 30px;">按照【<strong>工作空间状态</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-name</strong> <p style="padding-left: 30px;">按照【<strong>工作空间别名</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-charge-type</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例付费模式</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-key</strong> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-value</strong> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> </ul> <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
|
3755
3753
|
:rtype: list of Filter
|
3756
3754
|
"""
|
3757
3755
|
return self._Filters
|