tencentcloud-sdk-python-ags 3.1.47__tar.gz → 3.1.49__tar.gz
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_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/v20250920/models.py +43 -28
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.49/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.47/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.47 → tencentcloud_sdk_python_ags-3.1.49}/tencentcloud_sdk_python_ags.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.49
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ags',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.49,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -2822,34 +2822,36 @@ class SandboxTool(AbstractModel):
|
|
|
2822
2822
|
|
|
2823
2823
|
def __init__(self):
|
|
2824
2824
|
r"""
|
|
2825
|
-
:param _ToolId:
|
|
2825
|
+
:param _ToolId: <p>沙箱工具唯一标识符</p>
|
|
2826
2826
|
:type ToolId: str
|
|
2827
|
-
:param _ToolName:
|
|
2827
|
+
:param _ToolName: <p>沙箱工具名称,长度 1-50 字符,支持中英文、数字、下划线。同一 AppId 下沙箱工具名称必须唯一</p>
|
|
2828
2828
|
:type ToolName: str
|
|
2829
|
-
:param _ToolType:
|
|
2829
|
+
:param _ToolType: <p>沙箱工具类型,取值:browser(浏览器工具)、code-interpreter(代码解释器工具)、computer(计算机控制工具)、mobile(移动设备工具)</p>
|
|
2830
2830
|
:type ToolType: str
|
|
2831
|
-
:param _Status:
|
|
2831
|
+
:param _Status: <p>沙箱工具状态,取值:CREATING(创建中)、ACTIVE(可用)、DELETING(删除中)、FAILED(失败)</p>
|
|
2832
2832
|
:type Status: str
|
|
2833
|
-
:param _Description:
|
|
2833
|
+
:param _Description: <p>沙箱工具描述信息,最大长度 200 字符</p>
|
|
2834
2834
|
:type Description: str
|
|
2835
|
-
:param _DefaultTimeoutSeconds:
|
|
2835
|
+
:param _DefaultTimeoutSeconds: <p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
2836
2836
|
:type DefaultTimeoutSeconds: int
|
|
2837
|
-
:param _NetworkConfiguration:
|
|
2837
|
+
:param _NetworkConfiguration: <p>网络配置</p>
|
|
2838
2838
|
:type NetworkConfiguration: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
|
|
2839
|
-
:param _Tags:
|
|
2839
|
+
:param _Tags: <p>标签规格,包含资源标签绑定关系。用于为沙箱工具绑定标签,支持多种资源类型的标签绑定</p>
|
|
2840
2840
|
:type Tags: list of Tag
|
|
2841
|
-
:param _CreateTime:
|
|
2841
|
+
:param _CreateTime: <p>沙箱工具创建时间,格式:ISO8601</p>
|
|
2842
2842
|
:type CreateTime: str
|
|
2843
|
-
:param _UpdateTime:
|
|
2843
|
+
:param _UpdateTime: <p>沙箱工具更新时间,格式:ISO8601</p>
|
|
2844
2844
|
:type UpdateTime: str
|
|
2845
|
-
:param _RoleArn:
|
|
2845
|
+
:param _RoleArn: <p>沙箱工具绑定角色ARN</p>
|
|
2846
2846
|
:type RoleArn: str
|
|
2847
|
-
:param _StorageMounts:
|
|
2847
|
+
:param _StorageMounts: <p>沙箱工具中实例存储挂载配置</p>
|
|
2848
2848
|
:type StorageMounts: list of StorageMount
|
|
2849
|
-
:param _CustomConfiguration:
|
|
2849
|
+
:param _CustomConfiguration: <p>沙箱工具自定义配置</p>
|
|
2850
2850
|
:type CustomConfiguration: :class:`tencentcloud.ags.v20250920.models.CustomConfigurationDetail`
|
|
2851
|
-
:param _LogConfiguration:
|
|
2851
|
+
:param _LogConfiguration: <p>沙箱工具日志推送相关配置</p>
|
|
2852
2852
|
:type LogConfiguration: :class:`tencentcloud.ags.v20250920.models.LogConfiguration`
|
|
2853
|
+
:param _StatusReason: <p>用于说明沙箱工具处于该状态的原因</p>
|
|
2854
|
+
:type StatusReason: str
|
|
2853
2855
|
"""
|
|
2854
2856
|
self._ToolId = None
|
|
2855
2857
|
self._ToolName = None
|
|
@@ -2865,10 +2867,11 @@ class SandboxTool(AbstractModel):
|
|
|
2865
2867
|
self._StorageMounts = None
|
|
2866
2868
|
self._CustomConfiguration = None
|
|
2867
2869
|
self._LogConfiguration = None
|
|
2870
|
+
self._StatusReason = None
|
|
2868
2871
|
|
|
2869
2872
|
@property
|
|
2870
2873
|
def ToolId(self):
|
|
2871
|
-
r"""
|
|
2874
|
+
r"""<p>沙箱工具唯一标识符</p>
|
|
2872
2875
|
:rtype: str
|
|
2873
2876
|
"""
|
|
2874
2877
|
return self._ToolId
|
|
@@ -2879,7 +2882,7 @@ class SandboxTool(AbstractModel):
|
|
|
2879
2882
|
|
|
2880
2883
|
@property
|
|
2881
2884
|
def ToolName(self):
|
|
2882
|
-
r"""
|
|
2885
|
+
r"""<p>沙箱工具名称,长度 1-50 字符,支持中英文、数字、下划线。同一 AppId 下沙箱工具名称必须唯一</p>
|
|
2883
2886
|
:rtype: str
|
|
2884
2887
|
"""
|
|
2885
2888
|
return self._ToolName
|
|
@@ -2890,7 +2893,7 @@ class SandboxTool(AbstractModel):
|
|
|
2890
2893
|
|
|
2891
2894
|
@property
|
|
2892
2895
|
def ToolType(self):
|
|
2893
|
-
r"""
|
|
2896
|
+
r"""<p>沙箱工具类型,取值:browser(浏览器工具)、code-interpreter(代码解释器工具)、computer(计算机控制工具)、mobile(移动设备工具)</p>
|
|
2894
2897
|
:rtype: str
|
|
2895
2898
|
"""
|
|
2896
2899
|
return self._ToolType
|
|
@@ -2901,7 +2904,7 @@ class SandboxTool(AbstractModel):
|
|
|
2901
2904
|
|
|
2902
2905
|
@property
|
|
2903
2906
|
def Status(self):
|
|
2904
|
-
r"""
|
|
2907
|
+
r"""<p>沙箱工具状态,取值:CREATING(创建中)、ACTIVE(可用)、DELETING(删除中)、FAILED(失败)</p>
|
|
2905
2908
|
:rtype: str
|
|
2906
2909
|
"""
|
|
2907
2910
|
return self._Status
|
|
@@ -2912,7 +2915,7 @@ class SandboxTool(AbstractModel):
|
|
|
2912
2915
|
|
|
2913
2916
|
@property
|
|
2914
2917
|
def Description(self):
|
|
2915
|
-
r"""
|
|
2918
|
+
r"""<p>沙箱工具描述信息,最大长度 200 字符</p>
|
|
2916
2919
|
:rtype: str
|
|
2917
2920
|
"""
|
|
2918
2921
|
return self._Description
|
|
@@ -2923,7 +2926,7 @@ class SandboxTool(AbstractModel):
|
|
|
2923
2926
|
|
|
2924
2927
|
@property
|
|
2925
2928
|
def DefaultTimeoutSeconds(self):
|
|
2926
|
-
r"""
|
|
2929
|
+
r"""<p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
2927
2930
|
:rtype: int
|
|
2928
2931
|
"""
|
|
2929
2932
|
return self._DefaultTimeoutSeconds
|
|
@@ -2934,7 +2937,7 @@ class SandboxTool(AbstractModel):
|
|
|
2934
2937
|
|
|
2935
2938
|
@property
|
|
2936
2939
|
def NetworkConfiguration(self):
|
|
2937
|
-
r"""
|
|
2940
|
+
r"""<p>网络配置</p>
|
|
2938
2941
|
:rtype: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
|
|
2939
2942
|
"""
|
|
2940
2943
|
return self._NetworkConfiguration
|
|
@@ -2945,7 +2948,7 @@ class SandboxTool(AbstractModel):
|
|
|
2945
2948
|
|
|
2946
2949
|
@property
|
|
2947
2950
|
def Tags(self):
|
|
2948
|
-
r"""
|
|
2951
|
+
r"""<p>标签规格,包含资源标签绑定关系。用于为沙箱工具绑定标签,支持多种资源类型的标签绑定</p>
|
|
2949
2952
|
:rtype: list of Tag
|
|
2950
2953
|
"""
|
|
2951
2954
|
return self._Tags
|
|
@@ -2956,7 +2959,7 @@ class SandboxTool(AbstractModel):
|
|
|
2956
2959
|
|
|
2957
2960
|
@property
|
|
2958
2961
|
def CreateTime(self):
|
|
2959
|
-
r"""
|
|
2962
|
+
r"""<p>沙箱工具创建时间,格式:ISO8601</p>
|
|
2960
2963
|
:rtype: str
|
|
2961
2964
|
"""
|
|
2962
2965
|
return self._CreateTime
|
|
@@ -2967,7 +2970,7 @@ class SandboxTool(AbstractModel):
|
|
|
2967
2970
|
|
|
2968
2971
|
@property
|
|
2969
2972
|
def UpdateTime(self):
|
|
2970
|
-
r"""
|
|
2973
|
+
r"""<p>沙箱工具更新时间,格式:ISO8601</p>
|
|
2971
2974
|
:rtype: str
|
|
2972
2975
|
"""
|
|
2973
2976
|
return self._UpdateTime
|
|
@@ -2978,7 +2981,7 @@ class SandboxTool(AbstractModel):
|
|
|
2978
2981
|
|
|
2979
2982
|
@property
|
|
2980
2983
|
def RoleArn(self):
|
|
2981
|
-
r"""
|
|
2984
|
+
r"""<p>沙箱工具绑定角色ARN</p>
|
|
2982
2985
|
:rtype: str
|
|
2983
2986
|
"""
|
|
2984
2987
|
return self._RoleArn
|
|
@@ -2989,7 +2992,7 @@ class SandboxTool(AbstractModel):
|
|
|
2989
2992
|
|
|
2990
2993
|
@property
|
|
2991
2994
|
def StorageMounts(self):
|
|
2992
|
-
r"""
|
|
2995
|
+
r"""<p>沙箱工具中实例存储挂载配置</p>
|
|
2993
2996
|
:rtype: list of StorageMount
|
|
2994
2997
|
"""
|
|
2995
2998
|
return self._StorageMounts
|
|
@@ -3000,7 +3003,7 @@ class SandboxTool(AbstractModel):
|
|
|
3000
3003
|
|
|
3001
3004
|
@property
|
|
3002
3005
|
def CustomConfiguration(self):
|
|
3003
|
-
r"""
|
|
3006
|
+
r"""<p>沙箱工具自定义配置</p>
|
|
3004
3007
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CustomConfigurationDetail`
|
|
3005
3008
|
"""
|
|
3006
3009
|
return self._CustomConfiguration
|
|
@@ -3011,7 +3014,7 @@ class SandboxTool(AbstractModel):
|
|
|
3011
3014
|
|
|
3012
3015
|
@property
|
|
3013
3016
|
def LogConfiguration(self):
|
|
3014
|
-
r"""
|
|
3017
|
+
r"""<p>沙箱工具日志推送相关配置</p>
|
|
3015
3018
|
:rtype: :class:`tencentcloud.ags.v20250920.models.LogConfiguration`
|
|
3016
3019
|
"""
|
|
3017
3020
|
return self._LogConfiguration
|
|
@@ -3020,6 +3023,17 @@ class SandboxTool(AbstractModel):
|
|
|
3020
3023
|
def LogConfiguration(self, LogConfiguration):
|
|
3021
3024
|
self._LogConfiguration = LogConfiguration
|
|
3022
3025
|
|
|
3026
|
+
@property
|
|
3027
|
+
def StatusReason(self):
|
|
3028
|
+
r"""<p>用于说明沙箱工具处于该状态的原因</p>
|
|
3029
|
+
:rtype: str
|
|
3030
|
+
"""
|
|
3031
|
+
return self._StatusReason
|
|
3032
|
+
|
|
3033
|
+
@StatusReason.setter
|
|
3034
|
+
def StatusReason(self, StatusReason):
|
|
3035
|
+
self._StatusReason = StatusReason
|
|
3036
|
+
|
|
3023
3037
|
|
|
3024
3038
|
def _deserialize(self, params):
|
|
3025
3039
|
self._ToolId = params.get("ToolId")
|
|
@@ -3052,6 +3066,7 @@ class SandboxTool(AbstractModel):
|
|
|
3052
3066
|
if params.get("LogConfiguration") is not None:
|
|
3053
3067
|
self._LogConfiguration = LogConfiguration()
|
|
3054
3068
|
self._LogConfiguration._deserialize(params.get("LogConfiguration"))
|
|
3069
|
+
self._StatusReason = params.get("StatusReason")
|
|
3055
3070
|
memeber_set = set(params.keys())
|
|
3056
3071
|
for name, value in vars(self).items():
|
|
3057
3072
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.49
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.47
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|