tencentcloud-sdk-python 3.0.1125__py2.py3-none-any.whl → 3.0.1127__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +1 -2
- tencentcloud/asr/v20190614/asr_client.py +1 -1
- tencentcloud/asr/v20190614/models.py +15 -4
- tencentcloud/ccc/v20200210/models.py +18 -0
- tencentcloud/csip/v20221121/models.py +3 -0
- tencentcloud/dts/v20211206/models.py +27 -2
- tencentcloud/ess/v20201111/models.py +0 -2
- tencentcloud/essbasic/v20210526/models.py +7 -3
- tencentcloud/faceid/v20180301/models.py +2 -0
- tencentcloud/gs/v20191118/gs_client.py +23 -0
- tencentcloud/gs/v20191118/models.py +70 -0
- tencentcloud/iss/v20230517/models.py +50 -0
- tencentcloud/monitor/v20180724/models.py +0 -82
- tencentcloud/monitor/v20180724/monitor_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +55 -55
- tencentcloud/soe/v20180724/models.py +1 -1
- tencentcloud/sqlserver/v20180328/models.py +75 -0
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +42 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +42 -1
- tencentcloud/trtc/v20190722/trtc_client.py +3 -3
- {tencentcloud_sdk_python-3.0.1125.dist-info → tencentcloud_sdk_python-3.0.1127.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1125.dist-info → tencentcloud_sdk_python-3.0.1127.dist-info}/RECORD +28 -28
- {tencentcloud_sdk_python-3.0.1125.dist-info → tencentcloud_sdk_python-3.0.1127.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1125.dist-info → tencentcloud_sdk_python-3.0.1127.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1125.dist-info → tencentcloud_sdk_python-3.0.1127.dist-info}/top_level.txt +0 -0
|
@@ -25,13 +25,13 @@ class AddOrganizationMemberEmailRequest(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _MemberUin: 成员Uin
|
|
28
|
+
:param _MemberUin: 成员Uin。
|
|
29
29
|
:type MemberUin: int
|
|
30
|
-
:param _Email:
|
|
30
|
+
:param _Email: 邮箱地址。
|
|
31
31
|
:type Email: str
|
|
32
|
-
:param _CountryCode:
|
|
32
|
+
:param _CountryCode: 国际区号。
|
|
33
33
|
:type CountryCode: str
|
|
34
|
-
:param _Phone:
|
|
34
|
+
:param _Phone: 手机号。
|
|
35
35
|
:type Phone: str
|
|
36
36
|
"""
|
|
37
37
|
self._MemberUin = None
|
|
@@ -132,7 +132,7 @@ class AddOrganizationNodeRequest(AbstractModel):
|
|
|
132
132
|
|
|
133
133
|
def __init__(self):
|
|
134
134
|
r"""
|
|
135
|
-
:param _ParentNodeId: 父节点ID
|
|
135
|
+
:param _ParentNodeId: 父节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
|
136
136
|
:type ParentNodeId: int
|
|
137
137
|
:param _Name: 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
138
138
|
:type Name: str
|
|
@@ -315,7 +315,7 @@ class AddShareUnitRequest(AbstractModel):
|
|
|
315
315
|
r"""
|
|
316
316
|
:param _Name: 共享单元名称。仅支持大小写字母、数字、-、以及_的组合,3-128个字符。
|
|
317
317
|
:type Name: str
|
|
318
|
-
:param _Area: 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
|
|
318
|
+
:param _Area: 共享单元地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
|
|
319
319
|
:type Area: str
|
|
320
320
|
:param _Description: 共享单元描述。最大128个字符。
|
|
321
321
|
:type Description: str
|
|
@@ -570,7 +570,7 @@ class BindOrganizationMemberAuthAccountRequest(AbstractModel):
|
|
|
570
570
|
r"""
|
|
571
571
|
:param _MemberUin: 成员Uin。
|
|
572
572
|
:type MemberUin: int
|
|
573
|
-
:param _PolicyId: 策略ID。可以调用DescribeOrganizationMemberPolicies获取
|
|
573
|
+
:param _PolicyId: 策略ID。可以调用[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
|
|
574
574
|
:type PolicyId: int
|
|
575
575
|
:param _OrgSubAccountUins: 组织管理员子账号Uin列表。最大5个
|
|
576
576
|
:type OrgSubAccountUins: list of int
|
|
@@ -652,7 +652,7 @@ class CancelOrganizationMemberAuthAccountRequest(AbstractModel):
|
|
|
652
652
|
r"""
|
|
653
653
|
:param _MemberUin: 成员Uin。
|
|
654
654
|
:type MemberUin: int
|
|
655
|
-
:param _PolicyId: 策略ID
|
|
655
|
+
:param _PolicyId: 策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
|
|
656
656
|
:type PolicyId: int
|
|
657
657
|
:param _OrgSubAccountUin: 组织子账号Uin。
|
|
658
658
|
:type OrgSubAccountUin: int
|
|
@@ -732,7 +732,7 @@ class CheckAccountDeleteRequest(AbstractModel):
|
|
|
732
732
|
|
|
733
733
|
def __init__(self):
|
|
734
734
|
r"""
|
|
735
|
-
:param _MemberUin: 成员
|
|
735
|
+
:param _MemberUin: 成员Uin。
|
|
736
736
|
:type MemberUin: int
|
|
737
737
|
"""
|
|
738
738
|
self._MemberUin = None
|
|
@@ -916,9 +916,9 @@ class CreateOrganizationMemberAuthIdentityRequest(AbstractModel):
|
|
|
916
916
|
|
|
917
917
|
def __init__(self):
|
|
918
918
|
r"""
|
|
919
|
-
:param _MemberUins: 成员
|
|
919
|
+
:param _MemberUins: 成员Uin列表。最多10个
|
|
920
920
|
:type MemberUins: list of int non-negative
|
|
921
|
-
:param _IdentityIds: 身份Id列表。最多5
|
|
921
|
+
:param _IdentityIds: 身份Id列表。最多5个,可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
922
922
|
:type IdentityIds: list of int non-negative
|
|
923
923
|
"""
|
|
924
924
|
self._MemberUins = None
|
|
@@ -990,7 +990,7 @@ class CreateOrganizationMemberPolicyRequest(AbstractModel):
|
|
|
990
990
|
:type MemberUin: int
|
|
991
991
|
:param _PolicyName: 策略名。最大长度为128个字符,支持英文字母、数字、符号+=,.@_-
|
|
992
992
|
:type PolicyName: str
|
|
993
|
-
:param _IdentityId: 成员访问身份ID。可以调用DescribeOrganizationMemberAuthIdentities获取
|
|
993
|
+
:param _IdentityId: 成员访问身份ID。可以调用[DescribeOrganizationMemberAuthIdentities](https://cloud.tencent.com/document/product/850/82936)获取
|
|
994
994
|
:type IdentityId: int
|
|
995
995
|
:param _Description: 描述。
|
|
996
996
|
:type Description: str
|
|
@@ -1099,7 +1099,7 @@ class CreateOrganizationMemberRequest(AbstractModel):
|
|
|
1099
1099
|
:type PolicyType: str
|
|
1100
1100
|
:param _PermissionIds: 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
|
|
1101
1101
|
:type PermissionIds: list of int non-negative
|
|
1102
|
-
:param _NodeId: 成员所属部门的节点ID
|
|
1102
|
+
:param _NodeId: 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
|
1103
1103
|
:type NodeId: int
|
|
1104
1104
|
:param _AccountName: 账号名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
|
1105
1105
|
:type AccountName: str
|
|
@@ -1276,7 +1276,7 @@ class CreateOrganizationMembersPolicyRequest(AbstractModel):
|
|
|
1276
1276
|
:type MemberUins: list of int
|
|
1277
1277
|
:param _PolicyName: 策略名。长度1~128个字符,支持英文字母、数字、符号+=,.@_-
|
|
1278
1278
|
:type PolicyName: str
|
|
1279
|
-
:param _IdentityId: 成员访问身份ID
|
|
1279
|
+
:param _IdentityId: 成员访问身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
1280
1280
|
:type IdentityId: int
|
|
1281
1281
|
:param _Description: 策略描述。最大长度为128个字符
|
|
1282
1282
|
:type Description: str
|
|
@@ -1434,7 +1434,7 @@ class DeleteAccountRequest(AbstractModel):
|
|
|
1434
1434
|
|
|
1435
1435
|
def __init__(self):
|
|
1436
1436
|
r"""
|
|
1437
|
-
:param _MemberUin: 成员
|
|
1437
|
+
:param _MemberUin: 成员Uin。
|
|
1438
1438
|
:type MemberUin: int
|
|
1439
1439
|
"""
|
|
1440
1440
|
self._MemberUin = None
|
|
@@ -1492,7 +1492,7 @@ class DeleteOrganizationIdentityRequest(AbstractModel):
|
|
|
1492
1492
|
|
|
1493
1493
|
def __init__(self):
|
|
1494
1494
|
r"""
|
|
1495
|
-
:param _IdentityId: 身份ID
|
|
1495
|
+
:param _IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
1496
1496
|
:type IdentityId: int
|
|
1497
1497
|
"""
|
|
1498
1498
|
self._IdentityId = None
|
|
@@ -1550,9 +1550,9 @@ class DeleteOrganizationMemberAuthIdentityRequest(AbstractModel):
|
|
|
1550
1550
|
|
|
1551
1551
|
def __init__(self):
|
|
1552
1552
|
r"""
|
|
1553
|
-
:param _MemberUin: 成员
|
|
1553
|
+
:param _MemberUin: 成员Uin。
|
|
1554
1554
|
:type MemberUin: int
|
|
1555
|
-
:param _IdentityId: 身份
|
|
1555
|
+
:param _IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
1556
1556
|
:type IdentityId: int
|
|
1557
1557
|
"""
|
|
1558
1558
|
self._MemberUin = None
|
|
@@ -1620,7 +1620,7 @@ class DeleteOrganizationMembersPolicyRequest(AbstractModel):
|
|
|
1620
1620
|
|
|
1621
1621
|
def __init__(self):
|
|
1622
1622
|
r"""
|
|
1623
|
-
:param _PolicyId: 访问策略ID
|
|
1623
|
+
:param _PolicyId: 访问策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
|
|
1624
1624
|
:type PolicyId: int
|
|
1625
1625
|
"""
|
|
1626
1626
|
self._PolicyId = None
|
|
@@ -1678,7 +1678,7 @@ class DeleteOrganizationMembersRequest(AbstractModel):
|
|
|
1678
1678
|
|
|
1679
1679
|
def __init__(self):
|
|
1680
1680
|
r"""
|
|
1681
|
-
:param _MemberUin: 被删除成员的
|
|
1681
|
+
:param _MemberUin: 被删除成员的Uin列表。
|
|
1682
1682
|
:type MemberUin: list of int
|
|
1683
1683
|
"""
|
|
1684
1684
|
self._MemberUin = None
|
|
@@ -1736,7 +1736,7 @@ class DeleteOrganizationNodesRequest(AbstractModel):
|
|
|
1736
1736
|
|
|
1737
1737
|
def __init__(self):
|
|
1738
1738
|
r"""
|
|
1739
|
-
:param _NodeId: 节点ID
|
|
1739
|
+
:param _NodeId: 节点ID列表。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
|
1740
1740
|
:type NodeId: list of int
|
|
1741
1741
|
"""
|
|
1742
1742
|
self._NodeId = None
|
|
@@ -1949,7 +1949,7 @@ class DeleteShareUnitResourcesRequest(AbstractModel):
|
|
|
1949
1949
|
:type UnitId: str
|
|
1950
1950
|
:param _Area: 共享单元地域。
|
|
1951
1951
|
:type Area: str
|
|
1952
|
-
:param _Type:
|
|
1952
|
+
:param _Type: 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
|
|
1953
1953
|
:type Type: str
|
|
1954
1954
|
:param _Resources: 共享资源列表。最大10个。
|
|
1955
1955
|
:type Resources: list of ShareResource
|
|
@@ -2069,9 +2069,9 @@ class DescribeOrganizationAuthNodeRequest(AbstractModel):
|
|
|
2069
2069
|
|
|
2070
2070
|
def __init__(self):
|
|
2071
2071
|
r"""
|
|
2072
|
-
:param _Offset:
|
|
2072
|
+
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
2073
2073
|
:type Offset: int
|
|
2074
|
-
:param _Limit:
|
|
2074
|
+
:param _Limit: 限制数目。取值范围:1~50。默认值:10。
|
|
2075
2075
|
:type Limit: int
|
|
2076
2076
|
:param _AuthName: 互信主体名称。
|
|
2077
2077
|
:type AuthName: str
|
|
@@ -2618,13 +2618,13 @@ class DescribeOrganizationMemberAuthAccountsRequest(AbstractModel):
|
|
|
2618
2618
|
|
|
2619
2619
|
def __init__(self):
|
|
2620
2620
|
r"""
|
|
2621
|
-
:param _Offset:
|
|
2621
|
+
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
2622
2622
|
:type Offset: int
|
|
2623
|
-
:param _Limit:
|
|
2623
|
+
:param _Limit: 限制数目。取值范围:1~50。默认值:10。
|
|
2624
2624
|
:type Limit: int
|
|
2625
2625
|
:param _MemberUin: 成员Uin。
|
|
2626
2626
|
:type MemberUin: int
|
|
2627
|
-
:param _PolicyId: 策略ID
|
|
2627
|
+
:param _PolicyId: 策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)
|
|
2628
2628
|
:type PolicyId: int
|
|
2629
2629
|
"""
|
|
2630
2630
|
self._Offset = None
|
|
@@ -2749,7 +2749,7 @@ class DescribeOrganizationMemberAuthIdentitiesRequest(AbstractModel):
|
|
|
2749
2749
|
:type Limit: int
|
|
2750
2750
|
:param _MemberUin: 组织成员Uin。入参MemberUin与IdentityId至少填写一个
|
|
2751
2751
|
:type MemberUin: int
|
|
2752
|
-
:param _IdentityId: 身份ID。入参MemberUin与IdentityId
|
|
2752
|
+
:param _IdentityId: 身份ID。入参MemberUin与IdentityId至少填写一个, 可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
2753
2753
|
:type IdentityId: int
|
|
2754
2754
|
"""
|
|
2755
2755
|
self._Offset = None
|
|
@@ -2868,7 +2868,7 @@ class DescribeOrganizationMemberEmailBindRequest(AbstractModel):
|
|
|
2868
2868
|
|
|
2869
2869
|
def __init__(self):
|
|
2870
2870
|
r"""
|
|
2871
|
-
:param _MemberUin: 成员Uin
|
|
2871
|
+
:param _MemberUin: 成员Uin。
|
|
2872
2872
|
:type MemberUin: int
|
|
2873
2873
|
"""
|
|
2874
2874
|
self._MemberUin = None
|
|
@@ -2901,31 +2901,31 @@ class DescribeOrganizationMemberEmailBindResponse(AbstractModel):
|
|
|
2901
2901
|
|
|
2902
2902
|
def __init__(self):
|
|
2903
2903
|
r"""
|
|
2904
|
-
:param _BindId: 绑定ID
|
|
2904
|
+
:param _BindId: 绑定ID。
|
|
2905
2905
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2906
2906
|
:type BindId: int
|
|
2907
|
-
:param _ApplyTime:
|
|
2907
|
+
:param _ApplyTime: 申请时间。
|
|
2908
2908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2909
2909
|
:type ApplyTime: str
|
|
2910
|
-
:param _Email:
|
|
2910
|
+
:param _Email: 邮箱地址。
|
|
2911
2911
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2912
2912
|
:type Email: str
|
|
2913
|
-
:param _Phone:
|
|
2913
|
+
:param _Phone: 安全手机号。
|
|
2914
2914
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2915
2915
|
:type Phone: str
|
|
2916
|
-
:param _BindStatus:
|
|
2916
|
+
:param _BindStatus: 绑定状态。 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
2917
2917
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2918
2918
|
:type BindStatus: str
|
|
2919
|
-
:param _BindTime:
|
|
2919
|
+
:param _BindTime: 绑定时间。
|
|
2920
2920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2921
2921
|
:type BindTime: str
|
|
2922
|
-
:param _Description:
|
|
2922
|
+
:param _Description: 失败说明。
|
|
2923
2923
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2924
2924
|
:type Description: str
|
|
2925
|
-
:param _PhoneBind: 安全手机绑定状态
|
|
2925
|
+
:param _PhoneBind: 安全手机绑定状态 。 未绑定:0,已绑定:1
|
|
2926
2926
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2927
2927
|
:type PhoneBind: int
|
|
2928
|
-
:param _CountryCode:
|
|
2928
|
+
:param _CountryCode: 国际区号。
|
|
2929
2929
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2930
2930
|
:type CountryCode: str
|
|
2931
2931
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3043,9 +3043,9 @@ class DescribeOrganizationMemberPoliciesRequest(AbstractModel):
|
|
|
3043
3043
|
|
|
3044
3044
|
def __init__(self):
|
|
3045
3045
|
r"""
|
|
3046
|
-
:param _Offset:
|
|
3046
|
+
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
3047
3047
|
:type Offset: int
|
|
3048
|
-
:param _Limit:
|
|
3048
|
+
:param _Limit: 限制数目。取值范围:1~50。默认值:10。
|
|
3049
3049
|
:type Limit: int
|
|
3050
3050
|
:param _MemberUin: 成员Uin。
|
|
3051
3051
|
:type MemberUin: int
|
|
@@ -3317,7 +3317,7 @@ class DescribeOrganizationNodesRequest(AbstractModel):
|
|
|
3317
3317
|
r"""
|
|
3318
3318
|
:param _Limit: 限制数目。最大50
|
|
3319
3319
|
:type Limit: int
|
|
3320
|
-
:param _Offset:
|
|
3320
|
+
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
3321
3321
|
:type Offset: int
|
|
3322
3322
|
"""
|
|
3323
3323
|
self._Limit = None
|
|
@@ -3922,7 +3922,7 @@ class DescribeShareUnitResourcesRequest(AbstractModel):
|
|
|
3922
3922
|
:type Limit: int
|
|
3923
3923
|
:param _SearchKey: 搜索关键字。支持产品资源ID搜索。
|
|
3924
3924
|
:type SearchKey: str
|
|
3925
|
-
:param _Type:
|
|
3925
|
+
:param _Type: 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
|
|
3926
3926
|
:type Type: str
|
|
3927
3927
|
"""
|
|
3928
3928
|
self._UnitId = None
|
|
@@ -4061,7 +4061,7 @@ class DescribeShareUnitsRequest(AbstractModel):
|
|
|
4061
4061
|
|
|
4062
4062
|
def __init__(self):
|
|
4063
4063
|
r"""
|
|
4064
|
-
:param _Area: 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
|
|
4064
|
+
:param _Area: 共享单元地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
|
|
4065
4065
|
:type Area: str
|
|
4066
4066
|
:param _Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
4067
4067
|
:type Offset: int
|
|
@@ -4263,7 +4263,7 @@ class ListOrganizationIdentityRequest(AbstractModel):
|
|
|
4263
4263
|
:type Limit: int
|
|
4264
4264
|
:param _SearchKey: 名称搜索关键字。
|
|
4265
4265
|
:type SearchKey: str
|
|
4266
|
-
:param _IdentityId: 身份ID
|
|
4266
|
+
:param _IdentityId: 身份ID。可以通过身份ID搜索
|
|
4267
4267
|
:type IdentityId: int
|
|
4268
4268
|
:param _IdentityType: 身份类型。取值范围 1-预设, 2-自定义
|
|
4269
4269
|
:type IdentityType: int
|
|
@@ -4621,9 +4621,9 @@ class MoveOrganizationNodeMembersRequest(AbstractModel):
|
|
|
4621
4621
|
|
|
4622
4622
|
def __init__(self):
|
|
4623
4623
|
r"""
|
|
4624
|
-
:param _NodeId: 组织节点ID
|
|
4624
|
+
:param _NodeId: 组织节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
|
4625
4625
|
:type NodeId: int
|
|
4626
|
-
:param _MemberUin: 成员
|
|
4626
|
+
:param _MemberUin: 成员Uin列表。
|
|
4627
4627
|
:type MemberUin: list of int
|
|
4628
4628
|
"""
|
|
4629
4629
|
self._NodeId = None
|
|
@@ -6364,11 +6364,11 @@ class UpdateOrganizationIdentityRequest(AbstractModel):
|
|
|
6364
6364
|
|
|
6365
6365
|
def __init__(self):
|
|
6366
6366
|
r"""
|
|
6367
|
-
:param _IdentityId: 身份ID
|
|
6367
|
+
:param _IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
|
6368
6368
|
:type IdentityId: int
|
|
6369
|
-
:param _Description:
|
|
6369
|
+
:param _Description: 身份描述。
|
|
6370
6370
|
:type Description: str
|
|
6371
|
-
:param _IdentityPolicy:
|
|
6371
|
+
:param _IdentityPolicy: 身份策略。
|
|
6372
6372
|
:type IdentityPolicy: list of IdentityPolicy
|
|
6373
6373
|
"""
|
|
6374
6374
|
self._IdentityId = None
|
|
@@ -6451,15 +6451,15 @@ class UpdateOrganizationMemberEmailBindRequest(AbstractModel):
|
|
|
6451
6451
|
|
|
6452
6452
|
def __init__(self):
|
|
6453
6453
|
r"""
|
|
6454
|
-
:param _MemberUin: 成员Uin
|
|
6454
|
+
:param _MemberUin: 成员Uin。
|
|
6455
6455
|
:type MemberUin: int
|
|
6456
|
-
:param _BindId: 绑定ID
|
|
6456
|
+
:param _BindId: 绑定ID。可以通过[DescribeOrganizationMemberEmailBind](https://cloud.tencent.com/document/product/850/93332)获取
|
|
6457
6457
|
:type BindId: int
|
|
6458
|
-
:param _Email:
|
|
6458
|
+
:param _Email: 邮箱地址。
|
|
6459
6459
|
:type Email: str
|
|
6460
|
-
:param _CountryCode:
|
|
6460
|
+
:param _CountryCode: 国际区号。
|
|
6461
6461
|
:type CountryCode: str
|
|
6462
|
-
:param _Phone:
|
|
6462
|
+
:param _Phone: 手机号。
|
|
6463
6463
|
:type Phone: str
|
|
6464
6464
|
"""
|
|
6465
6465
|
self._MemberUin = None
|
|
@@ -6688,7 +6688,7 @@ class UpdateOrganizationNodeRequest(AbstractModel):
|
|
|
6688
6688
|
|
|
6689
6689
|
def __init__(self):
|
|
6690
6690
|
r"""
|
|
6691
|
-
:param _NodeId: 节点ID
|
|
6691
|
+
:param _NodeId: 节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
|
6692
6692
|
:type NodeId: int
|
|
6693
6693
|
:param _Name: 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
6694
6694
|
:type Name: str
|
|
@@ -994,7 +994,7 @@ class TransmitOralProcessRequest(AbstractModel):
|
|
|
994
994
|
:type SessionId: str
|
|
995
995
|
:param _SoeAppId: 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。使用指南:[业务应用](https://cloud.tencent.com/document/product/884/78824#.E4.B8.9A.E5.8A.A1.E5.BA.94.E7.94.A8)
|
|
996
996
|
:type SoeAppId: str
|
|
997
|
-
:param _IsLongLifeSession: 长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess
|
|
997
|
+
:param _IsLongLifeSession: 长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess接口和TransmitOralProcess接口的IsLongLifeSession均为1时,才可生效。
|
|
998
998
|
:type IsLongLifeSession: int
|
|
999
999
|
:param _IsQuery: 查询标识,当该参数为1时,该请求为查询请求,请求返回该 Session 的评估结果。
|
|
1000
1000
|
:type IsQuery: int
|
|
@@ -9874,6 +9874,8 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
9874
9874
|
:type SSLConfig: :class:`tencentcloud.sqlserver.v20180328.models.SSLConfig`
|
|
9875
9875
|
:param _DrReadableInfo: 备机只读信息
|
|
9876
9876
|
:type DrReadableInfo: :class:`tencentcloud.sqlserver.v20180328.models.DrReadableInfo`
|
|
9877
|
+
:param _OldVipList: 等待回收的IP列表
|
|
9878
|
+
:type OldVipList: list of OldVip
|
|
9877
9879
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9878
9880
|
:type RequestId: str
|
|
9879
9881
|
"""
|
|
@@ -9888,6 +9890,7 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
9888
9890
|
self._TDEConfig = None
|
|
9889
9891
|
self._SSLConfig = None
|
|
9890
9892
|
self._DrReadableInfo = None
|
|
9893
|
+
self._OldVipList = None
|
|
9891
9894
|
self._RequestId = None
|
|
9892
9895
|
|
|
9893
9896
|
@property
|
|
@@ -9978,6 +9981,14 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
9978
9981
|
def DrReadableInfo(self, DrReadableInfo):
|
|
9979
9982
|
self._DrReadableInfo = DrReadableInfo
|
|
9980
9983
|
|
|
9984
|
+
@property
|
|
9985
|
+
def OldVipList(self):
|
|
9986
|
+
return self._OldVipList
|
|
9987
|
+
|
|
9988
|
+
@OldVipList.setter
|
|
9989
|
+
def OldVipList(self, OldVipList):
|
|
9990
|
+
self._OldVipList = OldVipList
|
|
9991
|
+
|
|
9981
9992
|
@property
|
|
9982
9993
|
def RequestId(self):
|
|
9983
9994
|
return self._RequestId
|
|
@@ -10005,6 +10016,12 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
10005
10016
|
if params.get("DrReadableInfo") is not None:
|
|
10006
10017
|
self._DrReadableInfo = DrReadableInfo()
|
|
10007
10018
|
self._DrReadableInfo._deserialize(params.get("DrReadableInfo"))
|
|
10019
|
+
if params.get("OldVipList") is not None:
|
|
10020
|
+
self._OldVipList = []
|
|
10021
|
+
for item in params.get("OldVipList"):
|
|
10022
|
+
obj = OldVip()
|
|
10023
|
+
obj._deserialize(item)
|
|
10024
|
+
self._OldVipList.append(obj)
|
|
10008
10025
|
self._RequestId = params.get("RequestId")
|
|
10009
10026
|
|
|
10010
10027
|
|
|
@@ -21204,6 +21221,64 @@ class ModifyReadOnlyGroupDetailsResponse(AbstractModel):
|
|
|
21204
21221
|
self._RequestId = params.get("RequestId")
|
|
21205
21222
|
|
|
21206
21223
|
|
|
21224
|
+
class OldVip(AbstractModel):
|
|
21225
|
+
"""用于返回实例存在的未回收的ip数量
|
|
21226
|
+
|
|
21227
|
+
"""
|
|
21228
|
+
|
|
21229
|
+
def __init__(self):
|
|
21230
|
+
r"""
|
|
21231
|
+
:param _Vip: 未回收的旧ip
|
|
21232
|
+
:type Vip: str
|
|
21233
|
+
:param _RecycleTime: ip回收时间
|
|
21234
|
+
:type RecycleTime: str
|
|
21235
|
+
:param _OldIpRetainTime: 旧IP保留时间小时数
|
|
21236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21237
|
+
:type OldIpRetainTime: int
|
|
21238
|
+
"""
|
|
21239
|
+
self._Vip = None
|
|
21240
|
+
self._RecycleTime = None
|
|
21241
|
+
self._OldIpRetainTime = None
|
|
21242
|
+
|
|
21243
|
+
@property
|
|
21244
|
+
def Vip(self):
|
|
21245
|
+
return self._Vip
|
|
21246
|
+
|
|
21247
|
+
@Vip.setter
|
|
21248
|
+
def Vip(self, Vip):
|
|
21249
|
+
self._Vip = Vip
|
|
21250
|
+
|
|
21251
|
+
@property
|
|
21252
|
+
def RecycleTime(self):
|
|
21253
|
+
return self._RecycleTime
|
|
21254
|
+
|
|
21255
|
+
@RecycleTime.setter
|
|
21256
|
+
def RecycleTime(self, RecycleTime):
|
|
21257
|
+
self._RecycleTime = RecycleTime
|
|
21258
|
+
|
|
21259
|
+
@property
|
|
21260
|
+
def OldIpRetainTime(self):
|
|
21261
|
+
return self._OldIpRetainTime
|
|
21262
|
+
|
|
21263
|
+
@OldIpRetainTime.setter
|
|
21264
|
+
def OldIpRetainTime(self, OldIpRetainTime):
|
|
21265
|
+
self._OldIpRetainTime = OldIpRetainTime
|
|
21266
|
+
|
|
21267
|
+
|
|
21268
|
+
def _deserialize(self, params):
|
|
21269
|
+
self._Vip = params.get("Vip")
|
|
21270
|
+
self._RecycleTime = params.get("RecycleTime")
|
|
21271
|
+
self._OldIpRetainTime = params.get("OldIpRetainTime")
|
|
21272
|
+
memeber_set = set(params.keys())
|
|
21273
|
+
for name, value in vars(self).items():
|
|
21274
|
+
property_name = name[1:]
|
|
21275
|
+
if property_name in memeber_set:
|
|
21276
|
+
memeber_set.remove(property_name)
|
|
21277
|
+
if len(memeber_set) > 0:
|
|
21278
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
21279
|
+
|
|
21280
|
+
|
|
21281
|
+
|
|
21207
21282
|
class OpenInterCommunicationRequest(AbstractModel):
|
|
21208
21283
|
"""OpenInterCommunication请求参数结构体
|
|
21209
21284
|
|
|
@@ -392,6 +392,9 @@ INVALIDPARAMETERVALUE_NOTALLOWEDTOCREATENOTEBOOKWITHBAREMETALRESOURCEGROUP = 'In
|
|
|
392
392
|
# 分页查询limit超出限制
|
|
393
393
|
INVALIDPARAMETERVALUE_PAGELIMITEXCEEDED = 'InvalidParameterValue.PageLimitExceeded'
|
|
394
394
|
|
|
395
|
+
# 参数长度超过限制
|
|
396
|
+
INVALIDPARAMETERVALUE_PARAMLENGTHEXCEEDLIMIT = 'InvalidParameterValue.ParamLengthExceedLimit'
|
|
397
|
+
|
|
395
398
|
# 查询vpc信息失败
|
|
396
399
|
INVALIDPARAMETERVALUE_QUERYVPCINFOFAILED = 'InvalidParameterValue.QueryVPCInfoFailed'
|
|
397
400
|
|
|
@@ -1940,6 +1940,8 @@ class CreateBatchTaskRequest(AbstractModel):
|
|
|
1940
1940
|
:type Remark: str
|
|
1941
1941
|
:param _CallbackUrl: 任务执行结果回调URL,仅支持http和https。回调格式&内容详见: [TI-ONE 接口回调说明](https://cloud.tencent.com/document/product/851/84292)
|
|
1942
1942
|
:type CallbackUrl: str
|
|
1943
|
+
:param _StartCmdBase64: 以Base64方式编码的启动命令。假设启动命令是/app/run.sh,则此处输入参数应该为L2FwcC9ydW4uc2g=。
|
|
1944
|
+
:type StartCmdBase64: str
|
|
1943
1945
|
"""
|
|
1944
1946
|
self._BatchTaskName = None
|
|
1945
1947
|
self._ChargeType = None
|
|
@@ -1960,6 +1962,7 @@ class CreateBatchTaskRequest(AbstractModel):
|
|
|
1960
1962
|
self._SubnetId = None
|
|
1961
1963
|
self._Remark = None
|
|
1962
1964
|
self._CallbackUrl = None
|
|
1965
|
+
self._StartCmdBase64 = None
|
|
1963
1966
|
|
|
1964
1967
|
@property
|
|
1965
1968
|
def BatchTaskName(self):
|
|
@@ -2067,10 +2070,14 @@ class CreateBatchTaskRequest(AbstractModel):
|
|
|
2067
2070
|
|
|
2068
2071
|
@property
|
|
2069
2072
|
def StartCmd(self):
|
|
2073
|
+
warnings.warn("parameter `StartCmd` is deprecated", DeprecationWarning)
|
|
2074
|
+
|
|
2070
2075
|
return self._StartCmd
|
|
2071
2076
|
|
|
2072
2077
|
@StartCmd.setter
|
|
2073
2078
|
def StartCmd(self, StartCmd):
|
|
2079
|
+
warnings.warn("parameter `StartCmd` is deprecated", DeprecationWarning)
|
|
2080
|
+
|
|
2074
2081
|
self._StartCmd = StartCmd
|
|
2075
2082
|
|
|
2076
2083
|
@property
|
|
@@ -2121,6 +2128,14 @@ class CreateBatchTaskRequest(AbstractModel):
|
|
|
2121
2128
|
def CallbackUrl(self, CallbackUrl):
|
|
2122
2129
|
self._CallbackUrl = CallbackUrl
|
|
2123
2130
|
|
|
2131
|
+
@property
|
|
2132
|
+
def StartCmdBase64(self):
|
|
2133
|
+
return self._StartCmdBase64
|
|
2134
|
+
|
|
2135
|
+
@StartCmdBase64.setter
|
|
2136
|
+
def StartCmdBase64(self, StartCmdBase64):
|
|
2137
|
+
self._StartCmdBase64 = StartCmdBase64
|
|
2138
|
+
|
|
2124
2139
|
|
|
2125
2140
|
def _deserialize(self, params):
|
|
2126
2141
|
self._BatchTaskName = params.get("BatchTaskName")
|
|
@@ -2169,6 +2184,7 @@ class CreateBatchTaskRequest(AbstractModel):
|
|
|
2169
2184
|
self._SubnetId = params.get("SubnetId")
|
|
2170
2185
|
self._Remark = params.get("Remark")
|
|
2171
2186
|
self._CallbackUrl = params.get("CallbackUrl")
|
|
2187
|
+
self._StartCmdBase64 = params.get("StartCmdBase64")
|
|
2172
2188
|
memeber_set = set(params.keys())
|
|
2173
2189
|
for name, value in vars(self).items():
|
|
2174
2190
|
property_name = name[1:]
|
|
@@ -2523,10 +2539,12 @@ HYBRID_PAID:
|
|
|
2523
2539
|
:type ModelTurboEnable: bool
|
|
2524
2540
|
:param _ServiceCategory: 服务分类
|
|
2525
2541
|
:type ServiceCategory: str
|
|
2526
|
-
:param _Command:
|
|
2542
|
+
:param _Command: 服务的启动命令,如遇特殊字符导致配置失败,可使用CommandBase64参数
|
|
2527
2543
|
:type Command: str
|
|
2528
2544
|
:param _ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
|
|
2529
2545
|
:type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
|
|
2546
|
+
:param _CommandBase64: 服务的启动命令,以base64格式进行输入
|
|
2547
|
+
:type CommandBase64: str
|
|
2530
2548
|
"""
|
|
2531
2549
|
self._ServiceGroupId = None
|
|
2532
2550
|
self._ServiceGroupName = None
|
|
@@ -2559,6 +2577,7 @@ HYBRID_PAID:
|
|
|
2559
2577
|
self._ServiceCategory = None
|
|
2560
2578
|
self._Command = None
|
|
2561
2579
|
self._ServiceEIP = None
|
|
2580
|
+
self._CommandBase64 = None
|
|
2562
2581
|
|
|
2563
2582
|
@property
|
|
2564
2583
|
def ServiceGroupId(self):
|
|
@@ -2808,6 +2827,14 @@ HYBRID_PAID:
|
|
|
2808
2827
|
def ServiceEIP(self, ServiceEIP):
|
|
2809
2828
|
self._ServiceEIP = ServiceEIP
|
|
2810
2829
|
|
|
2830
|
+
@property
|
|
2831
|
+
def CommandBase64(self):
|
|
2832
|
+
return self._CommandBase64
|
|
2833
|
+
|
|
2834
|
+
@CommandBase64.setter
|
|
2835
|
+
def CommandBase64(self, CommandBase64):
|
|
2836
|
+
self._CommandBase64 = CommandBase64
|
|
2837
|
+
|
|
2811
2838
|
|
|
2812
2839
|
def _deserialize(self, params):
|
|
2813
2840
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
@@ -2874,6 +2901,7 @@ HYBRID_PAID:
|
|
|
2874
2901
|
if params.get("ServiceEIP") is not None:
|
|
2875
2902
|
self._ServiceEIP = ServiceEIP()
|
|
2876
2903
|
self._ServiceEIP._deserialize(params.get("ServiceEIP"))
|
|
2904
|
+
self._CommandBase64 = params.get("CommandBase64")
|
|
2877
2905
|
memeber_set = set(params.keys())
|
|
2878
2906
|
for name, value in vars(self).items():
|
|
2879
2907
|
property_name = name[1:]
|
|
@@ -14658,10 +14686,12 @@ HYBRID_PAID:
|
|
|
14658
14686
|
:type VolumeMount: :class:`tencentcloud.tione.v20211111.models.VolumeMount`
|
|
14659
14687
|
:param _ModelTurboEnable: 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。默认不开启
|
|
14660
14688
|
:type ModelTurboEnable: bool
|
|
14661
|
-
:param _Command:
|
|
14689
|
+
:param _Command: 服务的启动命令,如遇特殊字符导致配置失败,可使用CommandBase64参数
|
|
14662
14690
|
:type Command: str
|
|
14663
14691
|
:param _ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
|
|
14664
14692
|
:type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
|
|
14693
|
+
:param _CommandBase64: 服务的启动命令,以base64格式进行输入
|
|
14694
|
+
:type CommandBase64: str
|
|
14665
14695
|
"""
|
|
14666
14696
|
self._ServiceId = None
|
|
14667
14697
|
self._ModelInfo = None
|
|
@@ -14686,6 +14716,7 @@ HYBRID_PAID:
|
|
|
14686
14716
|
self._ModelTurboEnable = None
|
|
14687
14717
|
self._Command = None
|
|
14688
14718
|
self._ServiceEIP = None
|
|
14719
|
+
self._CommandBase64 = None
|
|
14689
14720
|
|
|
14690
14721
|
@property
|
|
14691
14722
|
def ServiceId(self):
|
|
@@ -14871,6 +14902,14 @@ HYBRID_PAID:
|
|
|
14871
14902
|
def ServiceEIP(self, ServiceEIP):
|
|
14872
14903
|
self._ServiceEIP = ServiceEIP
|
|
14873
14904
|
|
|
14905
|
+
@property
|
|
14906
|
+
def CommandBase64(self):
|
|
14907
|
+
return self._CommandBase64
|
|
14908
|
+
|
|
14909
|
+
@CommandBase64.setter
|
|
14910
|
+
def CommandBase64(self, CommandBase64):
|
|
14911
|
+
self._CommandBase64 = CommandBase64
|
|
14912
|
+
|
|
14874
14913
|
|
|
14875
14914
|
def _deserialize(self, params):
|
|
14876
14915
|
self._ServiceId = params.get("ServiceId")
|
|
@@ -14924,6 +14963,7 @@ HYBRID_PAID:
|
|
|
14924
14963
|
if params.get("ServiceEIP") is not None:
|
|
14925
14964
|
self._ServiceEIP = ServiceEIP()
|
|
14926
14965
|
self._ServiceEIP._deserialize(params.get("ServiceEIP"))
|
|
14966
|
+
self._CommandBase64 = params.get("CommandBase64")
|
|
14927
14967
|
memeber_set = set(params.keys())
|
|
14928
14968
|
for name, value in vars(self).items():
|
|
14929
14969
|
property_name = name[1:]
|
|
@@ -128,6 +128,9 @@ INVALIDPARAMETER_ENCODEPARAMS = 'InvalidParameter.EncodeParams'
|
|
|
128
128
|
# EndTs参数错误。
|
|
129
129
|
INVALIDPARAMETER_ENDTS = 'InvalidParameter.EndTs'
|
|
130
130
|
|
|
131
|
+
# invalid sdkAppId
|
|
132
|
+
INVALIDPARAMETER_INVALIDSDKAPPID = 'InvalidParameter.InvalidSdkAppId'
|
|
133
|
+
|
|
131
134
|
# 大画面居右显示参数错误。
|
|
132
135
|
INVALIDPARAMETER_MAINVIDEORIGHTALIGN = 'InvalidParameter.MainVideoRightAlign'
|
|
133
136
|
|