tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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/antiddos/v20200309/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +81 -983
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +0 -20
- tencentcloud/dbbrain/v20210527/models.py +0 -92
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/svp/v20240125/models.py +0 -42
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +0 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +32 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -333,25 +333,18 @@ class BackupTableContent(AbstractModel):
|
|
333
333
|
def __init__(self):
|
334
334
|
r"""
|
335
335
|
:param _Database: 数据库
|
336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
337
336
|
:type Database: str
|
338
337
|
:param _Table: 表
|
339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
340
338
|
:type Table: str
|
341
339
|
:param _TotalBytes: 表总字节数
|
342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
343
340
|
:type TotalBytes: int
|
344
341
|
:param _VCluster: 虚拟cluster
|
345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
346
342
|
:type VCluster: str
|
347
343
|
:param _Ips: 表ip
|
348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
349
344
|
:type Ips: str
|
350
345
|
:param _ZooPath: zk路径
|
351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
352
346
|
:type ZooPath: str
|
353
347
|
:param _Rip: cvm的ip地址
|
354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
355
348
|
:type Rip: str
|
356
349
|
"""
|
357
350
|
self._Database = None
|
@@ -365,7 +358,6 @@ class BackupTableContent(AbstractModel):
|
|
365
358
|
@property
|
366
359
|
def Database(self):
|
367
360
|
"""数据库
|
368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
369
361
|
:rtype: str
|
370
362
|
"""
|
371
363
|
return self._Database
|
@@ -377,7 +369,6 @@ class BackupTableContent(AbstractModel):
|
|
377
369
|
@property
|
378
370
|
def Table(self):
|
379
371
|
"""表
|
380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
381
372
|
:rtype: str
|
382
373
|
"""
|
383
374
|
return self._Table
|
@@ -389,7 +380,6 @@ class BackupTableContent(AbstractModel):
|
|
389
380
|
@property
|
390
381
|
def TotalBytes(self):
|
391
382
|
"""表总字节数
|
392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
393
383
|
:rtype: int
|
394
384
|
"""
|
395
385
|
return self._TotalBytes
|
@@ -401,7 +391,6 @@ class BackupTableContent(AbstractModel):
|
|
401
391
|
@property
|
402
392
|
def VCluster(self):
|
403
393
|
"""虚拟cluster
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
405
394
|
:rtype: str
|
406
395
|
"""
|
407
396
|
return self._VCluster
|
@@ -413,7 +402,6 @@ class BackupTableContent(AbstractModel):
|
|
413
402
|
@property
|
414
403
|
def Ips(self):
|
415
404
|
"""表ip
|
416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
417
405
|
:rtype: str
|
418
406
|
"""
|
419
407
|
return self._Ips
|
@@ -425,7 +413,6 @@ class BackupTableContent(AbstractModel):
|
|
425
413
|
@property
|
426
414
|
def ZooPath(self):
|
427
415
|
"""zk路径
|
428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
429
416
|
:rtype: str
|
430
417
|
"""
|
431
418
|
return self._ZooPath
|
@@ -437,7 +424,6 @@ class BackupTableContent(AbstractModel):
|
|
437
424
|
@property
|
438
425
|
def Rip(self):
|
439
426
|
"""cvm的ip地址
|
440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
441
427
|
:rtype: str
|
442
428
|
"""
|
443
429
|
return self._Rip
|
@@ -630,7 +616,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
630
616
|
:param _NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
|
631
617
|
:type NeedRestart: int
|
632
618
|
:param _FilePath: 保存配置文件的路径
|
633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
634
619
|
:type FilePath: str
|
635
620
|
"""
|
636
621
|
self._FileName = None
|
@@ -698,7 +683,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
698
683
|
@property
|
699
684
|
def FilePath(self):
|
700
685
|
"""保存配置文件的路径
|
701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
702
686
|
:rtype: str
|
703
687
|
"""
|
704
688
|
return self._FilePath
|
@@ -733,10 +717,8 @@ class ClusterInfo(AbstractModel):
|
|
733
717
|
def __init__(self):
|
734
718
|
r"""
|
735
719
|
:param _ClusterName: vcluster名字
|
736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
737
720
|
:type ClusterName: str
|
738
721
|
:param _NodeIps: 当前cluster的IP列表
|
739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
740
722
|
:type NodeIps: list of str
|
741
723
|
"""
|
742
724
|
self._ClusterName = None
|
@@ -745,7 +727,6 @@ class ClusterInfo(AbstractModel):
|
|
745
727
|
@property
|
746
728
|
def ClusterName(self):
|
747
729
|
"""vcluster名字
|
748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
749
730
|
:rtype: str
|
750
731
|
"""
|
751
732
|
return self._ClusterName
|
@@ -757,7 +738,6 @@ class ClusterInfo(AbstractModel):
|
|
757
738
|
@property
|
758
739
|
def NodeIps(self):
|
759
740
|
"""当前cluster的IP列表
|
760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
761
741
|
:rtype: list of str
|
762
742
|
"""
|
763
743
|
return self._NodeIps
|
@@ -1644,7 +1624,6 @@ class DescribeBackUpJobDetailResponse(AbstractModel):
|
|
1644
1624
|
def __init__(self):
|
1645
1625
|
r"""
|
1646
1626
|
:param _TableContents: 备份表详情
|
1647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1648
1627
|
:type TableContents: list of BackupTableContent
|
1649
1628
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1650
1629
|
:type RequestId: str
|
@@ -1655,7 +1634,6 @@ class DescribeBackUpJobDetailResponse(AbstractModel):
|
|
1655
1634
|
@property
|
1656
1635
|
def TableContents(self):
|
1657
1636
|
"""备份表详情
|
1658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1659
1637
|
:rtype: list of BackupTableContent
|
1660
1638
|
"""
|
1661
1639
|
return self._TableContents
|
@@ -2213,7 +2191,6 @@ class DescribeCkSqlApisResponse(AbstractModel):
|
|
2213
2191
|
def __init__(self):
|
2214
2192
|
r"""
|
2215
2193
|
:param _ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
|
2216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2217
2194
|
:type ReturnData: str
|
2218
2195
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2219
2196
|
:type RequestId: str
|
@@ -2224,7 +2201,6 @@ class DescribeCkSqlApisResponse(AbstractModel):
|
|
2224
2201
|
@property
|
2225
2202
|
def ReturnData(self):
|
2226
2203
|
"""返回的查询数据,大部分情况是list,也可能是bool
|
2227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2228
2204
|
:rtype: str
|
2229
2205
|
"""
|
2230
2206
|
return self._ReturnData
|
@@ -2894,7 +2870,6 @@ class DescribeInstanceShardsResponse(AbstractModel):
|
|
2894
2870
|
def __init__(self):
|
2895
2871
|
r"""
|
2896
2872
|
:param _InstanceShardsList: 实例shard信息
|
2897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2898
2873
|
:type InstanceShardsList: str
|
2899
2874
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2900
2875
|
:type RequestId: str
|
@@ -2905,7 +2880,6 @@ class DescribeInstanceShardsResponse(AbstractModel):
|
|
2905
2880
|
@property
|
2906
2881
|
def InstanceShardsList(self):
|
2907
2882
|
"""实例shard信息
|
2908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2909
2883
|
:rtype: str
|
2910
2884
|
"""
|
2911
2885
|
return self._InstanceShardsList
|
@@ -3504,7 +3478,6 @@ class DestroyInstanceResponse(AbstractModel):
|
|
3504
3478
|
def __init__(self):
|
3505
3479
|
r"""
|
3506
3480
|
:param _FlowID: 作业id
|
3507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3508
3481
|
:type FlowID: str
|
3509
3482
|
:param _InstanceID: 集群id
|
3510
3483
|
:type InstanceID: str
|
@@ -3521,7 +3494,6 @@ class DestroyInstanceResponse(AbstractModel):
|
|
3521
3494
|
@property
|
3522
3495
|
def FlowID(self):
|
3523
3496
|
"""作业id
|
3524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3525
3497
|
:rtype: str
|
3526
3498
|
"""
|
3527
3499
|
return self._FlowID
|
@@ -3978,7 +3950,6 @@ class InstanceDetail(AbstractModel):
|
|
3978
3950
|
def __init__(self):
|
3979
3951
|
r"""
|
3980
3952
|
:param _EnableAlarmStrategy: 告警策略是否可用
|
3981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3982
3953
|
:type EnableAlarmStrategy: bool
|
3983
3954
|
"""
|
3984
3955
|
self._EnableAlarmStrategy = None
|
@@ -3986,7 +3957,6 @@ class InstanceDetail(AbstractModel):
|
|
3986
3957
|
@property
|
3987
3958
|
def EnableAlarmStrategy(self):
|
3988
3959
|
"""告警策略是否可用
|
3989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3990
3960
|
:rtype: bool
|
3991
3961
|
"""
|
3992
3962
|
return self._EnableAlarmStrategy
|
@@ -4976,22 +4946,16 @@ class InstanceNode(AbstractModel):
|
|
4976
4946
|
:param _NodeGroups: 节点所属的分组信息
|
4977
4947
|
:type NodeGroups: list of GroupInfo
|
4978
4948
|
:param _Rip: VPC IP
|
4979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4980
4949
|
:type Rip: str
|
4981
4950
|
:param _IsCHProxy: ture的时候表示该节点上部署了chproxy进程
|
4982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4983
4951
|
:type IsCHProxy: bool
|
4984
4952
|
:param _Status: 节点状态
|
4985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4986
4953
|
:type Status: str
|
4987
4954
|
:param _UUID: 节点uuid
|
4988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4989
4955
|
:type UUID: str
|
4990
4956
|
:param _Zone: 区
|
4991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4992
4957
|
:type Zone: str
|
4993
4958
|
:param _ZoneDesc: 区描述
|
4994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4995
4959
|
:type ZoneDesc: str
|
4996
4960
|
:param _RealResourceId: 真实资源id
|
4997
4961
|
:type RealResourceId: str
|
@@ -5103,7 +5067,6 @@ class InstanceNode(AbstractModel):
|
|
5103
5067
|
@property
|
5104
5068
|
def Rip(self):
|
5105
5069
|
"""VPC IP
|
5106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5107
5070
|
:rtype: str
|
5108
5071
|
"""
|
5109
5072
|
return self._Rip
|
@@ -5115,7 +5078,6 @@ class InstanceNode(AbstractModel):
|
|
5115
5078
|
@property
|
5116
5079
|
def IsCHProxy(self):
|
5117
5080
|
"""ture的时候表示该节点上部署了chproxy进程
|
5118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5119
5081
|
:rtype: bool
|
5120
5082
|
"""
|
5121
5083
|
return self._IsCHProxy
|
@@ -5127,7 +5089,6 @@ class InstanceNode(AbstractModel):
|
|
5127
5089
|
@property
|
5128
5090
|
def Status(self):
|
5129
5091
|
"""节点状态
|
5130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5131
5092
|
:rtype: str
|
5132
5093
|
"""
|
5133
5094
|
return self._Status
|
@@ -5139,7 +5100,6 @@ class InstanceNode(AbstractModel):
|
|
5139
5100
|
@property
|
5140
5101
|
def UUID(self):
|
5141
5102
|
"""节点uuid
|
5142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5143
5103
|
:rtype: str
|
5144
5104
|
"""
|
5145
5105
|
return self._UUID
|
@@ -5151,7 +5111,6 @@ class InstanceNode(AbstractModel):
|
|
5151
5111
|
@property
|
5152
5112
|
def Zone(self):
|
5153
5113
|
"""区
|
5154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5155
5114
|
:rtype: str
|
5156
5115
|
"""
|
5157
5116
|
return self._Zone
|
@@ -5163,7 +5122,6 @@ class InstanceNode(AbstractModel):
|
|
5163
5122
|
@property
|
5164
5123
|
def ZoneDesc(self):
|
5165
5124
|
"""区描述
|
5166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5167
5125
|
:rtype: str
|
5168
5126
|
"""
|
5169
5127
|
return self._ZoneDesc
|
@@ -5223,31 +5181,22 @@ class InstanceStateInfo(AbstractModel):
|
|
5223
5181
|
def __init__(self):
|
5224
5182
|
r"""
|
5225
5183
|
:param _InstanceState: 集群状态,例如:Serving
|
5226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5227
5184
|
:type InstanceState: str
|
5228
5185
|
:param _FlowCreateTime: 集群操作创建时间
|
5229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5230
5186
|
:type FlowCreateTime: str
|
5231
5187
|
:param _FlowName: 集群操作名称
|
5232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5233
5188
|
:type FlowName: str
|
5234
5189
|
:param _FlowProgress: 集群操作进度
|
5235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5236
5190
|
:type FlowProgress: int
|
5237
5191
|
:param _InstanceStateDesc: 集群状态描述,例如:运行中
|
5238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5239
5192
|
:type InstanceStateDesc: str
|
5240
5193
|
:param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
5241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5242
5194
|
:type FlowMsg: str
|
5243
5195
|
:param _ProcessName: 当前步骤的名称,例如:”购买资源中“
|
5244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5245
5196
|
:type ProcessName: str
|
5246
5197
|
:param _RequestId: 请求id
|
5247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5248
5198
|
:type RequestId: str
|
5249
5199
|
:param _ProcessSubName: 流程的二级名称
|
5250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5251
5200
|
:type ProcessSubName: str
|
5252
5201
|
"""
|
5253
5202
|
self._InstanceState = None
|
@@ -5263,7 +5212,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5263
5212
|
@property
|
5264
5213
|
def InstanceState(self):
|
5265
5214
|
"""集群状态,例如:Serving
|
5266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5267
5215
|
:rtype: str
|
5268
5216
|
"""
|
5269
5217
|
return self._InstanceState
|
@@ -5275,7 +5223,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5275
5223
|
@property
|
5276
5224
|
def FlowCreateTime(self):
|
5277
5225
|
"""集群操作创建时间
|
5278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5279
5226
|
:rtype: str
|
5280
5227
|
"""
|
5281
5228
|
return self._FlowCreateTime
|
@@ -5287,7 +5234,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5287
5234
|
@property
|
5288
5235
|
def FlowName(self):
|
5289
5236
|
"""集群操作名称
|
5290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5291
5237
|
:rtype: str
|
5292
5238
|
"""
|
5293
5239
|
return self._FlowName
|
@@ -5299,7 +5245,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5299
5245
|
@property
|
5300
5246
|
def FlowProgress(self):
|
5301
5247
|
"""集群操作进度
|
5302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5303
5248
|
:rtype: int
|
5304
5249
|
"""
|
5305
5250
|
return self._FlowProgress
|
@@ -5311,7 +5256,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5311
5256
|
@property
|
5312
5257
|
def InstanceStateDesc(self):
|
5313
5258
|
"""集群状态描述,例如:运行中
|
5314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5315
5259
|
:rtype: str
|
5316
5260
|
"""
|
5317
5261
|
return self._InstanceStateDesc
|
@@ -5323,7 +5267,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5323
5267
|
@property
|
5324
5268
|
def FlowMsg(self):
|
5325
5269
|
"""集群流程错误信息,例如:“创建失败,资源不足”
|
5326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5327
5270
|
:rtype: str
|
5328
5271
|
"""
|
5329
5272
|
return self._FlowMsg
|
@@ -5335,7 +5278,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5335
5278
|
@property
|
5336
5279
|
def ProcessName(self):
|
5337
5280
|
"""当前步骤的名称,例如:”购买资源中“
|
5338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5339
5281
|
:rtype: str
|
5340
5282
|
"""
|
5341
5283
|
return self._ProcessName
|
@@ -5347,7 +5289,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5347
5289
|
@property
|
5348
5290
|
def RequestId(self):
|
5349
5291
|
"""请求id
|
5350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5351
5292
|
:rtype: str
|
5352
5293
|
"""
|
5353
5294
|
return self._RequestId
|
@@ -5359,7 +5300,6 @@ class InstanceStateInfo(AbstractModel):
|
|
5359
5300
|
@property
|
5360
5301
|
def ProcessSubName(self):
|
5361
5302
|
"""流程的二级名称
|
5362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5363
5303
|
:rtype: str
|
5364
5304
|
"""
|
5365
5305
|
return self._ProcessSubName
|
@@ -5710,7 +5650,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
|
|
5710
5650
|
def __init__(self):
|
5711
5651
|
r"""
|
5712
5652
|
:param _ErrorMsg: 错误信息
|
5713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5714
5653
|
:type ErrorMsg: str
|
5715
5654
|
:param _FlowId: ID
|
5716
5655
|
:type FlowId: int
|
@@ -5724,7 +5663,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
|
|
5724
5663
|
@property
|
5725
5664
|
def ErrorMsg(self):
|
5726
5665
|
"""错误信息
|
5727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5728
5666
|
:rtype: str
|
5729
5667
|
"""
|
5730
5668
|
return self._ErrorMsg
|
@@ -6466,13 +6404,10 @@ class ResizeDiskResponse(AbstractModel):
|
|
6466
6404
|
def __init__(self):
|
6467
6405
|
r"""
|
6468
6406
|
:param _FlowId: 流程ID
|
6469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6470
6407
|
:type FlowId: str
|
6471
6408
|
:param _InstanceId: 实例ID
|
6472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6473
6409
|
:type InstanceId: str
|
6474
6410
|
:param _ErrorMsg: 错误信息
|
6475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6476
6411
|
:type ErrorMsg: str
|
6477
6412
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6478
6413
|
:type RequestId: str
|
@@ -6485,7 +6420,6 @@ class ResizeDiskResponse(AbstractModel):
|
|
6485
6420
|
@property
|
6486
6421
|
def FlowId(self):
|
6487
6422
|
"""流程ID
|
6488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6489
6423
|
:rtype: str
|
6490
6424
|
"""
|
6491
6425
|
return self._FlowId
|
@@ -6497,7 +6431,6 @@ class ResizeDiskResponse(AbstractModel):
|
|
6497
6431
|
@property
|
6498
6432
|
def InstanceId(self):
|
6499
6433
|
"""实例ID
|
6500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6501
6434
|
:rtype: str
|
6502
6435
|
"""
|
6503
6436
|
return self._InstanceId
|
@@ -6509,7 +6442,6 @@ class ResizeDiskResponse(AbstractModel):
|
|
6509
6442
|
@property
|
6510
6443
|
def ErrorMsg(self):
|
6511
6444
|
"""错误信息
|
6512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6513
6445
|
:rtype: str
|
6514
6446
|
"""
|
6515
6447
|
return self._ErrorMsg
|
@@ -6559,16 +6491,12 @@ class ResourceSpec(AbstractModel):
|
|
6559
6491
|
:param _MaxNodeSize: 最大节点数目限制
|
6560
6492
|
:type MaxNodeSize: int
|
6561
6493
|
:param _Available: 是否可用,false代表售罄
|
6562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6563
6494
|
:type Available: bool
|
6564
6495
|
:param _ComputeSpecDesc: 规格描述信息
|
6565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6566
6496
|
:type ComputeSpecDesc: str
|
6567
6497
|
:param _DisplayName: 规格名
|
6568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6569
6498
|
:type DisplayName: str
|
6570
6499
|
:param _InstanceQuota: 库存数
|
6571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6572
6500
|
:type InstanceQuota: int
|
6573
6501
|
"""
|
6574
6502
|
self._Name = None
|
@@ -6663,7 +6591,6 @@ class ResourceSpec(AbstractModel):
|
|
6663
6591
|
@property
|
6664
6592
|
def Available(self):
|
6665
6593
|
"""是否可用,false代表售罄
|
6666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6667
6594
|
:rtype: bool
|
6668
6595
|
"""
|
6669
6596
|
return self._Available
|
@@ -6675,7 +6602,6 @@ class ResourceSpec(AbstractModel):
|
|
6675
6602
|
@property
|
6676
6603
|
def ComputeSpecDesc(self):
|
6677
6604
|
"""规格描述信息
|
6678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6679
6605
|
:rtype: str
|
6680
6606
|
"""
|
6681
6607
|
return self._ComputeSpecDesc
|
@@ -6687,7 +6613,6 @@ class ResourceSpec(AbstractModel):
|
|
6687
6613
|
@property
|
6688
6614
|
def DisplayName(self):
|
6689
6615
|
"""规格名
|
6690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6691
6616
|
:rtype: str
|
6692
6617
|
"""
|
6693
6618
|
return self._DisplayName
|
@@ -6699,7 +6624,6 @@ class ResourceSpec(AbstractModel):
|
|
6699
6624
|
@property
|
6700
6625
|
def InstanceQuota(self):
|
6701
6626
|
"""库存数
|
6702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6703
6627
|
:rtype: int
|
6704
6628
|
"""
|
6705
6629
|
return self._InstanceQuota
|
@@ -6839,13 +6763,10 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
|
|
6839
6763
|
def __init__(self):
|
6840
6764
|
r"""
|
6841
6765
|
:param _FlowId: 流程ID
|
6842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6843
6766
|
:type FlowId: str
|
6844
6767
|
:param _InstanceId: 实例ID
|
6845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6846
6768
|
:type InstanceId: str
|
6847
6769
|
:param _ErrorMsg: 错误信息
|
6848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6849
6770
|
:type ErrorMsg: str
|
6850
6771
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6851
6772
|
:type RequestId: str
|
@@ -6858,7 +6779,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
|
|
6858
6779
|
@property
|
6859
6780
|
def FlowId(self):
|
6860
6781
|
"""流程ID
|
6861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6862
6782
|
:rtype: str
|
6863
6783
|
"""
|
6864
6784
|
return self._FlowId
|
@@ -6870,7 +6790,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
|
|
6870
6790
|
@property
|
6871
6791
|
def InstanceId(self):
|
6872
6792
|
"""实例ID
|
6873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6874
6793
|
:rtype: str
|
6875
6794
|
"""
|
6876
6795
|
return self._InstanceId
|
@@ -6882,7 +6801,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
|
|
6882
6801
|
@property
|
6883
6802
|
def ErrorMsg(self):
|
6884
6803
|
"""错误信息
|
6885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6886
6804
|
:rtype: str
|
6887
6805
|
"""
|
6888
6806
|
return self._ErrorMsg
|
@@ -7046,13 +6964,10 @@ class ScaleOutInstanceResponse(AbstractModel):
|
|
7046
6964
|
def __init__(self):
|
7047
6965
|
r"""
|
7048
6966
|
:param _FlowId: 流程ID
|
7049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7050
6967
|
:type FlowId: str
|
7051
6968
|
:param _InstanceId: 实例ID
|
7052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7053
6969
|
:type InstanceId: str
|
7054
6970
|
:param _ErrorMsg: 错误信息
|
7055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7056
6971
|
:type ErrorMsg: str
|
7057
6972
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7058
6973
|
:type RequestId: str
|
@@ -7065,7 +6980,6 @@ class ScaleOutInstanceResponse(AbstractModel):
|
|
7065
6980
|
@property
|
7066
6981
|
def FlowId(self):
|
7067
6982
|
"""流程ID
|
7068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7069
6983
|
:rtype: str
|
7070
6984
|
"""
|
7071
6985
|
return self._FlowId
|
@@ -7077,7 +6991,6 @@ class ScaleOutInstanceResponse(AbstractModel):
|
|
7077
6991
|
@property
|
7078
6992
|
def InstanceId(self):
|
7079
6993
|
"""实例ID
|
7080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7081
6994
|
:rtype: str
|
7082
6995
|
"""
|
7083
6996
|
return self._InstanceId
|
@@ -7089,7 +7002,6 @@ class ScaleOutInstanceResponse(AbstractModel):
|
|
7089
7002
|
@property
|
7090
7003
|
def ErrorMsg(self):
|
7091
7004
|
"""错误信息
|
7092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7093
7005
|
:rtype: str
|
7094
7006
|
"""
|
7095
7007
|
return self._ErrorMsg
|
@@ -7206,13 +7118,10 @@ class ScaleUpInstanceResponse(AbstractModel):
|
|
7206
7118
|
def __init__(self):
|
7207
7119
|
r"""
|
7208
7120
|
:param _FlowId: 流程ID
|
7209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7210
7121
|
:type FlowId: str
|
7211
7122
|
:param _InstanceId: 实例ID
|
7212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7213
7123
|
:type InstanceId: str
|
7214
7124
|
:param _ErrorMsg: 错误信息
|
7215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7216
7125
|
:type ErrorMsg: str
|
7217
7126
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7218
7127
|
:type RequestId: str
|
@@ -7225,7 +7134,6 @@ class ScaleUpInstanceResponse(AbstractModel):
|
|
7225
7134
|
@property
|
7226
7135
|
def FlowId(self):
|
7227
7136
|
"""流程ID
|
7228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7229
7137
|
:rtype: str
|
7230
7138
|
"""
|
7231
7139
|
return self._FlowId
|
@@ -7237,7 +7145,6 @@ class ScaleUpInstanceResponse(AbstractModel):
|
|
7237
7145
|
@property
|
7238
7146
|
def InstanceId(self):
|
7239
7147
|
"""实例ID
|
7240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7241
7148
|
:rtype: str
|
7242
7149
|
"""
|
7243
7150
|
return self._InstanceId
|
@@ -7249,7 +7156,6 @@ class ScaleUpInstanceResponse(AbstractModel):
|
|
7249
7156
|
@property
|
7250
7157
|
def ErrorMsg(self):
|
7251
7158
|
"""错误信息
|
7252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7253
7159
|
:rtype: str
|
7254
7160
|
"""
|
7255
7161
|
return self._ErrorMsg
|
@@ -7285,7 +7191,6 @@ class ScheduleStrategy(AbstractModel):
|
|
7285
7191
|
def __init__(self):
|
7286
7192
|
r"""
|
7287
7193
|
:param _CosBucketName: 备份桶名称
|
7288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7289
7194
|
:type CosBucketName: str
|
7290
7195
|
:param _RetainDays: 备份保留天数
|
7291
7196
|
:type RetainDays: int
|
@@ -7296,7 +7201,6 @@ class ScheduleStrategy(AbstractModel):
|
|
7296
7201
|
:param _ScheduleId: 策略id
|
7297
7202
|
:type ScheduleId: int
|
7298
7203
|
:param _NextBackupTime: 下次备份时间
|
7299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7300
7204
|
:type NextBackupTime: str
|
7301
7205
|
"""
|
7302
7206
|
self._CosBucketName = None
|
@@ -7309,7 +7213,6 @@ class ScheduleStrategy(AbstractModel):
|
|
7309
7213
|
@property
|
7310
7214
|
def CosBucketName(self):
|
7311
7215
|
"""备份桶名称
|
7312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7313
7216
|
:rtype: str
|
7314
7217
|
"""
|
7315
7218
|
return self._CosBucketName
|
@@ -7365,7 +7268,6 @@ class ScheduleStrategy(AbstractModel):
|
|
7365
7268
|
@property
|
7366
7269
|
def NextBackupTime(self):
|
7367
7270
|
"""下次备份时间
|
7368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7369
7271
|
:rtype: str
|
7370
7272
|
"""
|
7371
7273
|
return self._NextBackupTime
|
@@ -7466,16 +7368,12 @@ class SecondaryZoneInfo(AbstractModel):
|
|
7466
7368
|
def __init__(self):
|
7467
7369
|
r"""
|
7468
7370
|
:param _SecondaryZone: 副可用区
|
7469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7470
7371
|
:type SecondaryZone: str
|
7471
7372
|
:param _SecondarySubnet: 可用区可用的子网id
|
7472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7473
7373
|
:type SecondarySubnet: str
|
7474
7374
|
:param _UserIpNum: 可用区可用的子网可用ip的数量
|
7475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7476
7375
|
:type UserIpNum: str
|
7477
7376
|
:param _SecondaryUserSubnetIPNum: 可用区可用的子网可用ip的数量
|
7478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7479
7377
|
:type SecondaryUserSubnetIPNum: int
|
7480
7378
|
"""
|
7481
7379
|
self._SecondaryZone = None
|
@@ -7486,7 +7384,6 @@ class SecondaryZoneInfo(AbstractModel):
|
|
7486
7384
|
@property
|
7487
7385
|
def SecondaryZone(self):
|
7488
7386
|
"""副可用区
|
7489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7490
7387
|
:rtype: str
|
7491
7388
|
"""
|
7492
7389
|
return self._SecondaryZone
|
@@ -7498,7 +7395,6 @@ class SecondaryZoneInfo(AbstractModel):
|
|
7498
7395
|
@property
|
7499
7396
|
def SecondarySubnet(self):
|
7500
7397
|
"""可用区可用的子网id
|
7501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7502
7398
|
:rtype: str
|
7503
7399
|
"""
|
7504
7400
|
return self._SecondarySubnet
|
@@ -7510,7 +7406,6 @@ class SecondaryZoneInfo(AbstractModel):
|
|
7510
7406
|
@property
|
7511
7407
|
def UserIpNum(self):
|
7512
7408
|
"""可用区可用的子网可用ip的数量
|
7513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7514
7409
|
:rtype: str
|
7515
7410
|
"""
|
7516
7411
|
return self._UserIpNum
|
@@ -7522,7 +7417,6 @@ class SecondaryZoneInfo(AbstractModel):
|
|
7522
7417
|
@property
|
7523
7418
|
def SecondaryUserSubnetIPNum(self):
|
7524
7419
|
"""可用区可用的子网可用ip的数量
|
7525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7526
7420
|
:rtype: int
|
7527
7421
|
"""
|
7528
7422
|
return self._SecondaryUserSubnetIPNum
|
@@ -7555,10 +7449,8 @@ class ServiceInfo(AbstractModel):
|
|
7555
7449
|
def __init__(self):
|
7556
7450
|
r"""
|
7557
7451
|
:param _Name: 服务名称
|
7558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7559
7452
|
:type Name: str
|
7560
7453
|
:param _Version: 服务的版本
|
7561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7562
7454
|
:type Version: str
|
7563
7455
|
"""
|
7564
7456
|
self._Name = None
|
@@ -7567,7 +7459,6 @@ class ServiceInfo(AbstractModel):
|
|
7567
7459
|
@property
|
7568
7460
|
def Name(self):
|
7569
7461
|
"""服务名称
|
7570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7571
7462
|
:rtype: str
|
7572
7463
|
"""
|
7573
7464
|
return self._Name
|
@@ -7579,7 +7470,6 @@ class ServiceInfo(AbstractModel):
|
|
7579
7470
|
@property
|
7580
7471
|
def Version(self):
|
7581
7472
|
"""服务的版本
|
7582
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7583
7473
|
:rtype: str
|
7584
7474
|
"""
|
7585
7475
|
return self._Version
|