tencentcloud-sdk-python 3.0.1078__py2.py3-none-any.whl → 3.0.1080__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +23 -0
- tencentcloud/antiddos/v20200309/models.py +552 -0
- tencentcloud/cfg/v20210820/models.py +17 -13
- tencentcloud/cls/v20201016/models.py +37 -0
- tencentcloud/csip/v20221121/csip_client.py +46 -0
- tencentcloud/csip/v20221121/models.py +279 -0
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +2 -2
- tencentcloud/cynosdb/v20190107/models.py +470 -5
- tencentcloud/ess/v20201111/ess_client.py +2 -1
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +2 -2
- tencentcloud/live/v20180801/models.py +32 -0
- tencentcloud/oceanus/v20190422/models.py +38 -0
- tencentcloud/privatedns/v20201028/models.py +20 -1
- tencentcloud/redis/v20180412/models.py +16 -12
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/ssl/v20191205/errorcodes.py +0 -6
- tencentcloud/ssl/v20191205/models.py +0 -156
- tencentcloud/ssl/v20191205/ssl_client.py +0 -25
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/teo/v20220901/models.py +12 -0
- tencentcloud/tke/v20180525/tke_client.py +1 -1
- tencentcloud/trocket/v20230308/errorcodes.py +6 -0
- tencentcloud/trocket/v20230308/models.py +5103 -1402
- tencentcloud/trocket/v20230308/trocket_client.py +587 -0
- tencentcloud/ump/v20200918/ump_client.py +3 -1
- tencentcloud/wedata/v20210820/models.py +31 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1078.dist-info → tencentcloud_sdk_python-3.0.1080.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1078.dist-info → tencentcloud_sdk_python-3.0.1080.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1078.dist-info → tencentcloud_sdk_python-3.0.1080.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1078.dist-info → tencentcloud_sdk_python-3.0.1080.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1078.dist-info → tencentcloud_sdk_python-3.0.1080.dist-info}/top_level.txt +0 -0
|
@@ -35,11 +35,15 @@ class Ability(AbstractModel):
|
|
|
35
35
|
:param _NonsupportRoReason: 不支持RO实例的原因
|
|
36
36
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
37
|
:type NonsupportRoReason: str
|
|
38
|
+
:param _IsSupportManualSnapshot: 是否支持手动发起快照备份
|
|
39
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
|
+
:type IsSupportManualSnapshot: str
|
|
38
41
|
"""
|
|
39
42
|
self._IsSupportSlaveZone = None
|
|
40
43
|
self._NonsupportSlaveZoneReason = None
|
|
41
44
|
self._IsSupportRo = None
|
|
42
45
|
self._NonsupportRoReason = None
|
|
46
|
+
self._IsSupportManualSnapshot = None
|
|
43
47
|
|
|
44
48
|
@property
|
|
45
49
|
def IsSupportSlaveZone(self):
|
|
@@ -73,12 +77,21 @@ class Ability(AbstractModel):
|
|
|
73
77
|
def NonsupportRoReason(self, NonsupportRoReason):
|
|
74
78
|
self._NonsupportRoReason = NonsupportRoReason
|
|
75
79
|
|
|
80
|
+
@property
|
|
81
|
+
def IsSupportManualSnapshot(self):
|
|
82
|
+
return self._IsSupportManualSnapshot
|
|
83
|
+
|
|
84
|
+
@IsSupportManualSnapshot.setter
|
|
85
|
+
def IsSupportManualSnapshot(self, IsSupportManualSnapshot):
|
|
86
|
+
self._IsSupportManualSnapshot = IsSupportManualSnapshot
|
|
87
|
+
|
|
76
88
|
|
|
77
89
|
def _deserialize(self, params):
|
|
78
90
|
self._IsSupportSlaveZone = params.get("IsSupportSlaveZone")
|
|
79
91
|
self._NonsupportSlaveZoneReason = params.get("NonsupportSlaveZoneReason")
|
|
80
92
|
self._IsSupportRo = params.get("IsSupportRo")
|
|
81
93
|
self._NonsupportRoReason = params.get("NonsupportRoReason")
|
|
94
|
+
self._IsSupportManualSnapshot = params.get("IsSupportManualSnapshot")
|
|
82
95
|
memeber_set = set(params.keys())
|
|
83
96
|
for name, value in vars(self).items():
|
|
84
97
|
property_name = name[1:]
|
|
@@ -406,7 +419,7 @@ class AddInstancesRequest(AbstractModel):
|
|
|
406
419
|
:type Memory: int
|
|
407
420
|
:param _ReadOnlyCount: 新增只读实例数,取值范围为(0,15]
|
|
408
421
|
:type ReadOnlyCount: int
|
|
409
|
-
:param _InstanceGrpId: 实例组ID,在已有RO组中新增实例时使用,不传则新增RO
|
|
422
|
+
:param _InstanceGrpId: 实例组ID,在已有RO组中新增实例时使用,不传则新增RO组。当前版本不建议传输该值。
|
|
410
423
|
:type InstanceGrpId: str
|
|
411
424
|
:param _VpcId: 所属VPC网络ID。
|
|
412
425
|
:type VpcId: str
|
|
@@ -483,10 +496,14 @@ class AddInstancesRequest(AbstractModel):
|
|
|
483
496
|
|
|
484
497
|
@property
|
|
485
498
|
def InstanceGrpId(self):
|
|
499
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
500
|
+
|
|
486
501
|
return self._InstanceGrpId
|
|
487
502
|
|
|
488
503
|
@InstanceGrpId.setter
|
|
489
504
|
def InstanceGrpId(self, InstanceGrpId):
|
|
505
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
506
|
+
|
|
490
507
|
self._InstanceGrpId = InstanceGrpId
|
|
491
508
|
|
|
492
509
|
@property
|
|
@@ -2258,20 +2275,48 @@ class CloseWanRequest(AbstractModel):
|
|
|
2258
2275
|
r"""
|
|
2259
2276
|
:param _InstanceGrpId: 实例组id
|
|
2260
2277
|
:type InstanceGrpId: str
|
|
2278
|
+
:param _InstanceGroupId: 实例组id
|
|
2279
|
+
:type InstanceGroupId: str
|
|
2280
|
+
:param _InstanceId: 实例id
|
|
2281
|
+
:type InstanceId: str
|
|
2261
2282
|
"""
|
|
2262
2283
|
self._InstanceGrpId = None
|
|
2284
|
+
self._InstanceGroupId = None
|
|
2285
|
+
self._InstanceId = None
|
|
2263
2286
|
|
|
2264
2287
|
@property
|
|
2265
2288
|
def InstanceGrpId(self):
|
|
2289
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
2290
|
+
|
|
2266
2291
|
return self._InstanceGrpId
|
|
2267
2292
|
|
|
2268
2293
|
@InstanceGrpId.setter
|
|
2269
2294
|
def InstanceGrpId(self, InstanceGrpId):
|
|
2295
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
2296
|
+
|
|
2270
2297
|
self._InstanceGrpId = InstanceGrpId
|
|
2271
2298
|
|
|
2299
|
+
@property
|
|
2300
|
+
def InstanceGroupId(self):
|
|
2301
|
+
return self._InstanceGroupId
|
|
2302
|
+
|
|
2303
|
+
@InstanceGroupId.setter
|
|
2304
|
+
def InstanceGroupId(self, InstanceGroupId):
|
|
2305
|
+
self._InstanceGroupId = InstanceGroupId
|
|
2306
|
+
|
|
2307
|
+
@property
|
|
2308
|
+
def InstanceId(self):
|
|
2309
|
+
return self._InstanceId
|
|
2310
|
+
|
|
2311
|
+
@InstanceId.setter
|
|
2312
|
+
def InstanceId(self, InstanceId):
|
|
2313
|
+
self._InstanceId = InstanceId
|
|
2314
|
+
|
|
2272
2315
|
|
|
2273
2316
|
def _deserialize(self, params):
|
|
2274
2317
|
self._InstanceGrpId = params.get("InstanceGrpId")
|
|
2318
|
+
self._InstanceGroupId = params.get("InstanceGroupId")
|
|
2319
|
+
self._InstanceId = params.get("InstanceId")
|
|
2275
2320
|
memeber_set = set(params.keys())
|
|
2276
2321
|
for name, value in vars(self).items():
|
|
2277
2322
|
property_name = name[1:]
|
|
@@ -7245,6 +7290,294 @@ pause
|
|
|
7245
7290
|
|
|
7246
7291
|
|
|
7247
7292
|
|
|
7293
|
+
class CynosdbInstanceGroup(AbstractModel):
|
|
7294
|
+
"""实例组信息
|
|
7295
|
+
|
|
7296
|
+
"""
|
|
7297
|
+
|
|
7298
|
+
def __init__(self):
|
|
7299
|
+
r"""
|
|
7300
|
+
:param _AppId: 用户appId
|
|
7301
|
+
:type AppId: int
|
|
7302
|
+
:param _ClusterId: 集群ID
|
|
7303
|
+
:type ClusterId: str
|
|
7304
|
+
:param _CreatedTime: 创建时间
|
|
7305
|
+
:type CreatedTime: str
|
|
7306
|
+
:param _DeletedTime: 删除时间
|
|
7307
|
+
:type DeletedTime: str
|
|
7308
|
+
:param _InstanceGroupId: 实例组ID
|
|
7309
|
+
:type InstanceGroupId: str
|
|
7310
|
+
:param _Status: 状态
|
|
7311
|
+
:type Status: str
|
|
7312
|
+
:param _Type: 实例组类型。ha-ha组;ro-只读组
|
|
7313
|
+
:type Type: str
|
|
7314
|
+
:param _UpdatedTime: 更新时间
|
|
7315
|
+
:type UpdatedTime: str
|
|
7316
|
+
:param _Vip: 内网IP
|
|
7317
|
+
:type Vip: str
|
|
7318
|
+
:param _Vport: 内网端口
|
|
7319
|
+
:type Vport: int
|
|
7320
|
+
:param _WanDomain: 外网域名
|
|
7321
|
+
:type WanDomain: str
|
|
7322
|
+
:param _WanIP: 外网ip
|
|
7323
|
+
:type WanIP: str
|
|
7324
|
+
:param _WanPort: 外网端口
|
|
7325
|
+
:type WanPort: int
|
|
7326
|
+
:param _WanStatus: 外网状态
|
|
7327
|
+
:type WanStatus: str
|
|
7328
|
+
:param _InstanceSet: 实例组包含实例信息
|
|
7329
|
+
:type InstanceSet: list of CynosdbInstance
|
|
7330
|
+
:param _UniqVpcId: VPC的ID
|
|
7331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7332
|
+
:type UniqVpcId: str
|
|
7333
|
+
:param _UniqSubnetId: 子网ID
|
|
7334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7335
|
+
:type UniqSubnetId: str
|
|
7336
|
+
:param _OldAddrInfo: 正在回收IP信息
|
|
7337
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7338
|
+
:type OldAddrInfo: :class:`tencentcloud.cynosdb.v20190107.models.OldAddrInfo`
|
|
7339
|
+
:param _ProcessingTasks: 正在进行的任务
|
|
7340
|
+
:type ProcessingTasks: list of str
|
|
7341
|
+
:param _Tasks: 任务列表
|
|
7342
|
+
:type Tasks: list of ObjectTask
|
|
7343
|
+
:param _NetServiceId: biz_net_service表id
|
|
7344
|
+
:type NetServiceId: int
|
|
7345
|
+
"""
|
|
7346
|
+
self._AppId = None
|
|
7347
|
+
self._ClusterId = None
|
|
7348
|
+
self._CreatedTime = None
|
|
7349
|
+
self._DeletedTime = None
|
|
7350
|
+
self._InstanceGroupId = None
|
|
7351
|
+
self._Status = None
|
|
7352
|
+
self._Type = None
|
|
7353
|
+
self._UpdatedTime = None
|
|
7354
|
+
self._Vip = None
|
|
7355
|
+
self._Vport = None
|
|
7356
|
+
self._WanDomain = None
|
|
7357
|
+
self._WanIP = None
|
|
7358
|
+
self._WanPort = None
|
|
7359
|
+
self._WanStatus = None
|
|
7360
|
+
self._InstanceSet = None
|
|
7361
|
+
self._UniqVpcId = None
|
|
7362
|
+
self._UniqSubnetId = None
|
|
7363
|
+
self._OldAddrInfo = None
|
|
7364
|
+
self._ProcessingTasks = None
|
|
7365
|
+
self._Tasks = None
|
|
7366
|
+
self._NetServiceId = None
|
|
7367
|
+
|
|
7368
|
+
@property
|
|
7369
|
+
def AppId(self):
|
|
7370
|
+
return self._AppId
|
|
7371
|
+
|
|
7372
|
+
@AppId.setter
|
|
7373
|
+
def AppId(self, AppId):
|
|
7374
|
+
self._AppId = AppId
|
|
7375
|
+
|
|
7376
|
+
@property
|
|
7377
|
+
def ClusterId(self):
|
|
7378
|
+
return self._ClusterId
|
|
7379
|
+
|
|
7380
|
+
@ClusterId.setter
|
|
7381
|
+
def ClusterId(self, ClusterId):
|
|
7382
|
+
self._ClusterId = ClusterId
|
|
7383
|
+
|
|
7384
|
+
@property
|
|
7385
|
+
def CreatedTime(self):
|
|
7386
|
+
return self._CreatedTime
|
|
7387
|
+
|
|
7388
|
+
@CreatedTime.setter
|
|
7389
|
+
def CreatedTime(self, CreatedTime):
|
|
7390
|
+
self._CreatedTime = CreatedTime
|
|
7391
|
+
|
|
7392
|
+
@property
|
|
7393
|
+
def DeletedTime(self):
|
|
7394
|
+
return self._DeletedTime
|
|
7395
|
+
|
|
7396
|
+
@DeletedTime.setter
|
|
7397
|
+
def DeletedTime(self, DeletedTime):
|
|
7398
|
+
self._DeletedTime = DeletedTime
|
|
7399
|
+
|
|
7400
|
+
@property
|
|
7401
|
+
def InstanceGroupId(self):
|
|
7402
|
+
return self._InstanceGroupId
|
|
7403
|
+
|
|
7404
|
+
@InstanceGroupId.setter
|
|
7405
|
+
def InstanceGroupId(self, InstanceGroupId):
|
|
7406
|
+
self._InstanceGroupId = InstanceGroupId
|
|
7407
|
+
|
|
7408
|
+
@property
|
|
7409
|
+
def Status(self):
|
|
7410
|
+
return self._Status
|
|
7411
|
+
|
|
7412
|
+
@Status.setter
|
|
7413
|
+
def Status(self, Status):
|
|
7414
|
+
self._Status = Status
|
|
7415
|
+
|
|
7416
|
+
@property
|
|
7417
|
+
def Type(self):
|
|
7418
|
+
return self._Type
|
|
7419
|
+
|
|
7420
|
+
@Type.setter
|
|
7421
|
+
def Type(self, Type):
|
|
7422
|
+
self._Type = Type
|
|
7423
|
+
|
|
7424
|
+
@property
|
|
7425
|
+
def UpdatedTime(self):
|
|
7426
|
+
return self._UpdatedTime
|
|
7427
|
+
|
|
7428
|
+
@UpdatedTime.setter
|
|
7429
|
+
def UpdatedTime(self, UpdatedTime):
|
|
7430
|
+
self._UpdatedTime = UpdatedTime
|
|
7431
|
+
|
|
7432
|
+
@property
|
|
7433
|
+
def Vip(self):
|
|
7434
|
+
return self._Vip
|
|
7435
|
+
|
|
7436
|
+
@Vip.setter
|
|
7437
|
+
def Vip(self, Vip):
|
|
7438
|
+
self._Vip = Vip
|
|
7439
|
+
|
|
7440
|
+
@property
|
|
7441
|
+
def Vport(self):
|
|
7442
|
+
return self._Vport
|
|
7443
|
+
|
|
7444
|
+
@Vport.setter
|
|
7445
|
+
def Vport(self, Vport):
|
|
7446
|
+
self._Vport = Vport
|
|
7447
|
+
|
|
7448
|
+
@property
|
|
7449
|
+
def WanDomain(self):
|
|
7450
|
+
return self._WanDomain
|
|
7451
|
+
|
|
7452
|
+
@WanDomain.setter
|
|
7453
|
+
def WanDomain(self, WanDomain):
|
|
7454
|
+
self._WanDomain = WanDomain
|
|
7455
|
+
|
|
7456
|
+
@property
|
|
7457
|
+
def WanIP(self):
|
|
7458
|
+
return self._WanIP
|
|
7459
|
+
|
|
7460
|
+
@WanIP.setter
|
|
7461
|
+
def WanIP(self, WanIP):
|
|
7462
|
+
self._WanIP = WanIP
|
|
7463
|
+
|
|
7464
|
+
@property
|
|
7465
|
+
def WanPort(self):
|
|
7466
|
+
return self._WanPort
|
|
7467
|
+
|
|
7468
|
+
@WanPort.setter
|
|
7469
|
+
def WanPort(self, WanPort):
|
|
7470
|
+
self._WanPort = WanPort
|
|
7471
|
+
|
|
7472
|
+
@property
|
|
7473
|
+
def WanStatus(self):
|
|
7474
|
+
return self._WanStatus
|
|
7475
|
+
|
|
7476
|
+
@WanStatus.setter
|
|
7477
|
+
def WanStatus(self, WanStatus):
|
|
7478
|
+
self._WanStatus = WanStatus
|
|
7479
|
+
|
|
7480
|
+
@property
|
|
7481
|
+
def InstanceSet(self):
|
|
7482
|
+
return self._InstanceSet
|
|
7483
|
+
|
|
7484
|
+
@InstanceSet.setter
|
|
7485
|
+
def InstanceSet(self, InstanceSet):
|
|
7486
|
+
self._InstanceSet = InstanceSet
|
|
7487
|
+
|
|
7488
|
+
@property
|
|
7489
|
+
def UniqVpcId(self):
|
|
7490
|
+
return self._UniqVpcId
|
|
7491
|
+
|
|
7492
|
+
@UniqVpcId.setter
|
|
7493
|
+
def UniqVpcId(self, UniqVpcId):
|
|
7494
|
+
self._UniqVpcId = UniqVpcId
|
|
7495
|
+
|
|
7496
|
+
@property
|
|
7497
|
+
def UniqSubnetId(self):
|
|
7498
|
+
return self._UniqSubnetId
|
|
7499
|
+
|
|
7500
|
+
@UniqSubnetId.setter
|
|
7501
|
+
def UniqSubnetId(self, UniqSubnetId):
|
|
7502
|
+
self._UniqSubnetId = UniqSubnetId
|
|
7503
|
+
|
|
7504
|
+
@property
|
|
7505
|
+
def OldAddrInfo(self):
|
|
7506
|
+
return self._OldAddrInfo
|
|
7507
|
+
|
|
7508
|
+
@OldAddrInfo.setter
|
|
7509
|
+
def OldAddrInfo(self, OldAddrInfo):
|
|
7510
|
+
self._OldAddrInfo = OldAddrInfo
|
|
7511
|
+
|
|
7512
|
+
@property
|
|
7513
|
+
def ProcessingTasks(self):
|
|
7514
|
+
return self._ProcessingTasks
|
|
7515
|
+
|
|
7516
|
+
@ProcessingTasks.setter
|
|
7517
|
+
def ProcessingTasks(self, ProcessingTasks):
|
|
7518
|
+
self._ProcessingTasks = ProcessingTasks
|
|
7519
|
+
|
|
7520
|
+
@property
|
|
7521
|
+
def Tasks(self):
|
|
7522
|
+
return self._Tasks
|
|
7523
|
+
|
|
7524
|
+
@Tasks.setter
|
|
7525
|
+
def Tasks(self, Tasks):
|
|
7526
|
+
self._Tasks = Tasks
|
|
7527
|
+
|
|
7528
|
+
@property
|
|
7529
|
+
def NetServiceId(self):
|
|
7530
|
+
return self._NetServiceId
|
|
7531
|
+
|
|
7532
|
+
@NetServiceId.setter
|
|
7533
|
+
def NetServiceId(self, NetServiceId):
|
|
7534
|
+
self._NetServiceId = NetServiceId
|
|
7535
|
+
|
|
7536
|
+
|
|
7537
|
+
def _deserialize(self, params):
|
|
7538
|
+
self._AppId = params.get("AppId")
|
|
7539
|
+
self._ClusterId = params.get("ClusterId")
|
|
7540
|
+
self._CreatedTime = params.get("CreatedTime")
|
|
7541
|
+
self._DeletedTime = params.get("DeletedTime")
|
|
7542
|
+
self._InstanceGroupId = params.get("InstanceGroupId")
|
|
7543
|
+
self._Status = params.get("Status")
|
|
7544
|
+
self._Type = params.get("Type")
|
|
7545
|
+
self._UpdatedTime = params.get("UpdatedTime")
|
|
7546
|
+
self._Vip = params.get("Vip")
|
|
7547
|
+
self._Vport = params.get("Vport")
|
|
7548
|
+
self._WanDomain = params.get("WanDomain")
|
|
7549
|
+
self._WanIP = params.get("WanIP")
|
|
7550
|
+
self._WanPort = params.get("WanPort")
|
|
7551
|
+
self._WanStatus = params.get("WanStatus")
|
|
7552
|
+
if params.get("InstanceSet") is not None:
|
|
7553
|
+
self._InstanceSet = []
|
|
7554
|
+
for item in params.get("InstanceSet"):
|
|
7555
|
+
obj = CynosdbInstance()
|
|
7556
|
+
obj._deserialize(item)
|
|
7557
|
+
self._InstanceSet.append(obj)
|
|
7558
|
+
self._UniqVpcId = params.get("UniqVpcId")
|
|
7559
|
+
self._UniqSubnetId = params.get("UniqSubnetId")
|
|
7560
|
+
if params.get("OldAddrInfo") is not None:
|
|
7561
|
+
self._OldAddrInfo = OldAddrInfo()
|
|
7562
|
+
self._OldAddrInfo._deserialize(params.get("OldAddrInfo"))
|
|
7563
|
+
self._ProcessingTasks = params.get("ProcessingTasks")
|
|
7564
|
+
if params.get("Tasks") is not None:
|
|
7565
|
+
self._Tasks = []
|
|
7566
|
+
for item in params.get("Tasks"):
|
|
7567
|
+
obj = ObjectTask()
|
|
7568
|
+
obj._deserialize(item)
|
|
7569
|
+
self._Tasks.append(obj)
|
|
7570
|
+
self._NetServiceId = params.get("NetServiceId")
|
|
7571
|
+
memeber_set = set(params.keys())
|
|
7572
|
+
for name, value in vars(self).items():
|
|
7573
|
+
property_name = name[1:]
|
|
7574
|
+
if property_name in memeber_set:
|
|
7575
|
+
memeber_set.remove(property_name)
|
|
7576
|
+
if len(memeber_set) > 0:
|
|
7577
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7578
|
+
|
|
7579
|
+
|
|
7580
|
+
|
|
7248
7581
|
class CynosdbInstanceGrp(AbstractModel):
|
|
7249
7582
|
"""实例组信息
|
|
7250
7583
|
|
|
@@ -10371,11 +10704,14 @@ class DescribeClusterInstanceGrpsResponse(AbstractModel):
|
|
|
10371
10704
|
:type TotalCount: int
|
|
10372
10705
|
:param _InstanceGrpInfoList: 实例组列表
|
|
10373
10706
|
:type InstanceGrpInfoList: list of CynosdbInstanceGrp
|
|
10707
|
+
:param _InstanceGroupInfoList: 实例组列表
|
|
10708
|
+
:type InstanceGroupInfoList: list of CynosdbInstanceGroup
|
|
10374
10709
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10375
10710
|
:type RequestId: str
|
|
10376
10711
|
"""
|
|
10377
10712
|
self._TotalCount = None
|
|
10378
10713
|
self._InstanceGrpInfoList = None
|
|
10714
|
+
self._InstanceGroupInfoList = None
|
|
10379
10715
|
self._RequestId = None
|
|
10380
10716
|
|
|
10381
10717
|
@property
|
|
@@ -10388,12 +10724,24 @@ class DescribeClusterInstanceGrpsResponse(AbstractModel):
|
|
|
10388
10724
|
|
|
10389
10725
|
@property
|
|
10390
10726
|
def InstanceGrpInfoList(self):
|
|
10727
|
+
warnings.warn("parameter `InstanceGrpInfoList` is deprecated", DeprecationWarning)
|
|
10728
|
+
|
|
10391
10729
|
return self._InstanceGrpInfoList
|
|
10392
10730
|
|
|
10393
10731
|
@InstanceGrpInfoList.setter
|
|
10394
10732
|
def InstanceGrpInfoList(self, InstanceGrpInfoList):
|
|
10733
|
+
warnings.warn("parameter `InstanceGrpInfoList` is deprecated", DeprecationWarning)
|
|
10734
|
+
|
|
10395
10735
|
self._InstanceGrpInfoList = InstanceGrpInfoList
|
|
10396
10736
|
|
|
10737
|
+
@property
|
|
10738
|
+
def InstanceGroupInfoList(self):
|
|
10739
|
+
return self._InstanceGroupInfoList
|
|
10740
|
+
|
|
10741
|
+
@InstanceGroupInfoList.setter
|
|
10742
|
+
def InstanceGroupInfoList(self, InstanceGroupInfoList):
|
|
10743
|
+
self._InstanceGroupInfoList = InstanceGroupInfoList
|
|
10744
|
+
|
|
10397
10745
|
@property
|
|
10398
10746
|
def RequestId(self):
|
|
10399
10747
|
return self._RequestId
|
|
@@ -10411,6 +10759,12 @@ class DescribeClusterInstanceGrpsResponse(AbstractModel):
|
|
|
10411
10759
|
obj = CynosdbInstanceGrp()
|
|
10412
10760
|
obj._deserialize(item)
|
|
10413
10761
|
self._InstanceGrpInfoList.append(obj)
|
|
10762
|
+
if params.get("InstanceGroupInfoList") is not None:
|
|
10763
|
+
self._InstanceGroupInfoList = []
|
|
10764
|
+
for item in params.get("InstanceGroupInfoList"):
|
|
10765
|
+
obj = CynosdbInstanceGroup()
|
|
10766
|
+
obj._deserialize(item)
|
|
10767
|
+
self._InstanceGroupInfoList.append(obj)
|
|
10414
10768
|
self._RequestId = params.get("RequestId")
|
|
10415
10769
|
|
|
10416
10770
|
|
|
@@ -10573,9 +10927,12 @@ class DescribeClusterParamsRequest(AbstractModel):
|
|
|
10573
10927
|
:type ClusterId: str
|
|
10574
10928
|
:param _ParamName: 参数名字
|
|
10575
10929
|
:type ParamName: str
|
|
10930
|
+
:param _IsGlobal: 是否为全局参数
|
|
10931
|
+
:type IsGlobal: str
|
|
10576
10932
|
"""
|
|
10577
10933
|
self._ClusterId = None
|
|
10578
10934
|
self._ParamName = None
|
|
10935
|
+
self._IsGlobal = None
|
|
10579
10936
|
|
|
10580
10937
|
@property
|
|
10581
10938
|
def ClusterId(self):
|
|
@@ -10593,10 +10950,19 @@ class DescribeClusterParamsRequest(AbstractModel):
|
|
|
10593
10950
|
def ParamName(self, ParamName):
|
|
10594
10951
|
self._ParamName = ParamName
|
|
10595
10952
|
|
|
10953
|
+
@property
|
|
10954
|
+
def IsGlobal(self):
|
|
10955
|
+
return self._IsGlobal
|
|
10956
|
+
|
|
10957
|
+
@IsGlobal.setter
|
|
10958
|
+
def IsGlobal(self, IsGlobal):
|
|
10959
|
+
self._IsGlobal = IsGlobal
|
|
10960
|
+
|
|
10596
10961
|
|
|
10597
10962
|
def _deserialize(self, params):
|
|
10598
10963
|
self._ClusterId = params.get("ClusterId")
|
|
10599
10964
|
self._ParamName = params.get("ParamName")
|
|
10965
|
+
self._IsGlobal = params.get("IsGlobal")
|
|
10600
10966
|
memeber_set = set(params.keys())
|
|
10601
10967
|
for name, value in vars(self).items():
|
|
10602
10968
|
property_name = name[1:]
|
|
@@ -10973,22 +11339,38 @@ class DescribeDBSecurityGroupsRequest(AbstractModel):
|
|
|
10973
11339
|
|
|
10974
11340
|
def __init__(self):
|
|
10975
11341
|
r"""
|
|
10976
|
-
:param _InstanceId:
|
|
11342
|
+
:param _InstanceId: 实例ID
|
|
10977
11343
|
:type InstanceId: str
|
|
11344
|
+
:param _InstanceGroupId: 实例组ID
|
|
11345
|
+
:type InstanceGroupId: str
|
|
10978
11346
|
"""
|
|
10979
11347
|
self._InstanceId = None
|
|
11348
|
+
self._InstanceGroupId = None
|
|
10980
11349
|
|
|
10981
11350
|
@property
|
|
10982
11351
|
def InstanceId(self):
|
|
11352
|
+
warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
|
|
11353
|
+
|
|
10983
11354
|
return self._InstanceId
|
|
10984
11355
|
|
|
10985
11356
|
@InstanceId.setter
|
|
10986
11357
|
def InstanceId(self, InstanceId):
|
|
11358
|
+
warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
|
|
11359
|
+
|
|
10987
11360
|
self._InstanceId = InstanceId
|
|
10988
11361
|
|
|
11362
|
+
@property
|
|
11363
|
+
def InstanceGroupId(self):
|
|
11364
|
+
return self._InstanceGroupId
|
|
11365
|
+
|
|
11366
|
+
@InstanceGroupId.setter
|
|
11367
|
+
def InstanceGroupId(self, InstanceGroupId):
|
|
11368
|
+
self._InstanceGroupId = InstanceGroupId
|
|
11369
|
+
|
|
10989
11370
|
|
|
10990
11371
|
def _deserialize(self, params):
|
|
10991
11372
|
self._InstanceId = params.get("InstanceId")
|
|
11373
|
+
self._InstanceGroupId = params.get("InstanceGroupId")
|
|
10992
11374
|
memeber_set = set(params.keys())
|
|
10993
11375
|
for name, value in vars(self).items():
|
|
10994
11376
|
property_name = name[1:]
|
|
@@ -11381,10 +11763,13 @@ class DescribeInstanceParamsRequest(AbstractModel):
|
|
|
11381
11763
|
:type InstanceIds: list of str
|
|
11382
11764
|
:param _ParamKeyword: 参数名搜索条件,支持模糊匹配
|
|
11383
11765
|
:type ParamKeyword: str
|
|
11766
|
+
:param _IsGlobal: 是否为全局参数
|
|
11767
|
+
:type IsGlobal: str
|
|
11384
11768
|
"""
|
|
11385
11769
|
self._ClusterId = None
|
|
11386
11770
|
self._InstanceIds = None
|
|
11387
11771
|
self._ParamKeyword = None
|
|
11772
|
+
self._IsGlobal = None
|
|
11388
11773
|
|
|
11389
11774
|
@property
|
|
11390
11775
|
def ClusterId(self):
|
|
@@ -11410,11 +11795,20 @@ class DescribeInstanceParamsRequest(AbstractModel):
|
|
|
11410
11795
|
def ParamKeyword(self, ParamKeyword):
|
|
11411
11796
|
self._ParamKeyword = ParamKeyword
|
|
11412
11797
|
|
|
11798
|
+
@property
|
|
11799
|
+
def IsGlobal(self):
|
|
11800
|
+
return self._IsGlobal
|
|
11801
|
+
|
|
11802
|
+
@IsGlobal.setter
|
|
11803
|
+
def IsGlobal(self, IsGlobal):
|
|
11804
|
+
self._IsGlobal = IsGlobal
|
|
11805
|
+
|
|
11413
11806
|
|
|
11414
11807
|
def _deserialize(self, params):
|
|
11415
11808
|
self._ClusterId = params.get("ClusterId")
|
|
11416
11809
|
self._InstanceIds = params.get("InstanceIds")
|
|
11417
11810
|
self._ParamKeyword = params.get("ParamKeyword")
|
|
11811
|
+
self._IsGlobal = params.get("IsGlobal")
|
|
11418
11812
|
memeber_set = set(params.keys())
|
|
11419
11813
|
for name, value in vars(self).items():
|
|
11420
11814
|
property_name = name[1:]
|
|
@@ -11757,7 +12151,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
11757
12151
|
|
|
11758
12152
|
def __init__(self):
|
|
11759
12153
|
r"""
|
|
11760
|
-
:param _Limit: 返回数量,默认为 20
|
|
12154
|
+
:param _Limit: 返回数量,默认为 20,取值范围为(0,100]
|
|
11761
12155
|
:type Limit: int
|
|
11762
12156
|
:param _Offset: 记录偏移量,默认值为0
|
|
11763
12157
|
:type Offset: int
|
|
@@ -11771,7 +12165,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
11771
12165
|
:type OrderByType: str
|
|
11772
12166
|
:param _Filters: 搜索条件,若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
11773
12167
|
:type Filters: list of QueryFilter
|
|
11774
|
-
:param _DbType: 引擎类型:目前支持“MYSQL
|
|
12168
|
+
:param _DbType: 引擎类型:目前支持“MYSQL”
|
|
11775
12169
|
:type DbType: str
|
|
11776
12170
|
:param _Status: 实例状态, 可选值:
|
|
11777
12171
|
creating 创建中
|
|
@@ -15994,6 +16388,33 @@ class ModifiableInfo(AbstractModel):
|
|
|
15994
16388
|
|
|
15995
16389
|
"""
|
|
15996
16390
|
|
|
16391
|
+
def __init__(self):
|
|
16392
|
+
r"""
|
|
16393
|
+
:param _IsModifiable: 参数是否可被修改, 1:可以 0:不可以
|
|
16394
|
+
:type IsModifiable: int
|
|
16395
|
+
"""
|
|
16396
|
+
self._IsModifiable = None
|
|
16397
|
+
|
|
16398
|
+
@property
|
|
16399
|
+
def IsModifiable(self):
|
|
16400
|
+
return self._IsModifiable
|
|
16401
|
+
|
|
16402
|
+
@IsModifiable.setter
|
|
16403
|
+
def IsModifiable(self, IsModifiable):
|
|
16404
|
+
self._IsModifiable = IsModifiable
|
|
16405
|
+
|
|
16406
|
+
|
|
16407
|
+
def _deserialize(self, params):
|
|
16408
|
+
self._IsModifiable = params.get("IsModifiable")
|
|
16409
|
+
memeber_set = set(params.keys())
|
|
16410
|
+
for name, value in vars(self).items():
|
|
16411
|
+
property_name = name[1:]
|
|
16412
|
+
if property_name in memeber_set:
|
|
16413
|
+
memeber_set.remove(property_name)
|
|
16414
|
+
if len(memeber_set) > 0:
|
|
16415
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16416
|
+
|
|
16417
|
+
|
|
15997
16418
|
|
|
15998
16419
|
class ModifyAccountDescriptionRequest(AbstractModel):
|
|
15999
16420
|
"""ModifyAccountDescription请求参数结构体
|
|
@@ -18616,6 +19037,8 @@ class ModifyVipVportRequest(AbstractModel):
|
|
|
18616
19037
|
:type ClusterId: str
|
|
18617
19038
|
:param _InstanceGrpId: 实例组id
|
|
18618
19039
|
:type InstanceGrpId: str
|
|
19040
|
+
:param _InstanceGroupId: 实例组id
|
|
19041
|
+
:type InstanceGroupId: str
|
|
18619
19042
|
:param _Vip: 需要修改的目的ip
|
|
18620
19043
|
:type Vip: str
|
|
18621
19044
|
:param _Vport: 需要修改的目的端口
|
|
@@ -18628,6 +19051,7 @@ class ModifyVipVportRequest(AbstractModel):
|
|
|
18628
19051
|
"""
|
|
18629
19052
|
self._ClusterId = None
|
|
18630
19053
|
self._InstanceGrpId = None
|
|
19054
|
+
self._InstanceGroupId = None
|
|
18631
19055
|
self._Vip = None
|
|
18632
19056
|
self._Vport = None
|
|
18633
19057
|
self._DbType = None
|
|
@@ -18643,12 +19067,24 @@ class ModifyVipVportRequest(AbstractModel):
|
|
|
18643
19067
|
|
|
18644
19068
|
@property
|
|
18645
19069
|
def InstanceGrpId(self):
|
|
19070
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
19071
|
+
|
|
18646
19072
|
return self._InstanceGrpId
|
|
18647
19073
|
|
|
18648
19074
|
@InstanceGrpId.setter
|
|
18649
19075
|
def InstanceGrpId(self, InstanceGrpId):
|
|
19076
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
19077
|
+
|
|
18650
19078
|
self._InstanceGrpId = InstanceGrpId
|
|
18651
19079
|
|
|
19080
|
+
@property
|
|
19081
|
+
def InstanceGroupId(self):
|
|
19082
|
+
return self._InstanceGroupId
|
|
19083
|
+
|
|
19084
|
+
@InstanceGroupId.setter
|
|
19085
|
+
def InstanceGroupId(self, InstanceGroupId):
|
|
19086
|
+
self._InstanceGroupId = InstanceGroupId
|
|
19087
|
+
|
|
18652
19088
|
@property
|
|
18653
19089
|
def Vip(self):
|
|
18654
19090
|
return self._Vip
|
|
@@ -18685,6 +19121,7 @@ class ModifyVipVportRequest(AbstractModel):
|
|
|
18685
19121
|
def _deserialize(self, params):
|
|
18686
19122
|
self._ClusterId = params.get("ClusterId")
|
|
18687
19123
|
self._InstanceGrpId = params.get("InstanceGrpId")
|
|
19124
|
+
self._InstanceGroupId = params.get("InstanceGroupId")
|
|
18688
19125
|
self._Vip = params.get("Vip")
|
|
18689
19126
|
self._Vport = params.get("Vport")
|
|
18690
19127
|
self._DbType = params.get("DbType")
|
|
@@ -19759,20 +20196,48 @@ class OpenWanRequest(AbstractModel):
|
|
|
19759
20196
|
r"""
|
|
19760
20197
|
:param _InstanceGrpId: 实例组id
|
|
19761
20198
|
:type InstanceGrpId: str
|
|
20199
|
+
:param _InstanceId: 实例ID
|
|
20200
|
+
:type InstanceId: str
|
|
20201
|
+
:param _InstanceGroupId: 实例组id
|
|
20202
|
+
:type InstanceGroupId: str
|
|
19762
20203
|
"""
|
|
19763
20204
|
self._InstanceGrpId = None
|
|
20205
|
+
self._InstanceId = None
|
|
20206
|
+
self._InstanceGroupId = None
|
|
19764
20207
|
|
|
19765
20208
|
@property
|
|
19766
20209
|
def InstanceGrpId(self):
|
|
20210
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
20211
|
+
|
|
19767
20212
|
return self._InstanceGrpId
|
|
19768
20213
|
|
|
19769
20214
|
@InstanceGrpId.setter
|
|
19770
20215
|
def InstanceGrpId(self, InstanceGrpId):
|
|
20216
|
+
warnings.warn("parameter `InstanceGrpId` is deprecated", DeprecationWarning)
|
|
20217
|
+
|
|
19771
20218
|
self._InstanceGrpId = InstanceGrpId
|
|
19772
20219
|
|
|
20220
|
+
@property
|
|
20221
|
+
def InstanceId(self):
|
|
20222
|
+
return self._InstanceId
|
|
20223
|
+
|
|
20224
|
+
@InstanceId.setter
|
|
20225
|
+
def InstanceId(self, InstanceId):
|
|
20226
|
+
self._InstanceId = InstanceId
|
|
20227
|
+
|
|
20228
|
+
@property
|
|
20229
|
+
def InstanceGroupId(self):
|
|
20230
|
+
return self._InstanceGroupId
|
|
20231
|
+
|
|
20232
|
+
@InstanceGroupId.setter
|
|
20233
|
+
def InstanceGroupId(self, InstanceGroupId):
|
|
20234
|
+
self._InstanceGroupId = InstanceGroupId
|
|
20235
|
+
|
|
19773
20236
|
|
|
19774
20237
|
def _deserialize(self, params):
|
|
19775
20238
|
self._InstanceGrpId = params.get("InstanceGrpId")
|
|
20239
|
+
self._InstanceId = params.get("InstanceId")
|
|
20240
|
+
self._InstanceGroupId = params.get("InstanceGroupId")
|
|
19776
20241
|
memeber_set = set(params.keys())
|
|
19777
20242
|
for name, value in vars(self).items():
|
|
19778
20243
|
property_name = name[1:]
|
|
@@ -20994,7 +21459,7 @@ class PolicyRule(AbstractModel):
|
|
|
20994
21459
|
r"""
|
|
20995
21460
|
:param _Action: 策略,ACCEPT或者DROP
|
|
20996
21461
|
:type Action: str
|
|
20997
|
-
:param _CidrIp: 来源
|
|
21462
|
+
:param _CidrIp: 来源Ip或Ip段,例如192.168.0.0/16
|
|
20998
21463
|
:type CidrIp: str
|
|
20999
21464
|
:param _PortRange: 端口
|
|
21000
21465
|
:type PortRange: str
|