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
|
@@ -4605,6 +4605,100 @@ class DeleteReplicationInstanceResponse(AbstractModel):
|
|
|
4605
4605
|
self._RequestId = params.get("RequestId")
|
|
4606
4606
|
|
|
4607
4607
|
|
|
4608
|
+
class DeleteReplicationRuleRequest(AbstractModel):
|
|
4609
|
+
r"""DeleteReplicationRule请求参数结构体
|
|
4610
|
+
|
|
4611
|
+
"""
|
|
4612
|
+
|
|
4613
|
+
def __init__(self):
|
|
4614
|
+
r"""
|
|
4615
|
+
:param _SourceRegistryId: 源实例ID
|
|
4616
|
+
:type SourceRegistryId: str
|
|
4617
|
+
:param _RuleName: 同步规则名称
|
|
4618
|
+
:type RuleName: str
|
|
4619
|
+
:param _Description: 规则描述
|
|
4620
|
+
:type Description: str
|
|
4621
|
+
"""
|
|
4622
|
+
self._SourceRegistryId = None
|
|
4623
|
+
self._RuleName = None
|
|
4624
|
+
self._Description = None
|
|
4625
|
+
|
|
4626
|
+
@property
|
|
4627
|
+
def SourceRegistryId(self):
|
|
4628
|
+
r"""源实例ID
|
|
4629
|
+
:rtype: str
|
|
4630
|
+
"""
|
|
4631
|
+
return self._SourceRegistryId
|
|
4632
|
+
|
|
4633
|
+
@SourceRegistryId.setter
|
|
4634
|
+
def SourceRegistryId(self, SourceRegistryId):
|
|
4635
|
+
self._SourceRegistryId = SourceRegistryId
|
|
4636
|
+
|
|
4637
|
+
@property
|
|
4638
|
+
def RuleName(self):
|
|
4639
|
+
r"""同步规则名称
|
|
4640
|
+
:rtype: str
|
|
4641
|
+
"""
|
|
4642
|
+
return self._RuleName
|
|
4643
|
+
|
|
4644
|
+
@RuleName.setter
|
|
4645
|
+
def RuleName(self, RuleName):
|
|
4646
|
+
self._RuleName = RuleName
|
|
4647
|
+
|
|
4648
|
+
@property
|
|
4649
|
+
def Description(self):
|
|
4650
|
+
r"""规则描述
|
|
4651
|
+
:rtype: str
|
|
4652
|
+
"""
|
|
4653
|
+
return self._Description
|
|
4654
|
+
|
|
4655
|
+
@Description.setter
|
|
4656
|
+
def Description(self, Description):
|
|
4657
|
+
self._Description = Description
|
|
4658
|
+
|
|
4659
|
+
|
|
4660
|
+
def _deserialize(self, params):
|
|
4661
|
+
self._SourceRegistryId = params.get("SourceRegistryId")
|
|
4662
|
+
self._RuleName = params.get("RuleName")
|
|
4663
|
+
self._Description = params.get("Description")
|
|
4664
|
+
memeber_set = set(params.keys())
|
|
4665
|
+
for name, value in vars(self).items():
|
|
4666
|
+
property_name = name[1:]
|
|
4667
|
+
if property_name in memeber_set:
|
|
4668
|
+
memeber_set.remove(property_name)
|
|
4669
|
+
if len(memeber_set) > 0:
|
|
4670
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4671
|
+
|
|
4672
|
+
|
|
4673
|
+
|
|
4674
|
+
class DeleteReplicationRuleResponse(AbstractModel):
|
|
4675
|
+
r"""DeleteReplicationRule返回参数结构体
|
|
4676
|
+
|
|
4677
|
+
"""
|
|
4678
|
+
|
|
4679
|
+
def __init__(self):
|
|
4680
|
+
r"""
|
|
4681
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4682
|
+
:type RequestId: str
|
|
4683
|
+
"""
|
|
4684
|
+
self._RequestId = None
|
|
4685
|
+
|
|
4686
|
+
@property
|
|
4687
|
+
def RequestId(self):
|
|
4688
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4689
|
+
:rtype: str
|
|
4690
|
+
"""
|
|
4691
|
+
return self._RequestId
|
|
4692
|
+
|
|
4693
|
+
@RequestId.setter
|
|
4694
|
+
def RequestId(self, RequestId):
|
|
4695
|
+
self._RequestId = RequestId
|
|
4696
|
+
|
|
4697
|
+
|
|
4698
|
+
def _deserialize(self, params):
|
|
4699
|
+
self._RequestId = params.get("RequestId")
|
|
4700
|
+
|
|
4701
|
+
|
|
4608
4702
|
class DeleteRepositoryPersonalRequest(AbstractModel):
|
|
4609
4703
|
r"""DeleteRepositoryPersonal请求参数结构体
|
|
4610
4704
|
|
|
@@ -8702,6 +8796,139 @@ class DescribeReplicationInstancesResponse(AbstractModel):
|
|
|
8702
8796
|
self._RequestId = params.get("RequestId")
|
|
8703
8797
|
|
|
8704
8798
|
|
|
8799
|
+
class DescribeReplicationPoliciesRequest(AbstractModel):
|
|
8800
|
+
r"""DescribeReplicationPolicies请求参数结构体
|
|
8801
|
+
|
|
8802
|
+
"""
|
|
8803
|
+
|
|
8804
|
+
def __init__(self):
|
|
8805
|
+
r"""
|
|
8806
|
+
:param _RegistryId: 实例ID
|
|
8807
|
+
:type RegistryId: str
|
|
8808
|
+
:param _Page: 页数,默认为1
|
|
8809
|
+
:type Page: int
|
|
8810
|
+
:param _PageSize: 每页展示个数,默认为100
|
|
8811
|
+
:type PageSize: int
|
|
8812
|
+
"""
|
|
8813
|
+
self._RegistryId = None
|
|
8814
|
+
self._Page = None
|
|
8815
|
+
self._PageSize = None
|
|
8816
|
+
|
|
8817
|
+
@property
|
|
8818
|
+
def RegistryId(self):
|
|
8819
|
+
r"""实例ID
|
|
8820
|
+
:rtype: str
|
|
8821
|
+
"""
|
|
8822
|
+
return self._RegistryId
|
|
8823
|
+
|
|
8824
|
+
@RegistryId.setter
|
|
8825
|
+
def RegistryId(self, RegistryId):
|
|
8826
|
+
self._RegistryId = RegistryId
|
|
8827
|
+
|
|
8828
|
+
@property
|
|
8829
|
+
def Page(self):
|
|
8830
|
+
r"""页数,默认为1
|
|
8831
|
+
:rtype: int
|
|
8832
|
+
"""
|
|
8833
|
+
return self._Page
|
|
8834
|
+
|
|
8835
|
+
@Page.setter
|
|
8836
|
+
def Page(self, Page):
|
|
8837
|
+
self._Page = Page
|
|
8838
|
+
|
|
8839
|
+
@property
|
|
8840
|
+
def PageSize(self):
|
|
8841
|
+
r"""每页展示个数,默认为100
|
|
8842
|
+
:rtype: int
|
|
8843
|
+
"""
|
|
8844
|
+
return self._PageSize
|
|
8845
|
+
|
|
8846
|
+
@PageSize.setter
|
|
8847
|
+
def PageSize(self, PageSize):
|
|
8848
|
+
self._PageSize = PageSize
|
|
8849
|
+
|
|
8850
|
+
|
|
8851
|
+
def _deserialize(self, params):
|
|
8852
|
+
self._RegistryId = params.get("RegistryId")
|
|
8853
|
+
self._Page = params.get("Page")
|
|
8854
|
+
self._PageSize = params.get("PageSize")
|
|
8855
|
+
memeber_set = set(params.keys())
|
|
8856
|
+
for name, value in vars(self).items():
|
|
8857
|
+
property_name = name[1:]
|
|
8858
|
+
if property_name in memeber_set:
|
|
8859
|
+
memeber_set.remove(property_name)
|
|
8860
|
+
if len(memeber_set) > 0:
|
|
8861
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
8862
|
+
|
|
8863
|
+
|
|
8864
|
+
|
|
8865
|
+
class DescribeReplicationPoliciesResponse(AbstractModel):
|
|
8866
|
+
r"""DescribeReplicationPolicies返回参数结构体
|
|
8867
|
+
|
|
8868
|
+
"""
|
|
8869
|
+
|
|
8870
|
+
def __init__(self):
|
|
8871
|
+
r"""
|
|
8872
|
+
:param _ReplicationPolicyInfoList: 实例同步策略列表
|
|
8873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8874
|
+
:type ReplicationPolicyInfoList: list of ReplicationPolicyInfo
|
|
8875
|
+
:param _TotalCount: 策略总数
|
|
8876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8877
|
+
:type TotalCount: int
|
|
8878
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8879
|
+
:type RequestId: str
|
|
8880
|
+
"""
|
|
8881
|
+
self._ReplicationPolicyInfoList = None
|
|
8882
|
+
self._TotalCount = None
|
|
8883
|
+
self._RequestId = None
|
|
8884
|
+
|
|
8885
|
+
@property
|
|
8886
|
+
def ReplicationPolicyInfoList(self):
|
|
8887
|
+
r"""实例同步策略列表
|
|
8888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8889
|
+
:rtype: list of ReplicationPolicyInfo
|
|
8890
|
+
"""
|
|
8891
|
+
return self._ReplicationPolicyInfoList
|
|
8892
|
+
|
|
8893
|
+
@ReplicationPolicyInfoList.setter
|
|
8894
|
+
def ReplicationPolicyInfoList(self, ReplicationPolicyInfoList):
|
|
8895
|
+
self._ReplicationPolicyInfoList = ReplicationPolicyInfoList
|
|
8896
|
+
|
|
8897
|
+
@property
|
|
8898
|
+
def TotalCount(self):
|
|
8899
|
+
r"""策略总数
|
|
8900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8901
|
+
:rtype: int
|
|
8902
|
+
"""
|
|
8903
|
+
return self._TotalCount
|
|
8904
|
+
|
|
8905
|
+
@TotalCount.setter
|
|
8906
|
+
def TotalCount(self, TotalCount):
|
|
8907
|
+
self._TotalCount = TotalCount
|
|
8908
|
+
|
|
8909
|
+
@property
|
|
8910
|
+
def RequestId(self):
|
|
8911
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8912
|
+
:rtype: str
|
|
8913
|
+
"""
|
|
8914
|
+
return self._RequestId
|
|
8915
|
+
|
|
8916
|
+
@RequestId.setter
|
|
8917
|
+
def RequestId(self, RequestId):
|
|
8918
|
+
self._RequestId = RequestId
|
|
8919
|
+
|
|
8920
|
+
|
|
8921
|
+
def _deserialize(self, params):
|
|
8922
|
+
if params.get("ReplicationPolicyInfoList") is not None:
|
|
8923
|
+
self._ReplicationPolicyInfoList = []
|
|
8924
|
+
for item in params.get("ReplicationPolicyInfoList"):
|
|
8925
|
+
obj = ReplicationPolicyInfo()
|
|
8926
|
+
obj._deserialize(item)
|
|
8927
|
+
self._ReplicationPolicyInfoList.append(obj)
|
|
8928
|
+
self._TotalCount = params.get("TotalCount")
|
|
8929
|
+
self._RequestId = params.get("RequestId")
|
|
8930
|
+
|
|
8931
|
+
|
|
8705
8932
|
class DescribeRepositoriesRequest(AbstractModel):
|
|
8706
8933
|
r"""DescribeRepositories请求参数结构体
|
|
8707
8934
|
|
|
@@ -12370,44 +12597,27 @@ class ModifyInstanceResponse(AbstractModel):
|
|
|
12370
12597
|
self._RequestId = params.get("RequestId")
|
|
12371
12598
|
|
|
12372
12599
|
|
|
12373
|
-
class
|
|
12374
|
-
r"""
|
|
12600
|
+
class ModifyInstanceStorageRequest(AbstractModel):
|
|
12601
|
+
r"""ModifyInstanceStorage请求参数结构体
|
|
12375
12602
|
|
|
12376
12603
|
"""
|
|
12377
12604
|
|
|
12378
12605
|
def __init__(self):
|
|
12379
12606
|
r"""
|
|
12380
|
-
:param
|
|
12381
|
-
:type TokenId: str
|
|
12382
|
-
:param _RegistryId: 实例 ID
|
|
12607
|
+
:param _RegistryId: <p>实例ID</p>
|
|
12383
12608
|
:type RegistryId: str
|
|
12384
|
-
:param
|
|
12385
|
-
:type
|
|
12386
|
-
:param
|
|
12387
|
-
:type
|
|
12388
|
-
:param _ModifyFlag: 1为修改描述 2为操作启动禁用,默认值为2
|
|
12389
|
-
:type ModifyFlag: int
|
|
12609
|
+
:param _TargetRegion: <p>目标存储资源地域</p>
|
|
12610
|
+
:type TargetRegion: str
|
|
12611
|
+
:param _TargetStorageName: <p>目标存储资源名称</p>
|
|
12612
|
+
:type TargetStorageName: str
|
|
12390
12613
|
"""
|
|
12391
|
-
self._TokenId = None
|
|
12392
12614
|
self._RegistryId = None
|
|
12393
|
-
self.
|
|
12394
|
-
self.
|
|
12395
|
-
self._ModifyFlag = None
|
|
12396
|
-
|
|
12397
|
-
@property
|
|
12398
|
-
def TokenId(self):
|
|
12399
|
-
r"""实例长期访问凭证 ID
|
|
12400
|
-
:rtype: str
|
|
12401
|
-
"""
|
|
12402
|
-
return self._TokenId
|
|
12403
|
-
|
|
12404
|
-
@TokenId.setter
|
|
12405
|
-
def TokenId(self, TokenId):
|
|
12406
|
-
self._TokenId = TokenId
|
|
12615
|
+
self._TargetRegion = None
|
|
12616
|
+
self._TargetStorageName = None
|
|
12407
12617
|
|
|
12408
12618
|
@property
|
|
12409
12619
|
def RegistryId(self):
|
|
12410
|
-
r"""
|
|
12620
|
+
r"""<p>实例ID</p>
|
|
12411
12621
|
:rtype: str
|
|
12412
12622
|
"""
|
|
12413
12623
|
return self._RegistryId
|
|
@@ -12417,45 +12627,32 @@ class ModifyInstanceTokenRequest(AbstractModel):
|
|
|
12417
12627
|
self._RegistryId = RegistryId
|
|
12418
12628
|
|
|
12419
12629
|
@property
|
|
12420
|
-
def
|
|
12421
|
-
r"""
|
|
12422
|
-
:rtype: bool
|
|
12423
|
-
"""
|
|
12424
|
-
return self._Enable
|
|
12425
|
-
|
|
12426
|
-
@Enable.setter
|
|
12427
|
-
def Enable(self, Enable):
|
|
12428
|
-
self._Enable = Enable
|
|
12429
|
-
|
|
12430
|
-
@property
|
|
12431
|
-
def Desc(self):
|
|
12432
|
-
r"""访问凭证描述
|
|
12630
|
+
def TargetRegion(self):
|
|
12631
|
+
r"""<p>目标存储资源地域</p>
|
|
12433
12632
|
:rtype: str
|
|
12434
12633
|
"""
|
|
12435
|
-
return self.
|
|
12634
|
+
return self._TargetRegion
|
|
12436
12635
|
|
|
12437
|
-
@
|
|
12438
|
-
def
|
|
12439
|
-
self.
|
|
12636
|
+
@TargetRegion.setter
|
|
12637
|
+
def TargetRegion(self, TargetRegion):
|
|
12638
|
+
self._TargetRegion = TargetRegion
|
|
12440
12639
|
|
|
12441
12640
|
@property
|
|
12442
|
-
def
|
|
12443
|
-
r"""
|
|
12444
|
-
:rtype:
|
|
12641
|
+
def TargetStorageName(self):
|
|
12642
|
+
r"""<p>目标存储资源名称</p>
|
|
12643
|
+
:rtype: str
|
|
12445
12644
|
"""
|
|
12446
|
-
return self.
|
|
12645
|
+
return self._TargetStorageName
|
|
12447
12646
|
|
|
12448
|
-
@
|
|
12449
|
-
def
|
|
12450
|
-
self.
|
|
12647
|
+
@TargetStorageName.setter
|
|
12648
|
+
def TargetStorageName(self, TargetStorageName):
|
|
12649
|
+
self._TargetStorageName = TargetStorageName
|
|
12451
12650
|
|
|
12452
12651
|
|
|
12453
12652
|
def _deserialize(self, params):
|
|
12454
|
-
self._TokenId = params.get("TokenId")
|
|
12455
12653
|
self._RegistryId = params.get("RegistryId")
|
|
12456
|
-
self.
|
|
12457
|
-
self.
|
|
12458
|
-
self._ModifyFlag = params.get("ModifyFlag")
|
|
12654
|
+
self._TargetRegion = params.get("TargetRegion")
|
|
12655
|
+
self._TargetStorageName = params.get("TargetStorageName")
|
|
12459
12656
|
memeber_set = set(params.keys())
|
|
12460
12657
|
for name, value in vars(self).items():
|
|
12461
12658
|
property_name = name[1:]
|
|
@@ -12466,8 +12663,8 @@ class ModifyInstanceTokenRequest(AbstractModel):
|
|
|
12466
12663
|
|
|
12467
12664
|
|
|
12468
12665
|
|
|
12469
|
-
class
|
|
12470
|
-
r"""
|
|
12666
|
+
class ModifyInstanceStorageResponse(AbstractModel):
|
|
12667
|
+
r"""ModifyInstanceStorage返回参数结构体
|
|
12471
12668
|
|
|
12472
12669
|
"""
|
|
12473
12670
|
|
|
@@ -12494,16 +12691,140 @@ class ModifyInstanceTokenResponse(AbstractModel):
|
|
|
12494
12691
|
self._RequestId = params.get("RequestId")
|
|
12495
12692
|
|
|
12496
12693
|
|
|
12497
|
-
class
|
|
12498
|
-
r"""
|
|
12694
|
+
class ModifyInstanceTokenRequest(AbstractModel):
|
|
12695
|
+
r"""ModifyInstanceToken请求参数结构体
|
|
12499
12696
|
|
|
12500
12697
|
"""
|
|
12501
12698
|
|
|
12502
12699
|
def __init__(self):
|
|
12503
12700
|
r"""
|
|
12504
|
-
:param
|
|
12701
|
+
:param _TokenId: 实例长期访问凭证 ID
|
|
12702
|
+
:type TokenId: str
|
|
12703
|
+
:param _RegistryId: 实例 ID
|
|
12505
12704
|
:type RegistryId: str
|
|
12506
|
-
:param
|
|
12705
|
+
:param _Enable: 启用或禁用实例长期访问凭证
|
|
12706
|
+
:type Enable: bool
|
|
12707
|
+
:param _Desc: 访问凭证描述
|
|
12708
|
+
:type Desc: str
|
|
12709
|
+
:param _ModifyFlag: 1为修改描述 2为操作启动禁用,默认值为2
|
|
12710
|
+
:type ModifyFlag: int
|
|
12711
|
+
"""
|
|
12712
|
+
self._TokenId = None
|
|
12713
|
+
self._RegistryId = None
|
|
12714
|
+
self._Enable = None
|
|
12715
|
+
self._Desc = None
|
|
12716
|
+
self._ModifyFlag = None
|
|
12717
|
+
|
|
12718
|
+
@property
|
|
12719
|
+
def TokenId(self):
|
|
12720
|
+
r"""实例长期访问凭证 ID
|
|
12721
|
+
:rtype: str
|
|
12722
|
+
"""
|
|
12723
|
+
return self._TokenId
|
|
12724
|
+
|
|
12725
|
+
@TokenId.setter
|
|
12726
|
+
def TokenId(self, TokenId):
|
|
12727
|
+
self._TokenId = TokenId
|
|
12728
|
+
|
|
12729
|
+
@property
|
|
12730
|
+
def RegistryId(self):
|
|
12731
|
+
r"""实例 ID
|
|
12732
|
+
:rtype: str
|
|
12733
|
+
"""
|
|
12734
|
+
return self._RegistryId
|
|
12735
|
+
|
|
12736
|
+
@RegistryId.setter
|
|
12737
|
+
def RegistryId(self, RegistryId):
|
|
12738
|
+
self._RegistryId = RegistryId
|
|
12739
|
+
|
|
12740
|
+
@property
|
|
12741
|
+
def Enable(self):
|
|
12742
|
+
r"""启用或禁用实例长期访问凭证
|
|
12743
|
+
:rtype: bool
|
|
12744
|
+
"""
|
|
12745
|
+
return self._Enable
|
|
12746
|
+
|
|
12747
|
+
@Enable.setter
|
|
12748
|
+
def Enable(self, Enable):
|
|
12749
|
+
self._Enable = Enable
|
|
12750
|
+
|
|
12751
|
+
@property
|
|
12752
|
+
def Desc(self):
|
|
12753
|
+
r"""访问凭证描述
|
|
12754
|
+
:rtype: str
|
|
12755
|
+
"""
|
|
12756
|
+
return self._Desc
|
|
12757
|
+
|
|
12758
|
+
@Desc.setter
|
|
12759
|
+
def Desc(self, Desc):
|
|
12760
|
+
self._Desc = Desc
|
|
12761
|
+
|
|
12762
|
+
@property
|
|
12763
|
+
def ModifyFlag(self):
|
|
12764
|
+
r"""1为修改描述 2为操作启动禁用,默认值为2
|
|
12765
|
+
:rtype: int
|
|
12766
|
+
"""
|
|
12767
|
+
return self._ModifyFlag
|
|
12768
|
+
|
|
12769
|
+
@ModifyFlag.setter
|
|
12770
|
+
def ModifyFlag(self, ModifyFlag):
|
|
12771
|
+
self._ModifyFlag = ModifyFlag
|
|
12772
|
+
|
|
12773
|
+
|
|
12774
|
+
def _deserialize(self, params):
|
|
12775
|
+
self._TokenId = params.get("TokenId")
|
|
12776
|
+
self._RegistryId = params.get("RegistryId")
|
|
12777
|
+
self._Enable = params.get("Enable")
|
|
12778
|
+
self._Desc = params.get("Desc")
|
|
12779
|
+
self._ModifyFlag = params.get("ModifyFlag")
|
|
12780
|
+
memeber_set = set(params.keys())
|
|
12781
|
+
for name, value in vars(self).items():
|
|
12782
|
+
property_name = name[1:]
|
|
12783
|
+
if property_name in memeber_set:
|
|
12784
|
+
memeber_set.remove(property_name)
|
|
12785
|
+
if len(memeber_set) > 0:
|
|
12786
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12787
|
+
|
|
12788
|
+
|
|
12789
|
+
|
|
12790
|
+
class ModifyInstanceTokenResponse(AbstractModel):
|
|
12791
|
+
r"""ModifyInstanceToken返回参数结构体
|
|
12792
|
+
|
|
12793
|
+
"""
|
|
12794
|
+
|
|
12795
|
+
def __init__(self):
|
|
12796
|
+
r"""
|
|
12797
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12798
|
+
:type RequestId: str
|
|
12799
|
+
"""
|
|
12800
|
+
self._RequestId = None
|
|
12801
|
+
|
|
12802
|
+
@property
|
|
12803
|
+
def RequestId(self):
|
|
12804
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12805
|
+
:rtype: str
|
|
12806
|
+
"""
|
|
12807
|
+
return self._RequestId
|
|
12808
|
+
|
|
12809
|
+
@RequestId.setter
|
|
12810
|
+
def RequestId(self, RequestId):
|
|
12811
|
+
self._RequestId = RequestId
|
|
12812
|
+
|
|
12813
|
+
|
|
12814
|
+
def _deserialize(self, params):
|
|
12815
|
+
self._RequestId = params.get("RequestId")
|
|
12816
|
+
|
|
12817
|
+
|
|
12818
|
+
class ModifyNamespaceRequest(AbstractModel):
|
|
12819
|
+
r"""ModifyNamespace请求参数结构体
|
|
12820
|
+
|
|
12821
|
+
"""
|
|
12822
|
+
|
|
12823
|
+
def __init__(self):
|
|
12824
|
+
r"""
|
|
12825
|
+
:param _RegistryId: 实例Id
|
|
12826
|
+
:type RegistryId: str
|
|
12827
|
+
:param _NamespaceName: 命名空间名称
|
|
12507
12828
|
:type NamespaceName: str
|
|
12508
12829
|
:param _IsPublic: 访问级别,True为公开,False为私有
|
|
12509
12830
|
:type IsPublic: bool
|
|
@@ -13933,6 +14254,61 @@ class Permission(AbstractModel):
|
|
|
13933
14254
|
|
|
13934
14255
|
|
|
13935
14256
|
|
|
14257
|
+
class PolicyFilter(AbstractModel):
|
|
14258
|
+
r"""策略过滤条件
|
|
14259
|
+
|
|
14260
|
+
"""
|
|
14261
|
+
|
|
14262
|
+
def __init__(self):
|
|
14263
|
+
r"""
|
|
14264
|
+
:param _Type: 策略过滤类型
|
|
14265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14266
|
+
:type Type: str
|
|
14267
|
+
:param _Value: 策略过滤值
|
|
14268
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14269
|
+
:type Value: str
|
|
14270
|
+
"""
|
|
14271
|
+
self._Type = None
|
|
14272
|
+
self._Value = None
|
|
14273
|
+
|
|
14274
|
+
@property
|
|
14275
|
+
def Type(self):
|
|
14276
|
+
r"""策略过滤类型
|
|
14277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14278
|
+
:rtype: str
|
|
14279
|
+
"""
|
|
14280
|
+
return self._Type
|
|
14281
|
+
|
|
14282
|
+
@Type.setter
|
|
14283
|
+
def Type(self, Type):
|
|
14284
|
+
self._Type = Type
|
|
14285
|
+
|
|
14286
|
+
@property
|
|
14287
|
+
def Value(self):
|
|
14288
|
+
r"""策略过滤值
|
|
14289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14290
|
+
:rtype: str
|
|
14291
|
+
"""
|
|
14292
|
+
return self._Value
|
|
14293
|
+
|
|
14294
|
+
@Value.setter
|
|
14295
|
+
def Value(self, Value):
|
|
14296
|
+
self._Value = Value
|
|
14297
|
+
|
|
14298
|
+
|
|
14299
|
+
def _deserialize(self, params):
|
|
14300
|
+
self._Type = params.get("Type")
|
|
14301
|
+
self._Value = params.get("Value")
|
|
14302
|
+
memeber_set = set(params.keys())
|
|
14303
|
+
for name, value in vars(self).items():
|
|
14304
|
+
property_name = name[1:]
|
|
14305
|
+
if property_name in memeber_set:
|
|
14306
|
+
memeber_set.remove(property_name)
|
|
14307
|
+
if len(memeber_set) > 0:
|
|
14308
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14309
|
+
|
|
14310
|
+
|
|
14311
|
+
|
|
13936
14312
|
class Region(AbstractModel):
|
|
13937
14313
|
r"""地域信息
|
|
13938
14314
|
|
|
@@ -14820,6 +15196,202 @@ class ReplicationLog(AbstractModel):
|
|
|
14820
15196
|
|
|
14821
15197
|
|
|
14822
15198
|
|
|
15199
|
+
class ReplicationPolicyInfo(AbstractModel):
|
|
15200
|
+
r"""实例复制/实例同步策略信息ID
|
|
15201
|
+
|
|
15202
|
+
"""
|
|
15203
|
+
|
|
15204
|
+
def __init__(self):
|
|
15205
|
+
r"""
|
|
15206
|
+
:param _ID: 策略ID
|
|
15207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15208
|
+
:type ID: int
|
|
15209
|
+
:param _Name: 策略名字
|
|
15210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15211
|
+
:type Name: str
|
|
15212
|
+
:param _Description: 策略描述信息
|
|
15213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15214
|
+
:type Description: str
|
|
15215
|
+
:param _Filters: 策略过滤条件
|
|
15216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15217
|
+
:type Filters: list of PolicyFilter
|
|
15218
|
+
:param _Override: 是否覆盖对端同名镜像
|
|
15219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15220
|
+
:type Override: bool
|
|
15221
|
+
:param _Enabled: 是否开启
|
|
15222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15223
|
+
:type Enabled: bool
|
|
15224
|
+
:param _SrcResource: 源信息
|
|
15225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15226
|
+
:type SrcResource: str
|
|
15227
|
+
:param _DestResource: 目的资源
|
|
15228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15229
|
+
:type DestResource: str
|
|
15230
|
+
:param _CreationTime: 创建时间
|
|
15231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15232
|
+
:type CreationTime: str
|
|
15233
|
+
:param _UpdateTime: 更新时间
|
|
15234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15235
|
+
:type UpdateTime: str
|
|
15236
|
+
"""
|
|
15237
|
+
self._ID = None
|
|
15238
|
+
self._Name = None
|
|
15239
|
+
self._Description = None
|
|
15240
|
+
self._Filters = None
|
|
15241
|
+
self._Override = None
|
|
15242
|
+
self._Enabled = None
|
|
15243
|
+
self._SrcResource = None
|
|
15244
|
+
self._DestResource = None
|
|
15245
|
+
self._CreationTime = None
|
|
15246
|
+
self._UpdateTime = None
|
|
15247
|
+
|
|
15248
|
+
@property
|
|
15249
|
+
def ID(self):
|
|
15250
|
+
r"""策略ID
|
|
15251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15252
|
+
:rtype: int
|
|
15253
|
+
"""
|
|
15254
|
+
return self._ID
|
|
15255
|
+
|
|
15256
|
+
@ID.setter
|
|
15257
|
+
def ID(self, ID):
|
|
15258
|
+
self._ID = ID
|
|
15259
|
+
|
|
15260
|
+
@property
|
|
15261
|
+
def Name(self):
|
|
15262
|
+
r"""策略名字
|
|
15263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15264
|
+
:rtype: str
|
|
15265
|
+
"""
|
|
15266
|
+
return self._Name
|
|
15267
|
+
|
|
15268
|
+
@Name.setter
|
|
15269
|
+
def Name(self, Name):
|
|
15270
|
+
self._Name = Name
|
|
15271
|
+
|
|
15272
|
+
@property
|
|
15273
|
+
def Description(self):
|
|
15274
|
+
r"""策略描述信息
|
|
15275
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15276
|
+
:rtype: str
|
|
15277
|
+
"""
|
|
15278
|
+
return self._Description
|
|
15279
|
+
|
|
15280
|
+
@Description.setter
|
|
15281
|
+
def Description(self, Description):
|
|
15282
|
+
self._Description = Description
|
|
15283
|
+
|
|
15284
|
+
@property
|
|
15285
|
+
def Filters(self):
|
|
15286
|
+
r"""策略过滤条件
|
|
15287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15288
|
+
:rtype: list of PolicyFilter
|
|
15289
|
+
"""
|
|
15290
|
+
return self._Filters
|
|
15291
|
+
|
|
15292
|
+
@Filters.setter
|
|
15293
|
+
def Filters(self, Filters):
|
|
15294
|
+
self._Filters = Filters
|
|
15295
|
+
|
|
15296
|
+
@property
|
|
15297
|
+
def Override(self):
|
|
15298
|
+
r"""是否覆盖对端同名镜像
|
|
15299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15300
|
+
:rtype: bool
|
|
15301
|
+
"""
|
|
15302
|
+
return self._Override
|
|
15303
|
+
|
|
15304
|
+
@Override.setter
|
|
15305
|
+
def Override(self, Override):
|
|
15306
|
+
self._Override = Override
|
|
15307
|
+
|
|
15308
|
+
@property
|
|
15309
|
+
def Enabled(self):
|
|
15310
|
+
r"""是否开启
|
|
15311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15312
|
+
:rtype: bool
|
|
15313
|
+
"""
|
|
15314
|
+
return self._Enabled
|
|
15315
|
+
|
|
15316
|
+
@Enabled.setter
|
|
15317
|
+
def Enabled(self, Enabled):
|
|
15318
|
+
self._Enabled = Enabled
|
|
15319
|
+
|
|
15320
|
+
@property
|
|
15321
|
+
def SrcResource(self):
|
|
15322
|
+
r"""源信息
|
|
15323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15324
|
+
:rtype: str
|
|
15325
|
+
"""
|
|
15326
|
+
return self._SrcResource
|
|
15327
|
+
|
|
15328
|
+
@SrcResource.setter
|
|
15329
|
+
def SrcResource(self, SrcResource):
|
|
15330
|
+
self._SrcResource = SrcResource
|
|
15331
|
+
|
|
15332
|
+
@property
|
|
15333
|
+
def DestResource(self):
|
|
15334
|
+
r"""目的资源
|
|
15335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15336
|
+
:rtype: str
|
|
15337
|
+
"""
|
|
15338
|
+
return self._DestResource
|
|
15339
|
+
|
|
15340
|
+
@DestResource.setter
|
|
15341
|
+
def DestResource(self, DestResource):
|
|
15342
|
+
self._DestResource = DestResource
|
|
15343
|
+
|
|
15344
|
+
@property
|
|
15345
|
+
def CreationTime(self):
|
|
15346
|
+
r"""创建时间
|
|
15347
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15348
|
+
:rtype: str
|
|
15349
|
+
"""
|
|
15350
|
+
return self._CreationTime
|
|
15351
|
+
|
|
15352
|
+
@CreationTime.setter
|
|
15353
|
+
def CreationTime(self, CreationTime):
|
|
15354
|
+
self._CreationTime = CreationTime
|
|
15355
|
+
|
|
15356
|
+
@property
|
|
15357
|
+
def UpdateTime(self):
|
|
15358
|
+
r"""更新时间
|
|
15359
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15360
|
+
:rtype: str
|
|
15361
|
+
"""
|
|
15362
|
+
return self._UpdateTime
|
|
15363
|
+
|
|
15364
|
+
@UpdateTime.setter
|
|
15365
|
+
def UpdateTime(self, UpdateTime):
|
|
15366
|
+
self._UpdateTime = UpdateTime
|
|
15367
|
+
|
|
15368
|
+
|
|
15369
|
+
def _deserialize(self, params):
|
|
15370
|
+
self._ID = params.get("ID")
|
|
15371
|
+
self._Name = params.get("Name")
|
|
15372
|
+
self._Description = params.get("Description")
|
|
15373
|
+
if params.get("Filters") is not None:
|
|
15374
|
+
self._Filters = []
|
|
15375
|
+
for item in params.get("Filters"):
|
|
15376
|
+
obj = PolicyFilter()
|
|
15377
|
+
obj._deserialize(item)
|
|
15378
|
+
self._Filters.append(obj)
|
|
15379
|
+
self._Override = params.get("Override")
|
|
15380
|
+
self._Enabled = params.get("Enabled")
|
|
15381
|
+
self._SrcResource = params.get("SrcResource")
|
|
15382
|
+
self._DestResource = params.get("DestResource")
|
|
15383
|
+
self._CreationTime = params.get("CreationTime")
|
|
15384
|
+
self._UpdateTime = params.get("UpdateTime")
|
|
15385
|
+
memeber_set = set(params.keys())
|
|
15386
|
+
for name, value in vars(self).items():
|
|
15387
|
+
property_name = name[1:]
|
|
15388
|
+
if property_name in memeber_set:
|
|
15389
|
+
memeber_set.remove(property_name)
|
|
15390
|
+
if len(memeber_set) > 0:
|
|
15391
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15392
|
+
|
|
15393
|
+
|
|
15394
|
+
|
|
14823
15395
|
class ReplicationRegistry(AbstractModel):
|
|
14824
15396
|
r"""企业版复制实例
|
|
14825
15397
|
|
|
@@ -17392,6 +17964,100 @@ class TcrRepositoryInfo(AbstractModel):
|
|
|
17392
17964
|
|
|
17393
17965
|
|
|
17394
17966
|
|
|
17967
|
+
class TerminateGCJobRequest(AbstractModel):
|
|
17968
|
+
r"""TerminateGCJob请求参数结构体
|
|
17969
|
+
|
|
17970
|
+
"""
|
|
17971
|
+
|
|
17972
|
+
def __init__(self):
|
|
17973
|
+
r"""
|
|
17974
|
+
:param _RegistryId: <p>实例ID</p>
|
|
17975
|
+
:type RegistryId: str
|
|
17976
|
+
"""
|
|
17977
|
+
self._RegistryId = None
|
|
17978
|
+
|
|
17979
|
+
@property
|
|
17980
|
+
def RegistryId(self):
|
|
17981
|
+
r"""<p>实例ID</p>
|
|
17982
|
+
:rtype: str
|
|
17983
|
+
"""
|
|
17984
|
+
return self._RegistryId
|
|
17985
|
+
|
|
17986
|
+
@RegistryId.setter
|
|
17987
|
+
def RegistryId(self, RegistryId):
|
|
17988
|
+
self._RegistryId = RegistryId
|
|
17989
|
+
|
|
17990
|
+
|
|
17991
|
+
def _deserialize(self, params):
|
|
17992
|
+
self._RegistryId = params.get("RegistryId")
|
|
17993
|
+
memeber_set = set(params.keys())
|
|
17994
|
+
for name, value in vars(self).items():
|
|
17995
|
+
property_name = name[1:]
|
|
17996
|
+
if property_name in memeber_set:
|
|
17997
|
+
memeber_set.remove(property_name)
|
|
17998
|
+
if len(memeber_set) > 0:
|
|
17999
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18000
|
+
|
|
18001
|
+
|
|
18002
|
+
|
|
18003
|
+
class TerminateGCJobResponse(AbstractModel):
|
|
18004
|
+
r"""TerminateGCJob返回参数结构体
|
|
18005
|
+
|
|
18006
|
+
"""
|
|
18007
|
+
|
|
18008
|
+
def __init__(self):
|
|
18009
|
+
r"""
|
|
18010
|
+
:param _Status: <p>操作结果</p>枚举值:<ul><li> success: 操作成功</li><li> error: 操作失败</li></ul>
|
|
18011
|
+
:type Status: str
|
|
18012
|
+
:param _Message: <p>操作结果详细信息</p>
|
|
18013
|
+
:type Message: str
|
|
18014
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18015
|
+
:type RequestId: str
|
|
18016
|
+
"""
|
|
18017
|
+
self._Status = None
|
|
18018
|
+
self._Message = None
|
|
18019
|
+
self._RequestId = None
|
|
18020
|
+
|
|
18021
|
+
@property
|
|
18022
|
+
def Status(self):
|
|
18023
|
+
r"""<p>操作结果</p>枚举值:<ul><li> success: 操作成功</li><li> error: 操作失败</li></ul>
|
|
18024
|
+
:rtype: str
|
|
18025
|
+
"""
|
|
18026
|
+
return self._Status
|
|
18027
|
+
|
|
18028
|
+
@Status.setter
|
|
18029
|
+
def Status(self, Status):
|
|
18030
|
+
self._Status = Status
|
|
18031
|
+
|
|
18032
|
+
@property
|
|
18033
|
+
def Message(self):
|
|
18034
|
+
r"""<p>操作结果详细信息</p>
|
|
18035
|
+
:rtype: str
|
|
18036
|
+
"""
|
|
18037
|
+
return self._Message
|
|
18038
|
+
|
|
18039
|
+
@Message.setter
|
|
18040
|
+
def Message(self, Message):
|
|
18041
|
+
self._Message = Message
|
|
18042
|
+
|
|
18043
|
+
@property
|
|
18044
|
+
def RequestId(self):
|
|
18045
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18046
|
+
:rtype: str
|
|
18047
|
+
"""
|
|
18048
|
+
return self._RequestId
|
|
18049
|
+
|
|
18050
|
+
@RequestId.setter
|
|
18051
|
+
def RequestId(self, RequestId):
|
|
18052
|
+
self._RequestId = RequestId
|
|
18053
|
+
|
|
18054
|
+
|
|
18055
|
+
def _deserialize(self, params):
|
|
18056
|
+
self._Status = params.get("Status")
|
|
18057
|
+
self._Message = params.get("Message")
|
|
18058
|
+
self._RequestId = params.get("RequestId")
|
|
18059
|
+
|
|
18060
|
+
|
|
17395
18061
|
class TriggerInvokeCondition(AbstractModel):
|
|
17396
18062
|
r"""触发器触发条件
|
|
17397
18063
|
|