tencentcloud-sdk-python 3.0.1142__py2.py3-none-any.whl → 3.0.1144__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/aiart/v20221229/aiart_client.py +2 -2
- tencentcloud/aiart/v20221229/models.py +1 -1
- tencentcloud/apm/v20210622/models.py +1 -1
- tencentcloud/batch/v20170312/models.py +5 -1
- tencentcloud/billing/v20180709/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +2 -2
- tencentcloud/ccc/v20200210/models.py +19 -2
- tencentcloud/cdb/v20170320/models.py +2 -2
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cls/v20201016/models.py +11 -58
- tencentcloud/csip/v20221121/models.py +124 -2
- tencentcloud/cvm/v20170312/models.py +5 -1
- tencentcloud/cwp/v20180228/models.py +16 -3
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +168 -0
- tencentcloud/dlc/v20210125/models.py +89 -1
- tencentcloud/ess/v20201111/ess_client.py +53 -2
- tencentcloud/ess/v20201111/models.py +303 -3
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/essbasic/v20210526/models.py +6 -3
- tencentcloud/faceid/v20180301/models.py +5 -11
- tencentcloud/fmu/v20191213/models.py +1 -1
- tencentcloud/hai/v20230812/models.py +1 -1
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +52 -0
- tencentcloud/hunyuan/v20230901/models.py +277 -1
- tencentcloud/iotexplorer/v20190423/errorcodes.py +21 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +554 -18
- tencentcloud/iss/v20230517/models.py +13 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +15 -15
- tencentcloud/lighthouse/v20200324/models.py +22 -11
- tencentcloud/live/v20180801/live_client.py +46 -0
- tencentcloud/live/v20180801/models.py +190 -0
- tencentcloud/lke/v20231130/lke_client.py +4 -4
- tencentcloud/lke/v20231130/models.py +158 -1
- tencentcloud/mrs/v20200910/models.py +3134 -906
- tencentcloud/mrs/v20200910/mrs_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +1 -0
- tencentcloud/rce/v20201103/models.py +0 -331
- tencentcloud/rce/v20201103/rce_client.py +0 -23
- tencentcloud/ssl/v20191205/errorcodes.py +9 -0
- tencentcloud/ssl/v20191205/models.py +94 -0
- tencentcloud/ssl/v20191205/ssl_client.py +23 -0
- tencentcloud/tdmq/v20200217/models.py +39 -0
- tencentcloud/teo/v20220901/models.py +62 -0
- tencentcloud/tke/v20180525/models.py +1 -1
- tencentcloud/tke/v20220501/errorcodes.py +10 -1
- tencentcloud/tke/v20220501/models.py +2666 -635
- tencentcloud/tke/v20220501/tke_client.py +69 -0
- tencentcloud/trtc/v20190722/models.py +3 -3
- tencentcloud/tse/v20201207/models.py +4 -0
- tencentcloud/waf/v20180125/models.py +607 -9
- tencentcloud/waf/v20180125/waf_client.py +92 -0
- {tencentcloud_sdk_python-3.0.1142.dist-info → tencentcloud_sdk_python-3.0.1144.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1142.dist-info → tencentcloud_sdk_python-3.0.1144.dist-info}/RECORD +60 -60
- {tencentcloud_sdk_python-3.0.1142.dist-info → tencentcloud_sdk_python-3.0.1144.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1142.dist-info → tencentcloud_sdk_python-3.0.1144.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1142.dist-info → tencentcloud_sdk_python-3.0.1144.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -27,8 +27,8 @@ class AiartClient(AbstractClient):
|
|
27
27
|
|
28
28
|
|
29
29
|
def ImageToImage(self, request):
|
30
|
-
"""
|
31
|
-
|
30
|
+
"""图像风格化(图生图)接口提供生成式的图生图风格转化能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。
|
31
|
+
图像风格化(图生图)默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
|
32
32
|
|
33
33
|
:param request: Request instance for ImageToImage.
|
34
34
|
:type request: :class:`tencentcloud.aiart.v20221229.models.ImageToImageRequest`
|
@@ -114,7 +114,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
114
114
|
推荐使用中文。最多可传256个 utf-8 字符。
|
115
115
|
:type NegativePrompt: str
|
116
116
|
:param _Styles: 绘画风格。
|
117
|
-
请在 [
|
117
|
+
请在 [图像风格化风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。
|
118
118
|
推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
|
119
119
|
:type Styles: list of str
|
120
120
|
:param _ResultConfig: 生成图结果的配置,包括输出图片分辨率和尺寸等。
|
@@ -1474,7 +1474,7 @@ class DescribeGeneralApmApplicationConfigRequest(AbstractModel):
|
|
1474
1474
|
r"""
|
1475
1475
|
:param _ServiceName: 应用名
|
1476
1476
|
:type ServiceName: str
|
1477
|
-
:param _InstanceId:
|
1477
|
+
:param _InstanceId: 业务系统ID
|
1478
1478
|
:type InstanceId: str
|
1479
1479
|
"""
|
1480
1480
|
self._ServiceName = None
|
@@ -5533,7 +5533,11 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
5533
5533
|
:type GpuCount: float
|
5534
5534
|
:param _Frequency: 实例的CPU主频信息
|
5535
5535
|
:type Frequency: str
|
5536
|
-
:param _StatusCategory: 描述库存情况。取值范围:
|
5536
|
+
:param _StatusCategory: 描述库存情况。取值范围:
|
5537
|
+
<li> EnoughStock:表示对应库存非常充足</li>
|
5538
|
+
<li>NormalStock:表示对应库存供应有保障</li>
|
5539
|
+
<li> UnderStock:表示对应库存即将售罄</li>
|
5540
|
+
<li>WithoutStock:表示对应库存已经售罄</li>
|
5537
5541
|
注意:此字段可能返回 null,表示取不到有效值。
|
5538
5542
|
:type StatusCategory: str
|
5539
5543
|
"""
|
@@ -487,7 +487,7 @@ class AllocationDetail(AbstractModel):
|
|
487
487
|
:param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
|
488
488
|
0 - 分摊
|
489
489
|
1 - 归集
|
490
|
-
|
490
|
+
2 - 未分配
|
491
491
|
注意:此字段可能返回 null,表示取不到有效值。
|
492
492
|
:type AllocationType: int
|
493
493
|
"""
|
@@ -14085,7 +14085,7 @@ class DescribeBillDownloadUrlResponse(AbstractModel):
|
|
14085
14085
|
r"""
|
14086
14086
|
:param _Ready: 账单文件是否准备就绪,0文件生成中,1文件已生成
|
14087
14087
|
:type Ready: int
|
14088
|
-
:param _DownloadUrl:
|
14088
|
+
:param _DownloadUrl: 账单文件下载链接,有效时长为一天
|
14089
14089
|
注意:此字段可能返回 null,表示取不到有效值。
|
14090
14090
|
:type DownloadUrl: str
|
14091
14091
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -2440,7 +2440,7 @@ class DescribeCaptchaRceResultResponse(AbstractModel):
|
|
2440
2440
|
9 ticket reused 传入的Ticket被重复使用,请重新生成Ticket、Randstr进行校验
|
2441
2441
|
15 decrypt fail 传入的Ticket不合法,请检查Ticket是否与前端返回的Ticket一致
|
2442
2442
|
16 appid-ticket mismatch 传入的CaptchaAppId错误,请检查CaptchaAppId是否与前端传入的CaptchaAppId一致,并且保障CaptchaAppId是从验证码控制台【验证管理】->【基础配置】中获取
|
2443
|
-
21 diff 票据校验异常,可能的原因是(1)若Ticket包含
|
2443
|
+
21 diff 票据校验异常,可能的原因是(1)若Ticket包含trerror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含trerror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
|
2444
2444
|
100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
|
2445
2445
|
:type CaptchaCode: int
|
2446
2446
|
:param _CaptchaMsg: 状态描述及验证错误信息
|
@@ -2718,7 +2718,7 @@ class DescribeCaptchaResultResponse(AbstractModel):
|
|
2718
2718
|
9 ticket reused 传入的Ticket被重复使用,请重新生成Ticket、Randstr进行校验
|
2719
2719
|
15 decrypt fail 传入的Ticket不合法,请检查Ticket是否与前端返回的Ticket一致
|
2720
2720
|
16 appid-ticket mismatch 传入的CaptchaAppId错误,请检查CaptchaAppId是否与前端传入的CaptchaAppId一致,并且保障CaptchaAppId是从验证码控制台【验证管理】->【基础配置】中获取
|
2721
|
-
21 diff 票据校验异常,可能的原因是(1)若Ticket包含
|
2721
|
+
21 diff 票据校验异常,可能的原因是(1)若Ticket包含trerror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含trerror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
|
2722
2722
|
100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
|
2723
2723
|
:type CaptchaCode: int
|
2724
2724
|
:param _CaptchaMsg: 状态描述及验证错误信息
|
@@ -7133,6 +7133,7 @@ class IMCdrInfo(AbstractModel):
|
|
7133
7133
|
101 座席手动转接
|
7134
7134
|
102 IVR阶段放弃
|
7135
7135
|
108 用户超时自动结束
|
7136
|
+
109 用户主动结束
|
7136
7137
|
:type EndStatus: int
|
7137
7138
|
:param _Nickname: 用户昵称
|
7138
7139
|
:type Nickname: str
|
@@ -10025,6 +10026,14 @@ class TelCdrInfo(AbstractModel):
|
|
10025
10026
|
电话呼入 100 blackList 呼入黑名单
|
10026
10027
|
|
10027
10028
|
电话呼出 2 unconnected 未接通
|
10029
|
+
|
10030
|
+
电话呼出 108 restrictedCallee 被叫因高风险受限
|
10031
|
+
|
10032
|
+
电话呼出 109 tooManyRequest 超频
|
10033
|
+
|
10034
|
+
电话呼出 110 restrictedArea 外呼盲区
|
10035
|
+
|
10036
|
+
电话呼出 111 restrictedTime 外呼时间限制
|
10028
10037
|
|
10029
10038
|
电话呼出 201 unknown 未知状态
|
10030
10039
|
|
@@ -10038,7 +10047,7 @@ class TelCdrInfo(AbstractModel):
|
|
10038
10047
|
|
10039
10048
|
电话呼出 206 busy 通话中
|
10040
10049
|
|
10041
|
-
电话呼出
|
10050
|
+
电话呼出 207 outOfCredit 欠费
|
10042
10051
|
|
10043
10052
|
电话呼出 208 operatorError 运营商线路异常
|
10044
10053
|
|
@@ -10100,6 +10109,14 @@ class TelCdrInfo(AbstractModel):
|
|
10100
10109
|
电话呼入 100 blackList 呼入黑名单
|
10101
10110
|
|
10102
10111
|
电话呼出 2 unconnected 未接通
|
10112
|
+
|
10113
|
+
电话呼出 108 restrictedCallee 被叫因高风险受限
|
10114
|
+
|
10115
|
+
电话呼出 109 tooManyRequest 超频
|
10116
|
+
|
10117
|
+
电话呼出 110 restrictedArea 外呼盲区
|
10118
|
+
|
10119
|
+
电话呼出 111 restrictedTime 外呼时间限制
|
10103
10120
|
|
10104
10121
|
电话呼出 201 unknown 未知状态
|
10105
10122
|
|
@@ -10113,7 +10130,7 @@ class TelCdrInfo(AbstractModel):
|
|
10113
10130
|
|
10114
10131
|
电话呼出 206 busy 通话中
|
10115
10132
|
|
10116
|
-
电话呼出
|
10133
|
+
电话呼出 207 outOfCredit 欠费
|
10117
10134
|
|
10118
10135
|
电话呼出 208 operatorError 运营商线路异常
|
10119
10136
|
|
@@ -2380,11 +2380,11 @@ class AutoStrategy(AbstractModel):
|
|
2380
2380
|
r"""
|
2381
2381
|
:param _ExpandThreshold: 自动扩容阈值,可选值70、80、90,代表CPU利用率达到70%、80%、90%时后台进行自动扩容
|
2382
2382
|
:type ExpandThreshold: int
|
2383
|
-
:param _ExpandPeriod:
|
2383
|
+
:param _ExpandPeriod: 自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。
|
2384
2384
|
:type ExpandPeriod: int
|
2385
2385
|
:param _ShrinkThreshold: 自动缩容阈值,可选值10、20、30,代表CPU利用率达到10%、20%、30%时后台进行自动缩容
|
2386
2386
|
:type ShrinkThreshold: int
|
2387
|
-
:param _ShrinkPeriod:
|
2387
|
+
:param _ShrinkPeriod: 自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
|
2388
2388
|
:type ShrinkPeriod: int
|
2389
2389
|
"""
|
2390
2390
|
self._ExpandThreshold = None
|
@@ -3350,7 +3350,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3350
3350
|
:param _Vip: 指定VIP申请负载均衡。此参数选填,不填写此参数时自动分配VIP。IPv4和IPv6类型支持此参数,IPv6 NAT64类型不支持。
|
3351
3351
|
注意:当指定VIP创建内网实例、或公网IPv6 BGP实例时,若VIP不属于指定VPC子网的网段内时,会创建失败;若VIP已被占用,也会创建失败。
|
3352
3352
|
:type Vip: str
|
3353
|
-
:param _BandwidthPackageId: 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE
|
3353
|
+
:param _BandwidthPackageId: 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE),带宽包的属性即为其结算方式。非上移用户购买的 IPv6 负载均衡实例,且运营商类型非 BGP 时 ,不支持指定具体带宽包id。
|
3354
3354
|
:type BandwidthPackageId: str
|
3355
3355
|
:param _ExclusiveCluster: 独占型实例信息。若创建独占型的内网负载均衡实例,则此参数必填。
|
3356
3356
|
:type ExclusiveCluster: :class:`tencentcloud.clb.v20180317.models.ExclusiveCluster`
|
@@ -8817,7 +8817,7 @@ class HealthCheck(AbstractModel):
|
|
8817
8817
|
:param _HttpVersion: HTTP版本。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
|
8818
8818
|
注意:此字段可能返回 null,表示取不到有效值。
|
8819
8819
|
:type HttpVersion: str
|
8820
|
-
:param _SourceIpType: 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP
|
8820
|
+
:param _SourceIpType: 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。
|
8821
8821
|
注意:此字段可能返回 null,表示取不到有效值。
|
8822
8822
|
:type SourceIpType: int
|
8823
8823
|
:param _ExtendedCode: GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
|
@@ -17757,7 +17757,7 @@ class NoticeReceiver(AbstractModel):
|
|
17757
17757
|
暂不支持其余接收者类型。
|
17758
17758
|
:type ReceiverType: str
|
17759
17759
|
:param _ReceiverIds: 接收者。
|
17760
|
-
当ReceiverType为Uin时,ReceiverIds的值为用户
|
17760
|
+
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
17761
17761
|
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
|
17762
17762
|
:type ReceiverIds: list of int
|
17763
17763
|
:param _ReceiverChannels: 通知接收渠道。
|
@@ -17863,49 +17863,9 @@ class NoticeRule(AbstractModel):
|
|
17863
17863
|
注意:此字段可能返回 null,表示取不到有效值。
|
17864
17864
|
:type WebCallbacks: list of WebCallback
|
17865
17865
|
:param _Rule: 匹配规则 JSON串。
|
17866
|
-
**rule
|
17867
|
-
|
17868
|
-
|
17869
|
-
"Value": "AND",
|
17870
|
-
"Type": "Operation",
|
17871
|
-
"Children": [
|
17872
|
-
{
|
17873
|
-
"Value": "OR",
|
17874
|
-
"Type": "Operation",
|
17875
|
-
"Children": [
|
17876
|
-
{
|
17877
|
-
"Type": "Condition",
|
17878
|
-
"Value": "Level",
|
17879
|
-
"Children": [
|
17880
|
-
{
|
17881
|
-
"Value": "In",
|
17882
|
-
"Type": "Compare"
|
17883
|
-
},
|
17884
|
-
{
|
17885
|
-
"Value": "[1,0]",
|
17886
|
-
"Type": "Value"
|
17887
|
-
}
|
17888
|
-
]
|
17889
|
-
},
|
17890
|
-
{
|
17891
|
-
"Type": "Condition",
|
17892
|
-
"Value": "Level",
|
17893
|
-
"Children": [
|
17894
|
-
{
|
17895
|
-
"Value": "NotIn",
|
17896
|
-
"Type": "Compare"
|
17897
|
-
},
|
17898
|
-
{
|
17899
|
-
"Value": "[2]",
|
17900
|
-
"Type": "Value"
|
17901
|
-
}
|
17902
|
-
]
|
17903
|
-
}
|
17904
|
-
]
|
17905
|
-
}
|
17906
|
-
]
|
17907
|
-
}
|
17908
|
-
```
|
17866
|
+
**rule规则树格式为嵌套结构体JSON字符串**
|
17867
|
+
`{"Value":"AND","Type":"Operation","Children":[{"Value":"OR","Type":"Operation","Children":[{"Type":"Condition","Value":"Level","Children":[{"Value":"In","Type":"Compare"},{"Value":"[1,0]","Type":"Value"}]},{"Type":"Condition","Value":"Level","Children":[{"Value":"NotIn","Type":"Compare"},{"Value":"[2]","Type":"Value"}]}]}]}`
|
17868
|
+
|
17909
17869
|
**rule规则树限制规则如下**:
|
17910
17870
|
- 顶层rule中Type可取值:`Condition`,`Operation`
|
17911
17871
|
- Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`
|
@@ -17923,50 +17883,43 @@ class NoticeRule(AbstractModel):
|
|
17923
17883
|
- 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
17924
17884
|
- 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)
|
17925
17885
|
以下示例表示:告警等级属于提醒
|
17926
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}
|
17927
|
-
`
|
17886
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}`
|
17928
17887
|
|
17929
17888
|
- Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型
|
17930
17889
|
- 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
17931
17890
|
- 下一个子节点value支持的值:1(告警通知),2 (恢复通知)
|
17932
17891
|
以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知
|
17933
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}
|
17934
|
-
`
|
17892
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}`
|
17935
17893
|
|
17936
17894
|
- Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略
|
17937
17895
|
- 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
17938
17896
|
- 下一个子节点value支持的值:告警策略id数组
|
17939
17897
|
以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx
|
17940
|
-
`"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"
|
17941
|
-
`
|
17898
|
+
`"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"`
|
17942
17899
|
|
17943
17900
|
- Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称
|
17944
17901
|
- 子节点Type支持`Compare`,Value支持`=~`,`!=~`
|
17945
17902
|
- 下一个子节点value支持的值:必须是正则表达式
|
17946
17903
|
以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$
|
17947
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
|
17948
|
-
`
|
17904
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
|
17949
17905
|
|
17950
17906
|
- Type:Condition 表示是规则条件,Value:Label 表示告警分类字段
|
17951
17907
|
- 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`
|
17952
17908
|
- 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式
|
17953
17909
|
以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$
|
17954
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
|
17955
|
-
`
|
17910
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
|
17956
17911
|
|
17957
17912
|
- Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间
|
17958
17913
|
- 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `
|
17959
17914
|
- 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组
|
17960
17915
|
以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36
|
17961
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}
|
17962
|
-
`
|
17916
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}`
|
17963
17917
|
|
17964
17918
|
- Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间
|
17965
17919
|
- 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`
|
17966
17920
|
- 下一个子节点value支持的值:整型值单位分钟
|
17967
17921
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
17968
|
-
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}
|
17969
|
-
`
|
17922
|
+
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
17970
17923
|
注意:此字段可能返回 null,表示取不到有效值。
|
17971
17924
|
:type Rule: str
|
17972
17925
|
"""
|
@@ -1022,10 +1022,10 @@ CSIP:云安全中心
|
|
1022
1022
|
:param _Victim: 受害者
|
1023
1023
|
注意:此字段可能返回 null,表示取不到有效值。
|
1024
1024
|
:type Victim: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
|
1025
|
-
:param _EvidenceData: 证据数据(
|
1025
|
+
:param _EvidenceData: 证据数据(例如攻击内容等)
|
1026
1026
|
注意:此字段可能返回 null,表示取不到有效值。
|
1027
1027
|
:type EvidenceData: str
|
1028
|
-
:param _EvidenceLocation: 证据位置(
|
1028
|
+
:param _EvidenceLocation: 证据位置(例如协议端口)
|
1029
1029
|
注意:此字段可能返回 null,表示取不到有效值。
|
1030
1030
|
:type EvidenceLocation: str
|
1031
1031
|
:param _EvidencePath: 证据路径
|
@@ -7026,6 +7026,9 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7026
7026
|
:param _AssetMapInstanceTypeList: 资产类型和实例类型的对应关系
|
7027
7027
|
注意:此字段可能返回 null,表示取不到有效值。
|
7028
7028
|
:type AssetMapInstanceTypeList: list of AssetInstanceTypeMap
|
7029
|
+
:param _PublicPrivateAttr: 公网内网枚举
|
7030
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7031
|
+
:type PublicPrivateAttr: list of FilterDataObject
|
7029
7032
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7030
7033
|
:type RequestId: str
|
7031
7034
|
"""
|
@@ -7041,6 +7044,7 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7041
7044
|
self._ZoneList = None
|
7042
7045
|
self._OsList = None
|
7043
7046
|
self._AssetMapInstanceTypeList = None
|
7047
|
+
self._PublicPrivateAttr = None
|
7044
7048
|
self._RequestId = None
|
7045
7049
|
|
7046
7050
|
@property
|
@@ -7139,6 +7143,14 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7139
7143
|
def AssetMapInstanceTypeList(self, AssetMapInstanceTypeList):
|
7140
7144
|
self._AssetMapInstanceTypeList = AssetMapInstanceTypeList
|
7141
7145
|
|
7146
|
+
@property
|
7147
|
+
def PublicPrivateAttr(self):
|
7148
|
+
return self._PublicPrivateAttr
|
7149
|
+
|
7150
|
+
@PublicPrivateAttr.setter
|
7151
|
+
def PublicPrivateAttr(self, PublicPrivateAttr):
|
7152
|
+
self._PublicPrivateAttr = PublicPrivateAttr
|
7153
|
+
|
7142
7154
|
@property
|
7143
7155
|
def RequestId(self):
|
7144
7156
|
return self._RequestId
|
@@ -7216,6 +7228,12 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7216
7228
|
obj = AssetInstanceTypeMap()
|
7217
7229
|
obj._deserialize(item)
|
7218
7230
|
self._AssetMapInstanceTypeList.append(obj)
|
7231
|
+
if params.get("PublicPrivateAttr") is not None:
|
7232
|
+
self._PublicPrivateAttr = []
|
7233
|
+
for item in params.get("PublicPrivateAttr"):
|
7234
|
+
obj = FilterDataObject()
|
7235
|
+
obj._deserialize(item)
|
7236
|
+
self._PublicPrivateAttr.append(obj)
|
7219
7237
|
self._RequestId = params.get("RequestId")
|
7220
7238
|
|
7221
7239
|
|
@@ -7456,14 +7474,25 @@ class DescribeDbAssetsRequest(AbstractModel):
|
|
7456
7474
|
|
7457
7475
|
def __init__(self):
|
7458
7476
|
r"""
|
7477
|
+
:param _MemberId: 集团账号的成员id
|
7478
|
+
:type MemberId: list of str
|
7459
7479
|
:param _Filter: -
|
7460
7480
|
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
7461
7481
|
:param _AssetTypes: 资产类型:MYSQL/MARIADB/REDIS/MONGODB/POSTGRES/CTS/ES/KAFKA/COS/CBS/CFS
|
7462
7482
|
:type AssetTypes: list of str
|
7463
7483
|
"""
|
7484
|
+
self._MemberId = None
|
7464
7485
|
self._Filter = None
|
7465
7486
|
self._AssetTypes = None
|
7466
7487
|
|
7488
|
+
@property
|
7489
|
+
def MemberId(self):
|
7490
|
+
return self._MemberId
|
7491
|
+
|
7492
|
+
@MemberId.setter
|
7493
|
+
def MemberId(self, MemberId):
|
7494
|
+
self._MemberId = MemberId
|
7495
|
+
|
7467
7496
|
@property
|
7468
7497
|
def Filter(self):
|
7469
7498
|
return self._Filter
|
@@ -7482,6 +7511,7 @@ class DescribeDbAssetsRequest(AbstractModel):
|
|
7482
7511
|
|
7483
7512
|
|
7484
7513
|
def _deserialize(self, params):
|
7514
|
+
self._MemberId = params.get("MemberId")
|
7485
7515
|
if params.get("Filter") is not None:
|
7486
7516
|
self._Filter = Filter()
|
7487
7517
|
self._Filter._deserialize(params.get("Filter"))
|
@@ -7521,6 +7551,9 @@ class DescribeDbAssetsResponse(AbstractModel):
|
|
7521
7551
|
:param _AppIdList: Appid枚举
|
7522
7552
|
注意:此字段可能返回 null,表示取不到有效值。
|
7523
7553
|
:type AppIdList: list of FilterDataObject
|
7554
|
+
:param _PublicPrivateAttr: 公网内网枚举
|
7555
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7556
|
+
:type PublicPrivateAttr: list of FilterDataObject
|
7524
7557
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7525
7558
|
:type RequestId: str
|
7526
7559
|
"""
|
@@ -7530,6 +7563,7 @@ class DescribeDbAssetsResponse(AbstractModel):
|
|
7530
7563
|
self._AssetTypeList = None
|
7531
7564
|
self._VpcList = None
|
7532
7565
|
self._AppIdList = None
|
7566
|
+
self._PublicPrivateAttr = None
|
7533
7567
|
self._RequestId = None
|
7534
7568
|
|
7535
7569
|
@property
|
@@ -7580,6 +7614,14 @@ class DescribeDbAssetsResponse(AbstractModel):
|
|
7580
7614
|
def AppIdList(self, AppIdList):
|
7581
7615
|
self._AppIdList = AppIdList
|
7582
7616
|
|
7617
|
+
@property
|
7618
|
+
def PublicPrivateAttr(self):
|
7619
|
+
return self._PublicPrivateAttr
|
7620
|
+
|
7621
|
+
@PublicPrivateAttr.setter
|
7622
|
+
def PublicPrivateAttr(self, PublicPrivateAttr):
|
7623
|
+
self._PublicPrivateAttr = PublicPrivateAttr
|
7624
|
+
|
7583
7625
|
@property
|
7584
7626
|
def RequestId(self):
|
7585
7627
|
return self._RequestId
|
@@ -7621,6 +7663,12 @@ class DescribeDbAssetsResponse(AbstractModel):
|
|
7621
7663
|
obj = FilterDataObject()
|
7622
7664
|
obj._deserialize(item)
|
7623
7665
|
self._AppIdList.append(obj)
|
7666
|
+
if params.get("PublicPrivateAttr") is not None:
|
7667
|
+
self._PublicPrivateAttr = []
|
7668
|
+
for item in params.get("PublicPrivateAttr"):
|
7669
|
+
obj = FilterDataObject()
|
7670
|
+
obj._deserialize(item)
|
7671
|
+
self._PublicPrivateAttr.append(obj)
|
7624
7672
|
self._RequestId = params.get("RequestId")
|
7625
7673
|
|
7626
7674
|
|
@@ -8264,14 +8312,25 @@ class DescribeOrganizationUserInfoRequest(AbstractModel):
|
|
8264
8312
|
|
8265
8313
|
def __init__(self):
|
8266
8314
|
r"""
|
8315
|
+
:param _MemberId: 集团账号的成员id
|
8316
|
+
:type MemberId: list of str
|
8267
8317
|
:param _Filter: 过滤内容
|
8268
8318
|
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
8269
8319
|
:param _NotSupportCloud: 不支持多云
|
8270
8320
|
:type NotSupportCloud: bool
|
8271
8321
|
"""
|
8322
|
+
self._MemberId = None
|
8272
8323
|
self._Filter = None
|
8273
8324
|
self._NotSupportCloud = None
|
8274
8325
|
|
8326
|
+
@property
|
8327
|
+
def MemberId(self):
|
8328
|
+
return self._MemberId
|
8329
|
+
|
8330
|
+
@MemberId.setter
|
8331
|
+
def MemberId(self, MemberId):
|
8332
|
+
self._MemberId = MemberId
|
8333
|
+
|
8275
8334
|
@property
|
8276
8335
|
def Filter(self):
|
8277
8336
|
return self._Filter
|
@@ -8290,6 +8349,7 @@ class DescribeOrganizationUserInfoRequest(AbstractModel):
|
|
8290
8349
|
|
8291
8350
|
|
8292
8351
|
def _deserialize(self, params):
|
8352
|
+
self._MemberId = params.get("MemberId")
|
8293
8353
|
if params.get("Filter") is not None:
|
8294
8354
|
self._Filter = Filter()
|
8295
8355
|
self._Filter._deserialize(params.get("Filter"))
|
@@ -8317,11 +8377,19 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
|
|
8317
8377
|
:param _Data: 集团用户列表
|
8318
8378
|
注意:此字段可能返回 null,表示取不到有效值。
|
8319
8379
|
:type Data: list of OrganizationUserInfo
|
8380
|
+
:param _JoinTypeLst: 加入方式枚举
|
8381
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8382
|
+
:type JoinTypeLst: list of FilterDataObject
|
8383
|
+
:param _CloudTypeLst: 云厂商枚举
|
8384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8385
|
+
:type CloudTypeLst: list of FilterDataObject
|
8320
8386
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8321
8387
|
:type RequestId: str
|
8322
8388
|
"""
|
8323
8389
|
self._TotalCount = None
|
8324
8390
|
self._Data = None
|
8391
|
+
self._JoinTypeLst = None
|
8392
|
+
self._CloudTypeLst = None
|
8325
8393
|
self._RequestId = None
|
8326
8394
|
|
8327
8395
|
@property
|
@@ -8340,6 +8408,22 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
|
|
8340
8408
|
def Data(self, Data):
|
8341
8409
|
self._Data = Data
|
8342
8410
|
|
8411
|
+
@property
|
8412
|
+
def JoinTypeLst(self):
|
8413
|
+
return self._JoinTypeLst
|
8414
|
+
|
8415
|
+
@JoinTypeLst.setter
|
8416
|
+
def JoinTypeLst(self, JoinTypeLst):
|
8417
|
+
self._JoinTypeLst = JoinTypeLst
|
8418
|
+
|
8419
|
+
@property
|
8420
|
+
def CloudTypeLst(self):
|
8421
|
+
return self._CloudTypeLst
|
8422
|
+
|
8423
|
+
@CloudTypeLst.setter
|
8424
|
+
def CloudTypeLst(self, CloudTypeLst):
|
8425
|
+
self._CloudTypeLst = CloudTypeLst
|
8426
|
+
|
8343
8427
|
@property
|
8344
8428
|
def RequestId(self):
|
8345
8429
|
return self._RequestId
|
@@ -8357,6 +8441,18 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
|
|
8357
8441
|
obj = OrganizationUserInfo()
|
8358
8442
|
obj._deserialize(item)
|
8359
8443
|
self._Data.append(obj)
|
8444
|
+
if params.get("JoinTypeLst") is not None:
|
8445
|
+
self._JoinTypeLst = []
|
8446
|
+
for item in params.get("JoinTypeLst"):
|
8447
|
+
obj = FilterDataObject()
|
8448
|
+
obj._deserialize(item)
|
8449
|
+
self._JoinTypeLst.append(obj)
|
8450
|
+
if params.get("CloudTypeLst") is not None:
|
8451
|
+
self._CloudTypeLst = []
|
8452
|
+
for item in params.get("CloudTypeLst"):
|
8453
|
+
obj = FilterDataObject()
|
8454
|
+
obj._deserialize(item)
|
8455
|
+
self._CloudTypeLst.append(obj)
|
8360
8456
|
self._RequestId = params.get("RequestId")
|
8361
8457
|
|
8362
8458
|
|
@@ -13696,6 +13792,12 @@ class OrganizationUserInfo(AbstractModel):
|
|
13696
13792
|
2 非腾讯云
|
13697
13793
|
注意:此字段可能返回 null,表示取不到有效值。
|
13698
13794
|
:type TcMemberType: int
|
13795
|
+
:param _SubUserCount: 子账号数量
|
13796
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13797
|
+
:type SubUserCount: int
|
13798
|
+
:param _JoinTypeInfo: 加入方式详细信息
|
13799
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13800
|
+
:type JoinTypeInfo: str
|
13699
13801
|
"""
|
13700
13802
|
self._Uin = None
|
13701
13803
|
self._NickName = None
|
@@ -13719,6 +13821,8 @@ class OrganizationUserInfo(AbstractModel):
|
|
13719
13821
|
self._PermissionList = None
|
13720
13822
|
self._AuthType = None
|
13721
13823
|
self._TcMemberType = None
|
13824
|
+
self._SubUserCount = None
|
13825
|
+
self._JoinTypeInfo = None
|
13722
13826
|
|
13723
13827
|
@property
|
13724
13828
|
def Uin(self):
|
@@ -13896,6 +14000,22 @@ class OrganizationUserInfo(AbstractModel):
|
|
13896
14000
|
def TcMemberType(self, TcMemberType):
|
13897
14001
|
self._TcMemberType = TcMemberType
|
13898
14002
|
|
14003
|
+
@property
|
14004
|
+
def SubUserCount(self):
|
14005
|
+
return self._SubUserCount
|
14006
|
+
|
14007
|
+
@SubUserCount.setter
|
14008
|
+
def SubUserCount(self, SubUserCount):
|
14009
|
+
self._SubUserCount = SubUserCount
|
14010
|
+
|
14011
|
+
@property
|
14012
|
+
def JoinTypeInfo(self):
|
14013
|
+
return self._JoinTypeInfo
|
14014
|
+
|
14015
|
+
@JoinTypeInfo.setter
|
14016
|
+
def JoinTypeInfo(self, JoinTypeInfo):
|
14017
|
+
self._JoinTypeInfo = JoinTypeInfo
|
14018
|
+
|
13899
14019
|
|
13900
14020
|
def _deserialize(self, params):
|
13901
14021
|
self._Uin = params.get("Uin")
|
@@ -13920,6 +14040,8 @@ class OrganizationUserInfo(AbstractModel):
|
|
13920
14040
|
self._PermissionList = params.get("PermissionList")
|
13921
14041
|
self._AuthType = params.get("AuthType")
|
13922
14042
|
self._TcMemberType = params.get("TcMemberType")
|
14043
|
+
self._SubUserCount = params.get("SubUserCount")
|
14044
|
+
self._JoinTypeInfo = params.get("JoinTypeInfo")
|
13923
14045
|
memeber_set = set(params.keys())
|
13924
14046
|
for name, value in vars(self).items():
|
13925
14047
|
property_name = name[1:]
|
@@ -10808,7 +10808,11 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
10808
10808
|
:type GpuCount: float
|
10809
10809
|
:param _Frequency: 实例的CPU主频信息
|
10810
10810
|
:type Frequency: str
|
10811
|
-
:param _StatusCategory: 描述库存情况。取值范围:
|
10811
|
+
:param _StatusCategory: 描述库存情况。取值范围:
|
10812
|
+
<li> EnoughStock:表示对应库存非常充足</li>
|
10813
|
+
<li>NormalStock:表示对应库存供应有保障</li>
|
10814
|
+
<li> UnderStock:表示对应库存即将售罄</li>
|
10815
|
+
<li>WithoutStock:表示对应库存已经售罄</li>
|
10812
10816
|
注意:此字段可能返回 null,表示取不到有效值。
|
10813
10817
|
:type StatusCategory: str
|
10814
10818
|
"""
|