tencentcloud-sdk-python-ags 3.1.67__tar.gz → 3.1.78__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.67 → tencentcloud_sdk_python_ags-3.1.78}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/v20250920/models.py +47 -2
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.78/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.67/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.67 → tencentcloud_sdk_python_ags-3.1.78}/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.78
|
|
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.78
|
|
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.78,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -623,6 +623,8 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
623
623
|
:type CustomConfiguration: :class:`tencentcloud.ags.v20250920.models.CustomConfiguration`
|
|
624
624
|
:param _LogConfiguration: <p>沙箱工具日志推送相关配置</p>
|
|
625
625
|
:type LogConfiguration: :class:`tencentcloud.ags.v20250920.models.LogConfiguration`
|
|
626
|
+
:param _Persistent: <p>常驻沙箱标识</p>
|
|
627
|
+
:type Persistent: bool
|
|
626
628
|
"""
|
|
627
629
|
self._ToolName = None
|
|
628
630
|
self._ToolType = None
|
|
@@ -635,6 +637,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
635
637
|
self._StorageMounts = None
|
|
636
638
|
self._CustomConfiguration = None
|
|
637
639
|
self._LogConfiguration = None
|
|
640
|
+
self._Persistent = None
|
|
638
641
|
|
|
639
642
|
@property
|
|
640
643
|
def ToolName(self):
|
|
@@ -757,6 +760,17 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
757
760
|
def LogConfiguration(self, LogConfiguration):
|
|
758
761
|
self._LogConfiguration = LogConfiguration
|
|
759
762
|
|
|
763
|
+
@property
|
|
764
|
+
def Persistent(self):
|
|
765
|
+
r"""<p>常驻沙箱标识</p>
|
|
766
|
+
:rtype: bool
|
|
767
|
+
"""
|
|
768
|
+
return self._Persistent
|
|
769
|
+
|
|
770
|
+
@Persistent.setter
|
|
771
|
+
def Persistent(self, Persistent):
|
|
772
|
+
self._Persistent = Persistent
|
|
773
|
+
|
|
760
774
|
|
|
761
775
|
def _deserialize(self, params):
|
|
762
776
|
self._ToolName = params.get("ToolName")
|
|
@@ -786,6 +800,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
786
800
|
if params.get("LogConfiguration") is not None:
|
|
787
801
|
self._LogConfiguration = LogConfiguration()
|
|
788
802
|
self._LogConfiguration._deserialize(params.get("LogConfiguration"))
|
|
803
|
+
self._Persistent = params.get("Persistent")
|
|
789
804
|
memeber_set = set(params.keys())
|
|
790
805
|
for name, value in vars(self).items():
|
|
791
806
|
property_name = name[1:]
|
|
@@ -2199,14 +2214,14 @@ class LogConfiguration(AbstractModel):
|
|
|
2199
2214
|
|
|
2200
2215
|
def __init__(self):
|
|
2201
2216
|
r"""
|
|
2202
|
-
:param _CLSConfig:
|
|
2217
|
+
:param _CLSConfig: <p>日志推送CLS的配置。</p>
|
|
2203
2218
|
:type CLSConfig: :class:`tencentcloud.ags.v20250920.models.CLSConfig`
|
|
2204
2219
|
"""
|
|
2205
2220
|
self._CLSConfig = None
|
|
2206
2221
|
|
|
2207
2222
|
@property
|
|
2208
2223
|
def CLSConfig(self):
|
|
2209
|
-
r"""
|
|
2224
|
+
r"""<p>日志推送CLS的配置。</p>
|
|
2210
2225
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CLSConfig`
|
|
2211
2226
|
"""
|
|
2212
2227
|
return self._CLSConfig
|
|
@@ -2788,6 +2803,8 @@ class SandboxInstance(AbstractModel):
|
|
|
2788
2803
|
:type ToolName: str
|
|
2789
2804
|
:param _Status: <p>实例状态:STARTING(启动中)、RUNNING(运行中)、STOPPING(停止中)、STOPPED(已停止)、STOP_FAILED(停止失败)、FAILED(失败状态)</p>
|
|
2790
2805
|
:type Status: str
|
|
2806
|
+
:param _Persistent: <p>是否常驻实例</p>
|
|
2807
|
+
:type Persistent: bool
|
|
2791
2808
|
:param _TimeoutSeconds: <p>超时时间(秒),null 表示无超时设置</p>
|
|
2792
2809
|
:type TimeoutSeconds: int
|
|
2793
2810
|
:param _ExpiresAt: <p>过期时间(ISO 8601 格式),null 表示无过期时间</p>
|
|
@@ -2811,6 +2828,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2811
2828
|
self._ToolId = None
|
|
2812
2829
|
self._ToolName = None
|
|
2813
2830
|
self._Status = None
|
|
2831
|
+
self._Persistent = None
|
|
2814
2832
|
self._TimeoutSeconds = None
|
|
2815
2833
|
self._ExpiresAt = None
|
|
2816
2834
|
self._StopReason = None
|
|
@@ -2865,6 +2883,17 @@ class SandboxInstance(AbstractModel):
|
|
|
2865
2883
|
def Status(self, Status):
|
|
2866
2884
|
self._Status = Status
|
|
2867
2885
|
|
|
2886
|
+
@property
|
|
2887
|
+
def Persistent(self):
|
|
2888
|
+
r"""<p>是否常驻实例</p>
|
|
2889
|
+
:rtype: bool
|
|
2890
|
+
"""
|
|
2891
|
+
return self._Persistent
|
|
2892
|
+
|
|
2893
|
+
@Persistent.setter
|
|
2894
|
+
def Persistent(self, Persistent):
|
|
2895
|
+
self._Persistent = Persistent
|
|
2896
|
+
|
|
2868
2897
|
@property
|
|
2869
2898
|
def TimeoutSeconds(self):
|
|
2870
2899
|
r"""<p>超时时间(秒),null 表示无超时设置</p>
|
|
@@ -2970,6 +2999,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2970
2999
|
self._ToolId = params.get("ToolId")
|
|
2971
3000
|
self._ToolName = params.get("ToolName")
|
|
2972
3001
|
self._Status = params.get("Status")
|
|
3002
|
+
self._Persistent = params.get("Persistent")
|
|
2973
3003
|
self._TimeoutSeconds = params.get("TimeoutSeconds")
|
|
2974
3004
|
self._ExpiresAt = params.get("ExpiresAt")
|
|
2975
3005
|
self._StopReason = params.get("StopReason")
|
|
@@ -3018,6 +3048,8 @@ class SandboxTool(AbstractModel):
|
|
|
3018
3048
|
:type Status: str
|
|
3019
3049
|
:param _Description: <p>沙箱工具描述信息,最大长度 200 字符</p>
|
|
3020
3050
|
:type Description: str
|
|
3051
|
+
:param _Persistent: <p>是否常驻沙箱</p>
|
|
3052
|
+
:type Persistent: bool
|
|
3021
3053
|
:param _DefaultTimeoutSeconds: <p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
3022
3054
|
:type DefaultTimeoutSeconds: int
|
|
3023
3055
|
:param _NetworkConfiguration: <p>网络配置</p>
|
|
@@ -3044,6 +3076,7 @@ class SandboxTool(AbstractModel):
|
|
|
3044
3076
|
self._ToolType = None
|
|
3045
3077
|
self._Status = None
|
|
3046
3078
|
self._Description = None
|
|
3079
|
+
self._Persistent = None
|
|
3047
3080
|
self._DefaultTimeoutSeconds = None
|
|
3048
3081
|
self._NetworkConfiguration = None
|
|
3049
3082
|
self._Tags = None
|
|
@@ -3110,6 +3143,17 @@ class SandboxTool(AbstractModel):
|
|
|
3110
3143
|
def Description(self, Description):
|
|
3111
3144
|
self._Description = Description
|
|
3112
3145
|
|
|
3146
|
+
@property
|
|
3147
|
+
def Persistent(self):
|
|
3148
|
+
r"""<p>是否常驻沙箱</p>
|
|
3149
|
+
:rtype: bool
|
|
3150
|
+
"""
|
|
3151
|
+
return self._Persistent
|
|
3152
|
+
|
|
3153
|
+
@Persistent.setter
|
|
3154
|
+
def Persistent(self, Persistent):
|
|
3155
|
+
self._Persistent = Persistent
|
|
3156
|
+
|
|
3113
3157
|
@property
|
|
3114
3158
|
def DefaultTimeoutSeconds(self):
|
|
3115
3159
|
r"""<p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
@@ -3227,6 +3271,7 @@ class SandboxTool(AbstractModel):
|
|
|
3227
3271
|
self._ToolType = params.get("ToolType")
|
|
3228
3272
|
self._Status = params.get("Status")
|
|
3229
3273
|
self._Description = params.get("Description")
|
|
3274
|
+
self._Persistent = params.get("Persistent")
|
|
3230
3275
|
self._DefaultTimeoutSeconds = params.get("DefaultTimeoutSeconds")
|
|
3231
3276
|
if params.get("NetworkConfiguration") is not None:
|
|
3232
3277
|
self._NetworkConfiguration = NetworkConfiguration()
|
|
@@ -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.78
|
|
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.78
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.78
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
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
|