alibabacloud-polardb20170801 6.1.3__tar.gz → 6.1.5__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. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/ChangeLog.md +12 -0
  2. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/PKG-INFO +1 -1
  3. alibabacloud_polardb20170801-6.1.5/alibabacloud_polardb20170801/__init__.py +1 -0
  4. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801/client.py +8 -0
  5. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801/models.py +12 -0
  6. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/setup.py +1 -1
  8. alibabacloud_polardb20170801-6.1.3/alibabacloud_polardb20170801/__init__.py +0 -1
  9. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/LICENSE +0 -0
  10. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/MANIFEST.in +0 -0
  11. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/README-CN.md +0 -0
  12. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/README.md +0 -0
  13. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801.egg-info/requires.txt +0 -0
  16. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/alibabacloud_polardb20170801.egg-info/top_level.txt +0 -0
  17. {alibabacloud_polardb20170801-6.1.3 → alibabacloud_polardb20170801-6.1.5}/setup.cfg +0 -0
@@ -1,3 +1,15 @@
1
+ 2025-11-06 Version: 6.1.4
2
+ - Update API DescribeAIDBClusterAttribute: add response parameters Body.DBNodes.$.CreationTime.
3
+
4
+
5
+ 2025-11-06 Version: 6.1.4
6
+ - Update API DescribeAIDBClusterAttribute: add response parameters Body.DBNodes.$.CreationTime.
7
+
8
+
9
+ 2025-11-04 Version: 6.1.3
10
+ - Update API DescribeSlowLogs: add response parameters Body.Items.$.MaxExecutionTimeMs.
11
+
12
+
1
13
  2025-10-30 Version: 6.1.2
2
14
  - Update API DescribeMetaList: add response parameters Body.Items.$.Size.
3
15
  - Update API ModifyLogBackupPolicy: add request parameters AdvancedLogPolicies.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_polardb20170801
3
- Version: 6.1.3
3
+ Version: 6.1.5
4
4
  Summary: Alibaba Cloud ApsaraDB for POLARDB (20170801) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '6.1.5'
@@ -20441,6 +20441,8 @@ class Client(OpenApiClient):
20441
20441
  runtime: util_models.RuntimeOptions,
20442
20442
  ) -> polardb_20170801_models.DescribeRdsVpcsResponse:
20443
20443
  """
20444
+ @summary 查询vpc
20445
+
20444
20446
  @param request: DescribeRdsVpcsRequest
20445
20447
  @param runtime: runtime options for this request RuntimeOptions
20446
20448
  @return: DescribeRdsVpcsResponse
@@ -20488,6 +20490,8 @@ class Client(OpenApiClient):
20488
20490
  runtime: util_models.RuntimeOptions,
20489
20491
  ) -> polardb_20170801_models.DescribeRdsVpcsResponse:
20490
20492
  """
20493
+ @summary 查询vpc
20494
+
20491
20495
  @param request: DescribeRdsVpcsRequest
20492
20496
  @param runtime: runtime options for this request RuntimeOptions
20493
20497
  @return: DescribeRdsVpcsResponse
@@ -20534,6 +20538,8 @@ class Client(OpenApiClient):
20534
20538
  request: polardb_20170801_models.DescribeRdsVpcsRequest,
20535
20539
  ) -> polardb_20170801_models.DescribeRdsVpcsResponse:
20536
20540
  """
20541
+ @summary 查询vpc
20542
+
20537
20543
  @param request: DescribeRdsVpcsRequest
20538
20544
  @return: DescribeRdsVpcsResponse
20539
20545
  """
@@ -20545,6 +20551,8 @@ class Client(OpenApiClient):
20545
20551
  request: polardb_20170801_models.DescribeRdsVpcsRequest,
20546
20552
  ) -> polardb_20170801_models.DescribeRdsVpcsResponse:
20547
20553
  """
20554
+ @summary 查询vpc
20555
+
20548
20556
  @param request: DescribeRdsVpcsRequest
20549
20557
  @return: DescribeRdsVpcsResponse
20550
20558
  """
@@ -12236,6 +12236,7 @@ class DescribeAIDBClusterAttributeResponseBodyDBNodes(TeaModel):
12236
12236
  self,
12237
12237
  child_volumes: List[DescribeAIDBClusterAttributeResponseBodyDBNodesChildVolumes] = None,
12238
12238
  cpu_cores: str = None,
12239
+ creation_time: str = None,
12239
12240
  dbnode_class: str = None,
12240
12241
  dbnode_description: str = None,
12241
12242
  dbnode_id: str = None,
@@ -12251,6 +12252,7 @@ class DescribeAIDBClusterAttributeResponseBodyDBNodes(TeaModel):
12251
12252
  ):
12252
12253
  self.child_volumes = child_volumes
12253
12254
  self.cpu_cores = cpu_cores
12255
+ self.creation_time = creation_time
12254
12256
  self.dbnode_class = dbnode_class
12255
12257
  self.dbnode_description = dbnode_description
12256
12258
  self.dbnode_id = dbnode_id
@@ -12282,6 +12284,8 @@ class DescribeAIDBClusterAttributeResponseBodyDBNodes(TeaModel):
12282
12284
  result['ChildVolumes'].append(k.to_map() if k else None)
12283
12285
  if self.cpu_cores is not None:
12284
12286
  result['CpuCores'] = self.cpu_cores
12287
+ if self.creation_time is not None:
12288
+ result['CreationTime'] = self.creation_time
12285
12289
  if self.dbnode_class is not None:
12286
12290
  result['DBNodeClass'] = self.dbnode_class
12287
12291
  if self.dbnode_description is not None:
@@ -12317,6 +12321,8 @@ class DescribeAIDBClusterAttributeResponseBodyDBNodes(TeaModel):
12317
12321
  self.child_volumes.append(temp_model.from_map(k))
12318
12322
  if m.get('CpuCores') is not None:
12319
12323
  self.cpu_cores = m.get('CpuCores')
12324
+ if m.get('CreationTime') is not None:
12325
+ self.creation_time = m.get('CreationTime')
12320
12326
  if m.get('DBNodeClass') is not None:
12321
12327
  self.dbnode_class = m.get('DBNodeClass')
12322
12328
  if m.get('DBNodeDescription') is not None:
@@ -15601,12 +15607,14 @@ class DescribeApplicationAttributeResponseBodyEndpoints(TeaModel):
15601
15607
  ip: str = None,
15602
15608
  net_type: str = None,
15603
15609
  port: str = None,
15610
+ port_description: str = None,
15604
15611
  ):
15605
15612
  self.description = description
15606
15613
  self.endpoint_id = endpoint_id
15607
15614
  self.ip = ip
15608
15615
  self.net_type = net_type
15609
15616
  self.port = port
15617
+ self.port_description = port_description
15610
15618
 
15611
15619
  def validate(self):
15612
15620
  pass
@@ -15627,6 +15635,8 @@ class DescribeApplicationAttributeResponseBodyEndpoints(TeaModel):
15627
15635
  result['NetType'] = self.net_type
15628
15636
  if self.port is not None:
15629
15637
  result['Port'] = self.port
15638
+ if self.port_description is not None:
15639
+ result['PortDescription'] = self.port_description
15630
15640
  return result
15631
15641
 
15632
15642
  def from_map(self, m: dict = None):
@@ -15641,6 +15651,8 @@ class DescribeApplicationAttributeResponseBodyEndpoints(TeaModel):
15641
15651
  self.net_type = m.get('NetType')
15642
15652
  if m.get('Port') is not None:
15643
15653
  self.port = m.get('Port')
15654
+ if m.get('PortDescription') is not None:
15655
+ self.port_description = m.get('PortDescription')
15644
15656
  return self
15645
15657
 
15646
15658
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-polardb20170801
3
- Version: 6.1.3
3
+ Version: 6.1.5
4
4
  Summary: Alibaba Cloud ApsaraDB for POLARDB (20170801) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_polardb20170801.
26
26
 
27
- Created on 04/11/2025
27
+ Created on 14/11/2025
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '6.1.3'