tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -279,6 +279,32 @@ class BackUpJobDisplay(AbstractModel):
|
|
|
279
279
|
:type SnapshotRemainPolicy: :class:`tencentcloud.cdwdoris.v20211228.models.SnapshotRemainPolicy`
|
|
280
280
|
:param _IsolationCount: 隔离次数
|
|
281
281
|
:type IsolationCount: int
|
|
282
|
+
:param _EnableSecurityLock: 是否开启安全锁
|
|
283
|
+
:type EnableSecurityLock: int
|
|
284
|
+
:param _GracePeriod: 宽限期天数
|
|
285
|
+
:type GracePeriod: int
|
|
286
|
+
:param _GraceStartTime: 宽限期开始时间
|
|
287
|
+
:type GraceStartTime: str
|
|
288
|
+
:param _IsWithinGracePeriod: 是否在宽限期内
|
|
289
|
+
:type IsWithinGracePeriod: bool
|
|
290
|
+
:param _UseManagedBucket: 是否使用托管桶
|
|
291
|
+
:type UseManagedBucket: bool
|
|
292
|
+
:param _InstanceId: 实例ID
|
|
293
|
+
:type InstanceId: str
|
|
294
|
+
:param _InstanceName: 实例名称
|
|
295
|
+
:type InstanceName: str
|
|
296
|
+
:param _InstanceStatus: 实例状态
|
|
297
|
+
:type InstanceStatus: str
|
|
298
|
+
:param _InstanceStatusDesc: 实例状态描述
|
|
299
|
+
:type InstanceStatusDesc: str
|
|
300
|
+
:param _DataRemoteRegion: 备份远程桶地域
|
|
301
|
+
:type DataRemoteRegion: str
|
|
302
|
+
:param _BucketEncryption: 桶加密状态信息
|
|
303
|
+
:type BucketEncryption: :class:`tencentcloud.cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
304
|
+
:param _Encryption: 备份任务创建时记录的加密类型:SSE-COS/SSE-KMS/disabled
|
|
305
|
+
:type Encryption: str
|
|
306
|
+
:param _EncryptionEnabled: 是否开通加密存储:0-未开通,1-已开通
|
|
307
|
+
:type EncryptionEnabled: bool
|
|
282
308
|
"""
|
|
283
309
|
self._JobId = None
|
|
284
310
|
self._Snapshot = None
|
|
@@ -296,6 +322,19 @@ class BackUpJobDisplay(AbstractModel):
|
|
|
296
322
|
self._ErrorReason = None
|
|
297
323
|
self._SnapshotRemainPolicy = None
|
|
298
324
|
self._IsolationCount = None
|
|
325
|
+
self._EnableSecurityLock = None
|
|
326
|
+
self._GracePeriod = None
|
|
327
|
+
self._GraceStartTime = None
|
|
328
|
+
self._IsWithinGracePeriod = None
|
|
329
|
+
self._UseManagedBucket = None
|
|
330
|
+
self._InstanceId = None
|
|
331
|
+
self._InstanceName = None
|
|
332
|
+
self._InstanceStatus = None
|
|
333
|
+
self._InstanceStatusDesc = None
|
|
334
|
+
self._DataRemoteRegion = None
|
|
335
|
+
self._BucketEncryption = None
|
|
336
|
+
self._Encryption = None
|
|
337
|
+
self._EncryptionEnabled = None
|
|
299
338
|
|
|
300
339
|
@property
|
|
301
340
|
def JobId(self):
|
|
@@ -473,6 +512,149 @@ class BackUpJobDisplay(AbstractModel):
|
|
|
473
512
|
def IsolationCount(self, IsolationCount):
|
|
474
513
|
self._IsolationCount = IsolationCount
|
|
475
514
|
|
|
515
|
+
@property
|
|
516
|
+
def EnableSecurityLock(self):
|
|
517
|
+
r"""是否开启安全锁
|
|
518
|
+
:rtype: int
|
|
519
|
+
"""
|
|
520
|
+
return self._EnableSecurityLock
|
|
521
|
+
|
|
522
|
+
@EnableSecurityLock.setter
|
|
523
|
+
def EnableSecurityLock(self, EnableSecurityLock):
|
|
524
|
+
self._EnableSecurityLock = EnableSecurityLock
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
def GracePeriod(self):
|
|
528
|
+
r"""宽限期天数
|
|
529
|
+
:rtype: int
|
|
530
|
+
"""
|
|
531
|
+
return self._GracePeriod
|
|
532
|
+
|
|
533
|
+
@GracePeriod.setter
|
|
534
|
+
def GracePeriod(self, GracePeriod):
|
|
535
|
+
self._GracePeriod = GracePeriod
|
|
536
|
+
|
|
537
|
+
@property
|
|
538
|
+
def GraceStartTime(self):
|
|
539
|
+
r"""宽限期开始时间
|
|
540
|
+
:rtype: str
|
|
541
|
+
"""
|
|
542
|
+
return self._GraceStartTime
|
|
543
|
+
|
|
544
|
+
@GraceStartTime.setter
|
|
545
|
+
def GraceStartTime(self, GraceStartTime):
|
|
546
|
+
self._GraceStartTime = GraceStartTime
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
def IsWithinGracePeriod(self):
|
|
550
|
+
r"""是否在宽限期内
|
|
551
|
+
:rtype: bool
|
|
552
|
+
"""
|
|
553
|
+
return self._IsWithinGracePeriod
|
|
554
|
+
|
|
555
|
+
@IsWithinGracePeriod.setter
|
|
556
|
+
def IsWithinGracePeriod(self, IsWithinGracePeriod):
|
|
557
|
+
self._IsWithinGracePeriod = IsWithinGracePeriod
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
def UseManagedBucket(self):
|
|
561
|
+
r"""是否使用托管桶
|
|
562
|
+
:rtype: bool
|
|
563
|
+
"""
|
|
564
|
+
return self._UseManagedBucket
|
|
565
|
+
|
|
566
|
+
@UseManagedBucket.setter
|
|
567
|
+
def UseManagedBucket(self, UseManagedBucket):
|
|
568
|
+
self._UseManagedBucket = UseManagedBucket
|
|
569
|
+
|
|
570
|
+
@property
|
|
571
|
+
def InstanceId(self):
|
|
572
|
+
r"""实例ID
|
|
573
|
+
:rtype: str
|
|
574
|
+
"""
|
|
575
|
+
return self._InstanceId
|
|
576
|
+
|
|
577
|
+
@InstanceId.setter
|
|
578
|
+
def InstanceId(self, InstanceId):
|
|
579
|
+
self._InstanceId = InstanceId
|
|
580
|
+
|
|
581
|
+
@property
|
|
582
|
+
def InstanceName(self):
|
|
583
|
+
r"""实例名称
|
|
584
|
+
:rtype: str
|
|
585
|
+
"""
|
|
586
|
+
return self._InstanceName
|
|
587
|
+
|
|
588
|
+
@InstanceName.setter
|
|
589
|
+
def InstanceName(self, InstanceName):
|
|
590
|
+
self._InstanceName = InstanceName
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
def InstanceStatus(self):
|
|
594
|
+
r"""实例状态
|
|
595
|
+
:rtype: str
|
|
596
|
+
"""
|
|
597
|
+
return self._InstanceStatus
|
|
598
|
+
|
|
599
|
+
@InstanceStatus.setter
|
|
600
|
+
def InstanceStatus(self, InstanceStatus):
|
|
601
|
+
self._InstanceStatus = InstanceStatus
|
|
602
|
+
|
|
603
|
+
@property
|
|
604
|
+
def InstanceStatusDesc(self):
|
|
605
|
+
r"""实例状态描述
|
|
606
|
+
:rtype: str
|
|
607
|
+
"""
|
|
608
|
+
return self._InstanceStatusDesc
|
|
609
|
+
|
|
610
|
+
@InstanceStatusDesc.setter
|
|
611
|
+
def InstanceStatusDesc(self, InstanceStatusDesc):
|
|
612
|
+
self._InstanceStatusDesc = InstanceStatusDesc
|
|
613
|
+
|
|
614
|
+
@property
|
|
615
|
+
def DataRemoteRegion(self):
|
|
616
|
+
r"""备份远程桶地域
|
|
617
|
+
:rtype: str
|
|
618
|
+
"""
|
|
619
|
+
return self._DataRemoteRegion
|
|
620
|
+
|
|
621
|
+
@DataRemoteRegion.setter
|
|
622
|
+
def DataRemoteRegion(self, DataRemoteRegion):
|
|
623
|
+
self._DataRemoteRegion = DataRemoteRegion
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
def BucketEncryption(self):
|
|
627
|
+
r"""桶加密状态信息
|
|
628
|
+
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
629
|
+
"""
|
|
630
|
+
return self._BucketEncryption
|
|
631
|
+
|
|
632
|
+
@BucketEncryption.setter
|
|
633
|
+
def BucketEncryption(self, BucketEncryption):
|
|
634
|
+
self._BucketEncryption = BucketEncryption
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
def Encryption(self):
|
|
638
|
+
r"""备份任务创建时记录的加密类型:SSE-COS/SSE-KMS/disabled
|
|
639
|
+
:rtype: str
|
|
640
|
+
"""
|
|
641
|
+
return self._Encryption
|
|
642
|
+
|
|
643
|
+
@Encryption.setter
|
|
644
|
+
def Encryption(self, Encryption):
|
|
645
|
+
self._Encryption = Encryption
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
def EncryptionEnabled(self):
|
|
649
|
+
r"""是否开通加密存储:0-未开通,1-已开通
|
|
650
|
+
:rtype: bool
|
|
651
|
+
"""
|
|
652
|
+
return self._EncryptionEnabled
|
|
653
|
+
|
|
654
|
+
@EncryptionEnabled.setter
|
|
655
|
+
def EncryptionEnabled(self, EncryptionEnabled):
|
|
656
|
+
self._EncryptionEnabled = EncryptionEnabled
|
|
657
|
+
|
|
476
658
|
|
|
477
659
|
def _deserialize(self, params):
|
|
478
660
|
self._JobId = params.get("JobId")
|
|
@@ -497,6 +679,21 @@ class BackUpJobDisplay(AbstractModel):
|
|
|
497
679
|
self._SnapshotRemainPolicy = SnapshotRemainPolicy()
|
|
498
680
|
self._SnapshotRemainPolicy._deserialize(params.get("SnapshotRemainPolicy"))
|
|
499
681
|
self._IsolationCount = params.get("IsolationCount")
|
|
682
|
+
self._EnableSecurityLock = params.get("EnableSecurityLock")
|
|
683
|
+
self._GracePeriod = params.get("GracePeriod")
|
|
684
|
+
self._GraceStartTime = params.get("GraceStartTime")
|
|
685
|
+
self._IsWithinGracePeriod = params.get("IsWithinGracePeriod")
|
|
686
|
+
self._UseManagedBucket = params.get("UseManagedBucket")
|
|
687
|
+
self._InstanceId = params.get("InstanceId")
|
|
688
|
+
self._InstanceName = params.get("InstanceName")
|
|
689
|
+
self._InstanceStatus = params.get("InstanceStatus")
|
|
690
|
+
self._InstanceStatusDesc = params.get("InstanceStatusDesc")
|
|
691
|
+
self._DataRemoteRegion = params.get("DataRemoteRegion")
|
|
692
|
+
if params.get("BucketEncryption") is not None:
|
|
693
|
+
self._BucketEncryption = BucketEncryptionInfo()
|
|
694
|
+
self._BucketEncryption._deserialize(params.get("BucketEncryption"))
|
|
695
|
+
self._Encryption = params.get("Encryption")
|
|
696
|
+
self._EncryptionEnabled = params.get("EncryptionEnabled")
|
|
500
697
|
memeber_set = set(params.keys())
|
|
501
698
|
for name, value in vars(self).items():
|
|
502
699
|
property_name = name[1:]
|
|
@@ -627,6 +824,8 @@ class BackupStatus(AbstractModel):
|
|
|
627
824
|
:type BackupJobId: int
|
|
628
825
|
:param _TaskId: 实例对应Snapshot的id
|
|
629
826
|
:type TaskId: int
|
|
827
|
+
:param _UploadBytes: 上传大小
|
|
828
|
+
:type UploadBytes: int
|
|
630
829
|
"""
|
|
631
830
|
self._JobId = None
|
|
632
831
|
self._SnapshotName = None
|
|
@@ -644,6 +843,7 @@ class BackupStatus(AbstractModel):
|
|
|
644
843
|
self._Timeout = None
|
|
645
844
|
self._BackupJobId = None
|
|
646
845
|
self._TaskId = None
|
|
846
|
+
self._UploadBytes = None
|
|
647
847
|
|
|
648
848
|
@property
|
|
649
849
|
def JobId(self):
|
|
@@ -821,6 +1021,17 @@ class BackupStatus(AbstractModel):
|
|
|
821
1021
|
def TaskId(self, TaskId):
|
|
822
1022
|
self._TaskId = TaskId
|
|
823
1023
|
|
|
1024
|
+
@property
|
|
1025
|
+
def UploadBytes(self):
|
|
1026
|
+
r"""上传大小
|
|
1027
|
+
:rtype: int
|
|
1028
|
+
"""
|
|
1029
|
+
return self._UploadBytes
|
|
1030
|
+
|
|
1031
|
+
@UploadBytes.setter
|
|
1032
|
+
def UploadBytes(self, UploadBytes):
|
|
1033
|
+
self._UploadBytes = UploadBytes
|
|
1034
|
+
|
|
824
1035
|
|
|
825
1036
|
def _deserialize(self, params):
|
|
826
1037
|
self._JobId = params.get("JobId")
|
|
@@ -839,6 +1050,7 @@ class BackupStatus(AbstractModel):
|
|
|
839
1050
|
self._Timeout = params.get("Timeout")
|
|
840
1051
|
self._BackupJobId = params.get("BackupJobId")
|
|
841
1052
|
self._TaskId = params.get("TaskId")
|
|
1053
|
+
self._UploadBytes = params.get("UploadBytes")
|
|
842
1054
|
memeber_set = set(params.keys())
|
|
843
1055
|
for name, value in vars(self).items():
|
|
844
1056
|
property_name = name[1:]
|
|
@@ -1026,6 +1238,87 @@ class BindUser(AbstractModel):
|
|
|
1026
1238
|
|
|
1027
1239
|
|
|
1028
1240
|
|
|
1241
|
+
class BucketEncryptionInfo(AbstractModel):
|
|
1242
|
+
r"""桶加密状态信息
|
|
1243
|
+
|
|
1244
|
+
"""
|
|
1245
|
+
|
|
1246
|
+
def __init__(self):
|
|
1247
|
+
r"""
|
|
1248
|
+
:param _IsEncrypted: 是否已加密
|
|
1249
|
+
:type IsEncrypted: bool
|
|
1250
|
+
:param _EncryptionType: 加密类型:SSE-COS/SSE-KMS/disabled
|
|
1251
|
+
:type EncryptionType: str
|
|
1252
|
+
:param _LastOperation: 最后操作类型:enable/disable
|
|
1253
|
+
:type LastOperation: str
|
|
1254
|
+
:param _LastUpdateTime: 最后更新时间
|
|
1255
|
+
:type LastUpdateTime: str
|
|
1256
|
+
"""
|
|
1257
|
+
self._IsEncrypted = None
|
|
1258
|
+
self._EncryptionType = None
|
|
1259
|
+
self._LastOperation = None
|
|
1260
|
+
self._LastUpdateTime = None
|
|
1261
|
+
|
|
1262
|
+
@property
|
|
1263
|
+
def IsEncrypted(self):
|
|
1264
|
+
r"""是否已加密
|
|
1265
|
+
:rtype: bool
|
|
1266
|
+
"""
|
|
1267
|
+
return self._IsEncrypted
|
|
1268
|
+
|
|
1269
|
+
@IsEncrypted.setter
|
|
1270
|
+
def IsEncrypted(self, IsEncrypted):
|
|
1271
|
+
self._IsEncrypted = IsEncrypted
|
|
1272
|
+
|
|
1273
|
+
@property
|
|
1274
|
+
def EncryptionType(self):
|
|
1275
|
+
r"""加密类型:SSE-COS/SSE-KMS/disabled
|
|
1276
|
+
:rtype: str
|
|
1277
|
+
"""
|
|
1278
|
+
return self._EncryptionType
|
|
1279
|
+
|
|
1280
|
+
@EncryptionType.setter
|
|
1281
|
+
def EncryptionType(self, EncryptionType):
|
|
1282
|
+
self._EncryptionType = EncryptionType
|
|
1283
|
+
|
|
1284
|
+
@property
|
|
1285
|
+
def LastOperation(self):
|
|
1286
|
+
r"""最后操作类型:enable/disable
|
|
1287
|
+
:rtype: str
|
|
1288
|
+
"""
|
|
1289
|
+
return self._LastOperation
|
|
1290
|
+
|
|
1291
|
+
@LastOperation.setter
|
|
1292
|
+
def LastOperation(self, LastOperation):
|
|
1293
|
+
self._LastOperation = LastOperation
|
|
1294
|
+
|
|
1295
|
+
@property
|
|
1296
|
+
def LastUpdateTime(self):
|
|
1297
|
+
r"""最后更新时间
|
|
1298
|
+
:rtype: str
|
|
1299
|
+
"""
|
|
1300
|
+
return self._LastUpdateTime
|
|
1301
|
+
|
|
1302
|
+
@LastUpdateTime.setter
|
|
1303
|
+
def LastUpdateTime(self, LastUpdateTime):
|
|
1304
|
+
self._LastUpdateTime = LastUpdateTime
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
def _deserialize(self, params):
|
|
1308
|
+
self._IsEncrypted = params.get("IsEncrypted")
|
|
1309
|
+
self._EncryptionType = params.get("EncryptionType")
|
|
1310
|
+
self._LastOperation = params.get("LastOperation")
|
|
1311
|
+
self._LastUpdateTime = params.get("LastUpdateTime")
|
|
1312
|
+
memeber_set = set(params.keys())
|
|
1313
|
+
for name, value in vars(self).items():
|
|
1314
|
+
property_name = name[1:]
|
|
1315
|
+
if property_name in memeber_set:
|
|
1316
|
+
memeber_set.remove(property_name)
|
|
1317
|
+
if len(memeber_set) > 0:
|
|
1318
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1029
1322
|
class CancelBackupJobRequest(AbstractModel):
|
|
1030
1323
|
r"""CancelBackupJob请求参数结构体
|
|
1031
1324
|
|
|
@@ -2092,6 +2385,12 @@ class CreateBackUpScheduleRequest(AbstractModel):
|
|
|
2092
2385
|
:type SnapshotRemainPolicy: :class:`tencentcloud.cdwdoris.v20211228.models.SnapshotRemainPolicy`
|
|
2093
2386
|
:param _DataRemoteRegion: 备份数据所在地域,当前地域应该为空
|
|
2094
2387
|
:type DataRemoteRegion: str
|
|
2388
|
+
:param _BucketType: 托管桶类型:standard-标准,maz-多可用区
|
|
2389
|
+
:type BucketType: str
|
|
2390
|
+
:param _EnableSecurityLock: 是否开启安全锁:0-未开启,1-开启
|
|
2391
|
+
:type EnableSecurityLock: int
|
|
2392
|
+
:param _GracePeriod: 宽限期(天数)
|
|
2393
|
+
:type GracePeriod: int
|
|
2095
2394
|
"""
|
|
2096
2395
|
self._InstanceId = None
|
|
2097
2396
|
self._OperationType = None
|
|
@@ -2111,6 +2410,9 @@ class CreateBackUpScheduleRequest(AbstractModel):
|
|
|
2111
2410
|
self._CosBucket = None
|
|
2112
2411
|
self._SnapshotRemainPolicy = None
|
|
2113
2412
|
self._DataRemoteRegion = None
|
|
2413
|
+
self._BucketType = None
|
|
2414
|
+
self._EnableSecurityLock = None
|
|
2415
|
+
self._GracePeriod = None
|
|
2114
2416
|
|
|
2115
2417
|
@property
|
|
2116
2418
|
def InstanceId(self):
|
|
@@ -2343,6 +2645,39 @@ class CreateBackUpScheduleRequest(AbstractModel):
|
|
|
2343
2645
|
def DataRemoteRegion(self, DataRemoteRegion):
|
|
2344
2646
|
self._DataRemoteRegion = DataRemoteRegion
|
|
2345
2647
|
|
|
2648
|
+
@property
|
|
2649
|
+
def BucketType(self):
|
|
2650
|
+
r"""托管桶类型:standard-标准,maz-多可用区
|
|
2651
|
+
:rtype: str
|
|
2652
|
+
"""
|
|
2653
|
+
return self._BucketType
|
|
2654
|
+
|
|
2655
|
+
@BucketType.setter
|
|
2656
|
+
def BucketType(self, BucketType):
|
|
2657
|
+
self._BucketType = BucketType
|
|
2658
|
+
|
|
2659
|
+
@property
|
|
2660
|
+
def EnableSecurityLock(self):
|
|
2661
|
+
r"""是否开启安全锁:0-未开启,1-开启
|
|
2662
|
+
:rtype: int
|
|
2663
|
+
"""
|
|
2664
|
+
return self._EnableSecurityLock
|
|
2665
|
+
|
|
2666
|
+
@EnableSecurityLock.setter
|
|
2667
|
+
def EnableSecurityLock(self, EnableSecurityLock):
|
|
2668
|
+
self._EnableSecurityLock = EnableSecurityLock
|
|
2669
|
+
|
|
2670
|
+
@property
|
|
2671
|
+
def GracePeriod(self):
|
|
2672
|
+
r"""宽限期(天数)
|
|
2673
|
+
:rtype: int
|
|
2674
|
+
"""
|
|
2675
|
+
return self._GracePeriod
|
|
2676
|
+
|
|
2677
|
+
@GracePeriod.setter
|
|
2678
|
+
def GracePeriod(self, GracePeriod):
|
|
2679
|
+
self._GracePeriod = GracePeriod
|
|
2680
|
+
|
|
2346
2681
|
|
|
2347
2682
|
def _deserialize(self, params):
|
|
2348
2683
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -2376,6 +2711,9 @@ class CreateBackUpScheduleRequest(AbstractModel):
|
|
|
2376
2711
|
self._SnapshotRemainPolicy = SnapshotRemainPolicy()
|
|
2377
2712
|
self._SnapshotRemainPolicy._deserialize(params.get("SnapshotRemainPolicy"))
|
|
2378
2713
|
self._DataRemoteRegion = params.get("DataRemoteRegion")
|
|
2714
|
+
self._BucketType = params.get("BucketType")
|
|
2715
|
+
self._EnableSecurityLock = params.get("EnableSecurityLock")
|
|
2716
|
+
self._GracePeriod = params.get("GracePeriod")
|
|
2379
2717
|
memeber_set = set(params.keys())
|
|
2380
2718
|
for name, value in vars(self).items():
|
|
2381
2719
|
property_name = name[1:]
|
|
@@ -3907,6 +4245,8 @@ class DescribeBackUpJobRequest(AbstractModel):
|
|
|
3907
4245
|
:type EndTime: str
|
|
3908
4246
|
:param _JobIdFiltersStr: jobid的string类型
|
|
3909
4247
|
:type JobIdFiltersStr: str
|
|
4248
|
+
:param _EncryptionFilters: 0-未加密;1-已加密
|
|
4249
|
+
:type EncryptionFilters: list of int
|
|
3910
4250
|
"""
|
|
3911
4251
|
self._InstanceId = None
|
|
3912
4252
|
self._ApplicationType = None
|
|
@@ -3915,6 +4255,7 @@ class DescribeBackUpJobRequest(AbstractModel):
|
|
|
3915
4255
|
self._BeginTime = None
|
|
3916
4256
|
self._EndTime = None
|
|
3917
4257
|
self._JobIdFiltersStr = None
|
|
4258
|
+
self._EncryptionFilters = None
|
|
3918
4259
|
|
|
3919
4260
|
@property
|
|
3920
4261
|
def InstanceId(self):
|
|
@@ -3996,6 +4337,17 @@ class DescribeBackUpJobRequest(AbstractModel):
|
|
|
3996
4337
|
def JobIdFiltersStr(self, JobIdFiltersStr):
|
|
3997
4338
|
self._JobIdFiltersStr = JobIdFiltersStr
|
|
3998
4339
|
|
|
4340
|
+
@property
|
|
4341
|
+
def EncryptionFilters(self):
|
|
4342
|
+
r"""0-未加密;1-已加密
|
|
4343
|
+
:rtype: list of int
|
|
4344
|
+
"""
|
|
4345
|
+
return self._EncryptionFilters
|
|
4346
|
+
|
|
4347
|
+
@EncryptionFilters.setter
|
|
4348
|
+
def EncryptionFilters(self, EncryptionFilters):
|
|
4349
|
+
self._EncryptionFilters = EncryptionFilters
|
|
4350
|
+
|
|
3999
4351
|
|
|
4000
4352
|
def _deserialize(self, params):
|
|
4001
4353
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -4005,6 +4357,7 @@ class DescribeBackUpJobRequest(AbstractModel):
|
|
|
4005
4357
|
self._BeginTime = params.get("BeginTime")
|
|
4006
4358
|
self._EndTime = params.get("EndTime")
|
|
4007
4359
|
self._JobIdFiltersStr = params.get("JobIdFiltersStr")
|
|
4360
|
+
self._EncryptionFilters = params.get("EncryptionFilters")
|
|
4008
4361
|
memeber_set = set(params.keys())
|
|
4009
4362
|
for name, value in vars(self).items():
|
|
4010
4363
|
property_name = name[1:]
|
|
@@ -4028,12 +4381,15 @@ class DescribeBackUpJobResponse(AbstractModel):
|
|
|
4028
4381
|
:type ErrorMsg: str
|
|
4029
4382
|
:param _TotalCount: 总数
|
|
4030
4383
|
:type TotalCount: int
|
|
4384
|
+
:param _CurrentTime: 当前时间
|
|
4385
|
+
:type CurrentTime: str
|
|
4031
4386
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4032
4387
|
:type RequestId: str
|
|
4033
4388
|
"""
|
|
4034
4389
|
self._BackUpJobs = None
|
|
4035
4390
|
self._ErrorMsg = None
|
|
4036
4391
|
self._TotalCount = None
|
|
4392
|
+
self._CurrentTime = None
|
|
4037
4393
|
self._RequestId = None
|
|
4038
4394
|
|
|
4039
4395
|
@property
|
|
@@ -4069,6 +4425,17 @@ class DescribeBackUpJobResponse(AbstractModel):
|
|
|
4069
4425
|
def TotalCount(self, TotalCount):
|
|
4070
4426
|
self._TotalCount = TotalCount
|
|
4071
4427
|
|
|
4428
|
+
@property
|
|
4429
|
+
def CurrentTime(self):
|
|
4430
|
+
r"""当前时间
|
|
4431
|
+
:rtype: str
|
|
4432
|
+
"""
|
|
4433
|
+
return self._CurrentTime
|
|
4434
|
+
|
|
4435
|
+
@CurrentTime.setter
|
|
4436
|
+
def CurrentTime(self, CurrentTime):
|
|
4437
|
+
self._CurrentTime = CurrentTime
|
|
4438
|
+
|
|
4072
4439
|
@property
|
|
4073
4440
|
def RequestId(self):
|
|
4074
4441
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4090,6 +4457,7 @@ class DescribeBackUpJobResponse(AbstractModel):
|
|
|
4090
4457
|
self._BackUpJobs.append(obj)
|
|
4091
4458
|
self._ErrorMsg = params.get("ErrorMsg")
|
|
4092
4459
|
self._TotalCount = params.get("TotalCount")
|
|
4460
|
+
self._CurrentTime = params.get("CurrentTime")
|
|
4093
4461
|
self._RequestId = params.get("RequestId")
|
|
4094
4462
|
|
|
4095
4463
|
|
|
@@ -4105,8 +4473,11 @@ class DescribeBackUpSchedulesRequest(AbstractModel):
|
|
|
4105
4473
|
1-备份恢复(包括周期备份和一次性备份);
|
|
4106
4474
|
2-数据迁移(包括跨集群迁移和cos迁移)
|
|
4107
4475
|
:type ApplicationType: int
|
|
4476
|
+
:param _EncryptionFilters: 0-未加密;1-已加密
|
|
4477
|
+
:type EncryptionFilters: list of int
|
|
4108
4478
|
"""
|
|
4109
4479
|
self._ApplicationType = None
|
|
4480
|
+
self._EncryptionFilters = None
|
|
4110
4481
|
|
|
4111
4482
|
@property
|
|
4112
4483
|
def ApplicationType(self):
|
|
@@ -4122,9 +4493,21 @@ class DescribeBackUpSchedulesRequest(AbstractModel):
|
|
|
4122
4493
|
def ApplicationType(self, ApplicationType):
|
|
4123
4494
|
self._ApplicationType = ApplicationType
|
|
4124
4495
|
|
|
4496
|
+
@property
|
|
4497
|
+
def EncryptionFilters(self):
|
|
4498
|
+
r"""0-未加密;1-已加密
|
|
4499
|
+
:rtype: list of int
|
|
4500
|
+
"""
|
|
4501
|
+
return self._EncryptionFilters
|
|
4502
|
+
|
|
4503
|
+
@EncryptionFilters.setter
|
|
4504
|
+
def EncryptionFilters(self, EncryptionFilters):
|
|
4505
|
+
self._EncryptionFilters = EncryptionFilters
|
|
4506
|
+
|
|
4125
4507
|
|
|
4126
4508
|
def _deserialize(self, params):
|
|
4127
4509
|
self._ApplicationType = params.get("ApplicationType")
|
|
4510
|
+
self._EncryptionFilters = params.get("EncryptionFilters")
|
|
4128
4511
|
memeber_set = set(params.keys())
|
|
4129
4512
|
for name, value in vars(self).items():
|
|
4130
4513
|
property_name = name[1:]
|
|
@@ -4142,11 +4525,39 @@ class DescribeBackUpSchedulesResponse(AbstractModel):
|
|
|
4142
4525
|
|
|
4143
4526
|
def __init__(self):
|
|
4144
4527
|
r"""
|
|
4528
|
+
:param _CurrentTime: 当前系统时间
|
|
4529
|
+
:type CurrentTime: str
|
|
4530
|
+
:param _BucketEncryption: 桶加密状态信息
|
|
4531
|
+
:type BucketEncryption: :class:`tencentcloud.cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
4145
4532
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4146
4533
|
:type RequestId: str
|
|
4147
4534
|
"""
|
|
4535
|
+
self._CurrentTime = None
|
|
4536
|
+
self._BucketEncryption = None
|
|
4148
4537
|
self._RequestId = None
|
|
4149
4538
|
|
|
4539
|
+
@property
|
|
4540
|
+
def CurrentTime(self):
|
|
4541
|
+
r"""当前系统时间
|
|
4542
|
+
:rtype: str
|
|
4543
|
+
"""
|
|
4544
|
+
return self._CurrentTime
|
|
4545
|
+
|
|
4546
|
+
@CurrentTime.setter
|
|
4547
|
+
def CurrentTime(self, CurrentTime):
|
|
4548
|
+
self._CurrentTime = CurrentTime
|
|
4549
|
+
|
|
4550
|
+
@property
|
|
4551
|
+
def BucketEncryption(self):
|
|
4552
|
+
r"""桶加密状态信息
|
|
4553
|
+
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
4554
|
+
"""
|
|
4555
|
+
return self._BucketEncryption
|
|
4556
|
+
|
|
4557
|
+
@BucketEncryption.setter
|
|
4558
|
+
def BucketEncryption(self, BucketEncryption):
|
|
4559
|
+
self._BucketEncryption = BucketEncryption
|
|
4560
|
+
|
|
4150
4561
|
@property
|
|
4151
4562
|
def RequestId(self):
|
|
4152
4563
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4160,6 +4571,10 @@ class DescribeBackUpSchedulesResponse(AbstractModel):
|
|
|
4160
4571
|
|
|
4161
4572
|
|
|
4162
4573
|
def _deserialize(self, params):
|
|
4574
|
+
self._CurrentTime = params.get("CurrentTime")
|
|
4575
|
+
if params.get("BucketEncryption") is not None:
|
|
4576
|
+
self._BucketEncryption = BucketEncryptionInfo()
|
|
4577
|
+
self._BucketEncryption._deserialize(params.get("BucketEncryption"))
|
|
4163
4578
|
self._RequestId = params.get("RequestId")
|
|
4164
4579
|
|
|
4165
4580
|
|
|
@@ -9278,6 +9693,14 @@ Changing 变更中
|
|
|
9278
9693
|
:type CosPkgCapacity: int
|
|
9279
9694
|
:param _UseManagedBucket: 集群是否使用托管桶
|
|
9280
9695
|
:type UseManagedBucket: bool
|
|
9696
|
+
:param _InstanceType: 集群类型
|
|
9697
|
+
:type InstanceType: str
|
|
9698
|
+
:param _MasterInstance: 对应主集群
|
|
9699
|
+
:type MasterInstance: str
|
|
9700
|
+
:param _SlaveInstances: 对应备集群
|
|
9701
|
+
:type SlaveInstances: list of str
|
|
9702
|
+
:param _SyncerIp: ccr服务部署节点ip
|
|
9703
|
+
:type SyncerIp: str
|
|
9281
9704
|
"""
|
|
9282
9705
|
self._InstanceId = None
|
|
9283
9706
|
self._InstanceName = None
|
|
@@ -9336,6 +9759,10 @@ Changing 变更中
|
|
|
9336
9759
|
self._IsMasterNonVM = None
|
|
9337
9760
|
self._CosPkgCapacity = None
|
|
9338
9761
|
self._UseManagedBucket = None
|
|
9762
|
+
self._InstanceType = None
|
|
9763
|
+
self._MasterInstance = None
|
|
9764
|
+
self._SlaveInstances = None
|
|
9765
|
+
self._SyncerIp = None
|
|
9339
9766
|
|
|
9340
9767
|
@property
|
|
9341
9768
|
def InstanceId(self):
|
|
@@ -9977,6 +10404,50 @@ Changing 变更中
|
|
|
9977
10404
|
def UseManagedBucket(self, UseManagedBucket):
|
|
9978
10405
|
self._UseManagedBucket = UseManagedBucket
|
|
9979
10406
|
|
|
10407
|
+
@property
|
|
10408
|
+
def InstanceType(self):
|
|
10409
|
+
r"""集群类型
|
|
10410
|
+
:rtype: str
|
|
10411
|
+
"""
|
|
10412
|
+
return self._InstanceType
|
|
10413
|
+
|
|
10414
|
+
@InstanceType.setter
|
|
10415
|
+
def InstanceType(self, InstanceType):
|
|
10416
|
+
self._InstanceType = InstanceType
|
|
10417
|
+
|
|
10418
|
+
@property
|
|
10419
|
+
def MasterInstance(self):
|
|
10420
|
+
r"""对应主集群
|
|
10421
|
+
:rtype: str
|
|
10422
|
+
"""
|
|
10423
|
+
return self._MasterInstance
|
|
10424
|
+
|
|
10425
|
+
@MasterInstance.setter
|
|
10426
|
+
def MasterInstance(self, MasterInstance):
|
|
10427
|
+
self._MasterInstance = MasterInstance
|
|
10428
|
+
|
|
10429
|
+
@property
|
|
10430
|
+
def SlaveInstances(self):
|
|
10431
|
+
r"""对应备集群
|
|
10432
|
+
:rtype: list of str
|
|
10433
|
+
"""
|
|
10434
|
+
return self._SlaveInstances
|
|
10435
|
+
|
|
10436
|
+
@SlaveInstances.setter
|
|
10437
|
+
def SlaveInstances(self, SlaveInstances):
|
|
10438
|
+
self._SlaveInstances = SlaveInstances
|
|
10439
|
+
|
|
10440
|
+
@property
|
|
10441
|
+
def SyncerIp(self):
|
|
10442
|
+
r"""ccr服务部署节点ip
|
|
10443
|
+
:rtype: str
|
|
10444
|
+
"""
|
|
10445
|
+
return self._SyncerIp
|
|
10446
|
+
|
|
10447
|
+
@SyncerIp.setter
|
|
10448
|
+
def SyncerIp(self, SyncerIp):
|
|
10449
|
+
self._SyncerIp = SyncerIp
|
|
10450
|
+
|
|
9980
10451
|
|
|
9981
10452
|
def _deserialize(self, params):
|
|
9982
10453
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -10049,6 +10520,10 @@ Changing 变更中
|
|
|
10049
10520
|
self._IsMasterNonVM = params.get("IsMasterNonVM")
|
|
10050
10521
|
self._CosPkgCapacity = params.get("CosPkgCapacity")
|
|
10051
10522
|
self._UseManagedBucket = params.get("UseManagedBucket")
|
|
10523
|
+
self._InstanceType = params.get("InstanceType")
|
|
10524
|
+
self._MasterInstance = params.get("MasterInstance")
|
|
10525
|
+
self._SlaveInstances = params.get("SlaveInstances")
|
|
10526
|
+
self._SyncerIp = params.get("SyncerIp")
|
|
10052
10527
|
memeber_set = set(params.keys())
|
|
10053
10528
|
for name, value in vars(self).items():
|
|
10054
10529
|
property_name = name[1:]
|
|
@@ -11944,6 +12419,8 @@ class NodeInfo(AbstractModel):
|
|
|
11944
12419
|
:type CreateTime: str
|
|
11945
12420
|
:param _VirtualZone: 虚拟可用区
|
|
11946
12421
|
:type VirtualZone: str
|
|
12422
|
+
:param _HasFDB: 是否有fdb
|
|
12423
|
+
:type HasFDB: bool
|
|
11947
12424
|
"""
|
|
11948
12425
|
self._Ip = None
|
|
11949
12426
|
self._Status = None
|
|
@@ -11957,6 +12434,7 @@ class NodeInfo(AbstractModel):
|
|
|
11957
12434
|
self._ComputeGroupId = None
|
|
11958
12435
|
self._CreateTime = None
|
|
11959
12436
|
self._VirtualZone = None
|
|
12437
|
+
self._HasFDB = None
|
|
11960
12438
|
|
|
11961
12439
|
@property
|
|
11962
12440
|
def Ip(self):
|
|
@@ -12090,6 +12568,17 @@ class NodeInfo(AbstractModel):
|
|
|
12090
12568
|
def VirtualZone(self, VirtualZone):
|
|
12091
12569
|
self._VirtualZone = VirtualZone
|
|
12092
12570
|
|
|
12571
|
+
@property
|
|
12572
|
+
def HasFDB(self):
|
|
12573
|
+
r"""是否有fdb
|
|
12574
|
+
:rtype: bool
|
|
12575
|
+
"""
|
|
12576
|
+
return self._HasFDB
|
|
12577
|
+
|
|
12578
|
+
@HasFDB.setter
|
|
12579
|
+
def HasFDB(self, HasFDB):
|
|
12580
|
+
self._HasFDB = HasFDB
|
|
12581
|
+
|
|
12093
12582
|
|
|
12094
12583
|
def _deserialize(self, params):
|
|
12095
12584
|
self._Ip = params.get("Ip")
|
|
@@ -12104,6 +12593,7 @@ class NodeInfo(AbstractModel):
|
|
|
12104
12593
|
self._ComputeGroupId = params.get("ComputeGroupId")
|
|
12105
12594
|
self._CreateTime = params.get("CreateTime")
|
|
12106
12595
|
self._VirtualZone = params.get("VirtualZone")
|
|
12596
|
+
self._HasFDB = params.get("HasFDB")
|
|
12107
12597
|
memeber_set = set(params.keys())
|
|
12108
12598
|
for name, value in vars(self).items():
|
|
12109
12599
|
property_name = name[1:]
|
|
@@ -12145,6 +12635,8 @@ class NodeInfos(AbstractModel):
|
|
|
12145
12635
|
:type RIp: str
|
|
12146
12636
|
:param _VirtualZone: 虚拟可用区
|
|
12147
12637
|
:type VirtualZone: str
|
|
12638
|
+
:param _HasFDB: 是否有fdb
|
|
12639
|
+
:type HasFDB: bool
|
|
12148
12640
|
"""
|
|
12149
12641
|
self._NodeName = None
|
|
12150
12642
|
self._Status = None
|
|
@@ -12158,6 +12650,7 @@ class NodeInfos(AbstractModel):
|
|
|
12158
12650
|
self._ComputeGroupId = None
|
|
12159
12651
|
self._RIp = None
|
|
12160
12652
|
self._VirtualZone = None
|
|
12653
|
+
self._HasFDB = None
|
|
12161
12654
|
|
|
12162
12655
|
@property
|
|
12163
12656
|
def NodeName(self):
|
|
@@ -12291,6 +12784,17 @@ class NodeInfos(AbstractModel):
|
|
|
12291
12784
|
def VirtualZone(self, VirtualZone):
|
|
12292
12785
|
self._VirtualZone = VirtualZone
|
|
12293
12786
|
|
|
12787
|
+
@property
|
|
12788
|
+
def HasFDB(self):
|
|
12789
|
+
r"""是否有fdb
|
|
12790
|
+
:rtype: bool
|
|
12791
|
+
"""
|
|
12792
|
+
return self._HasFDB
|
|
12793
|
+
|
|
12794
|
+
@HasFDB.setter
|
|
12795
|
+
def HasFDB(self, HasFDB):
|
|
12796
|
+
self._HasFDB = HasFDB
|
|
12797
|
+
|
|
12294
12798
|
|
|
12295
12799
|
def _deserialize(self, params):
|
|
12296
12800
|
self._NodeName = params.get("NodeName")
|
|
@@ -12305,6 +12809,7 @@ class NodeInfos(AbstractModel):
|
|
|
12305
12809
|
self._ComputeGroupId = params.get("ComputeGroupId")
|
|
12306
12810
|
self._RIp = params.get("RIp")
|
|
12307
12811
|
self._VirtualZone = params.get("VirtualZone")
|
|
12812
|
+
self._HasFDB = params.get("HasFDB")
|
|
12308
12813
|
memeber_set = set(params.keys())
|
|
12309
12814
|
for name, value in vars(self).items():
|
|
12310
12815
|
property_name = name[1:]
|