tencentcloud-sdk-python 3.0.1339__py2.py3-none-any.whl → 3.0.1341__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/autoscaling/v20180419/autoscaling_client.py +26 -0
- tencentcloud/autoscaling/v20180419/models.py +94 -0
- tencentcloud/cdc/v20201214/models.py +29 -74
- tencentcloud/cdwch/v20200915/models.py +124 -0
- tencentcloud/cdz/v20221123/models.py +0 -8
- tencentcloud/cynosdb/v20190107/models.py +0 -290
- tencentcloud/dbbrain/v20210527/models.py +15 -0
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +452 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
- tencentcloud/hunyuan/v20230901/models.py +532 -0
- tencentcloud/lcic/v20220817/models.py +4 -4
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +12 -3
- tencentcloud/lighthouse/v20200324/models.py +139 -39
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +6 -6
- tencentcloud/ocr/v20181119/models.py +82 -0
- tencentcloud/ssl/v20191205/models.py +7 -319
- tencentcloud/tchd/v20230306/models.py +168 -0
- tencentcloud/tchd/v20230306/tchd_client.py +24 -0
- tencentcloud/tiw/v20190919/errorcodes.py +3 -24
- tencentcloud/tiw/v20190919/models.py +3657 -8172
- tencentcloud/tiw/v20190919/tiw_client.py +1 -580
- tencentcloud/wedata/v20210820/models.py +133 -254
- {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/RECORD +30 -30
- {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/top_level.txt +0 -0
@@ -836,16 +836,12 @@ class AddInstancesResponse(AbstractModel):
|
|
836
836
|
def __init__(self):
|
837
837
|
r"""
|
838
838
|
:param _TranId: 冻结流水,一次开通一个冻结流水。
|
839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
840
839
|
:type TranId: str
|
841
840
|
:param _DealNames: 后付费订单号。
|
842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
843
841
|
:type DealNames: list of str
|
844
842
|
:param _ResourceIds: 发货资源id列表。
|
845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
846
843
|
:type ResourceIds: list of str
|
847
844
|
:param _BigDealIds: 大订单号
|
848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
849
845
|
:type BigDealIds: list of str
|
850
846
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
851
847
|
:type RequestId: str
|
@@ -859,7 +855,6 @@ class AddInstancesResponse(AbstractModel):
|
|
859
855
|
@property
|
860
856
|
def TranId(self):
|
861
857
|
"""冻结流水,一次开通一个冻结流水。
|
862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
863
858
|
:rtype: str
|
864
859
|
"""
|
865
860
|
return self._TranId
|
@@ -871,7 +866,6 @@ class AddInstancesResponse(AbstractModel):
|
|
871
866
|
@property
|
872
867
|
def DealNames(self):
|
873
868
|
"""后付费订单号。
|
874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
875
869
|
:rtype: list of str
|
876
870
|
"""
|
877
871
|
return self._DealNames
|
@@ -883,7 +877,6 @@ class AddInstancesResponse(AbstractModel):
|
|
883
877
|
@property
|
884
878
|
def ResourceIds(self):
|
885
879
|
"""发货资源id列表。
|
886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
887
880
|
:rtype: list of str
|
888
881
|
"""
|
889
882
|
return self._ResourceIds
|
@@ -895,7 +888,6 @@ class AddInstancesResponse(AbstractModel):
|
|
895
888
|
@property
|
896
889
|
def BigDealIds(self):
|
897
890
|
"""大订单号
|
898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
899
891
|
:rtype: list of str
|
900
892
|
"""
|
901
893
|
return self._BigDealIds
|
@@ -2738,15 +2730,12 @@ class BizTaskInfo(AbstractModel):
|
|
2738
2730
|
:param _ClusterId: 集群id
|
2739
2731
|
:type ClusterId: str
|
2740
2732
|
:param _Region: 地域
|
2741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2742
2733
|
:type Region: str
|
2743
2734
|
:param _CreateTime: 任务创建时间
|
2744
2735
|
:type CreateTime: str
|
2745
2736
|
:param _DelayTime: 延迟执行时间
|
2746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2747
2737
|
:type DelayTime: str
|
2748
2738
|
:param _ErrMsg: 任务失败信息
|
2749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2750
2739
|
:type ErrMsg: str
|
2751
2740
|
:param _FlowId: 异步任务流id
|
2752
2741
|
:type FlowId: int
|
@@ -2788,22 +2777,17 @@ class BizTaskInfo(AbstractModel):
|
|
2788
2777
|
注意:此字段可能返回 null,表示取不到有效值。
|
2789
2778
|
:type ModifyParamsData: list of ModifyParamsData
|
2790
2779
|
:param _CreateClustersData: 创建集群任务信息
|
2791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2792
2780
|
:type CreateClustersData: :class:`tencentcloud.cynosdb.v20190107.models.CreateClustersData`
|
2793
2781
|
:param _RollbackData: 集群回档任务信息
|
2794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2795
2782
|
:type RollbackData: :class:`tencentcloud.cynosdb.v20190107.models.RollbackData`
|
2796
2783
|
:param _ModifyInstanceData: 实例变配任务信息
|
2797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2798
2784
|
:type ModifyInstanceData: :class:`tencentcloud.cynosdb.v20190107.models.ModifyInstanceData`
|
2799
2785
|
:param _ManualBackupData: 手动备份任务信息
|
2800
2786
|
注意:此字段可能返回 null,表示取不到有效值。
|
2801
2787
|
:type ManualBackupData: :class:`tencentcloud.cynosdb.v20190107.models.ManualBackupData`
|
2802
2788
|
:param _ModifyDbVersionData: 修改内核版本任务信息
|
2803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2804
2789
|
:type ModifyDbVersionData: :class:`tencentcloud.cynosdb.v20190107.models.ModifyDbVersionData`
|
2805
2790
|
:param _ClusterSlaveData: 集群可用区信息
|
2806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2807
2791
|
:type ClusterSlaveData: :class:`tencentcloud.cynosdb.v20190107.models.ClusterSlaveData`
|
2808
2792
|
:param _SwitchClusterLogBin: 转换集群日志
|
2809
2793
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2812,11 +2796,9 @@ class BizTaskInfo(AbstractModel):
|
|
2812
2796
|
注意:此字段可能返回 null,表示取不到有效值。
|
2813
2797
|
:type ModifyInstanceParamsData: :class:`tencentcloud.cynosdb.v20190107.models.BizTaskModifyParamsData`
|
2814
2798
|
:param _TaskMaintainInfo: 维护时间
|
2815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2816
2799
|
:type TaskMaintainInfo: :class:`tencentcloud.cynosdb.v20190107.models.TaskMaintainInfo`
|
2817
2800
|
:param _InstanceCLSDeliveryInfos: 实例日志投递信息
|
2818
2801
|
|
2819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2820
2802
|
:type InstanceCLSDeliveryInfos: list of InstanceCLSDeliveryInfo
|
2821
2803
|
:param _TaskProgressInfo: 任务进度信息
|
2822
2804
|
:type TaskProgressInfo: :class:`tencentcloud.cynosdb.v20190107.models.TaskProgressInfo`
|
@@ -2895,7 +2877,6 @@ class BizTaskInfo(AbstractModel):
|
|
2895
2877
|
@property
|
2896
2878
|
def Region(self):
|
2897
2879
|
"""地域
|
2898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2899
2880
|
:rtype: str
|
2900
2881
|
"""
|
2901
2882
|
return self._Region
|
@@ -2918,7 +2899,6 @@ class BizTaskInfo(AbstractModel):
|
|
2918
2899
|
@property
|
2919
2900
|
def DelayTime(self):
|
2920
2901
|
"""延迟执行时间
|
2921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2922
2902
|
:rtype: str
|
2923
2903
|
"""
|
2924
2904
|
return self._DelayTime
|
@@ -2930,7 +2910,6 @@ class BizTaskInfo(AbstractModel):
|
|
2930
2910
|
@property
|
2931
2911
|
def ErrMsg(self):
|
2932
2912
|
"""任务失败信息
|
2933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2934
2913
|
:rtype: str
|
2935
2914
|
"""
|
2936
2915
|
return self._ErrMsg
|
@@ -3160,7 +3139,6 @@ class BizTaskInfo(AbstractModel):
|
|
3160
3139
|
@property
|
3161
3140
|
def CreateClustersData(self):
|
3162
3141
|
"""创建集群任务信息
|
3163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3164
3142
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.CreateClustersData`
|
3165
3143
|
"""
|
3166
3144
|
return self._CreateClustersData
|
@@ -3172,7 +3150,6 @@ class BizTaskInfo(AbstractModel):
|
|
3172
3150
|
@property
|
3173
3151
|
def RollbackData(self):
|
3174
3152
|
"""集群回档任务信息
|
3175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3176
3153
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackData`
|
3177
3154
|
"""
|
3178
3155
|
return self._RollbackData
|
@@ -3184,7 +3161,6 @@ class BizTaskInfo(AbstractModel):
|
|
3184
3161
|
@property
|
3185
3162
|
def ModifyInstanceData(self):
|
3186
3163
|
"""实例变配任务信息
|
3187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3188
3164
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifyInstanceData`
|
3189
3165
|
"""
|
3190
3166
|
return self._ModifyInstanceData
|
@@ -3208,7 +3184,6 @@ class BizTaskInfo(AbstractModel):
|
|
3208
3184
|
@property
|
3209
3185
|
def ModifyDbVersionData(self):
|
3210
3186
|
"""修改内核版本任务信息
|
3211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3212
3187
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifyDbVersionData`
|
3213
3188
|
"""
|
3214
3189
|
return self._ModifyDbVersionData
|
@@ -3220,7 +3195,6 @@ class BizTaskInfo(AbstractModel):
|
|
3220
3195
|
@property
|
3221
3196
|
def ClusterSlaveData(self):
|
3222
3197
|
"""集群可用区信息
|
3223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3224
3198
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ClusterSlaveData`
|
3225
3199
|
"""
|
3226
3200
|
return self._ClusterSlaveData
|
@@ -3256,7 +3230,6 @@ class BizTaskInfo(AbstractModel):
|
|
3256
3230
|
@property
|
3257
3231
|
def TaskMaintainInfo(self):
|
3258
3232
|
"""维护时间
|
3259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3260
3233
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.TaskMaintainInfo`
|
3261
3234
|
"""
|
3262
3235
|
return self._TaskMaintainInfo
|
@@ -3269,7 +3242,6 @@ class BizTaskInfo(AbstractModel):
|
|
3269
3242
|
def InstanceCLSDeliveryInfos(self):
|
3270
3243
|
"""实例日志投递信息
|
3271
3244
|
|
3272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3273
3245
|
:rtype: list of InstanceCLSDeliveryInfo
|
3274
3246
|
"""
|
3275
3247
|
return self._InstanceCLSDeliveryInfos
|
@@ -3378,7 +3350,6 @@ class BizTaskModifyInstanceParam(AbstractModel):
|
|
3378
3350
|
:param _InstanceId: 实例ID
|
3379
3351
|
:type InstanceId: str
|
3380
3352
|
:param _ModifyInstanceParamList: 实例参数修改任务详情
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3382
3353
|
:type ModifyInstanceParamList: list of ModifyParamItem
|
3383
3354
|
"""
|
3384
3355
|
self._InstanceId = None
|
@@ -3398,7 +3369,6 @@ class BizTaskModifyInstanceParam(AbstractModel):
|
|
3398
3369
|
@property
|
3399
3370
|
def ModifyInstanceParamList(self):
|
3400
3371
|
"""实例参数修改任务详情
|
3401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3402
3372
|
:rtype: list of ModifyParamItem
|
3403
3373
|
"""
|
3404
3374
|
return self._ModifyInstanceParamList
|
@@ -3436,10 +3406,8 @@ class BizTaskModifyParamsData(AbstractModel):
|
|
3436
3406
|
:param _ClusterId: 集群ID
|
3437
3407
|
:type ClusterId: str
|
3438
3408
|
:param _ClusterParamList: 集群参数修改数据
|
3439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3440
3409
|
:type ClusterParamList: list of ModifyParamItem
|
3441
3410
|
:param _ModifyInstanceParams: 实例参数修改数据
|
3442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3443
3411
|
:type ModifyInstanceParams: list of BizTaskModifyInstanceParam
|
3444
3412
|
"""
|
3445
3413
|
self._ClusterId = None
|
@@ -3460,7 +3428,6 @@ class BizTaskModifyParamsData(AbstractModel):
|
|
3460
3428
|
@property
|
3461
3429
|
def ClusterParamList(self):
|
3462
3430
|
"""集群参数修改数据
|
3463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3464
3431
|
:rtype: list of ModifyParamItem
|
3465
3432
|
"""
|
3466
3433
|
return self._ClusterParamList
|
@@ -3472,7 +3439,6 @@ class BizTaskModifyParamsData(AbstractModel):
|
|
3472
3439
|
@property
|
3473
3440
|
def ModifyInstanceParams(self):
|
3474
3441
|
"""实例参数修改数据
|
3475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3476
3442
|
:rtype: list of BizTaskModifyInstanceParam
|
3477
3443
|
"""
|
3478
3444
|
return self._ModifyInstanceParams
|
@@ -4159,25 +4125,18 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4159
4125
|
:param _InstanceRole: 实例角色
|
4160
4126
|
:type InstanceRole: str
|
4161
4127
|
:param _MaintainStartTime: 执行开始时间(距离0点的秒数)
|
4162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4163
4128
|
:type MaintainStartTime: int
|
4164
4129
|
:param _MaintainDuration: 持续的时间(单位:秒)
|
4165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4166
4130
|
:type MaintainDuration: int
|
4167
4131
|
:param _MaintainWeekDays: 可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
|
4168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4169
4132
|
:type MaintainWeekDays: list of str
|
4170
4133
|
:param _ServerlessStatus: serverless实例子状态
|
4171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4172
4134
|
:type ServerlessStatus: str
|
4173
4135
|
:param _InstanceTasks: 实例任务信息
|
4174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4175
4136
|
:type InstanceTasks: list of ObjectTask
|
4176
4137
|
:param _InstanceDeviceType: 实例机器类型
|
4177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4178
4138
|
:type InstanceDeviceType: str
|
4179
4139
|
:param _InstanceStorageType: 实例存储类型
|
4180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4181
4140
|
:type InstanceStorageType: str
|
4182
4141
|
:param _DbMode: 数据库类型
|
4183
4142
|
:type DbMode: str
|
@@ -4302,7 +4261,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4302
4261
|
@property
|
4303
4262
|
def MaintainStartTime(self):
|
4304
4263
|
"""执行开始时间(距离0点的秒数)
|
4305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4306
4264
|
:rtype: int
|
4307
4265
|
"""
|
4308
4266
|
return self._MaintainStartTime
|
@@ -4314,7 +4272,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4314
4272
|
@property
|
4315
4273
|
def MaintainDuration(self):
|
4316
4274
|
"""持续的时间(单位:秒)
|
4317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4318
4275
|
:rtype: int
|
4319
4276
|
"""
|
4320
4277
|
return self._MaintainDuration
|
@@ -4326,7 +4283,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4326
4283
|
@property
|
4327
4284
|
def MaintainWeekDays(self):
|
4328
4285
|
"""可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
|
4329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4330
4286
|
:rtype: list of str
|
4331
4287
|
"""
|
4332
4288
|
return self._MaintainWeekDays
|
@@ -4338,7 +4294,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4338
4294
|
@property
|
4339
4295
|
def ServerlessStatus(self):
|
4340
4296
|
"""serverless实例子状态
|
4341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4342
4297
|
:rtype: str
|
4343
4298
|
"""
|
4344
4299
|
return self._ServerlessStatus
|
@@ -4350,7 +4305,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4350
4305
|
@property
|
4351
4306
|
def InstanceTasks(self):
|
4352
4307
|
"""实例任务信息
|
4353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4354
4308
|
:rtype: list of ObjectTask
|
4355
4309
|
"""
|
4356
4310
|
return self._InstanceTasks
|
@@ -4362,7 +4316,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4362
4316
|
@property
|
4363
4317
|
def InstanceDeviceType(self):
|
4364
4318
|
"""实例机器类型
|
4365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4366
4319
|
:rtype: str
|
4367
4320
|
"""
|
4368
4321
|
return self._InstanceDeviceType
|
@@ -4374,7 +4327,6 @@ class ClusterInstanceDetail(AbstractModel):
|
|
4374
4327
|
@property
|
4375
4328
|
def InstanceStorageType(self):
|
4376
4329
|
"""实例存储类型
|
4377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4378
4330
|
:rtype: str
|
4379
4331
|
"""
|
4380
4332
|
return self._InstanceStorageType
|
@@ -6384,16 +6336,12 @@ class CreateClustersResponse(AbstractModel):
|
|
6384
6336
|
def __init__(self):
|
6385
6337
|
r"""
|
6386
6338
|
:param _TranId: 冻结流水ID
|
6387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6388
6339
|
:type TranId: str
|
6389
6340
|
:param _DealNames: 订单号
|
6390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6391
6341
|
:type DealNames: list of str
|
6392
6342
|
:param _ResourceIds: 资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)
|
6393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6394
6343
|
:type ResourceIds: list of str
|
6395
6344
|
:param _ClusterIds: 集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)
|
6396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6397
6345
|
:type ClusterIds: list of str
|
6398
6346
|
:param _BigDealIds: 大订单号
|
6399
6347
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6411,7 +6359,6 @@ class CreateClustersResponse(AbstractModel):
|
|
6411
6359
|
@property
|
6412
6360
|
def TranId(self):
|
6413
6361
|
"""冻结流水ID
|
6414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6415
6362
|
:rtype: str
|
6416
6363
|
"""
|
6417
6364
|
return self._TranId
|
@@ -6423,7 +6370,6 @@ class CreateClustersResponse(AbstractModel):
|
|
6423
6370
|
@property
|
6424
6371
|
def DealNames(self):
|
6425
6372
|
"""订单号
|
6426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6427
6373
|
:rtype: list of str
|
6428
6374
|
"""
|
6429
6375
|
return self._DealNames
|
@@ -6435,7 +6381,6 @@ class CreateClustersResponse(AbstractModel):
|
|
6435
6381
|
@property
|
6436
6382
|
def ResourceIds(self):
|
6437
6383
|
"""资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)
|
6438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6439
6384
|
:rtype: list of str
|
6440
6385
|
"""
|
6441
6386
|
return self._ResourceIds
|
@@ -6447,7 +6392,6 @@ class CreateClustersResponse(AbstractModel):
|
|
6447
6392
|
@property
|
6448
6393
|
def ClusterIds(self):
|
6449
6394
|
"""集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)
|
6450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6451
6395
|
:rtype: list of str
|
6452
6396
|
"""
|
6453
6397
|
return self._ClusterIds
|
@@ -7610,111 +7554,76 @@ deleted:已删除
|
|
7610
7554
|
:param _InstanceNum: 实例数
|
7611
7555
|
:type InstanceNum: int
|
7612
7556
|
:param _Uin: 用户uin
|
7613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7614
7557
|
:type Uin: str
|
7615
7558
|
:param _DbType: 引擎类型
|
7616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7617
7559
|
:type DbType: str
|
7618
7560
|
:param _AppId: 用户appid
|
7619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7620
7561
|
:type AppId: int
|
7621
7562
|
:param _StatusDesc: 集群状态描述
|
7622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7623
7563
|
:type StatusDesc: str
|
7624
7564
|
:param _CreateTime: 集群创建时间
|
7625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7626
7565
|
:type CreateTime: str
|
7627
7566
|
:param _PayMode: 付费模式。0-按量计费,1-包年包月
|
7628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7629
7567
|
:type PayMode: int
|
7630
7568
|
:param _PeriodEndTime: 截止时间
|
7631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7632
7569
|
:type PeriodEndTime: str
|
7633
7570
|
:param _Vip: 集群读写vip
|
7634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7635
7571
|
:type Vip: str
|
7636
7572
|
:param _Vport: 集群读写vport
|
7637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7638
7573
|
:type Vport: int
|
7639
7574
|
:param _ProjectID: 项目id
|
7640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7641
7575
|
:type ProjectID: int
|
7642
7576
|
:param _VpcId: 私有网络ID
|
7643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7644
7577
|
:type VpcId: str
|
7645
7578
|
:param _SubnetId: 子网ID
|
7646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7647
7579
|
:type SubnetId: str
|
7648
7580
|
:param _CynosVersion: cynos内核版本
|
7649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7650
7581
|
:type CynosVersion: str
|
7651
7582
|
:param _StorageLimit: 存储容量
|
7652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7653
7583
|
:type StorageLimit: int
|
7654
7584
|
:param _RenewFlag: 续费标志
|
7655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7656
7585
|
:type RenewFlag: int
|
7657
7586
|
:param _ProcessingTask: 正在处理的任务
|
7658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7659
7587
|
:type ProcessingTask: str
|
7660
7588
|
:param _Tasks: 集群的任务数组
|
7661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7662
7589
|
:type Tasks: list of ObjectTask
|
7663
7590
|
:param _ResourceTags: 集群绑定的tag数组
|
7664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7665
7591
|
:type ResourceTags: list of Tag
|
7666
7592
|
:param _DbMode: Db类型(NORMAL, SERVERLESS)
|
7667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7668
7593
|
:type DbMode: str
|
7669
7594
|
:param _ServerlessStatus: 当Db类型为SERVERLESS时,serverless集群状态,可选值:
|
7670
7595
|
resume
|
7671
7596
|
pause
|
7672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7673
7597
|
:type ServerlessStatus: str
|
7674
7598
|
:param _Storage: 集群预付费存储值大小
|
7675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7676
7599
|
:type Storage: int
|
7677
7600
|
:param _StorageId: 集群存储为预付费时的存储ID,用于预付费存储变配
|
7678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7679
7601
|
:type StorageId: str
|
7680
7602
|
:param _StoragePayMode: 集群存储付费模式。0-按量计费,1-包年包月
|
7681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7682
7603
|
:type StoragePayMode: int
|
7683
7604
|
:param _MinStorageSize: 集群计算规格对应的最小存储值
|
7684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7685
7605
|
:type MinStorageSize: int
|
7686
7606
|
:param _MaxStorageSize: 集群计算规格对应的最大存储值
|
7687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7688
7607
|
:type MaxStorageSize: int
|
7689
7608
|
:param _NetAddrs: 集群网络信息
|
7690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7691
7609
|
:type NetAddrs: list of NetAddr
|
7692
7610
|
:param _PhysicalZone: 物理可用区
|
7693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7694
7611
|
:type PhysicalZone: str
|
7695
7612
|
:param _MasterZone: 主可用区
|
7696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7697
7613
|
:type MasterZone: str
|
7698
7614
|
:param _HasSlaveZone: 是否有从可用区
|
7699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7700
7615
|
:type HasSlaveZone: str
|
7701
7616
|
:param _SlaveZones: 从可用区
|
7702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7703
7617
|
:type SlaveZones: list of str
|
7704
7618
|
:param _BusinessType: 商业类型
|
7705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7706
7619
|
:type BusinessType: str
|
7707
7620
|
:param _IsFreeze: 是否冻结
|
7708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7709
7621
|
:type IsFreeze: str
|
7710
7622
|
:param _OrderSource: 订单来源
|
7711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7712
7623
|
:type OrderSource: str
|
7713
7624
|
:param _Ability: 能力
|
7714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7715
7625
|
:type Ability: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
|
7716
7626
|
:param _ResourcePackages: 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK)
|
7717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7718
7627
|
:type ResourcePackages: list of ResourcePackage
|
7719
7628
|
"""
|
7720
7629
|
self._Status = None
|
@@ -7861,7 +7770,6 @@ deleted:已删除
|
|
7861
7770
|
@property
|
7862
7771
|
def Uin(self):
|
7863
7772
|
"""用户uin
|
7864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7865
7773
|
:rtype: str
|
7866
7774
|
"""
|
7867
7775
|
return self._Uin
|
@@ -7873,7 +7781,6 @@ deleted:已删除
|
|
7873
7781
|
@property
|
7874
7782
|
def DbType(self):
|
7875
7783
|
"""引擎类型
|
7876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7877
7784
|
:rtype: str
|
7878
7785
|
"""
|
7879
7786
|
return self._DbType
|
@@ -7885,7 +7792,6 @@ deleted:已删除
|
|
7885
7792
|
@property
|
7886
7793
|
def AppId(self):
|
7887
7794
|
"""用户appid
|
7888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7889
7795
|
:rtype: int
|
7890
7796
|
"""
|
7891
7797
|
return self._AppId
|
@@ -7897,7 +7803,6 @@ deleted:已删除
|
|
7897
7803
|
@property
|
7898
7804
|
def StatusDesc(self):
|
7899
7805
|
"""集群状态描述
|
7900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7901
7806
|
:rtype: str
|
7902
7807
|
"""
|
7903
7808
|
return self._StatusDesc
|
@@ -7909,7 +7814,6 @@ deleted:已删除
|
|
7909
7814
|
@property
|
7910
7815
|
def CreateTime(self):
|
7911
7816
|
"""集群创建时间
|
7912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7913
7817
|
:rtype: str
|
7914
7818
|
"""
|
7915
7819
|
return self._CreateTime
|
@@ -7921,7 +7825,6 @@ deleted:已删除
|
|
7921
7825
|
@property
|
7922
7826
|
def PayMode(self):
|
7923
7827
|
"""付费模式。0-按量计费,1-包年包月
|
7924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7925
7828
|
:rtype: int
|
7926
7829
|
"""
|
7927
7830
|
return self._PayMode
|
@@ -7933,7 +7836,6 @@ deleted:已删除
|
|
7933
7836
|
@property
|
7934
7837
|
def PeriodEndTime(self):
|
7935
7838
|
"""截止时间
|
7936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7937
7839
|
:rtype: str
|
7938
7840
|
"""
|
7939
7841
|
return self._PeriodEndTime
|
@@ -7945,7 +7847,6 @@ deleted:已删除
|
|
7945
7847
|
@property
|
7946
7848
|
def Vip(self):
|
7947
7849
|
"""集群读写vip
|
7948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7949
7850
|
:rtype: str
|
7950
7851
|
"""
|
7951
7852
|
return self._Vip
|
@@ -7957,7 +7858,6 @@ deleted:已删除
|
|
7957
7858
|
@property
|
7958
7859
|
def Vport(self):
|
7959
7860
|
"""集群读写vport
|
7960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7961
7861
|
:rtype: int
|
7962
7862
|
"""
|
7963
7863
|
return self._Vport
|
@@ -7969,7 +7869,6 @@ deleted:已删除
|
|
7969
7869
|
@property
|
7970
7870
|
def ProjectID(self):
|
7971
7871
|
"""项目id
|
7972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7973
7872
|
:rtype: int
|
7974
7873
|
"""
|
7975
7874
|
return self._ProjectID
|
@@ -7981,7 +7880,6 @@ deleted:已删除
|
|
7981
7880
|
@property
|
7982
7881
|
def VpcId(self):
|
7983
7882
|
"""私有网络ID
|
7984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7985
7883
|
:rtype: str
|
7986
7884
|
"""
|
7987
7885
|
return self._VpcId
|
@@ -7993,7 +7891,6 @@ deleted:已删除
|
|
7993
7891
|
@property
|
7994
7892
|
def SubnetId(self):
|
7995
7893
|
"""子网ID
|
7996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7997
7894
|
:rtype: str
|
7998
7895
|
"""
|
7999
7896
|
return self._SubnetId
|
@@ -8005,7 +7902,6 @@ deleted:已删除
|
|
8005
7902
|
@property
|
8006
7903
|
def CynosVersion(self):
|
8007
7904
|
"""cynos内核版本
|
8008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8009
7905
|
:rtype: str
|
8010
7906
|
"""
|
8011
7907
|
return self._CynosVersion
|
@@ -8017,7 +7913,6 @@ deleted:已删除
|
|
8017
7913
|
@property
|
8018
7914
|
def StorageLimit(self):
|
8019
7915
|
"""存储容量
|
8020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8021
7916
|
:rtype: int
|
8022
7917
|
"""
|
8023
7918
|
return self._StorageLimit
|
@@ -8029,7 +7924,6 @@ deleted:已删除
|
|
8029
7924
|
@property
|
8030
7925
|
def RenewFlag(self):
|
8031
7926
|
"""续费标志
|
8032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8033
7927
|
:rtype: int
|
8034
7928
|
"""
|
8035
7929
|
return self._RenewFlag
|
@@ -8041,7 +7935,6 @@ deleted:已删除
|
|
8041
7935
|
@property
|
8042
7936
|
def ProcessingTask(self):
|
8043
7937
|
"""正在处理的任务
|
8044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8045
7938
|
:rtype: str
|
8046
7939
|
"""
|
8047
7940
|
return self._ProcessingTask
|
@@ -8053,7 +7946,6 @@ deleted:已删除
|
|
8053
7946
|
@property
|
8054
7947
|
def Tasks(self):
|
8055
7948
|
"""集群的任务数组
|
8056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8057
7949
|
:rtype: list of ObjectTask
|
8058
7950
|
"""
|
8059
7951
|
return self._Tasks
|
@@ -8065,7 +7957,6 @@ deleted:已删除
|
|
8065
7957
|
@property
|
8066
7958
|
def ResourceTags(self):
|
8067
7959
|
"""集群绑定的tag数组
|
8068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8069
7960
|
:rtype: list of Tag
|
8070
7961
|
"""
|
8071
7962
|
return self._ResourceTags
|
@@ -8077,7 +7968,6 @@ deleted:已删除
|
|
8077
7968
|
@property
|
8078
7969
|
def DbMode(self):
|
8079
7970
|
"""Db类型(NORMAL, SERVERLESS)
|
8080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8081
7971
|
:rtype: str
|
8082
7972
|
"""
|
8083
7973
|
return self._DbMode
|
@@ -8091,7 +7981,6 @@ deleted:已删除
|
|
8091
7981
|
"""当Db类型为SERVERLESS时,serverless集群状态,可选值:
|
8092
7982
|
resume
|
8093
7983
|
pause
|
8094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8095
7984
|
:rtype: str
|
8096
7985
|
"""
|
8097
7986
|
return self._ServerlessStatus
|
@@ -8103,7 +7992,6 @@ pause
|
|
8103
7992
|
@property
|
8104
7993
|
def Storage(self):
|
8105
7994
|
"""集群预付费存储值大小
|
8106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8107
7995
|
:rtype: int
|
8108
7996
|
"""
|
8109
7997
|
return self._Storage
|
@@ -8115,7 +8003,6 @@ pause
|
|
8115
8003
|
@property
|
8116
8004
|
def StorageId(self):
|
8117
8005
|
"""集群存储为预付费时的存储ID,用于预付费存储变配
|
8118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8119
8006
|
:rtype: str
|
8120
8007
|
"""
|
8121
8008
|
return self._StorageId
|
@@ -8127,7 +8014,6 @@ pause
|
|
8127
8014
|
@property
|
8128
8015
|
def StoragePayMode(self):
|
8129
8016
|
"""集群存储付费模式。0-按量计费,1-包年包月
|
8130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8131
8017
|
:rtype: int
|
8132
8018
|
"""
|
8133
8019
|
return self._StoragePayMode
|
@@ -8139,7 +8025,6 @@ pause
|
|
8139
8025
|
@property
|
8140
8026
|
def MinStorageSize(self):
|
8141
8027
|
"""集群计算规格对应的最小存储值
|
8142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8143
8028
|
:rtype: int
|
8144
8029
|
"""
|
8145
8030
|
return self._MinStorageSize
|
@@ -8151,7 +8036,6 @@ pause
|
|
8151
8036
|
@property
|
8152
8037
|
def MaxStorageSize(self):
|
8153
8038
|
"""集群计算规格对应的最大存储值
|
8154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8155
8039
|
:rtype: int
|
8156
8040
|
"""
|
8157
8041
|
return self._MaxStorageSize
|
@@ -8163,7 +8047,6 @@ pause
|
|
8163
8047
|
@property
|
8164
8048
|
def NetAddrs(self):
|
8165
8049
|
"""集群网络信息
|
8166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8167
8050
|
:rtype: list of NetAddr
|
8168
8051
|
"""
|
8169
8052
|
return self._NetAddrs
|
@@ -8175,7 +8058,6 @@ pause
|
|
8175
8058
|
@property
|
8176
8059
|
def PhysicalZone(self):
|
8177
8060
|
"""物理可用区
|
8178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8179
8061
|
:rtype: str
|
8180
8062
|
"""
|
8181
8063
|
return self._PhysicalZone
|
@@ -8187,7 +8069,6 @@ pause
|
|
8187
8069
|
@property
|
8188
8070
|
def MasterZone(self):
|
8189
8071
|
"""主可用区
|
8190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8191
8072
|
:rtype: str
|
8192
8073
|
"""
|
8193
8074
|
return self._MasterZone
|
@@ -8199,7 +8080,6 @@ pause
|
|
8199
8080
|
@property
|
8200
8081
|
def HasSlaveZone(self):
|
8201
8082
|
"""是否有从可用区
|
8202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8203
8083
|
:rtype: str
|
8204
8084
|
"""
|
8205
8085
|
return self._HasSlaveZone
|
@@ -8211,7 +8091,6 @@ pause
|
|
8211
8091
|
@property
|
8212
8092
|
def SlaveZones(self):
|
8213
8093
|
"""从可用区
|
8214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8215
8094
|
:rtype: list of str
|
8216
8095
|
"""
|
8217
8096
|
return self._SlaveZones
|
@@ -8223,7 +8102,6 @@ pause
|
|
8223
8102
|
@property
|
8224
8103
|
def BusinessType(self):
|
8225
8104
|
"""商业类型
|
8226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8227
8105
|
:rtype: str
|
8228
8106
|
"""
|
8229
8107
|
return self._BusinessType
|
@@ -8235,7 +8113,6 @@ pause
|
|
8235
8113
|
@property
|
8236
8114
|
def IsFreeze(self):
|
8237
8115
|
"""是否冻结
|
8238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8239
8116
|
:rtype: str
|
8240
8117
|
"""
|
8241
8118
|
return self._IsFreeze
|
@@ -8247,7 +8124,6 @@ pause
|
|
8247
8124
|
@property
|
8248
8125
|
def OrderSource(self):
|
8249
8126
|
"""订单来源
|
8250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8251
8127
|
:rtype: str
|
8252
8128
|
"""
|
8253
8129
|
return self._OrderSource
|
@@ -8259,7 +8135,6 @@ pause
|
|
8259
8135
|
@property
|
8260
8136
|
def Ability(self):
|
8261
8137
|
"""能力
|
8262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8263
8138
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
|
8264
8139
|
"""
|
8265
8140
|
return self._Ability
|
@@ -8271,7 +8146,6 @@ pause
|
|
8271
8146
|
@property
|
8272
8147
|
def ResourcePackages(self):
|
8273
8148
|
"""实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK)
|
8274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8275
8149
|
:rtype: list of ResourcePackage
|
8276
8150
|
"""
|
8277
8151
|
return self._ResourcePackages
|
@@ -8373,7 +8247,6 @@ class CynosdbClusterDetail(AbstractModel):
|
|
8373
8247
|
:param _Zone: 可用区
|
8374
8248
|
:type Zone: str
|
8375
8249
|
:param _PhysicalZone: 物理可用区
|
8376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8377
8250
|
:type PhysicalZone: str
|
8378
8251
|
:param _Status: 状态
|
8379
8252
|
:type Status: str
|
@@ -8386,19 +8259,14 @@ pause
|
|
8386
8259
|
pausing
|
8387
8260
|
:type ServerlessStatus: str
|
8388
8261
|
:param _StorageId: 存储Id
|
8389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8390
8262
|
:type StorageId: str
|
8391
8263
|
:param _Storage: 存储大小,单位为G
|
8392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8393
8264
|
:type Storage: int
|
8394
8265
|
:param _MaxStorageSize: 最大存储规格,单位为G
|
8395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8396
8266
|
:type MaxStorageSize: int
|
8397
8267
|
:param _MinStorageSize: 最小存储规格,单位为G
|
8398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8399
8268
|
:type MinStorageSize: int
|
8400
8269
|
:param _StoragePayMode: 存储付费类型,1为包年包月,0为按量计费
|
8401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8402
8270
|
:type StoragePayMode: int
|
8403
8271
|
:param _VpcName: VPC名称
|
8404
8272
|
:type VpcName: str
|
@@ -8415,12 +8283,10 @@ pausing
|
|
8415
8283
|
:param _DbType: 数据库类型
|
8416
8284
|
:type DbType: str
|
8417
8285
|
:param _DbMode: Db类型:<li>NORMAL</li><li>SERVERLESS</li>
|
8418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8419
8286
|
:type DbMode: str
|
8420
8287
|
:param _DbVersion: 数据库版本
|
8421
8288
|
:type DbVersion: str
|
8422
8289
|
:param _StorageLimit: 存储空间上限
|
8423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8424
8290
|
:type StorageLimit: int
|
8425
8291
|
:param _UsedStorage: 使用容量
|
8426
8292
|
:type UsedStorage: int
|
@@ -8431,28 +8297,20 @@ pausing
|
|
8431
8297
|
:param _RoAddr: 集群只读实例的vip地址和vport端口
|
8432
8298
|
:type RoAddr: list of Addr
|
8433
8299
|
:param _Ability: 集群支持的功能
|
8434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8435
8300
|
:type Ability: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
|
8436
8301
|
:param _CynosVersion: cynos版本
|
8437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8438
8302
|
:type CynosVersion: str
|
8439
8303
|
:param _BusinessType: 商业类型
|
8440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8441
8304
|
:type BusinessType: str
|
8442
8305
|
:param _HasSlaveZone: 是否有从可用区
|
8443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8444
8306
|
:type HasSlaveZone: str
|
8445
8307
|
:param _IsFreeze: 是否冻结
|
8446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8447
8308
|
:type IsFreeze: str
|
8448
8309
|
:param _Tasks: 任务列表
|
8449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8450
8310
|
:type Tasks: list of ObjectTask
|
8451
8311
|
:param _MasterZone: 主可用区
|
8452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8453
8312
|
:type MasterZone: str
|
8454
8313
|
:param _SlaveZones: 从可用区列表
|
8455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8456
8314
|
:type SlaveZones: list of str
|
8457
8315
|
:param _InstanceSet: 实例信息
|
8458
8316
|
:type InstanceSet: list of ClusterInstanceDetail
|
@@ -8465,34 +8323,24 @@ pausing
|
|
8465
8323
|
:param _ResourceTags: 实例绑定的tag数组信息
|
8466
8324
|
:type ResourceTags: list of Tag
|
8467
8325
|
:param _ProxyStatus: Proxy状态
|
8468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8469
8326
|
:type ProxyStatus: str
|
8470
8327
|
:param _LogBin: binlog开关,可选值:ON, OFF
|
8471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8472
8328
|
:type LogBin: str
|
8473
8329
|
:param _IsSkipTrade: 是否跳过交易
|
8474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8475
8330
|
:type IsSkipTrade: str
|
8476
8331
|
:param _PitrType: pitr类型,可选值:normal, redo_pitr
|
8477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8478
8332
|
:type PitrType: str
|
8479
8333
|
:param _IsOpenPasswordComplexity: 是否打开密码复杂度
|
8480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8481
8334
|
:type IsOpenPasswordComplexity: str
|
8482
8335
|
:param _NetworkStatus: 网络类型
|
8483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8484
8336
|
:type NetworkStatus: str
|
8485
8337
|
:param _ResourcePackages: 集群绑定的资源包信息
|
8486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8487
8338
|
:type ResourcePackages: list of ResourcePackage
|
8488
8339
|
:param _RenewFlag: 自动续费标识,1为自动续费,0为到期不续
|
8489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8490
8340
|
:type RenewFlag: int
|
8491
8341
|
:param _NetworkType: 节点网络类型
|
8492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8493
8342
|
:type NetworkType: str
|
8494
8343
|
:param _SlaveZoneAttr: 备可用区属性
|
8495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8496
8344
|
:type SlaveZoneAttr: list of SlaveZoneAttrItem
|
8497
8345
|
:param _CynosVersionTag: 版本标签
|
8498
8346
|
:type CynosVersionTag: str
|
@@ -8596,7 +8444,6 @@ pausing
|
|
8596
8444
|
@property
|
8597
8445
|
def PhysicalZone(self):
|
8598
8446
|
"""物理可用区
|
8599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8600
8447
|
:rtype: str
|
8601
8448
|
"""
|
8602
8449
|
return self._PhysicalZone
|
@@ -8645,7 +8492,6 @@ pausing
|
|
8645
8492
|
@property
|
8646
8493
|
def StorageId(self):
|
8647
8494
|
"""存储Id
|
8648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8649
8495
|
:rtype: str
|
8650
8496
|
"""
|
8651
8497
|
return self._StorageId
|
@@ -8657,7 +8503,6 @@ pausing
|
|
8657
8503
|
@property
|
8658
8504
|
def Storage(self):
|
8659
8505
|
"""存储大小,单位为G
|
8660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8661
8506
|
:rtype: int
|
8662
8507
|
"""
|
8663
8508
|
return self._Storage
|
@@ -8669,7 +8514,6 @@ pausing
|
|
8669
8514
|
@property
|
8670
8515
|
def MaxStorageSize(self):
|
8671
8516
|
"""最大存储规格,单位为G
|
8672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8673
8517
|
:rtype: int
|
8674
8518
|
"""
|
8675
8519
|
return self._MaxStorageSize
|
@@ -8681,7 +8525,6 @@ pausing
|
|
8681
8525
|
@property
|
8682
8526
|
def MinStorageSize(self):
|
8683
8527
|
"""最小存储规格,单位为G
|
8684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8685
8528
|
:rtype: int
|
8686
8529
|
"""
|
8687
8530
|
return self._MinStorageSize
|
@@ -8693,7 +8536,6 @@ pausing
|
|
8693
8536
|
@property
|
8694
8537
|
def StoragePayMode(self):
|
8695
8538
|
"""存储付费类型,1为包年包月,0为按量计费
|
8696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8697
8539
|
:rtype: int
|
8698
8540
|
"""
|
8699
8541
|
return self._StoragePayMode
|
@@ -8782,7 +8624,6 @@ pausing
|
|
8782
8624
|
@property
|
8783
8625
|
def DbMode(self):
|
8784
8626
|
"""Db类型:<li>NORMAL</li><li>SERVERLESS</li>
|
8785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8786
8627
|
:rtype: str
|
8787
8628
|
"""
|
8788
8629
|
return self._DbMode
|
@@ -8805,7 +8646,6 @@ pausing
|
|
8805
8646
|
@property
|
8806
8647
|
def StorageLimit(self):
|
8807
8648
|
"""存储空间上限
|
8808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8809
8649
|
:rtype: int
|
8810
8650
|
"""
|
8811
8651
|
return self._StorageLimit
|
@@ -8861,7 +8701,6 @@ pausing
|
|
8861
8701
|
@property
|
8862
8702
|
def Ability(self):
|
8863
8703
|
"""集群支持的功能
|
8864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8865
8704
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
|
8866
8705
|
"""
|
8867
8706
|
return self._Ability
|
@@ -8873,7 +8712,6 @@ pausing
|
|
8873
8712
|
@property
|
8874
8713
|
def CynosVersion(self):
|
8875
8714
|
"""cynos版本
|
8876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8877
8715
|
:rtype: str
|
8878
8716
|
"""
|
8879
8717
|
return self._CynosVersion
|
@@ -8885,7 +8723,6 @@ pausing
|
|
8885
8723
|
@property
|
8886
8724
|
def BusinessType(self):
|
8887
8725
|
"""商业类型
|
8888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8889
8726
|
:rtype: str
|
8890
8727
|
"""
|
8891
8728
|
return self._BusinessType
|
@@ -8897,7 +8734,6 @@ pausing
|
|
8897
8734
|
@property
|
8898
8735
|
def HasSlaveZone(self):
|
8899
8736
|
"""是否有从可用区
|
8900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8901
8737
|
:rtype: str
|
8902
8738
|
"""
|
8903
8739
|
return self._HasSlaveZone
|
@@ -8909,7 +8745,6 @@ pausing
|
|
8909
8745
|
@property
|
8910
8746
|
def IsFreeze(self):
|
8911
8747
|
"""是否冻结
|
8912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8913
8748
|
:rtype: str
|
8914
8749
|
"""
|
8915
8750
|
return self._IsFreeze
|
@@ -8921,7 +8756,6 @@ pausing
|
|
8921
8756
|
@property
|
8922
8757
|
def Tasks(self):
|
8923
8758
|
"""任务列表
|
8924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8925
8759
|
:rtype: list of ObjectTask
|
8926
8760
|
"""
|
8927
8761
|
return self._Tasks
|
@@ -8933,7 +8767,6 @@ pausing
|
|
8933
8767
|
@property
|
8934
8768
|
def MasterZone(self):
|
8935
8769
|
"""主可用区
|
8936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8937
8770
|
:rtype: str
|
8938
8771
|
"""
|
8939
8772
|
return self._MasterZone
|
@@ -8945,7 +8778,6 @@ pausing
|
|
8945
8778
|
@property
|
8946
8779
|
def SlaveZones(self):
|
8947
8780
|
"""从可用区列表
|
8948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8949
8781
|
:rtype: list of str
|
8950
8782
|
"""
|
8951
8783
|
return self._SlaveZones
|
@@ -9012,7 +8844,6 @@ pausing
|
|
9012
8844
|
@property
|
9013
8845
|
def ProxyStatus(self):
|
9014
8846
|
"""Proxy状态
|
9015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9016
8847
|
:rtype: str
|
9017
8848
|
"""
|
9018
8849
|
return self._ProxyStatus
|
@@ -9024,7 +8855,6 @@ pausing
|
|
9024
8855
|
@property
|
9025
8856
|
def LogBin(self):
|
9026
8857
|
"""binlog开关,可选值:ON, OFF
|
9027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9028
8858
|
:rtype: str
|
9029
8859
|
"""
|
9030
8860
|
return self._LogBin
|
@@ -9036,7 +8866,6 @@ pausing
|
|
9036
8866
|
@property
|
9037
8867
|
def IsSkipTrade(self):
|
9038
8868
|
"""是否跳过交易
|
9039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9040
8869
|
:rtype: str
|
9041
8870
|
"""
|
9042
8871
|
return self._IsSkipTrade
|
@@ -9048,7 +8877,6 @@ pausing
|
|
9048
8877
|
@property
|
9049
8878
|
def PitrType(self):
|
9050
8879
|
"""pitr类型,可选值:normal, redo_pitr
|
9051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9052
8880
|
:rtype: str
|
9053
8881
|
"""
|
9054
8882
|
return self._PitrType
|
@@ -9060,7 +8888,6 @@ pausing
|
|
9060
8888
|
@property
|
9061
8889
|
def IsOpenPasswordComplexity(self):
|
9062
8890
|
"""是否打开密码复杂度
|
9063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9064
8891
|
:rtype: str
|
9065
8892
|
"""
|
9066
8893
|
return self._IsOpenPasswordComplexity
|
@@ -9072,7 +8899,6 @@ pausing
|
|
9072
8899
|
@property
|
9073
8900
|
def NetworkStatus(self):
|
9074
8901
|
"""网络类型
|
9075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9076
8902
|
:rtype: str
|
9077
8903
|
"""
|
9078
8904
|
return self._NetworkStatus
|
@@ -9084,7 +8910,6 @@ pausing
|
|
9084
8910
|
@property
|
9085
8911
|
def ResourcePackages(self):
|
9086
8912
|
"""集群绑定的资源包信息
|
9087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9088
8913
|
:rtype: list of ResourcePackage
|
9089
8914
|
"""
|
9090
8915
|
return self._ResourcePackages
|
@@ -9096,7 +8921,6 @@ pausing
|
|
9096
8921
|
@property
|
9097
8922
|
def RenewFlag(self):
|
9098
8923
|
"""自动续费标识,1为自动续费,0为到期不续
|
9099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9100
8924
|
:rtype: int
|
9101
8925
|
"""
|
9102
8926
|
return self._RenewFlag
|
@@ -9108,7 +8932,6 @@ pausing
|
|
9108
8932
|
@property
|
9109
8933
|
def NetworkType(self):
|
9110
8934
|
"""节点网络类型
|
9111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9112
8935
|
:rtype: str
|
9113
8936
|
"""
|
9114
8937
|
return self._NetworkType
|
@@ -9120,7 +8943,6 @@ pausing
|
|
9120
8943
|
@property
|
9121
8944
|
def SlaveZoneAttr(self):
|
9122
8945
|
"""备可用区属性
|
9123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9124
8946
|
:rtype: list of SlaveZoneAttrItem
|
9125
8947
|
"""
|
9126
8948
|
return self._SlaveZoneAttr
|
@@ -9393,47 +9215,37 @@ resume
|
|
9393
9215
|
pause
|
9394
9216
|
:type ServerlessStatus: str
|
9395
9217
|
:param _StorageId: 预付费存储Id
|
9396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9397
9218
|
:type StorageId: str
|
9398
9219
|
:param _StoragePayMode: 存储付费类型
|
9399
9220
|
:type StoragePayMode: int
|
9400
9221
|
:param _PhysicalZone: 物理区
|
9401
9222
|
:type PhysicalZone: str
|
9402
9223
|
:param _BusinessType: 商业类型
|
9403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9404
9224
|
:type BusinessType: str
|
9405
9225
|
:param _Tasks: 任务
|
9406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9407
9226
|
:type Tasks: list of ObjectTask
|
9408
9227
|
:param _IsFreeze: 是否冻结
|
9409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9410
9228
|
:type IsFreeze: str
|
9411
9229
|
:param _ResourceTags: 资源标签
|
9412
9230
|
注意:此字段可能返回 null,表示取不到有效值。
|
9413
9231
|
:type ResourceTags: list of Tag
|
9414
9232
|
:param _MasterZone: 主可用区
|
9415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9416
9233
|
:type MasterZone: str
|
9417
9234
|
:param _SlaveZones: 备可用区
|
9418
9235
|
注意:此字段可能返回 null,表示取不到有效值。
|
9419
9236
|
:type SlaveZones: list of str
|
9420
9237
|
:param _InstanceNetInfo: 实例网络信息
|
9421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9422
9238
|
:type InstanceNetInfo: list of InstanceNetInfo
|
9423
9239
|
:param _ResourcePackages: 实例绑定资源包信息(此处只返回计算资源包,即packageType=CCU)
|
9424
9240
|
注意:此字段可能返回 null,表示取不到有效值。
|
9425
9241
|
:type ResourcePackages: list of ResourcePackage
|
9426
9242
|
:param _InstanceIndexMode: 实例索引形态,可选值【mixedRowColumn(行列混存),onlyRowIndex(仅行存)】
|
9427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9428
9243
|
:type InstanceIndexMode: str
|
9429
9244
|
:param _InstanceAbility: 当前实例支持的能力
|
9430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9431
9245
|
:type InstanceAbility: :class:`tencentcloud.cynosdb.v20190107.models.InstanceAbility`
|
9432
9246
|
:param _DeviceType: 实例机器类型
|
9433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9434
9247
|
:type DeviceType: str
|
9435
9248
|
:param _InstanceStorageType: 实例存储类型
|
9436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9437
9249
|
:type InstanceStorageType: str
|
9438
9250
|
"""
|
9439
9251
|
self._Uin = None
|
@@ -9949,7 +9761,6 @@ pause
|
|
9949
9761
|
@property
|
9950
9762
|
def StorageId(self):
|
9951
9763
|
"""预付费存储Id
|
9952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9953
9764
|
:rtype: str
|
9954
9765
|
"""
|
9955
9766
|
return self._StorageId
|
@@ -9983,7 +9794,6 @@ pause
|
|
9983
9794
|
@property
|
9984
9795
|
def BusinessType(self):
|
9985
9796
|
"""商业类型
|
9986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9987
9797
|
:rtype: str
|
9988
9798
|
"""
|
9989
9799
|
return self._BusinessType
|
@@ -9995,7 +9805,6 @@ pause
|
|
9995
9805
|
@property
|
9996
9806
|
def Tasks(self):
|
9997
9807
|
"""任务
|
9998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9999
9808
|
:rtype: list of ObjectTask
|
10000
9809
|
"""
|
10001
9810
|
return self._Tasks
|
@@ -10007,7 +9816,6 @@ pause
|
|
10007
9816
|
@property
|
10008
9817
|
def IsFreeze(self):
|
10009
9818
|
"""是否冻结
|
10010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10011
9819
|
:rtype: str
|
10012
9820
|
"""
|
10013
9821
|
return self._IsFreeze
|
@@ -10031,7 +9839,6 @@ pause
|
|
10031
9839
|
@property
|
10032
9840
|
def MasterZone(self):
|
10033
9841
|
"""主可用区
|
10034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10035
9842
|
:rtype: str
|
10036
9843
|
"""
|
10037
9844
|
return self._MasterZone
|
@@ -10055,7 +9862,6 @@ pause
|
|
10055
9862
|
@property
|
10056
9863
|
def InstanceNetInfo(self):
|
10057
9864
|
"""实例网络信息
|
10058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10059
9865
|
:rtype: list of InstanceNetInfo
|
10060
9866
|
"""
|
10061
9867
|
return self._InstanceNetInfo
|
@@ -10079,7 +9885,6 @@ pause
|
|
10079
9885
|
@property
|
10080
9886
|
def InstanceIndexMode(self):
|
10081
9887
|
"""实例索引形态,可选值【mixedRowColumn(行列混存),onlyRowIndex(仅行存)】
|
10082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10083
9888
|
:rtype: str
|
10084
9889
|
"""
|
10085
9890
|
return self._InstanceIndexMode
|
@@ -10091,7 +9896,6 @@ pause
|
|
10091
9896
|
@property
|
10092
9897
|
def InstanceAbility(self):
|
10093
9898
|
"""当前实例支持的能力
|
10094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10095
9899
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.InstanceAbility`
|
10096
9900
|
"""
|
10097
9901
|
return self._InstanceAbility
|
@@ -10103,7 +9907,6 @@ pause
|
|
10103
9907
|
@property
|
10104
9908
|
def DeviceType(self):
|
10105
9909
|
"""实例机器类型
|
10106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10107
9910
|
:rtype: str
|
10108
9911
|
"""
|
10109
9912
|
return self._DeviceType
|
@@ -10115,7 +9918,6 @@ pause
|
|
10115
9918
|
@property
|
10116
9919
|
def InstanceStorageType(self):
|
10117
9920
|
"""实例存储类型
|
10118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10119
9921
|
:rtype: str
|
10120
9922
|
"""
|
10121
9923
|
return self._InstanceStorageType
|
@@ -10802,13 +10604,10 @@ class CynosdbInstanceGroup(AbstractModel):
|
|
10802
10604
|
:param _InstanceSet: 实例组包含实例信息
|
10803
10605
|
:type InstanceSet: list of CynosdbInstance
|
10804
10606
|
:param _UniqVpcId: VPC的ID
|
10805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10806
10607
|
:type UniqVpcId: str
|
10807
10608
|
:param _UniqSubnetId: 子网ID
|
10808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10809
10609
|
:type UniqSubnetId: str
|
10810
10610
|
:param _OldAddrInfo: 正在回收IP信息
|
10811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10812
10611
|
:type OldAddrInfo: :class:`tencentcloud.cynosdb.v20190107.models.OldAddrInfo`
|
10813
10612
|
:param _ProcessingTasks: 正在进行的任务
|
10814
10613
|
:type ProcessingTasks: list of str
|
@@ -11007,7 +10806,6 @@ class CynosdbInstanceGroup(AbstractModel):
|
|
11007
10806
|
@property
|
11008
10807
|
def UniqVpcId(self):
|
11009
10808
|
"""VPC的ID
|
11010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11011
10809
|
:rtype: str
|
11012
10810
|
"""
|
11013
10811
|
return self._UniqVpcId
|
@@ -11019,7 +10817,6 @@ class CynosdbInstanceGroup(AbstractModel):
|
|
11019
10817
|
@property
|
11020
10818
|
def UniqSubnetId(self):
|
11021
10819
|
"""子网ID
|
11022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11023
10820
|
:rtype: str
|
11024
10821
|
"""
|
11025
10822
|
return self._UniqSubnetId
|
@@ -11031,7 +10828,6 @@ class CynosdbInstanceGroup(AbstractModel):
|
|
11031
10828
|
@property
|
11032
10829
|
def OldAddrInfo(self):
|
11033
10830
|
"""正在回收IP信息
|
11034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11035
10831
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.OldAddrInfo`
|
11036
10832
|
"""
|
11037
10833
|
return self._OldAddrInfo
|
@@ -12533,16 +12329,12 @@ class DescribeAccountAllGrantPrivilegesResponse(AbstractModel):
|
|
12533
12329
|
def __init__(self):
|
12534
12330
|
r"""
|
12535
12331
|
:param _PrivilegeStatements: 权限语句
|
12536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12537
12332
|
:type PrivilegeStatements: list of str
|
12538
12333
|
:param _GlobalPrivileges: 全局权限
|
12539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12540
12334
|
:type GlobalPrivileges: list of str
|
12541
12335
|
:param _DatabasePrivileges: 数据库权限
|
12542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12543
12336
|
:type DatabasePrivileges: list of DatabasePrivileges
|
12544
12337
|
:param _TablePrivileges: 数据库表权限
|
12545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12546
12338
|
:type TablePrivileges: list of TablePrivileges
|
12547
12339
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12548
12340
|
:type RequestId: str
|
@@ -12556,7 +12348,6 @@ class DescribeAccountAllGrantPrivilegesResponse(AbstractModel):
|
|
12556
12348
|
@property
|
12557
12349
|
def PrivilegeStatements(self):
|
12558
12350
|
"""权限语句
|
12559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12560
12351
|
:rtype: list of str
|
12561
12352
|
"""
|
12562
12353
|
return self._PrivilegeStatements
|
@@ -12568,7 +12359,6 @@ class DescribeAccountAllGrantPrivilegesResponse(AbstractModel):
|
|
12568
12359
|
@property
|
12569
12360
|
def GlobalPrivileges(self):
|
12570
12361
|
"""全局权限
|
12571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12572
12362
|
:rtype: list of str
|
12573
12363
|
"""
|
12574
12364
|
return self._GlobalPrivileges
|
@@ -12580,7 +12370,6 @@ class DescribeAccountAllGrantPrivilegesResponse(AbstractModel):
|
|
12580
12370
|
@property
|
12581
12371
|
def DatabasePrivileges(self):
|
12582
12372
|
"""数据库权限
|
12583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12584
12373
|
:rtype: list of DatabasePrivileges
|
12585
12374
|
"""
|
12586
12375
|
return self._DatabasePrivileges
|
@@ -12592,7 +12381,6 @@ class DescribeAccountAllGrantPrivilegesResponse(AbstractModel):
|
|
12592
12381
|
@property
|
12593
12382
|
def TablePrivileges(self):
|
12594
12383
|
"""数据库表权限
|
12595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12596
12384
|
:rtype: list of TablePrivileges
|
12597
12385
|
"""
|
12598
12386
|
return self._TablePrivileges
|
@@ -12923,7 +12711,6 @@ class DescribeAccountsResponse(AbstractModel):
|
|
12923
12711
|
def __init__(self):
|
12924
12712
|
r"""
|
12925
12713
|
:param _AccountSet: 数据库账号列表
|
12926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12927
12714
|
:type AccountSet: list of Account
|
12928
12715
|
:param _TotalCount: 账号总数量
|
12929
12716
|
:type TotalCount: int
|
@@ -12937,7 +12724,6 @@ class DescribeAccountsResponse(AbstractModel):
|
|
12937
12724
|
@property
|
12938
12725
|
def AccountSet(self):
|
12939
12726
|
"""数据库账号列表
|
12940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12941
12727
|
:rtype: list of Account
|
12942
12728
|
"""
|
12943
12729
|
return self._AccountSet
|
@@ -13853,16 +13639,12 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13853
13639
|
:param _ReserveDuration: 表示保留备份时长, 单位秒,超过该时间将被清理, 七天表示为3600*24*7=604800
|
13854
13640
|
:type ReserveDuration: int
|
13855
13641
|
:param _BackupFreq: 备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
|
13856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13857
13642
|
:type BackupFreq: list of str
|
13858
13643
|
:param _BackupType: 备份方式,logic-逻辑备份,snapshot-快照备份
|
13859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13860
13644
|
:type BackupType: str
|
13861
13645
|
:param _LogicCrossRegionsConfigUpdateTime: 跨地域逻辑备份配置修改时间
|
13862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13863
13646
|
:type LogicCrossRegionsConfigUpdateTime: str
|
13864
13647
|
:param _LogicBackupConfig: 自动逻辑备份配置
|
13865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13866
13648
|
:type LogicBackupConfig: :class:`tencentcloud.cynosdb.v20190107.models.LogicBackupConfigInfo`
|
13867
13649
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13868
13650
|
:type RequestId: str
|
@@ -13912,7 +13694,6 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13912
13694
|
@property
|
13913
13695
|
def BackupFreq(self):
|
13914
13696
|
"""备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
|
13915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13916
13697
|
:rtype: list of str
|
13917
13698
|
"""
|
13918
13699
|
return self._BackupFreq
|
@@ -13924,7 +13705,6 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13924
13705
|
@property
|
13925
13706
|
def BackupType(self):
|
13926
13707
|
"""备份方式,logic-逻辑备份,snapshot-快照备份
|
13927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13928
13708
|
:rtype: str
|
13929
13709
|
"""
|
13930
13710
|
return self._BackupType
|
@@ -13936,7 +13716,6 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13936
13716
|
@property
|
13937
13717
|
def LogicCrossRegionsConfigUpdateTime(self):
|
13938
13718
|
"""跨地域逻辑备份配置修改时间
|
13939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13940
13719
|
:rtype: str
|
13941
13720
|
"""
|
13942
13721
|
return self._LogicCrossRegionsConfigUpdateTime
|
@@ -13948,7 +13727,6 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13948
13727
|
@property
|
13949
13728
|
def LogicBackupConfig(self):
|
13950
13729
|
"""自动逻辑备份配置
|
13951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13952
13730
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.LogicBackupConfigInfo`
|
13953
13731
|
"""
|
13954
13732
|
return self._LogicBackupConfig
|
@@ -14431,10 +14209,8 @@ class DescribeBinlogConfigResponse(AbstractModel):
|
|
14431
14209
|
def __init__(self):
|
14432
14210
|
r"""
|
14433
14211
|
:param _BinlogCrossRegionsConfigUpdateTime: Binlog跨地域配置更新时间
|
14434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14435
14212
|
:type BinlogCrossRegionsConfigUpdateTime: str
|
14436
14213
|
:param _BinlogConfig: Binlog配置信息
|
14437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14438
14214
|
:type BinlogConfig: :class:`tencentcloud.cynosdb.v20190107.models.BinlogConfigInfo`
|
14439
14215
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14440
14216
|
:type RequestId: str
|
@@ -14446,7 +14222,6 @@ class DescribeBinlogConfigResponse(AbstractModel):
|
|
14446
14222
|
@property
|
14447
14223
|
def BinlogCrossRegionsConfigUpdateTime(self):
|
14448
14224
|
"""Binlog跨地域配置更新时间
|
14449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14450
14225
|
:rtype: str
|
14451
14226
|
"""
|
14452
14227
|
return self._BinlogCrossRegionsConfigUpdateTime
|
@@ -14458,7 +14233,6 @@ class DescribeBinlogConfigResponse(AbstractModel):
|
|
14458
14233
|
@property
|
14459
14234
|
def BinlogConfig(self):
|
14460
14235
|
"""Binlog配置信息
|
14461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14462
14236
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.BinlogConfigInfo`
|
14463
14237
|
"""
|
14464
14238
|
return self._BinlogConfig
|
@@ -14766,7 +14540,6 @@ class DescribeBinlogsResponse(AbstractModel):
|
|
14766
14540
|
:param _TotalCount: 记录总条数
|
14767
14541
|
:type TotalCount: int
|
14768
14542
|
:param _Binlogs: Binlog列表
|
14769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14770
14543
|
:type Binlogs: list of BinlogItem
|
14771
14544
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14772
14545
|
:type RequestId: str
|
@@ -14789,7 +14562,6 @@ class DescribeBinlogsResponse(AbstractModel):
|
|
14789
14562
|
@property
|
14790
14563
|
def Binlogs(self):
|
14791
14564
|
"""Binlog列表
|
14792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14793
14565
|
:rtype: list of BinlogItem
|
14794
14566
|
"""
|
14795
14567
|
return self._Binlogs
|
@@ -20905,10 +20677,8 @@ class ExchangeInstanceInfo(AbstractModel):
|
|
20905
20677
|
def __init__(self):
|
20906
20678
|
r"""
|
20907
20679
|
:param _SrcInstanceInfo: 源实例信息
|
20908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20909
20680
|
:type SrcInstanceInfo: :class:`tencentcloud.cynosdb.v20190107.models.RollbackInstanceInfo`
|
20910
20681
|
:param _DstInstanceInfo: 目标实例信息
|
20911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20912
20682
|
:type DstInstanceInfo: :class:`tencentcloud.cynosdb.v20190107.models.RollbackInstanceInfo`
|
20913
20683
|
"""
|
20914
20684
|
self._SrcInstanceInfo = None
|
@@ -20917,7 +20687,6 @@ class ExchangeInstanceInfo(AbstractModel):
|
|
20917
20687
|
@property
|
20918
20688
|
def SrcInstanceInfo(self):
|
20919
20689
|
"""源实例信息
|
20920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20921
20690
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackInstanceInfo`
|
20922
20691
|
"""
|
20923
20692
|
return self._SrcInstanceInfo
|
@@ -20929,7 +20698,6 @@ class ExchangeInstanceInfo(AbstractModel):
|
|
20929
20698
|
@property
|
20930
20699
|
def DstInstanceInfo(self):
|
20931
20700
|
"""目标实例信息
|
20932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20933
20701
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackInstanceInfo`
|
20934
20702
|
"""
|
20935
20703
|
return self._DstInstanceInfo
|
@@ -20964,10 +20732,8 @@ class ExchangeRoGroupInfo(AbstractModel):
|
|
20964
20732
|
def __init__(self):
|
20965
20733
|
r"""
|
20966
20734
|
:param _SrcRoGroupInfo: 源RO组信息
|
20967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20968
20735
|
:type SrcRoGroupInfo: :class:`tencentcloud.cynosdb.v20190107.models.RollbackRoGroupInfo`
|
20969
20736
|
:param _DstRoGroupInfo: 目标RO组信息
|
20970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20971
20737
|
:type DstRoGroupInfo: :class:`tencentcloud.cynosdb.v20190107.models.RollbackRoGroupInfo`
|
20972
20738
|
"""
|
20973
20739
|
self._SrcRoGroupInfo = None
|
@@ -20976,7 +20742,6 @@ class ExchangeRoGroupInfo(AbstractModel):
|
|
20976
20742
|
@property
|
20977
20743
|
def SrcRoGroupInfo(self):
|
20978
20744
|
"""源RO组信息
|
20979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20980
20745
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackRoGroupInfo`
|
20981
20746
|
"""
|
20982
20747
|
return self._SrcRoGroupInfo
|
@@ -20988,7 +20753,6 @@ class ExchangeRoGroupInfo(AbstractModel):
|
|
20988
20753
|
@property
|
20989
20754
|
def DstRoGroupInfo(self):
|
20990
20755
|
"""目标RO组信息
|
20991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20992
20756
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackRoGroupInfo`
|
20993
20757
|
"""
|
20994
20758
|
return self._DstRoGroupInfo
|
@@ -23590,10 +23354,8 @@ class InstanceSpec(AbstractModel):
|
|
23590
23354
|
:param _MaxIoBandWidth: 最大IO带宽
|
23591
23355
|
:type MaxIoBandWidth: int
|
23592
23356
|
:param _ZoneStockInfos: 地域库存信息
|
23593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23594
23357
|
:type ZoneStockInfos: list of ZoneStockInfo
|
23595
23358
|
:param _StockCount: 库存数量
|
23596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23597
23359
|
:type StockCount: int
|
23598
23360
|
"""
|
23599
23361
|
self._Cpu = None
|
@@ -23698,7 +23460,6 @@ class InstanceSpec(AbstractModel):
|
|
23698
23460
|
@property
|
23699
23461
|
def ZoneStockInfos(self):
|
23700
23462
|
"""地域库存信息
|
23701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23702
23463
|
:rtype: list of ZoneStockInfo
|
23703
23464
|
"""
|
23704
23465
|
return self._ZoneStockInfos
|
@@ -23710,7 +23471,6 @@ class InstanceSpec(AbstractModel):
|
|
23710
23471
|
@property
|
23711
23472
|
def StockCount(self):
|
23712
23473
|
"""库存数量
|
23713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23714
23474
|
:rtype: int
|
23715
23475
|
"""
|
23716
23476
|
return self._StockCount
|
@@ -30343,7 +30103,6 @@ class ParamDetail(AbstractModel):
|
|
30343
30103
|
:param _Min: 参数容许的最小值
|
30344
30104
|
:type Min: str
|
30345
30105
|
:param _EnumValue: 参数的可选枚举值。如果为非枚举值,则为空
|
30346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30347
30106
|
:type EnumValue: list of str
|
30348
30107
|
:param _IsGlobal: 1:全局参数,0:非全局参数
|
30349
30108
|
:type IsGlobal: int
|
@@ -30352,16 +30111,12 @@ class ParamDetail(AbstractModel):
|
|
30352
30111
|
:param _MatchValue: 匹配目标值,当multiVal时,各个key用,分割
|
30353
30112
|
:type MatchValue: str
|
30354
30113
|
:param _IsFunc: true-为公式,false-非公式
|
30355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30356
30114
|
:type IsFunc: bool
|
30357
30115
|
:param _Func: 参数设置为公式时,Func返回设置的公式内容
|
30358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30359
30116
|
:type Func: str
|
30360
30117
|
:param _ModifiableInfo: 参数是否可修改
|
30361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30362
30118
|
:type ModifiableInfo: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
|
30363
30119
|
:param _FuncPattern: 支持公式的参数的默认公式样式
|
30364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30365
30120
|
:type FuncPattern: str
|
30366
30121
|
"""
|
30367
30122
|
self._ParamName = None
|
@@ -30484,7 +30239,6 @@ class ParamDetail(AbstractModel):
|
|
30484
30239
|
@property
|
30485
30240
|
def EnumValue(self):
|
30486
30241
|
"""参数的可选枚举值。如果为非枚举值,则为空
|
30487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30488
30242
|
:rtype: list of str
|
30489
30243
|
"""
|
30490
30244
|
return self._EnumValue
|
@@ -30529,7 +30283,6 @@ class ParamDetail(AbstractModel):
|
|
30529
30283
|
@property
|
30530
30284
|
def IsFunc(self):
|
30531
30285
|
"""true-为公式,false-非公式
|
30532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30533
30286
|
:rtype: bool
|
30534
30287
|
"""
|
30535
30288
|
return self._IsFunc
|
@@ -30541,7 +30294,6 @@ class ParamDetail(AbstractModel):
|
|
30541
30294
|
@property
|
30542
30295
|
def Func(self):
|
30543
30296
|
"""参数设置为公式时,Func返回设置的公式内容
|
30544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30545
30297
|
:rtype: str
|
30546
30298
|
"""
|
30547
30299
|
return self._Func
|
@@ -30553,7 +30305,6 @@ class ParamDetail(AbstractModel):
|
|
30553
30305
|
@property
|
30554
30306
|
def ModifiableInfo(self):
|
30555
30307
|
"""参数是否可修改
|
30556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30557
30308
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
|
30558
30309
|
"""
|
30559
30310
|
return self._ModifiableInfo
|
@@ -30565,7 +30316,6 @@ class ParamDetail(AbstractModel):
|
|
30565
30316
|
@property
|
30566
30317
|
def FuncPattern(self):
|
30567
30318
|
"""支持公式的参数的默认公式样式
|
30568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30569
30319
|
:rtype: str
|
30570
30320
|
"""
|
30571
30321
|
return self._FuncPattern
|
@@ -31828,22 +31578,18 @@ class ProxyGroupInfo(AbstractModel):
|
|
31828
31578
|
def __init__(self):
|
31829
31579
|
r"""
|
31830
31580
|
:param _ProxyGroup: 数据库代理组
|
31831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31832
31581
|
:type ProxyGroup: :class:`tencentcloud.cynosdb.v20190107.models.ProxyGroup`
|
31833
31582
|
:param _ProxyGroupRwInfo: 数据库代理组读写分离信息
|
31834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31835
31583
|
:type ProxyGroupRwInfo: :class:`tencentcloud.cynosdb.v20190107.models.ProxyGroupRwInfo`
|
31836
31584
|
:param _ProxyNodes: 数据库代理节点信息
|
31837
31585
|
注意:此字段可能返回 null,表示取不到有效值。
|
31838
31586
|
:type ProxyNodes: list of ProxyNodeInfo
|
31839
31587
|
:param _ConnectionPool: 数据库代理连接池信息
|
31840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31841
31588
|
:type ConnectionPool: :class:`tencentcloud.cynosdb.v20190107.models.ProxyConnectionPoolInfo`
|
31842
31589
|
:param _NetAddrInfos: 数据库代理网络信息
|
31843
31590
|
注意:此字段可能返回 null,表示取不到有效值。
|
31844
31591
|
:type NetAddrInfos: list of NetAddr
|
31845
31592
|
:param _Tasks: 数据库代理任务集
|
31846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31847
31593
|
:type Tasks: list of ObjectTask
|
31848
31594
|
"""
|
31849
31595
|
self._ProxyGroup = None
|
@@ -31856,7 +31602,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31856
31602
|
@property
|
31857
31603
|
def ProxyGroup(self):
|
31858
31604
|
"""数据库代理组
|
31859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31860
31605
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ProxyGroup`
|
31861
31606
|
"""
|
31862
31607
|
return self._ProxyGroup
|
@@ -31868,7 +31613,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31868
31613
|
@property
|
31869
31614
|
def ProxyGroupRwInfo(self):
|
31870
31615
|
"""数据库代理组读写分离信息
|
31871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31872
31616
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ProxyGroupRwInfo`
|
31873
31617
|
"""
|
31874
31618
|
return self._ProxyGroupRwInfo
|
@@ -31892,7 +31636,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31892
31636
|
@property
|
31893
31637
|
def ConnectionPool(self):
|
31894
31638
|
"""数据库代理连接池信息
|
31895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31896
31639
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ProxyConnectionPoolInfo`
|
31897
31640
|
"""
|
31898
31641
|
return self._ConnectionPool
|
@@ -31916,7 +31659,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31916
31659
|
@property
|
31917
31660
|
def Tasks(self):
|
31918
31661
|
"""数据库代理任务集
|
31919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31920
31662
|
:rtype: list of ObjectTask
|
31921
31663
|
"""
|
31922
31664
|
return self._Tasks
|
@@ -31984,7 +31726,6 @@ class ProxyGroupRwInfo(AbstractModel):
|
|
31984
31726
|
:param _InstanceWeights: 实例权重数组
|
31985
31727
|
:type InstanceWeights: list of ProxyInstanceWeight
|
31986
31728
|
:param _OpenRw: 是否开通读写节点,yse-是,no-否
|
31987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31988
31729
|
:type OpenRw: str
|
31989
31730
|
:param _RwType: 读写属性,可选值:READWRITE,READONLY
|
31990
31731
|
:type RwType: str
|
@@ -32073,7 +31814,6 @@ class ProxyGroupRwInfo(AbstractModel):
|
|
32073
31814
|
@property
|
32074
31815
|
def OpenRw(self):
|
32075
31816
|
"""是否开通读写节点,yse-是,no-否
|
32076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32077
31817
|
:rtype: str
|
32078
31818
|
"""
|
32079
31819
|
return self._OpenRw
|
@@ -33841,13 +33581,10 @@ class RollbackData(AbstractModel):
|
|
33841
33581
|
:param _SnapshotTime: 快照时间
|
33842
33582
|
:type SnapshotTime: str
|
33843
33583
|
:param _MinCpu: 回档到serverlessls集群时最小CPU
|
33844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33845
33584
|
:type MinCpu: int
|
33846
33585
|
:param _MaxCpu: 回档到serverlessls集群时最大CPU
|
33847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33848
33586
|
:type MaxCpu: int
|
33849
33587
|
:param _SnapShotId: 快照ID
|
33850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33851
33588
|
:type SnapShotId: int
|
33852
33589
|
:param _RollbackDatabases: 回档数据库
|
33853
33590
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -33856,10 +33593,8 @@ class RollbackData(AbstractModel):
|
|
33856
33593
|
注意:此字段可能返回 null,表示取不到有效值。
|
33857
33594
|
:type RollbackTables: list of RollbackTable
|
33858
33595
|
:param _BackupFileName: 备份文件名称
|
33859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33860
33596
|
:type BackupFileName: str
|
33861
33597
|
:param _RollbackProcess: 回档进程
|
33862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33863
33598
|
:type RollbackProcess: :class:`tencentcloud.cynosdb.v20190107.models.RollbackProcessInfo`
|
33864
33599
|
"""
|
33865
33600
|
self._Cpu = None
|
@@ -33957,7 +33692,6 @@ class RollbackData(AbstractModel):
|
|
33957
33692
|
@property
|
33958
33693
|
def MinCpu(self):
|
33959
33694
|
"""回档到serverlessls集群时最小CPU
|
33960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33961
33695
|
:rtype: int
|
33962
33696
|
"""
|
33963
33697
|
return self._MinCpu
|
@@ -33969,7 +33703,6 @@ class RollbackData(AbstractModel):
|
|
33969
33703
|
@property
|
33970
33704
|
def MaxCpu(self):
|
33971
33705
|
"""回档到serverlessls集群时最大CPU
|
33972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33973
33706
|
:rtype: int
|
33974
33707
|
"""
|
33975
33708
|
return self._MaxCpu
|
@@ -33981,7 +33714,6 @@ class RollbackData(AbstractModel):
|
|
33981
33714
|
@property
|
33982
33715
|
def SnapShotId(self):
|
33983
33716
|
"""快照ID
|
33984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33985
33717
|
:rtype: int
|
33986
33718
|
"""
|
33987
33719
|
return self._SnapShotId
|
@@ -34017,7 +33749,6 @@ class RollbackData(AbstractModel):
|
|
34017
33749
|
@property
|
34018
33750
|
def BackupFileName(self):
|
34019
33751
|
"""备份文件名称
|
34020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34021
33752
|
:rtype: str
|
34022
33753
|
"""
|
34023
33754
|
return self._BackupFileName
|
@@ -34029,7 +33760,6 @@ class RollbackData(AbstractModel):
|
|
34029
33760
|
@property
|
34030
33761
|
def RollbackProcess(self):
|
34031
33762
|
"""回档进程
|
34032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34033
33763
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.RollbackProcessInfo`
|
34034
33764
|
"""
|
34035
33765
|
return self._RollbackProcess
|
@@ -34336,10 +34066,8 @@ class RollbackProcessInfo(AbstractModel):
|
|
34336
34066
|
def __init__(self):
|
34337
34067
|
r"""
|
34338
34068
|
:param _IsVipSwitchable: 是否可以交换vip
|
34339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34340
34069
|
:type IsVipSwitchable: bool
|
34341
34070
|
:param _VipSwitchableTime: vip可交换时间
|
34342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34343
34071
|
:type VipSwitchableTime: str
|
34344
34072
|
:param _ExchangeInstanceInfoList: 交换实例列表
|
34345
34073
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -34348,13 +34076,10 @@ class RollbackProcessInfo(AbstractModel):
|
|
34348
34076
|
注意:此字段可能返回 null,表示取不到有效值。
|
34349
34077
|
:type ExchangeRoGroupInfoList: list of ExchangeRoGroupInfo
|
34350
34078
|
:param _CurrentStep: 当前步骤
|
34351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34352
34079
|
:type CurrentStep: str
|
34353
34080
|
:param _CurrentStepProgress: 当前步骤进度
|
34354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34355
34081
|
:type CurrentStepProgress: int
|
34356
34082
|
:param _CurrentStepRemainingTime: 当前步骤剩余时间
|
34357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34358
34083
|
:type CurrentStepRemainingTime: str
|
34359
34084
|
"""
|
34360
34085
|
self._IsVipSwitchable = None
|
@@ -34368,7 +34093,6 @@ class RollbackProcessInfo(AbstractModel):
|
|
34368
34093
|
@property
|
34369
34094
|
def IsVipSwitchable(self):
|
34370
34095
|
"""是否可以交换vip
|
34371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34372
34096
|
:rtype: bool
|
34373
34097
|
"""
|
34374
34098
|
return self._IsVipSwitchable
|
@@ -34380,7 +34104,6 @@ class RollbackProcessInfo(AbstractModel):
|
|
34380
34104
|
@property
|
34381
34105
|
def VipSwitchableTime(self):
|
34382
34106
|
"""vip可交换时间
|
34383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34384
34107
|
:rtype: str
|
34385
34108
|
"""
|
34386
34109
|
return self._VipSwitchableTime
|
@@ -34416,7 +34139,6 @@ class RollbackProcessInfo(AbstractModel):
|
|
34416
34139
|
@property
|
34417
34140
|
def CurrentStep(self):
|
34418
34141
|
"""当前步骤
|
34419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34420
34142
|
:rtype: str
|
34421
34143
|
"""
|
34422
34144
|
return self._CurrentStep
|
@@ -34428,7 +34150,6 @@ class RollbackProcessInfo(AbstractModel):
|
|
34428
34150
|
@property
|
34429
34151
|
def CurrentStepProgress(self):
|
34430
34152
|
"""当前步骤进度
|
34431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34432
34153
|
:rtype: int
|
34433
34154
|
"""
|
34434
34155
|
return self._CurrentStepProgress
|
@@ -34440,7 +34161,6 @@ class RollbackProcessInfo(AbstractModel):
|
|
34440
34161
|
@property
|
34441
34162
|
def CurrentStepRemainingTime(self):
|
34442
34163
|
"""当前步骤剩余时间
|
34443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34444
34164
|
:rtype: str
|
34445
34165
|
"""
|
34446
34166
|
return self._CurrentStepRemainingTime
|
@@ -36439,16 +36159,12 @@ class ServerlessZoneStockInfo(AbstractModel):
|
|
36439
36159
|
def __init__(self):
|
36440
36160
|
r"""
|
36441
36161
|
:param _Zone: 可用区
|
36442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36443
36162
|
:type Zone: str
|
36444
36163
|
:param _StockCount: 存储量
|
36445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36446
36164
|
:type StockCount: int
|
36447
36165
|
:param _HasStock: 是否包含库存
|
36448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36449
36166
|
:type HasStock: bool
|
36450
36167
|
:param _SlaveZoneStockInfos: 从可用区库存信息
|
36451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36452
36168
|
:type SlaveZoneStockInfos: list of SlaveZoneStockInfo
|
36453
36169
|
"""
|
36454
36170
|
self._Zone = None
|
@@ -36459,7 +36175,6 @@ class ServerlessZoneStockInfo(AbstractModel):
|
|
36459
36175
|
@property
|
36460
36176
|
def Zone(self):
|
36461
36177
|
"""可用区
|
36462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36463
36178
|
:rtype: str
|
36464
36179
|
"""
|
36465
36180
|
return self._Zone
|
@@ -36471,7 +36186,6 @@ class ServerlessZoneStockInfo(AbstractModel):
|
|
36471
36186
|
@property
|
36472
36187
|
def StockCount(self):
|
36473
36188
|
"""存储量
|
36474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36475
36189
|
:rtype: int
|
36476
36190
|
"""
|
36477
36191
|
return self._StockCount
|
@@ -36483,7 +36197,6 @@ class ServerlessZoneStockInfo(AbstractModel):
|
|
36483
36197
|
@property
|
36484
36198
|
def HasStock(self):
|
36485
36199
|
"""是否包含库存
|
36486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36487
36200
|
:rtype: bool
|
36488
36201
|
"""
|
36489
36202
|
return self._HasStock
|
@@ -36495,7 +36208,6 @@ class ServerlessZoneStockInfo(AbstractModel):
|
|
36495
36208
|
@property
|
36496
36209
|
def SlaveZoneStockInfos(self):
|
36497
36210
|
"""从可用区库存信息
|
36498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36499
36211
|
:rtype: list of SlaveZoneStockInfo
|
36500
36212
|
"""
|
36501
36213
|
return self._SlaveZoneStockInfos
|
@@ -39207,7 +38919,6 @@ class ZoneStockInfo(AbstractModel):
|
|
39207
38919
|
:param _StockCount: 库存数量
|
39208
38920
|
:type StockCount: int
|
39209
38921
|
:param _SlaveZoneStockInfos: 备可用区库存信息
|
39210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
39211
38922
|
:type SlaveZoneStockInfos: list of SlaveZoneStockInfo
|
39212
38923
|
"""
|
39213
38924
|
self._Zone = None
|
@@ -39251,7 +38962,6 @@ class ZoneStockInfo(AbstractModel):
|
|
39251
38962
|
@property
|
39252
38963
|
def SlaveZoneStockInfos(self):
|
39253
38964
|
"""备可用区库存信息
|
39254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
39255
38965
|
:rtype: list of SlaveZoneStockInfo
|
39256
38966
|
"""
|
39257
38967
|
return self._SlaveZoneStockInfos
|