tencentcloud-sdk-python 3.0.1160__py2.py3-none-any.whl → 3.0.1161__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +25 -0
- tencentcloud/cdb/v20170320/models.py +128 -0
- tencentcloud/domain/v20180808/errorcodes.py +6 -0
- tencentcloud/domain/v20180808/models.py +24 -0
- tencentcloud/ess/v20201111/ess_client.py +24 -0
- tencentcloud/ess/v20201111/models.py +231 -0
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +5 -5
- tencentcloud/lighthouse/v20200324/models.py +44 -42
- tencentcloud/tse/v20201207/models.py +26 -0
- tencentcloud/tsf/v20180326/errorcodes.py +12 -0
- tencentcloud/tsf/v20180326/models.py +80 -3
- tencentcloud/vdb/__init__.py +0 -0
- tencentcloud/vdb/v20230616/__init__.py +0 -0
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +731 -0
- tencentcloud/vdb/v20230616/vdb_client.py +49 -0
- tencentcloud/waf/v20180125/models.py +192 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +12 -0
- {tencentcloud_sdk_python-3.0.1160.dist-info → tencentcloud_sdk_python-3.0.1161.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1160.dist-info → tencentcloud_sdk_python-3.0.1161.dist-info}/RECORD +26 -21
- {tencentcloud_sdk_python-3.0.1160.dist-info → tencentcloud_sdk_python-3.0.1161.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1160.dist-info → tencentcloud_sdk_python-3.0.1161.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1160.dist-info → tencentcloud_sdk_python-3.0.1161.dist-info}/top_level.txt +0 -0
@@ -3677,7 +3677,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
3677
3677
|
:type IntentionQuestions: list of IntentionQuestion
|
3678
3678
|
:param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
|
3679
3679
|
:type IntentionActions: list of IntentionActionConfig
|
3680
|
-
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
3680
|
+
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
3681
3681
|
:type IntentionRecognition: bool
|
3682
3682
|
:param _IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
|
3683
3683
|
:type IsSupportHMTResidentPermitOCR: bool
|
@@ -7862,7 +7862,7 @@ class RuleIdConfig(AbstractModel):
|
|
7862
7862
|
|
7863
7863
|
def __init__(self):
|
7864
7864
|
r"""
|
7865
|
-
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
7865
|
+
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
7866
7866
|
:type IntentionRecognition: bool
|
7867
7867
|
:param _IntentionType: 意愿核身类型,默认为0:
|
7868
7868
|
0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
@@ -2181,7 +2181,7 @@ class LighthouseClient(AbstractClient):
|
|
2181
2181
|
|
2182
2182
|
|
2183
2183
|
def RemoveDockerContainers(self, request):
|
2184
|
-
"""删除实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询删除情况。
|
2184
|
+
"""删除实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询删除情况。
|
2185
2185
|
|
2186
2186
|
:param request: Request instance for RemoveDockerContainers.
|
2187
2187
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.RemoveDockerContainersRequest`
|
@@ -2204,7 +2204,7 @@ class LighthouseClient(AbstractClient):
|
|
2204
2204
|
|
2205
2205
|
|
2206
2206
|
def RenameDockerContainer(self, request):
|
2207
|
-
"""重命名实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询重命名情况。
|
2207
|
+
"""重命名实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询重命名情况。
|
2208
2208
|
|
2209
2209
|
:param request: Request instance for RenameDockerContainer.
|
2210
2210
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.RenameDockerContainerRequest`
|
@@ -2451,7 +2451,7 @@ class LighthouseClient(AbstractClient):
|
|
2451
2451
|
|
2452
2452
|
|
2453
2453
|
def RestartDockerContainers(self, request):
|
2454
|
-
"""重启实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询重启情况。
|
2454
|
+
"""重启实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询重启情况。
|
2455
2455
|
|
2456
2456
|
:param request: Request instance for RestartDockerContainers.
|
2457
2457
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.RestartDockerContainersRequest`
|
@@ -2522,7 +2522,7 @@ class LighthouseClient(AbstractClient):
|
|
2522
2522
|
|
2523
2523
|
|
2524
2524
|
def StartDockerContainers(self, request):
|
2525
|
-
"""启动实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询启动情况。
|
2525
|
+
"""启动实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询启动情况。
|
2526
2526
|
|
2527
2527
|
:param request: Request instance for StartDockerContainers.
|
2528
2528
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.StartDockerContainersRequest`
|
@@ -2573,7 +2573,7 @@ class LighthouseClient(AbstractClient):
|
|
2573
2573
|
|
2574
2574
|
|
2575
2575
|
def StopDockerContainers(self, request):
|
2576
|
-
"""停止实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询停止情况。
|
2576
|
+
"""停止实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询停止情况。
|
2577
2577
|
|
2578
2578
|
:param request: Request instance for StopDockerContainers.
|
2579
2579
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.StopDockerContainersRequest`
|
@@ -95,9 +95,9 @@ class ApplyFirewallTemplateRequest(AbstractModel):
|
|
95
95
|
|
96
96
|
def __init__(self):
|
97
97
|
r"""
|
98
|
-
:param _TemplateId:
|
98
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
99
99
|
:type TemplateId: str
|
100
|
-
:param _ApplyInstances:
|
100
|
+
:param _ApplyInstances: 应用防火墙模板的实例列表。列表长度最大值是100。
|
101
101
|
:type ApplyInstances: list of InstanceIdentifier
|
102
102
|
"""
|
103
103
|
self._TemplateId = None
|
@@ -1599,9 +1599,9 @@ class CreateDiskBackupRequest(AbstractModel):
|
|
1599
1599
|
|
1600
1600
|
def __init__(self):
|
1601
1601
|
r"""
|
1602
|
-
:param _DiskId: 云硬盘
|
1602
|
+
:param _DiskId: 云硬盘ID,可通过 [DescribeDisks](https://cloud.tencent.com/document/api/1207/66093) 接口返回值中的 DiskId 获取。
|
1603
1603
|
:type DiskId: str
|
1604
|
-
:param _DiskBackupName:
|
1604
|
+
:param _DiskBackupName: 云硬盘备份点名称,最大长度为 90 。
|
1605
1605
|
:type DiskBackupName: str
|
1606
1606
|
"""
|
1607
1607
|
self._DiskId = None
|
@@ -1853,7 +1853,7 @@ class CreateFirewallRulesRequest(AbstractModel):
|
|
1853
1853
|
|
1854
1854
|
def __init__(self):
|
1855
1855
|
r"""
|
1856
|
-
:param _InstanceId: 实例
|
1856
|
+
:param _InstanceId: 实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573) 接口返回值中的 InstanceId 获取。
|
1857
1857
|
:type InstanceId: str
|
1858
1858
|
:param _FirewallRules: 防火墙规则列表。
|
1859
1859
|
:type FirewallRules: list of FirewallRule
|
@@ -2027,7 +2027,7 @@ class CreateFirewallTemplateRulesRequest(AbstractModel):
|
|
2027
2027
|
|
2028
2028
|
def __init__(self):
|
2029
2029
|
r"""
|
2030
|
-
:param _TemplateId: 防火墙模板ID
|
2030
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
2031
2031
|
:type TemplateId: str
|
2032
2032
|
:param _TemplateRules: 防火墙模板规则列表。
|
2033
2033
|
:type TemplateRules: list of FirewallRule
|
@@ -2731,7 +2731,7 @@ class DeleteFirewallRulesRequest(AbstractModel):
|
|
2731
2731
|
|
2732
2732
|
def __init__(self):
|
2733
2733
|
r"""
|
2734
|
-
:param _InstanceId: 实例
|
2734
|
+
:param _InstanceId: 实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573) 接口返回值中的 InstanceId 获取。
|
2735
2735
|
:type InstanceId: str
|
2736
2736
|
:param _FirewallRules: 防火墙规则列表。
|
2737
2737
|
:type FirewallRules: list of FirewallRule
|
@@ -2818,7 +2818,7 @@ class DeleteFirewallTemplateRequest(AbstractModel):
|
|
2818
2818
|
|
2819
2819
|
def __init__(self):
|
2820
2820
|
r"""
|
2821
|
-
:param _TemplateId: 防火墙模板ID
|
2821
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
2822
2822
|
:type TemplateId: str
|
2823
2823
|
"""
|
2824
2824
|
self._TemplateId = None
|
@@ -2876,9 +2876,10 @@ class DeleteFirewallTemplateRulesRequest(AbstractModel):
|
|
2876
2876
|
|
2877
2877
|
def __init__(self):
|
2878
2878
|
r"""
|
2879
|
-
:param _TemplateId: 防火墙模板ID
|
2879
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
2880
2880
|
:type TemplateId: str
|
2881
|
-
:param _TemplateRuleIds: 防火墙模板规则ID
|
2881
|
+
:param _TemplateRuleIds: 防火墙模板规则ID列表。可通过[DescribeFirewallTemplateRules](https://cloud.tencent.com/document/product/1207/96875)接口返回值字段TemplateRuleSet获取。
|
2882
|
+
|
2882
2883
|
:type TemplateRuleIds: list of str
|
2883
2884
|
"""
|
2884
2885
|
self._TemplateId = None
|
@@ -3119,7 +3120,7 @@ class DescribeAllScenesRequest(AbstractModel):
|
|
3119
3120
|
|
3120
3121
|
def __init__(self):
|
3121
3122
|
r"""
|
3122
|
-
:param _SceneIds: 使用场景ID
|
3123
|
+
:param _SceneIds: 使用场景ID列表。可通过[DescribeAllScenes](https://cloud.tencent.com/document/product/1207/83513)接口返回值中的SceneId获取。
|
3123
3124
|
:type SceneIds: list of str
|
3124
3125
|
:param _Offset: 偏移量,默认为 0。
|
3125
3126
|
:type Offset: int
|
@@ -3834,7 +3835,7 @@ class DescribeDiskBackupsRequest(AbstractModel):
|
|
3834
3835
|
|
3835
3836
|
def __init__(self):
|
3836
3837
|
r"""
|
3837
|
-
:param _DiskBackupIds:
|
3838
|
+
:param _DiskBackupIds: 查询的云硬盘备份点ID列表。最大支持 100 个。参数不支持同时指定 DiskBackupIds 和 Filters。
|
3838
3839
|
:type DiskBackupIds: list of str
|
3839
3840
|
:param _Filters: 过滤器列表。
|
3840
3841
|
<li>disk-backup-id</li>按照【云硬盘备份点 ID】进行过滤。
|
@@ -3846,16 +3847,17 @@ class DescribeDiskBackupsRequest(AbstractModel):
|
|
3846
3847
|
<li>disk-backup-state</li>按照【云硬盘备份点状态】进行过滤。
|
3847
3848
|
类型:String
|
3848
3849
|
必选:否
|
3849
|
-
取值:参考数据结构
|
3850
|
+
取值:参考数据结构
|
3851
|
+
<a href="https://cloud.tencent.com/document/product/1207/47576#DiskBackup">DescribeSnapshots</a> 下的DiskBackupState取值。
|
3850
3852
|
<li>disk-usage</li>按照【云硬盘类型】进行过滤。
|
3851
3853
|
类型:String
|
3852
3854
|
必选:否
|
3853
3855
|
取值:SYSTEM_DISK或DATA_DISK
|
3854
3856
|
每次请求的 Filters 的上限为 10,Filter.Values 的上限为5。参数不支持同时指定DiskBackupIds 和 Filters。
|
3855
3857
|
:type Filters: list of Filter
|
3856
|
-
:param _Offset: 偏移量,默认为 0
|
3858
|
+
:param _Offset: 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
3857
3859
|
:type Offset: int
|
3858
|
-
:param _Limit: 返回数量,默认为 20,最大值为 100
|
3860
|
+
:param _Limit: 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
3859
3861
|
:type Limit: int
|
3860
3862
|
"""
|
3861
3863
|
self._DiskBackupIds = None
|
@@ -4996,11 +4998,11 @@ class DescribeFirewallRulesRequest(AbstractModel):
|
|
4996
4998
|
|
4997
4999
|
def __init__(self):
|
4998
5000
|
r"""
|
4999
|
-
:param _InstanceId: 实例
|
5001
|
+
:param _InstanceId: 实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573) 接口返回值中的 InstanceId 获取。
|
5000
5002
|
:type InstanceId: str
|
5001
|
-
:param _Offset: 偏移量,默认为 0
|
5003
|
+
:param _Offset: 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
5002
5004
|
:type Offset: int
|
5003
|
-
:param _Limit: 返回数量,默认为 20,最大值为 100
|
5005
|
+
:param _Limit: 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
5004
5006
|
:type Limit: int
|
5005
5007
|
"""
|
5006
5008
|
self._InstanceId = None
|
@@ -5179,9 +5181,9 @@ class DescribeFirewallTemplateApplyRecordsRequest(AbstractModel):
|
|
5179
5181
|
|
5180
5182
|
def __init__(self):
|
5181
5183
|
r"""
|
5182
|
-
:param _TemplateId: 防火墙模板ID
|
5184
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
5183
5185
|
:type TemplateId: str
|
5184
|
-
:param _TaskIds:
|
5186
|
+
:param _TaskIds: 应用防火墙模版任务ID列表。可通过[ApplyFirewallTemplate](https://cloud.tencent.com/document/product/1207/96883)接口返回值TaskId字段获取。
|
5185
5187
|
:type TaskIds: list of str
|
5186
5188
|
"""
|
5187
5189
|
self._TemplateId = None
|
@@ -5321,7 +5323,7 @@ class DescribeFirewallTemplateRuleQuotaRequest(AbstractModel):
|
|
5321
5323
|
|
5322
5324
|
def __init__(self):
|
5323
5325
|
r"""
|
5324
|
-
:param _TemplateId: 防火墙模板ID
|
5326
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
5325
5327
|
:type TemplateId: str
|
5326
5328
|
"""
|
5327
5329
|
self._TemplateId = None
|
@@ -5526,7 +5528,7 @@ class DescribeFirewallTemplatesRequest(AbstractModel):
|
|
5526
5528
|
|
5527
5529
|
def __init__(self):
|
5528
5530
|
r"""
|
5529
|
-
:param _TemplateIds: 防火墙模板ID
|
5531
|
+
:param _TemplateIds: 防火墙模板ID列表。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。列表长度最大值为100。
|
5530
5532
|
:type TemplateIds: list of str
|
5531
5533
|
:param _Filters: 过滤器列表。
|
5532
5534
|
<li>template-id</li>按照【防火墙模板所属的ID】进行过滤。
|
@@ -6918,7 +6920,7 @@ class DescribeScenesRequest(AbstractModel):
|
|
6918
6920
|
|
6919
6921
|
def __init__(self):
|
6920
6922
|
r"""
|
6921
|
-
:param _SceneIds: 使用场景ID
|
6923
|
+
:param _SceneIds: 使用场景ID列表。可通过[DescribeScenes](https://cloud.tencent.com/document/product/1207/83512)接口返回值中的SceneId获取。
|
6922
6924
|
:type SceneIds: list of str
|
6923
6925
|
:param _Offset: 偏移量,默认为 0。
|
6924
6926
|
:type Offset: int
|
@@ -9981,7 +9983,7 @@ class InquirePriceCreateInstancesRequest(AbstractModel):
|
|
9981
9983
|
|
9982
9984
|
def __init__(self):
|
9983
9985
|
r"""
|
9984
|
-
:param _BundleId: 实例的套餐 ID
|
9986
|
+
:param _BundleId: 实例的套餐 ID。可以通过调用[DescribeBundles](https://cloud.tencent.com/document/api/1207/47575)接口获取。
|
9985
9987
|
:type BundleId: str
|
9986
9988
|
:param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
|
9987
9989
|
:type InstanceChargePrepaid: :class:`tencentcloud.lighthouse.v20200324.models.InstanceChargePrepaid`
|
@@ -11683,9 +11685,9 @@ class ModifyDiskBackupsAttributeRequest(AbstractModel):
|
|
11683
11685
|
|
11684
11686
|
def __init__(self):
|
11685
11687
|
r"""
|
11686
|
-
:param _DiskBackupIds: 云硬盘备份点ID
|
11688
|
+
:param _DiskBackupIds: 云硬盘备份点ID,可通过 [DescribeDiskBackups](https://cloud.tencent.com/document/api/1207/84379) 接口返回值中的 DiskBackupId 获取。
|
11687
11689
|
:type DiskBackupIds: list of str
|
11688
|
-
:param _DiskBackupName: 云硬盘备份点名称,最大长度90。
|
11690
|
+
:param _DiskBackupName: 云硬盘备份点名称,最大长度 90 。
|
11689
11691
|
:type DiskBackupName: str
|
11690
11692
|
"""
|
11691
11693
|
self._DiskBackupIds = None
|
@@ -12132,7 +12134,7 @@ class ModifyFirewallRuleDescriptionRequest(AbstractModel):
|
|
12132
12134
|
|
12133
12135
|
def __init__(self):
|
12134
12136
|
r"""
|
12135
|
-
:param _InstanceId: 实例
|
12137
|
+
:param _InstanceId: 实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573) 接口返回值中的 InstanceId 获取。
|
12136
12138
|
:type InstanceId: str
|
12137
12139
|
:param _FirewallRule: 防火墙规则。
|
12138
12140
|
:type FirewallRule: :class:`tencentcloud.lighthouse.v20200324.models.FirewallRule`
|
@@ -12216,9 +12218,9 @@ class ModifyFirewallRulesRequest(AbstractModel):
|
|
12216
12218
|
|
12217
12219
|
def __init__(self):
|
12218
12220
|
r"""
|
12219
|
-
:param _InstanceId: 实例 ID
|
12221
|
+
:param _InstanceId: 实例 ID。实例的ID可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
12220
12222
|
:type InstanceId: str
|
12221
|
-
:param _FirewallRules:
|
12223
|
+
:param _FirewallRules: 防火墙规则列表。列表长度最大值是100。
|
12222
12224
|
:type FirewallRules: list of FirewallRule
|
12223
12225
|
:param _FirewallVersion: 防火墙当前版本。用户每次更新防火墙规则时版本会自动加1,防止规则已过期,不填不考虑冲突。
|
12224
12226
|
:type FirewallVersion: int
|
@@ -12303,9 +12305,9 @@ class ModifyFirewallTemplateRequest(AbstractModel):
|
|
12303
12305
|
|
12304
12306
|
def __init__(self):
|
12305
12307
|
r"""
|
12306
|
-
:param _TemplateId: 防火墙模板ID
|
12308
|
+
:param _TemplateId: 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
12307
12309
|
:type TemplateId: str
|
12308
|
-
:param _TemplateName:
|
12310
|
+
:param _TemplateName: 防火墙模板名称。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
|
12309
12311
|
:type TemplateName: str
|
12310
12312
|
"""
|
12311
12313
|
self._TemplateId = None
|
@@ -12990,9 +12992,9 @@ class RemoveDockerContainersRequest(AbstractModel):
|
|
12990
12992
|
|
12991
12993
|
def __init__(self):
|
12992
12994
|
r"""
|
12993
|
-
:param _InstanceId: 实例ID
|
12995
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
12994
12996
|
:type InstanceId: str
|
12995
|
-
:param _ContainerIds: 容器ID
|
12997
|
+
:param _ContainerIds: 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
12996
12998
|
:type ContainerIds: list of str
|
12997
12999
|
"""
|
12998
13000
|
self._InstanceId = None
|
@@ -13072,9 +13074,9 @@ class RenameDockerContainerRequest(AbstractModel):
|
|
13072
13074
|
|
13073
13075
|
def __init__(self):
|
13074
13076
|
r"""
|
13075
|
-
:param _InstanceId: 实例ID
|
13077
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
13076
13078
|
:type InstanceId: str
|
13077
|
-
:param _ContainerId: 容器ID
|
13079
|
+
:param _ContainerId: 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
13078
13080
|
:type ContainerId: str
|
13079
13081
|
:param _ContainerName: 容器新的名称。
|
13080
13082
|
:type ContainerName: str
|
@@ -14058,9 +14060,9 @@ class RestartDockerContainersRequest(AbstractModel):
|
|
14058
14060
|
|
14059
14061
|
def __init__(self):
|
14060
14062
|
r"""
|
14061
|
-
:param _InstanceId: 实例ID
|
14063
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
14062
14064
|
:type InstanceId: str
|
14063
|
-
:param _ContainerIds: 容器ID
|
14065
|
+
:param _ContainerIds: 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
14064
14066
|
:type ContainerIds: list of str
|
14065
14067
|
"""
|
14066
14068
|
self._InstanceId = None
|
@@ -14769,9 +14771,9 @@ class StartDockerContainersRequest(AbstractModel):
|
|
14769
14771
|
|
14770
14772
|
def __init__(self):
|
14771
14773
|
r"""
|
14772
|
-
:param _InstanceId: 实例ID
|
14774
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
14773
14775
|
:type InstanceId: str
|
14774
|
-
:param _ContainerIds: 容器ID
|
14776
|
+
:param _ContainerIds: 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
14775
14777
|
:type ContainerIds: list of str
|
14776
14778
|
"""
|
14777
14779
|
self._InstanceId = None
|
@@ -14909,9 +14911,9 @@ class StopDockerContainersRequest(AbstractModel):
|
|
14909
14911
|
|
14910
14912
|
def __init__(self):
|
14911
14913
|
r"""
|
14912
|
-
:param _InstanceId: 实例ID
|
14914
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
14913
14915
|
:type InstanceId: str
|
14914
|
-
:param _ContainerIds: 容器ID
|
14916
|
+
:param _ContainerIds: 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
14915
14917
|
:type ContainerIds: list of str
|
14916
14918
|
"""
|
14917
14919
|
self._InstanceId = None
|
@@ -15154,7 +15156,7 @@ class TerminateDisksRequest(AbstractModel):
|
|
15154
15156
|
|
15155
15157
|
def __init__(self):
|
15156
15158
|
r"""
|
15157
|
-
:param _DiskIds: 云硬盘ID
|
15159
|
+
:param _DiskIds: 云硬盘ID列表。可通过[DescribeDisks](https://cloud.tencent.com/document/product/1207/66093)接口返回值中的DiskId获取。
|
15158
15160
|
:type DiskIds: list of str
|
15159
15161
|
"""
|
15160
15162
|
self._DiskIds = None
|
@@ -18407,6 +18407,12 @@ class KongUpstreamInfo(AbstractModel):
|
|
18407
18407
|
:param _ScfCamAuthEnable: 云函数是否开启CAM鉴权,不填时默认为开启(true)
|
18408
18408
|
注意:此字段可能返回 null,表示取不到有效值。
|
18409
18409
|
:type ScfCamAuthEnable: bool
|
18410
|
+
:param _ScfIsBase64Encoded: 云函数是否开启Base64编码,默认为false
|
18411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
18412
|
+
:type ScfIsBase64Encoded: bool
|
18413
|
+
:param _ScfIsIntegratedResponse: 云函数是否开启响应集成,默认为false
|
18414
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
18415
|
+
:type ScfIsIntegratedResponse: bool
|
18410
18416
|
"""
|
18411
18417
|
self._Host = None
|
18412
18418
|
self._Port = None
|
@@ -18429,6 +18435,8 @@ class KongUpstreamInfo(AbstractModel):
|
|
18429
18435
|
self._RealSourceType = None
|
18430
18436
|
self._HealthStatus = None
|
18431
18437
|
self._ScfCamAuthEnable = None
|
18438
|
+
self._ScfIsBase64Encoded = None
|
18439
|
+
self._ScfIsIntegratedResponse = None
|
18432
18440
|
|
18433
18441
|
@property
|
18434
18442
|
def Host(self):
|
@@ -18598,6 +18606,22 @@ class KongUpstreamInfo(AbstractModel):
|
|
18598
18606
|
def ScfCamAuthEnable(self, ScfCamAuthEnable):
|
18599
18607
|
self._ScfCamAuthEnable = ScfCamAuthEnable
|
18600
18608
|
|
18609
|
+
@property
|
18610
|
+
def ScfIsBase64Encoded(self):
|
18611
|
+
return self._ScfIsBase64Encoded
|
18612
|
+
|
18613
|
+
@ScfIsBase64Encoded.setter
|
18614
|
+
def ScfIsBase64Encoded(self, ScfIsBase64Encoded):
|
18615
|
+
self._ScfIsBase64Encoded = ScfIsBase64Encoded
|
18616
|
+
|
18617
|
+
@property
|
18618
|
+
def ScfIsIntegratedResponse(self):
|
18619
|
+
return self._ScfIsIntegratedResponse
|
18620
|
+
|
18621
|
+
@ScfIsIntegratedResponse.setter
|
18622
|
+
def ScfIsIntegratedResponse(self, ScfIsIntegratedResponse):
|
18623
|
+
self._ScfIsIntegratedResponse = ScfIsIntegratedResponse
|
18624
|
+
|
18601
18625
|
|
18602
18626
|
def _deserialize(self, params):
|
18603
18627
|
self._Host = params.get("Host")
|
@@ -18626,6 +18650,8 @@ class KongUpstreamInfo(AbstractModel):
|
|
18626
18650
|
self._RealSourceType = params.get("RealSourceType")
|
18627
18651
|
self._HealthStatus = params.get("HealthStatus")
|
18628
18652
|
self._ScfCamAuthEnable = params.get("ScfCamAuthEnable")
|
18653
|
+
self._ScfIsBase64Encoded = params.get("ScfIsBase64Encoded")
|
18654
|
+
self._ScfIsIntegratedResponse = params.get("ScfIsIntegratedResponse")
|
18629
18655
|
memeber_set = set(params.keys())
|
18630
18656
|
for name, value in vars(self).items():
|
18631
18657
|
property_name = name[1:]
|
@@ -23,6 +23,9 @@ FAILEDOPERATION_APPLICATIONCREATEESATUHERROR = 'FailedOperation.ApplicationCreat
|
|
23
23
|
# 应用查询失败。
|
24
24
|
FAILEDOPERATION_APPLICATIONQUERYFAILED = 'FailedOperation.ApplicationQueryFailed'
|
25
25
|
|
26
|
+
# TSF应用性能管理调用tsf-dcfg模块失败
|
27
|
+
FAILEDOPERATION_CALLTSFDCFGFAILED = 'FailedOperation.CallTsfDcfgFailed'
|
28
|
+
|
26
29
|
# TSF云API请求调用失败。
|
27
30
|
FAILEDOPERATION_CLOUDAPIPROXYERROR = 'FailedOperation.CloudApiProxyError'
|
28
31
|
|
@@ -92,6 +95,9 @@ FAILEDOPERATION_CVMCAEMASTERHEALTHCHECKCONFIGERROR = 'FailedOperation.CvmCaeMast
|
|
92
95
|
# TSF暂时不能响应请求。
|
93
96
|
FAILEDOPERATION_DISPATCHCOMMONERROR = 'FailedOperation.DispatchCommonError'
|
94
97
|
|
98
|
+
# 寻找独占配置中心相关指标异常
|
99
|
+
FAILEDOPERATION_FINDMETRICSEXCLUSIVEERROR = 'FailedOperation.FindMetricsExclusiveError'
|
100
|
+
|
95
101
|
# 远端访问错误: %s。
|
96
102
|
FAILEDOPERATION_GATEWAYREMOTECALLERROR = 'FailedOperation.GatewayRemoteCallError'
|
97
103
|
|
@@ -101,6 +107,12 @@ FAILEDOPERATION_GROUPEXISTS = 'FailedOperation.GroupExists'
|
|
101
107
|
# 部署组查询失败。
|
102
108
|
FAILEDOPERATION_GROUPQUERYFAILD = 'FailedOperation.GroupQueryFaild'
|
103
109
|
|
110
|
+
# 镜像仓库已关联至部署组,请移除后重试
|
111
|
+
FAILEDOPERATION_IMAGEVALIDATEISUSED = 'FailedOperation.ImageValidateIsUsed'
|
112
|
+
|
113
|
+
# 禁止直接删除应用镜像仓库, 需要先删除下面的镜像tag
|
114
|
+
FAILEDOPERATION_IMAGEREPOREJECTDELERROR = 'FailedOperation.ImagerepoRejectDelError'
|
115
|
+
|
104
116
|
# tcr仓库绑定失败。
|
105
117
|
FAILEDOPERATION_IMAGEREPOTCRBINDERROR = 'FailedOperation.ImagerepoTcrBindError'
|
106
118
|
|
@@ -4402,6 +4402,11 @@ class ConfigRelease(AbstractModel):
|
|
4402
4402
|
:param _ConfigCenters: 配置中心发布情况
|
4403
4403
|
注意:此字段可能返回 null,表示取不到有效值。
|
4404
4404
|
:type ConfigCenters: list of TsfConfigCenter
|
4405
|
+
:param _DaulStatus: DUAL_STATUS_WRITE_REGISTRATION_ON 双写&&双注册开启
|
4406
|
+
|
4407
|
+
DUAL_STATUS_WRITE_REGISTRATION_OFF 双写&&双注册关闭
|
4408
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4409
|
+
:type DaulStatus: str
|
4405
4410
|
"""
|
4406
4411
|
self._ConfigReleaseId = None
|
4407
4412
|
self._ConfigId = None
|
@@ -4417,6 +4422,7 @@ class ConfigRelease(AbstractModel):
|
|
4417
4422
|
self._ReleaseDesc = None
|
4418
4423
|
self._ApplicationId = None
|
4419
4424
|
self._ConfigCenters = None
|
4425
|
+
self._DaulStatus = None
|
4420
4426
|
|
4421
4427
|
@property
|
4422
4428
|
def ConfigReleaseId(self):
|
@@ -4530,6 +4536,14 @@ class ConfigRelease(AbstractModel):
|
|
4530
4536
|
def ConfigCenters(self, ConfigCenters):
|
4531
4537
|
self._ConfigCenters = ConfigCenters
|
4532
4538
|
|
4539
|
+
@property
|
4540
|
+
def DaulStatus(self):
|
4541
|
+
return self._DaulStatus
|
4542
|
+
|
4543
|
+
@DaulStatus.setter
|
4544
|
+
def DaulStatus(self, DaulStatus):
|
4545
|
+
self._DaulStatus = DaulStatus
|
4546
|
+
|
4533
4547
|
|
4534
4548
|
def _deserialize(self, params):
|
4535
4549
|
self._ConfigReleaseId = params.get("ConfigReleaseId")
|
@@ -4551,6 +4565,7 @@ class ConfigRelease(AbstractModel):
|
|
4551
4565
|
obj = TsfConfigCenter()
|
4552
4566
|
obj._deserialize(item)
|
4553
4567
|
self._ConfigCenters.append(obj)
|
4568
|
+
self._DaulStatus = params.get("DaulStatus")
|
4554
4569
|
memeber_set = set(params.keys())
|
4555
4570
|
for name, value in vars(self).items():
|
4556
4571
|
property_name = name[1:]
|
@@ -11531,8 +11546,11 @@ class DeleteApplicationRequest(AbstractModel):
|
|
11531
11546
|
r"""
|
11532
11547
|
:param _ApplicationId: 应用ID
|
11533
11548
|
:type ApplicationId: str
|
11549
|
+
:param _SyncDeleteImageRepository: 是否删除镜像仓库
|
11550
|
+
:type SyncDeleteImageRepository: bool
|
11534
11551
|
"""
|
11535
11552
|
self._ApplicationId = None
|
11553
|
+
self._SyncDeleteImageRepository = None
|
11536
11554
|
|
11537
11555
|
@property
|
11538
11556
|
def ApplicationId(self):
|
@@ -11542,9 +11560,18 @@ class DeleteApplicationRequest(AbstractModel):
|
|
11542
11560
|
def ApplicationId(self, ApplicationId):
|
11543
11561
|
self._ApplicationId = ApplicationId
|
11544
11562
|
|
11563
|
+
@property
|
11564
|
+
def SyncDeleteImageRepository(self):
|
11565
|
+
return self._SyncDeleteImageRepository
|
11566
|
+
|
11567
|
+
@SyncDeleteImageRepository.setter
|
11568
|
+
def SyncDeleteImageRepository(self, SyncDeleteImageRepository):
|
11569
|
+
self._SyncDeleteImageRepository = SyncDeleteImageRepository
|
11570
|
+
|
11545
11571
|
|
11546
11572
|
def _deserialize(self, params):
|
11547
11573
|
self._ApplicationId = params.get("ApplicationId")
|
11574
|
+
self._SyncDeleteImageRepository = params.get("SyncDeleteImageRepository")
|
11548
11575
|
memeber_set = set(params.keys())
|
11549
11576
|
for name, value in vars(self).items():
|
11550
11577
|
property_name = name[1:]
|
@@ -21185,6 +21212,8 @@ class DescribeMicroservicesRequest(AbstractModel):
|
|
21185
21212
|
:type MicroserviceIdList: list of str
|
21186
21213
|
:param _MicroserviceNameList: 搜索的服务名列表
|
21187
21214
|
:type MicroserviceNameList: list of str
|
21215
|
+
:param _ConfigCenterInstanceId: 注册中心实例id
|
21216
|
+
:type ConfigCenterInstanceId: str
|
21188
21217
|
"""
|
21189
21218
|
self._NamespaceId = None
|
21190
21219
|
self._SearchWord = None
|
@@ -21195,6 +21224,7 @@ class DescribeMicroservicesRequest(AbstractModel):
|
|
21195
21224
|
self._Status = None
|
21196
21225
|
self._MicroserviceIdList = None
|
21197
21226
|
self._MicroserviceNameList = None
|
21227
|
+
self._ConfigCenterInstanceId = None
|
21198
21228
|
|
21199
21229
|
@property
|
21200
21230
|
def NamespaceId(self):
|
@@ -21268,6 +21298,14 @@ class DescribeMicroservicesRequest(AbstractModel):
|
|
21268
21298
|
def MicroserviceNameList(self, MicroserviceNameList):
|
21269
21299
|
self._MicroserviceNameList = MicroserviceNameList
|
21270
21300
|
|
21301
|
+
@property
|
21302
|
+
def ConfigCenterInstanceId(self):
|
21303
|
+
return self._ConfigCenterInstanceId
|
21304
|
+
|
21305
|
+
@ConfigCenterInstanceId.setter
|
21306
|
+
def ConfigCenterInstanceId(self, ConfigCenterInstanceId):
|
21307
|
+
self._ConfigCenterInstanceId = ConfigCenterInstanceId
|
21308
|
+
|
21271
21309
|
|
21272
21310
|
def _deserialize(self, params):
|
21273
21311
|
self._NamespaceId = params.get("NamespaceId")
|
@@ -21279,6 +21317,7 @@ class DescribeMicroservicesRequest(AbstractModel):
|
|
21279
21317
|
self._Status = params.get("Status")
|
21280
21318
|
self._MicroserviceIdList = params.get("MicroserviceIdList")
|
21281
21319
|
self._MicroserviceNameList = params.get("MicroserviceNameList")
|
21320
|
+
self._ConfigCenterInstanceId = params.get("ConfigCenterInstanceId")
|
21282
21321
|
memeber_set = set(params.keys())
|
21283
21322
|
for name, value in vars(self).items():
|
21284
21323
|
property_name = name[1:]
|
@@ -23817,15 +23856,15 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
23817
23856
|
:type Offset: int
|
23818
23857
|
:param _Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
23819
23858
|
:type Limit: int
|
23820
|
-
:param _NamespaceId: 命名空间Id
|
23859
|
+
:param _NamespaceId: 命名空间Id,此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
23821
23860
|
:type NamespaceId: str
|
23822
23861
|
:param _OrderBy: 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
23823
23862
|
:type OrderBy: str
|
23824
23863
|
:param _OrderType: 排序方式:ASC:0、DESC:1
|
23825
23864
|
:type OrderType: int
|
23826
|
-
:param _EndTime: 开始时间:年月日 时分秒2020-05-12 14:43:12
|
23865
|
+
:param _EndTime: 开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空
|
23827
23866
|
:type EndTime: str
|
23828
|
-
:param _StartTime: 开始时间:年月日 时分秒2020-05-12 14:43:12
|
23867
|
+
:param _StartTime: 开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空
|
23829
23868
|
:type StartTime: str
|
23830
23869
|
:param _ServiceName: 服务名称
|
23831
23870
|
:type ServiceName: str
|
@@ -23839,6 +23878,8 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
23839
23878
|
:type DbName: str
|
23840
23879
|
:param _NamespaceIdList: 命名空间id数组
|
23841
23880
|
:type NamespaceIdList: list of str
|
23881
|
+
:param _ConfigCenterInstanceId: 独占配置中心的ID
|
23882
|
+
:type ConfigCenterInstanceId: str
|
23842
23883
|
"""
|
23843
23884
|
self._Type = None
|
23844
23885
|
self._TimeStep = None
|
@@ -23855,6 +23896,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
23855
23896
|
self._BucketKey = None
|
23856
23897
|
self._DbName = None
|
23857
23898
|
self._NamespaceIdList = None
|
23899
|
+
self._ConfigCenterInstanceId = None
|
23858
23900
|
|
23859
23901
|
@property
|
23860
23902
|
def Type(self):
|
@@ -23976,6 +24018,14 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
23976
24018
|
def NamespaceIdList(self, NamespaceIdList):
|
23977
24019
|
self._NamespaceIdList = NamespaceIdList
|
23978
24020
|
|
24021
|
+
@property
|
24022
|
+
def ConfigCenterInstanceId(self):
|
24023
|
+
return self._ConfigCenterInstanceId
|
24024
|
+
|
24025
|
+
@ConfigCenterInstanceId.setter
|
24026
|
+
def ConfigCenterInstanceId(self, ConfigCenterInstanceId):
|
24027
|
+
self._ConfigCenterInstanceId = ConfigCenterInstanceId
|
24028
|
+
|
23979
24029
|
|
23980
24030
|
def _deserialize(self, params):
|
23981
24031
|
self._Type = params.get("Type")
|
@@ -23998,6 +24048,7 @@ class DescribeStatisticsRequest(AbstractModel):
|
|
23998
24048
|
self._BucketKey = params.get("BucketKey")
|
23999
24049
|
self._DbName = params.get("DbName")
|
24000
24050
|
self._NamespaceIdList = params.get("NamespaceIdList")
|
24051
|
+
self._ConfigCenterInstanceId = params.get("ConfigCenterInstanceId")
|
24001
24052
|
memeber_set = set(params.keys())
|
24002
24053
|
for name, value in vars(self).items():
|
24003
24054
|
property_name = name[1:]
|
@@ -41240,12 +41291,20 @@ class TsfConfigCenter(AbstractModel):
|
|
41240
41291
|
:param _NamespaceId: 命名空间id
|
41241
41292
|
注意:此字段可能返回 null,表示取不到有效值。
|
41242
41293
|
:type NamespaceId: str
|
41294
|
+
:param _CurrentVersion: 当前版本
|
41295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
41296
|
+
:type CurrentVersion: str
|
41297
|
+
:param _TargetVersion: 需要升级的版本
|
41298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
41299
|
+
:type TargetVersion: str
|
41243
41300
|
"""
|
41244
41301
|
self._ConfigType = None
|
41245
41302
|
self._ConfigCenterInstanceId = None
|
41246
41303
|
self._ConfigCenterInstanceName = None
|
41247
41304
|
self._RegionId = None
|
41248
41305
|
self._NamespaceId = None
|
41306
|
+
self._CurrentVersion = None
|
41307
|
+
self._TargetVersion = None
|
41249
41308
|
|
41250
41309
|
@property
|
41251
41310
|
def ConfigType(self):
|
@@ -41287,6 +41346,22 @@ class TsfConfigCenter(AbstractModel):
|
|
41287
41346
|
def NamespaceId(self, NamespaceId):
|
41288
41347
|
self._NamespaceId = NamespaceId
|
41289
41348
|
|
41349
|
+
@property
|
41350
|
+
def CurrentVersion(self):
|
41351
|
+
return self._CurrentVersion
|
41352
|
+
|
41353
|
+
@CurrentVersion.setter
|
41354
|
+
def CurrentVersion(self, CurrentVersion):
|
41355
|
+
self._CurrentVersion = CurrentVersion
|
41356
|
+
|
41357
|
+
@property
|
41358
|
+
def TargetVersion(self):
|
41359
|
+
return self._TargetVersion
|
41360
|
+
|
41361
|
+
@TargetVersion.setter
|
41362
|
+
def TargetVersion(self, TargetVersion):
|
41363
|
+
self._TargetVersion = TargetVersion
|
41364
|
+
|
41290
41365
|
|
41291
41366
|
def _deserialize(self, params):
|
41292
41367
|
self._ConfigType = params.get("ConfigType")
|
@@ -41294,6 +41369,8 @@ class TsfConfigCenter(AbstractModel):
|
|
41294
41369
|
self._ConfigCenterInstanceName = params.get("ConfigCenterInstanceName")
|
41295
41370
|
self._RegionId = params.get("RegionId")
|
41296
41371
|
self._NamespaceId = params.get("NamespaceId")
|
41372
|
+
self._CurrentVersion = params.get("CurrentVersion")
|
41373
|
+
self._TargetVersion = params.get("TargetVersion")
|
41297
41374
|
memeber_set = set(params.keys())
|
41298
41375
|
for name, value in vars(self).items():
|
41299
41376
|
property_name = name[1:]
|
File without changes
|
File without changes
|