tencentcloud-sdk-python-ags 3.1.49__tar.gz → 3.1.59__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.49 → tencentcloud_sdk_python_ags-3.1.59}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/v20250920/models.py +52 -52
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.59/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.49/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.49 → tencentcloud_sdk_python_ags-3.1.59}/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.59
|
|
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.59
|
|
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.59,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -601,27 +601,27 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
601
601
|
|
|
602
602
|
def __init__(self):
|
|
603
603
|
r"""
|
|
604
|
-
:param _ToolName:
|
|
604
|
+
:param _ToolName: <p>沙箱工具名称,长度 1-50 字符,支持英文、数字、下划线和连接线。同一 AppId 下沙箱工具名称必须唯一</p>
|
|
605
605
|
:type ToolName: str
|
|
606
|
-
:param _ToolType:
|
|
606
|
+
:param _ToolType: <p>沙箱工具类型,目前支持:browser、code-interpreter、custom</p>
|
|
607
607
|
:type ToolType: str
|
|
608
|
-
:param _NetworkConfiguration:
|
|
608
|
+
:param _NetworkConfiguration: <p>网络配置</p>
|
|
609
609
|
:type NetworkConfiguration: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
|
|
610
|
-
:param _Description:
|
|
610
|
+
:param _Description: <p>沙箱工具描述,最大长度 200 字符</p>
|
|
611
611
|
:type Description: str
|
|
612
|
-
:param _DefaultTimeout:
|
|
612
|
+
:param _DefaultTimeout: <p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
613
613
|
:type DefaultTimeout: str
|
|
614
|
-
:param _Tags:
|
|
614
|
+
:param _Tags: <p>标签规格,为沙箱工具绑定标签,支持多种资源类型的标签绑定</p>
|
|
615
615
|
:type Tags: list of Tag
|
|
616
|
-
:param _ClientToken:
|
|
616
|
+
:param _ClientToken: <p>幂等性 Token,长度不超过 64 字符</p>
|
|
617
617
|
:type ClientToken: str
|
|
618
|
-
:param _RoleArn:
|
|
618
|
+
:param _RoleArn: <p>角色ARN</p>
|
|
619
619
|
:type RoleArn: str
|
|
620
|
-
:param _StorageMounts:
|
|
620
|
+
:param _StorageMounts: <p>沙箱工具存储配置</p>
|
|
621
621
|
:type StorageMounts: list of StorageMount
|
|
622
|
-
:param _CustomConfiguration:
|
|
622
|
+
:param _CustomConfiguration: <p>沙箱工具自定义配置</p>
|
|
623
623
|
:type CustomConfiguration: :class:`tencentcloud.ags.v20250920.models.CustomConfiguration`
|
|
624
|
-
:param _LogConfiguration:
|
|
624
|
+
:param _LogConfiguration: <p>沙箱工具日志推送相关配置</p>
|
|
625
625
|
:type LogConfiguration: :class:`tencentcloud.ags.v20250920.models.LogConfiguration`
|
|
626
626
|
"""
|
|
627
627
|
self._ToolName = None
|
|
@@ -638,7 +638,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
638
638
|
|
|
639
639
|
@property
|
|
640
640
|
def ToolName(self):
|
|
641
|
-
r"""
|
|
641
|
+
r"""<p>沙箱工具名称,长度 1-50 字符,支持英文、数字、下划线和连接线。同一 AppId 下沙箱工具名称必须唯一</p>
|
|
642
642
|
:rtype: str
|
|
643
643
|
"""
|
|
644
644
|
return self._ToolName
|
|
@@ -649,7 +649,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
649
649
|
|
|
650
650
|
@property
|
|
651
651
|
def ToolType(self):
|
|
652
|
-
r"""
|
|
652
|
+
r"""<p>沙箱工具类型,目前支持:browser、code-interpreter、custom</p>
|
|
653
653
|
:rtype: str
|
|
654
654
|
"""
|
|
655
655
|
return self._ToolType
|
|
@@ -660,7 +660,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
660
660
|
|
|
661
661
|
@property
|
|
662
662
|
def NetworkConfiguration(self):
|
|
663
|
-
r"""
|
|
663
|
+
r"""<p>网络配置</p>
|
|
664
664
|
:rtype: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
|
|
665
665
|
"""
|
|
666
666
|
return self._NetworkConfiguration
|
|
@@ -671,7 +671,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
671
671
|
|
|
672
672
|
@property
|
|
673
673
|
def Description(self):
|
|
674
|
-
r"""
|
|
674
|
+
r"""<p>沙箱工具描述,最大长度 200 字符</p>
|
|
675
675
|
:rtype: str
|
|
676
676
|
"""
|
|
677
677
|
return self._Description
|
|
@@ -682,7 +682,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
682
682
|
|
|
683
683
|
@property
|
|
684
684
|
def DefaultTimeout(self):
|
|
685
|
-
r"""
|
|
685
|
+
r"""<p>默认超时时间,支持格式:5m、300s、1h 等,不指定则使用系统默认值(5 分钟)。最大 24 小时</p>
|
|
686
686
|
:rtype: str
|
|
687
687
|
"""
|
|
688
688
|
return self._DefaultTimeout
|
|
@@ -693,7 +693,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
693
693
|
|
|
694
694
|
@property
|
|
695
695
|
def Tags(self):
|
|
696
|
-
r"""
|
|
696
|
+
r"""<p>标签规格,为沙箱工具绑定标签,支持多种资源类型的标签绑定</p>
|
|
697
697
|
:rtype: list of Tag
|
|
698
698
|
"""
|
|
699
699
|
return self._Tags
|
|
@@ -704,7 +704,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
704
704
|
|
|
705
705
|
@property
|
|
706
706
|
def ClientToken(self):
|
|
707
|
-
r"""
|
|
707
|
+
r"""<p>幂等性 Token,长度不超过 64 字符</p>
|
|
708
708
|
:rtype: str
|
|
709
709
|
"""
|
|
710
710
|
return self._ClientToken
|
|
@@ -715,7 +715,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
715
715
|
|
|
716
716
|
@property
|
|
717
717
|
def RoleArn(self):
|
|
718
|
-
r"""
|
|
718
|
+
r"""<p>角色ARN</p>
|
|
719
719
|
:rtype: str
|
|
720
720
|
"""
|
|
721
721
|
return self._RoleArn
|
|
@@ -726,7 +726,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
726
726
|
|
|
727
727
|
@property
|
|
728
728
|
def StorageMounts(self):
|
|
729
|
-
r"""
|
|
729
|
+
r"""<p>沙箱工具存储配置</p>
|
|
730
730
|
:rtype: list of StorageMount
|
|
731
731
|
"""
|
|
732
732
|
return self._StorageMounts
|
|
@@ -737,7 +737,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
737
737
|
|
|
738
738
|
@property
|
|
739
739
|
def CustomConfiguration(self):
|
|
740
|
-
r"""
|
|
740
|
+
r"""<p>沙箱工具自定义配置</p>
|
|
741
741
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CustomConfiguration`
|
|
742
742
|
"""
|
|
743
743
|
return self._CustomConfiguration
|
|
@@ -748,7 +748,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
748
748
|
|
|
749
749
|
@property
|
|
750
750
|
def LogConfiguration(self):
|
|
751
|
-
r"""
|
|
751
|
+
r"""<p>沙箱工具日志推送相关配置</p>
|
|
752
752
|
:rtype: :class:`tencentcloud.ags.v20250920.models.LogConfiguration`
|
|
753
753
|
"""
|
|
754
754
|
return self._LogConfiguration
|
|
@@ -803,7 +803,7 @@ class CreateSandboxToolResponse(AbstractModel):
|
|
|
803
803
|
|
|
804
804
|
def __init__(self):
|
|
805
805
|
r"""
|
|
806
|
-
:param _ToolId:
|
|
806
|
+
:param _ToolId: <p>创建的沙箱工具 ID</p>
|
|
807
807
|
:type ToolId: str
|
|
808
808
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
809
809
|
:type RequestId: str
|
|
@@ -813,7 +813,7 @@ class CreateSandboxToolResponse(AbstractModel):
|
|
|
813
813
|
|
|
814
814
|
@property
|
|
815
815
|
def ToolId(self):
|
|
816
|
-
r"""
|
|
816
|
+
r"""<p>创建的沙箱工具 ID</p>
|
|
817
817
|
:rtype: str
|
|
818
818
|
"""
|
|
819
819
|
return self._ToolId
|
|
@@ -2629,27 +2629,27 @@ class SandboxInstance(AbstractModel):
|
|
|
2629
2629
|
|
|
2630
2630
|
def __init__(self):
|
|
2631
2631
|
r"""
|
|
2632
|
-
:param _InstanceId:
|
|
2632
|
+
:param _InstanceId: <p>沙箱实例唯一标识符</p>
|
|
2633
2633
|
:type InstanceId: str
|
|
2634
|
-
:param _ToolId:
|
|
2634
|
+
:param _ToolId: <p>所属沙箱工具 ID</p>
|
|
2635
2635
|
:type ToolId: str
|
|
2636
|
-
:param _ToolName:
|
|
2636
|
+
:param _ToolName: <p>所属沙箱工具名称</p>
|
|
2637
2637
|
:type ToolName: str
|
|
2638
|
-
:param _Status:
|
|
2638
|
+
:param _Status: <p>实例状态:STARTING(启动中)、RUNNING(运行中)、STOPPING(停止中)、STOPPED(已停止)、STOP_FAILED(停止失败)、FAILED(失败状态)</p>
|
|
2639
2639
|
:type Status: str
|
|
2640
|
-
:param _TimeoutSeconds:
|
|
2640
|
+
:param _TimeoutSeconds: <p>超时时间(秒),null 表示无超时设置</p>
|
|
2641
2641
|
:type TimeoutSeconds: int
|
|
2642
|
-
:param _ExpiresAt:
|
|
2642
|
+
:param _ExpiresAt: <p>过期时间(ISO 8601 格式),null 表示无过期时间</p>
|
|
2643
2643
|
:type ExpiresAt: str
|
|
2644
|
-
:param _StopReason:
|
|
2644
|
+
:param _StopReason: <p>停止原因:manual(手动)、timeout(超时)、error(错误)、system(系统),仅在状态为 STOPPED、STOP_FAILED 或 FAILED 时有值。当 provider 停止失败时,状态为 STOP_FAILED,原因为 error</p>
|
|
2645
2645
|
:type StopReason: str
|
|
2646
|
-
:param _CreateTime:
|
|
2646
|
+
:param _CreateTime: <p>创建时间(ISO 8601 格式)</p>
|
|
2647
2647
|
:type CreateTime: str
|
|
2648
|
-
:param _UpdateTime:
|
|
2648
|
+
:param _UpdateTime: <p>更新时间(ISO 8601 格式)</p>
|
|
2649
2649
|
:type UpdateTime: str
|
|
2650
|
-
:param _MountOptions:
|
|
2650
|
+
:param _MountOptions: <p>存储挂载选项</p>
|
|
2651
2651
|
:type MountOptions: list of MountOption
|
|
2652
|
-
:param _CustomConfiguration:
|
|
2652
|
+
:param _CustomConfiguration: <p>沙箱实例自定义配置</p>
|
|
2653
2653
|
:type CustomConfiguration: :class:`tencentcloud.ags.v20250920.models.CustomConfigurationDetail`
|
|
2654
2654
|
"""
|
|
2655
2655
|
self._InstanceId = None
|
|
@@ -2666,7 +2666,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2666
2666
|
|
|
2667
2667
|
@property
|
|
2668
2668
|
def InstanceId(self):
|
|
2669
|
-
r"""
|
|
2669
|
+
r"""<p>沙箱实例唯一标识符</p>
|
|
2670
2670
|
:rtype: str
|
|
2671
2671
|
"""
|
|
2672
2672
|
return self._InstanceId
|
|
@@ -2677,7 +2677,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2677
2677
|
|
|
2678
2678
|
@property
|
|
2679
2679
|
def ToolId(self):
|
|
2680
|
-
r"""
|
|
2680
|
+
r"""<p>所属沙箱工具 ID</p>
|
|
2681
2681
|
:rtype: str
|
|
2682
2682
|
"""
|
|
2683
2683
|
return self._ToolId
|
|
@@ -2688,7 +2688,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2688
2688
|
|
|
2689
2689
|
@property
|
|
2690
2690
|
def ToolName(self):
|
|
2691
|
-
r"""
|
|
2691
|
+
r"""<p>所属沙箱工具名称</p>
|
|
2692
2692
|
:rtype: str
|
|
2693
2693
|
"""
|
|
2694
2694
|
return self._ToolName
|
|
@@ -2699,7 +2699,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2699
2699
|
|
|
2700
2700
|
@property
|
|
2701
2701
|
def Status(self):
|
|
2702
|
-
r"""
|
|
2702
|
+
r"""<p>实例状态:STARTING(启动中)、RUNNING(运行中)、STOPPING(停止中)、STOPPED(已停止)、STOP_FAILED(停止失败)、FAILED(失败状态)</p>
|
|
2703
2703
|
:rtype: str
|
|
2704
2704
|
"""
|
|
2705
2705
|
return self._Status
|
|
@@ -2710,7 +2710,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2710
2710
|
|
|
2711
2711
|
@property
|
|
2712
2712
|
def TimeoutSeconds(self):
|
|
2713
|
-
r"""
|
|
2713
|
+
r"""<p>超时时间(秒),null 表示无超时设置</p>
|
|
2714
2714
|
:rtype: int
|
|
2715
2715
|
"""
|
|
2716
2716
|
return self._TimeoutSeconds
|
|
@@ -2721,7 +2721,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2721
2721
|
|
|
2722
2722
|
@property
|
|
2723
2723
|
def ExpiresAt(self):
|
|
2724
|
-
r"""
|
|
2724
|
+
r"""<p>过期时间(ISO 8601 格式),null 表示无过期时间</p>
|
|
2725
2725
|
:rtype: str
|
|
2726
2726
|
"""
|
|
2727
2727
|
return self._ExpiresAt
|
|
@@ -2732,7 +2732,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2732
2732
|
|
|
2733
2733
|
@property
|
|
2734
2734
|
def StopReason(self):
|
|
2735
|
-
r"""
|
|
2735
|
+
r"""<p>停止原因:manual(手动)、timeout(超时)、error(错误)、system(系统),仅在状态为 STOPPED、STOP_FAILED 或 FAILED 时有值。当 provider 停止失败时,状态为 STOP_FAILED,原因为 error</p>
|
|
2736
2736
|
:rtype: str
|
|
2737
2737
|
"""
|
|
2738
2738
|
return self._StopReason
|
|
@@ -2743,7 +2743,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2743
2743
|
|
|
2744
2744
|
@property
|
|
2745
2745
|
def CreateTime(self):
|
|
2746
|
-
r"""
|
|
2746
|
+
r"""<p>创建时间(ISO 8601 格式)</p>
|
|
2747
2747
|
:rtype: str
|
|
2748
2748
|
"""
|
|
2749
2749
|
return self._CreateTime
|
|
@@ -2754,7 +2754,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2754
2754
|
|
|
2755
2755
|
@property
|
|
2756
2756
|
def UpdateTime(self):
|
|
2757
|
-
r"""
|
|
2757
|
+
r"""<p>更新时间(ISO 8601 格式)</p>
|
|
2758
2758
|
:rtype: str
|
|
2759
2759
|
"""
|
|
2760
2760
|
return self._UpdateTime
|
|
@@ -2765,7 +2765,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2765
2765
|
|
|
2766
2766
|
@property
|
|
2767
2767
|
def MountOptions(self):
|
|
2768
|
-
r"""
|
|
2768
|
+
r"""<p>存储挂载选项</p>
|
|
2769
2769
|
:rtype: list of MountOption
|
|
2770
2770
|
"""
|
|
2771
2771
|
return self._MountOptions
|
|
@@ -2776,7 +2776,7 @@ class SandboxInstance(AbstractModel):
|
|
|
2776
2776
|
|
|
2777
2777
|
@property
|
|
2778
2778
|
def CustomConfiguration(self):
|
|
2779
|
-
r"""
|
|
2779
|
+
r"""<p>沙箱实例自定义配置</p>
|
|
2780
2780
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CustomConfigurationDetail`
|
|
2781
2781
|
"""
|
|
2782
2782
|
return self._CustomConfiguration
|
|
@@ -3394,11 +3394,11 @@ class StorageSource(AbstractModel):
|
|
|
3394
3394
|
|
|
3395
3395
|
def __init__(self):
|
|
3396
3396
|
r"""
|
|
3397
|
-
:param _Cos:
|
|
3397
|
+
:param _Cos: <p>对象存储桶配置</p>
|
|
3398
3398
|
:type Cos: :class:`tencentcloud.ags.v20250920.models.CosStorageSource`
|
|
3399
|
-
:param _Image:
|
|
3399
|
+
:param _Image: <p>镜像卷配置</p>
|
|
3400
3400
|
:type Image: :class:`tencentcloud.ags.v20250920.models.ImageStorageSource`
|
|
3401
|
-
:param _Cfs:
|
|
3401
|
+
:param _Cfs: <p>文件存储配置</p>
|
|
3402
3402
|
:type Cfs: :class:`tencentcloud.ags.v20250920.models.CfsStorageSource`
|
|
3403
3403
|
"""
|
|
3404
3404
|
self._Cos = None
|
|
@@ -3407,7 +3407,7 @@ class StorageSource(AbstractModel):
|
|
|
3407
3407
|
|
|
3408
3408
|
@property
|
|
3409
3409
|
def Cos(self):
|
|
3410
|
-
r"""
|
|
3410
|
+
r"""<p>对象存储桶配置</p>
|
|
3411
3411
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CosStorageSource`
|
|
3412
3412
|
"""
|
|
3413
3413
|
return self._Cos
|
|
@@ -3418,7 +3418,7 @@ class StorageSource(AbstractModel):
|
|
|
3418
3418
|
|
|
3419
3419
|
@property
|
|
3420
3420
|
def Image(self):
|
|
3421
|
-
r"""
|
|
3421
|
+
r"""<p>镜像卷配置</p>
|
|
3422
3422
|
:rtype: :class:`tencentcloud.ags.v20250920.models.ImageStorageSource`
|
|
3423
3423
|
"""
|
|
3424
3424
|
return self._Image
|
|
@@ -3429,7 +3429,7 @@ class StorageSource(AbstractModel):
|
|
|
3429
3429
|
|
|
3430
3430
|
@property
|
|
3431
3431
|
def Cfs(self):
|
|
3432
|
-
r"""
|
|
3432
|
+
r"""<p>文件存储配置</p>
|
|
3433
3433
|
:rtype: :class:`tencentcloud.ags.v20250920.models.CfsStorageSource`
|
|
3434
3434
|
"""
|
|
3435
3435
|
return self._Cfs
|
|
@@ -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.59
|
|
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.59
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.59
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
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
|