tencentcloud-sdk-python-ctsdb 3.0.1427__py2.py3-none-any.whl → 3.0.1459__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/ctsdb/v20230202/ctsdb_client.py +2 -2
- tencentcloud/ctsdb/v20230202/models.py +70 -70
- {tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info → tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info → tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info → tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -27,7 +27,7 @@ class CtsdbClient(AbstractClient):
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def DescribeClusters(self, request):
|
|
30
|
-
"""查询实例列表及详情
|
|
30
|
+
r"""查询实例列表及详情
|
|
31
31
|
|
|
32
32
|
:param request: Request instance for DescribeClusters.
|
|
33
33
|
:type request: :class:`tencentcloud.ctsdb.v20230202.models.DescribeClustersRequest`
|
|
@@ -50,7 +50,7 @@ class CtsdbClient(AbstractClient):
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
def DescribeDatabases(self, request):
|
|
53
|
-
"""查看数据库/列表
|
|
53
|
+
r"""查看数据库/列表
|
|
54
54
|
|
|
55
55
|
```
|
|
56
56
|
"Database":{
|
|
@@ -19,7 +19,7 @@ from tencentcloud.common.abstract_model import AbstractModel
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
class Cluster(AbstractModel):
|
|
22
|
-
"""实例相关信息
|
|
22
|
+
r"""实例相关信息
|
|
23
23
|
|
|
24
24
|
"""
|
|
25
25
|
|
|
@@ -89,7 +89,7 @@ class Cluster(AbstractModel):
|
|
|
89
89
|
|
|
90
90
|
@property
|
|
91
91
|
def AppID(self):
|
|
92
|
-
"""用户APPID
|
|
92
|
+
r"""用户APPID
|
|
93
93
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
94
|
:rtype: int
|
|
95
95
|
"""
|
|
@@ -101,7 +101,7 @@ class Cluster(AbstractModel):
|
|
|
101
101
|
|
|
102
102
|
@property
|
|
103
103
|
def ClusterID(self):
|
|
104
|
-
"""实例id
|
|
104
|
+
r"""实例id
|
|
105
105
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
106
106
|
:rtype: str
|
|
107
107
|
"""
|
|
@@ -113,7 +113,7 @@ class Cluster(AbstractModel):
|
|
|
113
113
|
|
|
114
114
|
@property
|
|
115
115
|
def AccountID(self):
|
|
116
|
-
"""账号id
|
|
116
|
+
r"""账号id
|
|
117
117
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
118
118
|
:rtype: str
|
|
119
119
|
"""
|
|
@@ -125,7 +125,7 @@ class Cluster(AbstractModel):
|
|
|
125
125
|
|
|
126
126
|
@property
|
|
127
127
|
def Name(self):
|
|
128
|
-
"""自定义实例名
|
|
128
|
+
r"""自定义实例名
|
|
129
129
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
130
130
|
:rtype: str
|
|
131
131
|
"""
|
|
@@ -137,7 +137,7 @@ class Cluster(AbstractModel):
|
|
|
137
137
|
|
|
138
138
|
@property
|
|
139
139
|
def Region(self):
|
|
140
|
-
"""地域
|
|
140
|
+
r"""地域
|
|
141
141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
142
142
|
:rtype: str
|
|
143
143
|
"""
|
|
@@ -149,7 +149,7 @@ class Cluster(AbstractModel):
|
|
|
149
149
|
|
|
150
150
|
@property
|
|
151
151
|
def Zones(self):
|
|
152
|
-
"""可用区
|
|
152
|
+
r"""可用区
|
|
153
153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
154
154
|
:rtype: str
|
|
155
155
|
"""
|
|
@@ -163,7 +163,7 @@ class Cluster(AbstractModel):
|
|
|
163
163
|
def Networks(self):
|
|
164
164
|
warnings.warn("parameter `Networks` is deprecated", DeprecationWarning)
|
|
165
165
|
|
|
166
|
-
"""网络信息
|
|
166
|
+
r"""网络信息
|
|
167
167
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
168
168
|
:rtype: list of Network
|
|
169
169
|
"""
|
|
@@ -179,7 +179,7 @@ class Cluster(AbstractModel):
|
|
|
179
179
|
def Spec(self):
|
|
180
180
|
warnings.warn("parameter `Spec` is deprecated", DeprecationWarning)
|
|
181
181
|
|
|
182
|
-
"""实例规格
|
|
182
|
+
r"""实例规格
|
|
183
183
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
184
184
|
:rtype: :class:`tencentcloud.ctsdb.v20230202.models.Spec`
|
|
185
185
|
"""
|
|
@@ -193,7 +193,7 @@ class Cluster(AbstractModel):
|
|
|
193
193
|
|
|
194
194
|
@property
|
|
195
195
|
def Status(self):
|
|
196
|
-
"""实例状态:0:运行中,1:创建中 ,16:变配中,17:隔离中,18:待销毁,19:恢复中,20:关机 , 21:销毁中 ,22:已销毁
|
|
196
|
+
r"""实例状态:0:运行中,1:创建中 ,16:变配中,17:隔离中,18:待销毁,19:恢复中,20:关机 , 21:销毁中 ,22:已销毁
|
|
197
197
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
198
198
|
:rtype: int
|
|
199
199
|
"""
|
|
@@ -205,7 +205,7 @@ class Cluster(AbstractModel):
|
|
|
205
205
|
|
|
206
206
|
@property
|
|
207
207
|
def Period(self):
|
|
208
|
-
"""实例有效期
|
|
208
|
+
r"""实例有效期
|
|
209
209
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
210
210
|
:rtype: :class:`tencentcloud.ctsdb.v20230202.models.Period`
|
|
211
211
|
"""
|
|
@@ -217,7 +217,7 @@ class Cluster(AbstractModel):
|
|
|
217
217
|
|
|
218
218
|
@property
|
|
219
219
|
def CreatedAt(self):
|
|
220
|
-
"""创建时间
|
|
220
|
+
r"""创建时间
|
|
221
221
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
222
222
|
:rtype: str
|
|
223
223
|
"""
|
|
@@ -229,7 +229,7 @@ class Cluster(AbstractModel):
|
|
|
229
229
|
|
|
230
230
|
@property
|
|
231
231
|
def UpdatedAt(self):
|
|
232
|
-
"""最后修改时间
|
|
232
|
+
r"""最后修改时间
|
|
233
233
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
234
234
|
:rtype: str
|
|
235
235
|
"""
|
|
@@ -241,7 +241,7 @@ class Cluster(AbstractModel):
|
|
|
241
241
|
|
|
242
242
|
@property
|
|
243
243
|
def Tenant(self):
|
|
244
|
-
"""产品内部特性
|
|
244
|
+
r"""产品内部特性
|
|
245
245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
246
|
:rtype: :class:`tencentcloud.ctsdb.v20230202.models.Tenant`
|
|
247
247
|
"""
|
|
@@ -253,7 +253,7 @@ class Cluster(AbstractModel):
|
|
|
253
253
|
|
|
254
254
|
@property
|
|
255
255
|
def Tags(self):
|
|
256
|
-
"""标签
|
|
256
|
+
r"""标签
|
|
257
257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
258
|
:rtype: list of Tag
|
|
259
259
|
"""
|
|
@@ -265,7 +265,7 @@ class Cluster(AbstractModel):
|
|
|
265
265
|
|
|
266
266
|
@property
|
|
267
267
|
def Security(self):
|
|
268
|
-
"""安全组信息
|
|
268
|
+
r"""安全组信息
|
|
269
269
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
270
|
:rtype: list of str
|
|
271
271
|
"""
|
|
@@ -319,7 +319,7 @@ class Cluster(AbstractModel):
|
|
|
319
319
|
|
|
320
320
|
|
|
321
321
|
class Database(AbstractModel):
|
|
322
|
-
"""数据库相关信息
|
|
322
|
+
r"""数据库相关信息
|
|
323
323
|
|
|
324
324
|
"""
|
|
325
325
|
|
|
@@ -361,7 +361,7 @@ class Database(AbstractModel):
|
|
|
361
361
|
|
|
362
362
|
@property
|
|
363
363
|
def ClusterID(self):
|
|
364
|
-
"""实例ID
|
|
364
|
+
r"""实例ID
|
|
365
365
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
366
366
|
:rtype: str
|
|
367
367
|
"""
|
|
@@ -373,7 +373,7 @@ class Database(AbstractModel):
|
|
|
373
373
|
|
|
374
374
|
@property
|
|
375
375
|
def Name(self):
|
|
376
|
-
"""数据库名
|
|
376
|
+
r"""数据库名
|
|
377
377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
378
378
|
:rtype: str
|
|
379
379
|
"""
|
|
@@ -385,7 +385,7 @@ class Database(AbstractModel):
|
|
|
385
385
|
|
|
386
386
|
@property
|
|
387
387
|
def CoolDownInDays(self):
|
|
388
|
-
"""降冷时间(天)
|
|
388
|
+
r"""降冷时间(天)
|
|
389
389
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
390
390
|
:rtype: int
|
|
391
391
|
"""
|
|
@@ -397,7 +397,7 @@ class Database(AbstractModel):
|
|
|
397
397
|
|
|
398
398
|
@property
|
|
399
399
|
def RetentionInDays(self):
|
|
400
|
-
"""数据保留时间(天)
|
|
400
|
+
r"""数据保留时间(天)
|
|
401
401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
402
402
|
:rtype: int
|
|
403
403
|
"""
|
|
@@ -409,7 +409,7 @@ class Database(AbstractModel):
|
|
|
409
409
|
|
|
410
410
|
@property
|
|
411
411
|
def Remark(self):
|
|
412
|
-
"""备注
|
|
412
|
+
r"""备注
|
|
413
413
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
414
414
|
:rtype: str
|
|
415
415
|
"""
|
|
@@ -421,7 +421,7 @@ class Database(AbstractModel):
|
|
|
421
421
|
|
|
422
422
|
@property
|
|
423
423
|
def Status(self):
|
|
424
|
-
"""状态:0: 资源初始化中, 1: 资源创建中, 2: 正常状态, 3: 资源删除中, 4: 资源已删除, 5: 资源禁用中, 6: 资源已禁用, 7: 资源异常,需要人工操作
|
|
424
|
+
r"""状态:0: 资源初始化中, 1: 资源创建中, 2: 正常状态, 3: 资源删除中, 4: 资源已删除, 5: 资源禁用中, 6: 资源已禁用, 7: 资源异常,需要人工操作
|
|
425
425
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
426
426
|
:rtype: int
|
|
427
427
|
"""
|
|
@@ -433,7 +433,7 @@ class Database(AbstractModel):
|
|
|
433
433
|
|
|
434
434
|
@property
|
|
435
435
|
def CreatedAt(self):
|
|
436
|
-
"""创建时间
|
|
436
|
+
r"""创建时间
|
|
437
437
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
438
438
|
:rtype: str
|
|
439
439
|
"""
|
|
@@ -445,7 +445,7 @@ class Database(AbstractModel):
|
|
|
445
445
|
|
|
446
446
|
@property
|
|
447
447
|
def UpdatedAt(self):
|
|
448
|
-
"""最后修改时间
|
|
448
|
+
r"""最后修改时间
|
|
449
449
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
450
450
|
:rtype: str
|
|
451
451
|
"""
|
|
@@ -476,7 +476,7 @@ class Database(AbstractModel):
|
|
|
476
476
|
|
|
477
477
|
|
|
478
478
|
class DescribeClustersRequest(AbstractModel):
|
|
479
|
-
"""DescribeClusters请求参数结构体
|
|
479
|
+
r"""DescribeClusters请求参数结构体
|
|
480
480
|
|
|
481
481
|
"""
|
|
482
482
|
|
|
@@ -498,7 +498,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
498
498
|
|
|
499
499
|
@property
|
|
500
500
|
def PageNumber(self):
|
|
501
|
-
"""当前页数
|
|
501
|
+
r"""当前页数
|
|
502
502
|
:rtype: int
|
|
503
503
|
"""
|
|
504
504
|
return self._PageNumber
|
|
@@ -509,7 +509,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
509
509
|
|
|
510
510
|
@property
|
|
511
511
|
def PageSize(self):
|
|
512
|
-
"""单页大小
|
|
512
|
+
r"""单页大小
|
|
513
513
|
:rtype: int
|
|
514
514
|
"""
|
|
515
515
|
return self._PageSize
|
|
@@ -520,7 +520,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
520
520
|
|
|
521
521
|
@property
|
|
522
522
|
def Filters(self):
|
|
523
|
-
"""查询参数:支持通过实例ID(cluster_id)和实例名称(name)进行过滤查询
|
|
523
|
+
r"""查询参数:支持通过实例ID(cluster_id)和实例名称(name)进行过滤查询
|
|
524
524
|
:rtype: list of Filter
|
|
525
525
|
"""
|
|
526
526
|
return self._Filters
|
|
@@ -531,7 +531,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
531
531
|
|
|
532
532
|
@property
|
|
533
533
|
def Orders(self):
|
|
534
|
-
"""排序参数:支持通过创建时间字段(created_at)进行排序,Type可指定为DESC(降序)或ASC(升序)
|
|
534
|
+
r"""排序参数:支持通过创建时间字段(created_at)进行排序,Type可指定为DESC(降序)或ASC(升序)
|
|
535
535
|
:rtype: list of Order
|
|
536
536
|
"""
|
|
537
537
|
return self._Orders
|
|
@@ -567,7 +567,7 @@ class DescribeClustersRequest(AbstractModel):
|
|
|
567
567
|
|
|
568
568
|
|
|
569
569
|
class DescribeClustersResponse(AbstractModel):
|
|
570
|
-
"""DescribeClusters返回参数结构体
|
|
570
|
+
r"""DescribeClusters返回参数结构体
|
|
571
571
|
|
|
572
572
|
"""
|
|
573
573
|
|
|
@@ -588,7 +588,7 @@ class DescribeClustersResponse(AbstractModel):
|
|
|
588
588
|
|
|
589
589
|
@property
|
|
590
590
|
def TotalCount(self):
|
|
591
|
-
"""当前条件下的总记录数
|
|
591
|
+
r"""当前条件下的总记录数
|
|
592
592
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
593
593
|
:rtype: int
|
|
594
594
|
"""
|
|
@@ -600,7 +600,7 @@ class DescribeClustersResponse(AbstractModel):
|
|
|
600
600
|
|
|
601
601
|
@property
|
|
602
602
|
def Clusters(self):
|
|
603
|
-
"""符合条件的实例列表
|
|
603
|
+
r"""符合条件的实例列表
|
|
604
604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
605
605
|
:rtype: list of Cluster
|
|
606
606
|
"""
|
|
@@ -612,7 +612,7 @@ class DescribeClustersResponse(AbstractModel):
|
|
|
612
612
|
|
|
613
613
|
@property
|
|
614
614
|
def RequestId(self):
|
|
615
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
615
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
616
616
|
:rtype: str
|
|
617
617
|
"""
|
|
618
618
|
return self._RequestId
|
|
@@ -634,7 +634,7 @@ class DescribeClustersResponse(AbstractModel):
|
|
|
634
634
|
|
|
635
635
|
|
|
636
636
|
class DescribeDatabasesRequest(AbstractModel):
|
|
637
|
-
"""DescribeDatabases请求参数结构体
|
|
637
|
+
r"""DescribeDatabases请求参数结构体
|
|
638
638
|
|
|
639
639
|
"""
|
|
640
640
|
|
|
@@ -653,7 +653,7 @@ class DescribeDatabasesRequest(AbstractModel):
|
|
|
653
653
|
|
|
654
654
|
@property
|
|
655
655
|
def Database(self):
|
|
656
|
-
"""数据库参数
|
|
656
|
+
r"""数据库参数
|
|
657
657
|
:rtype: :class:`tencentcloud.ctsdb.v20230202.models.Database`
|
|
658
658
|
"""
|
|
659
659
|
return self._Database
|
|
@@ -664,7 +664,7 @@ class DescribeDatabasesRequest(AbstractModel):
|
|
|
664
664
|
|
|
665
665
|
@property
|
|
666
666
|
def PageSize(self):
|
|
667
|
-
"""分页大小
|
|
667
|
+
r"""分页大小
|
|
668
668
|
:rtype: int
|
|
669
669
|
"""
|
|
670
670
|
return self._PageSize
|
|
@@ -675,7 +675,7 @@ class DescribeDatabasesRequest(AbstractModel):
|
|
|
675
675
|
|
|
676
676
|
@property
|
|
677
677
|
def PageNumber(self):
|
|
678
|
-
"""分页页面
|
|
678
|
+
r"""分页页面
|
|
679
679
|
:rtype: int
|
|
680
680
|
"""
|
|
681
681
|
return self._PageNumber
|
|
@@ -702,7 +702,7 @@ class DescribeDatabasesRequest(AbstractModel):
|
|
|
702
702
|
|
|
703
703
|
|
|
704
704
|
class DescribeDatabasesResponse(AbstractModel):
|
|
705
|
-
"""DescribeDatabases返回参数结构体
|
|
705
|
+
r"""DescribeDatabases返回参数结构体
|
|
706
706
|
|
|
707
707
|
"""
|
|
708
708
|
|
|
@@ -721,7 +721,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
721
721
|
|
|
722
722
|
@property
|
|
723
723
|
def Databases(self):
|
|
724
|
-
"""数据库列表
|
|
724
|
+
r"""数据库列表
|
|
725
725
|
:rtype: list of Database
|
|
726
726
|
"""
|
|
727
727
|
return self._Databases
|
|
@@ -732,7 +732,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
732
732
|
|
|
733
733
|
@property
|
|
734
734
|
def TotalCount(self):
|
|
735
|
-
"""数量
|
|
735
|
+
r"""数量
|
|
736
736
|
:rtype: int
|
|
737
737
|
"""
|
|
738
738
|
return self._TotalCount
|
|
@@ -743,7 +743,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
743
743
|
|
|
744
744
|
@property
|
|
745
745
|
def RequestId(self):
|
|
746
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
746
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
747
747
|
:rtype: str
|
|
748
748
|
"""
|
|
749
749
|
return self._RequestId
|
|
@@ -765,7 +765,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
765
765
|
|
|
766
766
|
|
|
767
767
|
class Filter(AbstractModel):
|
|
768
|
-
"""查询过滤器
|
|
768
|
+
r"""查询过滤器
|
|
769
769
|
|
|
770
770
|
"""
|
|
771
771
|
|
|
@@ -784,7 +784,7 @@ class Filter(AbstractModel):
|
|
|
784
784
|
|
|
785
785
|
@property
|
|
786
786
|
def Name(self):
|
|
787
|
-
"""过滤参数
|
|
787
|
+
r"""过滤参数
|
|
788
788
|
:rtype: str
|
|
789
789
|
"""
|
|
790
790
|
return self._Name
|
|
@@ -795,7 +795,7 @@ class Filter(AbstractModel):
|
|
|
795
795
|
|
|
796
796
|
@property
|
|
797
797
|
def Op(self):
|
|
798
|
-
"""过滤表达式
|
|
798
|
+
r"""过滤表达式
|
|
799
799
|
:rtype: str
|
|
800
800
|
"""
|
|
801
801
|
return self._Op
|
|
@@ -806,7 +806,7 @@ class Filter(AbstractModel):
|
|
|
806
806
|
|
|
807
807
|
@property
|
|
808
808
|
def Values(self):
|
|
809
|
-
"""参与过滤的值
|
|
809
|
+
r"""参与过滤的值
|
|
810
810
|
:rtype: list of str
|
|
811
811
|
"""
|
|
812
812
|
return self._Values
|
|
@@ -831,7 +831,7 @@ class Filter(AbstractModel):
|
|
|
831
831
|
|
|
832
832
|
|
|
833
833
|
class Network(AbstractModel):
|
|
834
|
-
"""实例网络信息(influxdb)
|
|
834
|
+
r"""实例网络信息(influxdb)
|
|
835
835
|
|
|
836
836
|
"""
|
|
837
837
|
|
|
@@ -857,7 +857,7 @@ class Network(AbstractModel):
|
|
|
857
857
|
|
|
858
858
|
@property
|
|
859
859
|
def VpcId(self):
|
|
860
|
-
"""vpc id
|
|
860
|
+
r"""vpc id
|
|
861
861
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
862
862
|
:rtype: str
|
|
863
863
|
"""
|
|
@@ -869,7 +869,7 @@ class Network(AbstractModel):
|
|
|
869
869
|
|
|
870
870
|
@property
|
|
871
871
|
def SubnetId(self):
|
|
872
|
-
"""vpc subnet id
|
|
872
|
+
r"""vpc subnet id
|
|
873
873
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
874
874
|
:rtype: str
|
|
875
875
|
"""
|
|
@@ -881,7 +881,7 @@ class Network(AbstractModel):
|
|
|
881
881
|
|
|
882
882
|
@property
|
|
883
883
|
def VIP(self):
|
|
884
|
-
"""vpc ip地址
|
|
884
|
+
r"""vpc ip地址
|
|
885
885
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
886
886
|
:rtype: str
|
|
887
887
|
"""
|
|
@@ -893,7 +893,7 @@ class Network(AbstractModel):
|
|
|
893
893
|
|
|
894
894
|
@property
|
|
895
895
|
def Port(self):
|
|
896
|
-
"""vpc port地址
|
|
896
|
+
r"""vpc port地址
|
|
897
897
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
898
898
|
:rtype: int
|
|
899
899
|
"""
|
|
@@ -920,7 +920,7 @@ class Network(AbstractModel):
|
|
|
920
920
|
|
|
921
921
|
|
|
922
922
|
class Order(AbstractModel):
|
|
923
|
-
"""排序参数,用于排序查询结果
|
|
923
|
+
r"""排序参数,用于排序查询结果
|
|
924
924
|
|
|
925
925
|
"""
|
|
926
926
|
|
|
@@ -936,7 +936,7 @@ class Order(AbstractModel):
|
|
|
936
936
|
|
|
937
937
|
@property
|
|
938
938
|
def Name(self):
|
|
939
|
-
"""排序字段
|
|
939
|
+
r"""排序字段
|
|
940
940
|
:rtype: str
|
|
941
941
|
"""
|
|
942
942
|
return self._Name
|
|
@@ -947,7 +947,7 @@ class Order(AbstractModel):
|
|
|
947
947
|
|
|
948
948
|
@property
|
|
949
949
|
def Type(self):
|
|
950
|
-
"""排序方式
|
|
950
|
+
r"""排序方式
|
|
951
951
|
:rtype: str
|
|
952
952
|
"""
|
|
953
953
|
return self._Type
|
|
@@ -971,7 +971,7 @@ class Order(AbstractModel):
|
|
|
971
971
|
|
|
972
972
|
|
|
973
973
|
class Period(AbstractModel):
|
|
974
|
-
"""有效期
|
|
974
|
+
r"""有效期
|
|
975
975
|
|
|
976
976
|
"""
|
|
977
977
|
|
|
@@ -989,7 +989,7 @@ class Period(AbstractModel):
|
|
|
989
989
|
|
|
990
990
|
@property
|
|
991
991
|
def StartTime(self):
|
|
992
|
-
"""开始时间
|
|
992
|
+
r"""开始时间
|
|
993
993
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
994
994
|
:rtype: str
|
|
995
995
|
"""
|
|
@@ -1001,7 +1001,7 @@ class Period(AbstractModel):
|
|
|
1001
1001
|
|
|
1002
1002
|
@property
|
|
1003
1003
|
def EndTime(self):
|
|
1004
|
-
"""结束时间
|
|
1004
|
+
r"""结束时间
|
|
1005
1005
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1006
1006
|
:rtype: str
|
|
1007
1007
|
"""
|
|
@@ -1026,7 +1026,7 @@ class Period(AbstractModel):
|
|
|
1026
1026
|
|
|
1027
1027
|
|
|
1028
1028
|
class Spec(AbstractModel):
|
|
1029
|
-
"""实例规格信息(influxdb)
|
|
1029
|
+
r"""实例规格信息(influxdb)
|
|
1030
1030
|
|
|
1031
1031
|
"""
|
|
1032
1032
|
|
|
@@ -1064,7 +1064,7 @@ class Spec(AbstractModel):
|
|
|
1064
1064
|
|
|
1065
1065
|
@property
|
|
1066
1066
|
def PayMode(self):
|
|
1067
|
-
"""1:包年包月、2:按小时计费
|
|
1067
|
+
r"""1:包年包月、2:按小时计费
|
|
1068
1068
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
1069
|
:rtype: int
|
|
1070
1070
|
"""
|
|
@@ -1076,7 +1076,7 @@ class Spec(AbstractModel):
|
|
|
1076
1076
|
|
|
1077
1077
|
@property
|
|
1078
1078
|
def RequestUnit(self):
|
|
1079
|
-
"""请求单元,为0则表示走资源配置
|
|
1079
|
+
r"""请求单元,为0则表示走资源配置
|
|
1080
1080
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1081
1081
|
:rtype: int
|
|
1082
1082
|
"""
|
|
@@ -1088,7 +1088,7 @@ class Spec(AbstractModel):
|
|
|
1088
1088
|
|
|
1089
1089
|
@property
|
|
1090
1090
|
def CpuLimit(self):
|
|
1091
|
-
"""CPU 核数最大限制
|
|
1091
|
+
r"""CPU 核数最大限制
|
|
1092
1092
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1093
1093
|
:rtype: float
|
|
1094
1094
|
"""
|
|
@@ -1100,7 +1100,7 @@ class Spec(AbstractModel):
|
|
|
1100
1100
|
|
|
1101
1101
|
@property
|
|
1102
1102
|
def MemoryLimit(self):
|
|
1103
|
-
"""内存 最大限制(Gi)
|
|
1103
|
+
r"""内存 最大限制(Gi)
|
|
1104
1104
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1105
1105
|
:rtype: float
|
|
1106
1106
|
"""
|
|
@@ -1112,7 +1112,7 @@ class Spec(AbstractModel):
|
|
|
1112
1112
|
|
|
1113
1113
|
@property
|
|
1114
1114
|
def DiskLimit(self):
|
|
1115
|
-
"""磁盘 最大限制(Gi)
|
|
1115
|
+
r"""磁盘 最大限制(Gi)
|
|
1116
1116
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1117
1117
|
:rtype: int
|
|
1118
1118
|
"""
|
|
@@ -1124,7 +1124,7 @@ class Spec(AbstractModel):
|
|
|
1124
1124
|
|
|
1125
1125
|
@property
|
|
1126
1126
|
def Shards(self):
|
|
1127
|
-
"""业务分片数
|
|
1127
|
+
r"""业务分片数
|
|
1128
1128
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1129
1129
|
:rtype: int
|
|
1130
1130
|
"""
|
|
@@ -1136,7 +1136,7 @@ class Spec(AbstractModel):
|
|
|
1136
1136
|
|
|
1137
1137
|
@property
|
|
1138
1138
|
def Replicas(self):
|
|
1139
|
-
"""业务节点数
|
|
1139
|
+
r"""业务节点数
|
|
1140
1140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1141
1141
|
:rtype: int
|
|
1142
1142
|
"""
|
|
@@ -1166,7 +1166,7 @@ class Spec(AbstractModel):
|
|
|
1166
1166
|
|
|
1167
1167
|
|
|
1168
1168
|
class Tag(AbstractModel):
|
|
1169
|
-
"""标签
|
|
1169
|
+
r"""标签
|
|
1170
1170
|
|
|
1171
1171
|
"""
|
|
1172
1172
|
|
|
@@ -1184,7 +1184,7 @@ class Tag(AbstractModel):
|
|
|
1184
1184
|
|
|
1185
1185
|
@property
|
|
1186
1186
|
def Key(self):
|
|
1187
|
-
"""键
|
|
1187
|
+
r"""键
|
|
1188
1188
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
1189
|
:rtype: str
|
|
1190
1190
|
"""
|
|
@@ -1196,7 +1196,7 @@ class Tag(AbstractModel):
|
|
|
1196
1196
|
|
|
1197
1197
|
@property
|
|
1198
1198
|
def Value(self):
|
|
1199
|
-
"""值
|
|
1199
|
+
r"""值
|
|
1200
1200
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1201
1201
|
:rtype: str
|
|
1202
1202
|
"""
|
|
@@ -1221,7 +1221,7 @@ class Tag(AbstractModel):
|
|
|
1221
1221
|
|
|
1222
1222
|
|
|
1223
1223
|
class Tenant(AbstractModel):
|
|
1224
|
-
"""产品内部特性
|
|
1224
|
+
r"""产品内部特性
|
|
1225
1225
|
|
|
1226
1226
|
"""
|
|
1227
1227
|
|
|
@@ -1234,7 +1234,7 @@ class Tenant(AbstractModel):
|
|
|
1234
1234
|
|
|
1235
1235
|
@property
|
|
1236
1236
|
def IsPasswordEncrypted(self):
|
|
1237
|
-
"""密码是否已加密
|
|
1237
|
+
r"""密码是否已加密
|
|
1238
1238
|
:rtype: bool
|
|
1239
1239
|
"""
|
|
1240
1240
|
return self._IsPasswordEncrypted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ctsdb
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1459
|
|
4
4
|
Summary: Tencent Cloud Ctsdb 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1459)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=r84PYsG-hFbeEH3ch-Sw2bJmqWlws-vogRx7ePuiG9c,631
|
|
2
|
+
tencentcloud/ctsdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/ctsdb/v20230202/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/ctsdb/v20230202/ctsdb_client.py,sha256=C_pToS42mWVKzTpEIYDroanOpu1i4dkC_nLqxmQPebM,2896
|
|
5
|
+
tencentcloud/ctsdb/v20230202/errorcodes.py,sha256=S-5aHQVaqiTSCJVorLKZ0ij8tNrxUbdPraSG26HmGfg,797
|
|
6
|
+
tencentcloud/ctsdb/v20230202/models.py,sha256=zLWVi4wtTFFOSjlmI2bCrzFrl1BFDPd5WZnpzfdb6a4,36626
|
|
7
|
+
tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info/METADATA,sha256=Tt9FLjakr-iaCd3JwZfo_RhDW4KaVK3opOqLlrDNqsM,1513
|
|
8
|
+
tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_ctsdb-3.0.1459.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=f1iij0Y4CXOEqqB8aK9o40ZEt_EB7FvkFL34WiRI1tU,631
|
|
2
|
-
tencentcloud/ctsdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/ctsdb/v20230202/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/ctsdb/v20230202/ctsdb_client.py,sha256=QswYvMf27AyTE99W8kK0NkalrYC_N_qQgyeZ4Q_Vch4,2894
|
|
5
|
-
tencentcloud/ctsdb/v20230202/errorcodes.py,sha256=S-5aHQVaqiTSCJVorLKZ0ij8tNrxUbdPraSG26HmGfg,797
|
|
6
|
-
tencentcloud/ctsdb/v20230202/models.py,sha256=NotJf13oit6tfufbY8KQB92gAdusfRtY88WUAHhQ508,36556
|
|
7
|
-
tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info/METADATA,sha256=OMFpKZNmynG0sfNjwKv8ZALdVhOL1rOhfxu0K3gunHs,1513
|
|
8
|
-
tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_ctsdb-3.0.1427.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|