tencentcloud-sdk-python-ags 3.1.169__tar.gz → 3.1.172__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/v20250920/models.py +53 -0
  5. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ags-3.1.172/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ags-3.1.169/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/v20250920/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/v20250920/ags_client.py +0 -0
  13. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ags-3.1.169 → tencentcloud_sdk_python_ags-3.1.172}/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.169
3
+ Version: 3.1.172
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.169
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
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.169,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.172,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ags SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.169'
17
+ __version__ = '3.1.172'
@@ -530,8 +530,11 @@ class ComputerConfiguration(AbstractModel):
530
530
  r"""
531
531
  :param _WAAConfiguration: <p>waa沙箱工具配置</p>
532
532
  :type WAAConfiguration: :class:`tencentcloud.ags.v20250920.models.WAAConfiguration`
533
+ :param _OSWorldConfiguration: <p>配置内置 OSWorld</p>
534
+ :type OSWorldConfiguration: :class:`tencentcloud.ags.v20250920.models.OSWorldConfiguration`
533
535
  """
534
536
  self._WAAConfiguration = None
537
+ self._OSWorldConfiguration = None
535
538
 
536
539
  @property
537
540
  def WAAConfiguration(self):
@@ -544,11 +547,25 @@ class ComputerConfiguration(AbstractModel):
544
547
  def WAAConfiguration(self, WAAConfiguration):
545
548
  self._WAAConfiguration = WAAConfiguration
546
549
 
550
+ @property
551
+ def OSWorldConfiguration(self):
552
+ r"""<p>配置内置 OSWorld</p>
553
+ :rtype: :class:`tencentcloud.ags.v20250920.models.OSWorldConfiguration`
554
+ """
555
+ return self._OSWorldConfiguration
556
+
557
+ @OSWorldConfiguration.setter
558
+ def OSWorldConfiguration(self, OSWorldConfiguration):
559
+ self._OSWorldConfiguration = OSWorldConfiguration
560
+
547
561
 
548
562
  def _deserialize(self, params):
549
563
  if params.get("WAAConfiguration") is not None:
550
564
  self._WAAConfiguration = WAAConfiguration()
551
565
  self._WAAConfiguration._deserialize(params.get("WAAConfiguration"))
566
+ if params.get("OSWorldConfiguration") is not None:
567
+ self._OSWorldConfiguration = OSWorldConfiguration()
568
+ self._OSWorldConfiguration._deserialize(params.get("OSWorldConfiguration"))
552
569
  memeber_set = set(params.keys())
553
570
  for name, value in vars(self).items():
554
571
  property_name = name[1:]
@@ -3595,6 +3612,42 @@ class NetworkConfiguration(AbstractModel):
3595
3612
 
3596
3613
 
3597
3614
 
3615
+ class OSWorldConfiguration(AbstractModel):
3616
+ r"""OSWorld 内置版本配置
3617
+
3618
+ """
3619
+
3620
+ def __init__(self):
3621
+ r"""
3622
+ :param _Version: <p>指定内置 OSWorld 版本</p><p>枚举值:</p><ul><li>osworld1: osworld v1</li><li>osworld2: osworld v2</li></ul><p>默认值:osworld1</p>
3623
+ :type Version: str
3624
+ """
3625
+ self._Version = None
3626
+
3627
+ @property
3628
+ def Version(self):
3629
+ r"""<p>指定内置 OSWorld 版本</p><p>枚举值:</p><ul><li>osworld1: osworld v1</li><li>osworld2: osworld v2</li></ul><p>默认值:osworld1</p>
3630
+ :rtype: str
3631
+ """
3632
+ return self._Version
3633
+
3634
+ @Version.setter
3635
+ def Version(self, Version):
3636
+ self._Version = Version
3637
+
3638
+
3639
+ def _deserialize(self, params):
3640
+ self._Version = params.get("Version")
3641
+ memeber_set = set(params.keys())
3642
+ for name, value in vars(self).items():
3643
+ property_name = name[1:]
3644
+ if property_name in memeber_set:
3645
+ memeber_set.remove(property_name)
3646
+ if len(memeber_set) > 0:
3647
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
3648
+
3649
+
3650
+
3598
3651
  class PauseSandboxInstanceRequest(AbstractModel):
3599
3652
  r"""PauseSandboxInstance请求参数结构体
3600
3653
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ags
3
- Version: 3.1.169
3
+ Version: 3.1.172
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.169
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.172
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.169