tencentcloud-sdk-python 3.0.1157__py2.py3-none-any.whl → 3.0.1159__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/bi/v20220105/models.py +39 -0
- tencentcloud/cls/v20201016/models.py +48 -4
- tencentcloud/dasb/v20191018/models.py +76 -0
- tencentcloud/dlc/v20210125/models.py +87 -0
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/models.py +82 -0
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/ess_client.py +4 -1
- tencentcloud/essbasic/v20210526/essbasic_client.py +3 -3
- tencentcloud/essbasic/v20210526/models.py +2 -1
- tencentcloud/faceid/v20180301/models.py +3 -2
- tencentcloud/iotexplorer/v20190423/models.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +21 -11
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +4 -4
- tencentcloud/monitor/v20180724/models.py +26 -0
- tencentcloud/oceanus/v20190422/models.py +142 -0
- tencentcloud/redis/v20180412/models.py +154 -43
- tencentcloud/tcb/v20180608/models.py +90 -0
- tencentcloud/tcss/v20201101/models.py +50 -0
- tencentcloud/teo/v20220901/errorcodes.py +24 -0
- tencentcloud/teo/v20220901/models.py +18 -18
- tencentcloud/trp/v20210515/models.py +235 -0
- tencentcloud/waf/v20180125/models.py +937 -39
- tencentcloud/waf/v20180125/waf_client.py +2 -2
- {tencentcloud_sdk_python-3.0.1157.dist-info → tencentcloud_sdk_python-3.0.1159.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1157.dist-info → tencentcloud_sdk_python-3.0.1159.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1157.dist-info → tencentcloud_sdk_python-3.0.1159.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1157.dist-info → tencentcloud_sdk_python-3.0.1159.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1157.dist-info → tencentcloud_sdk_python-3.0.1159.dist-info}/top_level.txt +0 -0
@@ -1219,6 +1219,10 @@ class CloneInstancesRequest(AbstractModel):
|
|
1219
1219
|
:type TemplateId: str
|
1220
1220
|
:param _AlarmPolicyList: 指定克隆实例的告警策略 ID。请登录[腾讯云可观测平台控制台](https://console.cloud.tencent.com/monitor/alarm2/policy),在 <b>告警管理</b> > <b>策略管理</b>页面获取策略 ID 信息。
|
1221
1221
|
:type AlarmPolicyList: list of str
|
1222
|
+
:param _CloneTime: 克隆指定恢复数据的时间。
|
1223
|
+
仅支持已开通秒级备份的实例
|
1224
|
+
|
1225
|
+
:type CloneTime: str
|
1222
1226
|
"""
|
1223
1227
|
self._InstanceId = None
|
1224
1228
|
self._GoodsNum = None
|
@@ -1239,6 +1243,7 @@ class CloneInstancesRequest(AbstractModel):
|
|
1239
1243
|
self._ResourceTags = None
|
1240
1244
|
self._TemplateId = None
|
1241
1245
|
self._AlarmPolicyList = None
|
1246
|
+
self._CloneTime = None
|
1242
1247
|
|
1243
1248
|
@property
|
1244
1249
|
def InstanceId(self):
|
@@ -1392,6 +1397,14 @@ class CloneInstancesRequest(AbstractModel):
|
|
1392
1397
|
def AlarmPolicyList(self, AlarmPolicyList):
|
1393
1398
|
self._AlarmPolicyList = AlarmPolicyList
|
1394
1399
|
|
1400
|
+
@property
|
1401
|
+
def CloneTime(self):
|
1402
|
+
return self._CloneTime
|
1403
|
+
|
1404
|
+
@CloneTime.setter
|
1405
|
+
def CloneTime(self, CloneTime):
|
1406
|
+
self._CloneTime = CloneTime
|
1407
|
+
|
1395
1408
|
|
1396
1409
|
def _deserialize(self, params):
|
1397
1410
|
self._InstanceId = params.get("InstanceId")
|
@@ -1423,6 +1436,7 @@ class CloneInstancesRequest(AbstractModel):
|
|
1423
1436
|
self._ResourceTags.append(obj)
|
1424
1437
|
self._TemplateId = params.get("TemplateId")
|
1425
1438
|
self._AlarmPolicyList = params.get("AlarmPolicyList")
|
1439
|
+
self._CloneTime = params.get("CloneTime")
|
1426
1440
|
memeber_set = set(params.keys())
|
1427
1441
|
for name, value in vars(self).items():
|
1428
1442
|
property_name = name[1:]
|
@@ -6520,7 +6534,16 @@ class DescribeParamTemplatesRequest(AbstractModel):
|
|
6520
6534
|
|
6521
6535
|
def __init__(self):
|
6522
6536
|
r"""
|
6523
|
-
:param _ProductTypes:
|
6537
|
+
:param _ProductTypes: 产品类型数组。
|
6538
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
6539
|
+
- 3:CKV 3.2 内存版(标准架构)。
|
6540
|
+
- 4:CKV 3.2 内存版(集群架构)。
|
6541
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
6542
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
6543
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
6544
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
6545
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
6546
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
6524
6547
|
:type ProductTypes: list of int
|
6525
6548
|
:param _TemplateNames: 模板名称数组。
|
6526
6549
|
:type TemplateNames: list of str
|
@@ -7609,25 +7632,62 @@ class DescribeTaskListRequest(AbstractModel):
|
|
7609
7632
|
:param _ProjectIds: 项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID。
|
7610
7633
|
:type ProjectIds: list of int
|
7611
7634
|
:param _TaskTypes: 任务类型。
|
7612
|
-
|
7613
|
-
-
|
7614
|
-
-
|
7615
|
-
-
|
7616
|
-
-
|
7617
|
-
-
|
7618
|
-
-
|
7619
|
-
-
|
7620
|
-
-
|
7621
|
-
-
|
7622
|
-
-
|
7623
|
-
-
|
7624
|
-
-
|
7625
|
-
-
|
7626
|
-
-
|
7627
|
-
-
|
7628
|
-
-
|
7629
|
-
-
|
7630
|
-
-
|
7635
|
+
|
7636
|
+
- FLOW_CREATE: "001",新建实例。
|
7637
|
+
- FLOW_RESIZE : "002",配置变更。
|
7638
|
+
- FLOW_CLOSE:"003",关闭实例。
|
7639
|
+
- FLOW_CLEAN: "004",清空实例。
|
7640
|
+
- FLOW_STARTUP:"005",实例启用。
|
7641
|
+
- FLOW_DELETE:"006",删除实例。
|
7642
|
+
- FLOW_SETPWD:"007",重置密码。
|
7643
|
+
- FLOW_EXPORTBACKUP:"009",导出备份文件。
|
7644
|
+
- FLOW_RESTOREBACKUP:"010",恢复备份。
|
7645
|
+
- FLOW_BACKUPINSTANCE:"012",备份实例。
|
7646
|
+
- FLOW_MIGRATEINSTANCE:"013",迁移实例。
|
7647
|
+
- FLOW_DELBACKUP:"014",删除备份。
|
7648
|
+
- FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
|
7649
|
+
- FLOW_AUTOBACKUP:"017",自动备份实例。
|
7650
|
+
- FLOW_MIGRATECHECK: "022",迁移参数校验。
|
7651
|
+
- FLOW_MIGRATETASK:"023",数据迁移中。
|
7652
|
+
- FLOW_CLEANDB:"025",清空某个数据库。
|
7653
|
+
- FLOW_CLONEBACKUP:"026",克隆备份。
|
7654
|
+
- FLOW_CHANGEVIP: "027",改变vip地址。
|
7655
|
+
- FLOW_EXPORSHR :"028",扩缩容。
|
7656
|
+
- FLOW_ADDNODES:"029",加(减)节点。
|
7657
|
+
- FLOW_CHANGENET:"031",改变网络类型。
|
7658
|
+
- FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
|
7659
|
+
- FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
|
7660
|
+
- FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
|
7661
|
+
- FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
|
7662
|
+
- FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
|
7663
|
+
- FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
|
7664
|
+
- FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
|
7665
|
+
- FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
|
7666
|
+
- FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
|
7667
|
+
- FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
|
7668
|
+
- FLOW_UpgradeVersion: "043",版本升级。
|
7669
|
+
- FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整,
|
7670
|
+
- FLOW_CLEARNETWORK:"045",更换网络,
|
7671
|
+
- FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
|
7672
|
+
- FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
|
7673
|
+
- FLOW_SHUTDOWN_MASTER:"048",模拟故障。
|
7674
|
+
- FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
|
7675
|
+
- FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
|
7676
|
+
- FLOW_OPEN_WAN:"052",开通外网。
|
7677
|
+
- FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
|
7678
|
+
- FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
|
7679
|
+
- FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
|
7680
|
+
- FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
|
7681
|
+
- FLOW_MIGRATE_NODE:"058",迁移节点。
|
7682
|
+
- FLOW_SWITCH_NODE:"059",切换节点。
|
7683
|
+
- FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
|
7684
|
+
- FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
|
7685
|
+
- FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
|
7686
|
+
- FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
|
7687
|
+
- FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
|
7688
|
+
- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
|
7689
|
+
- FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
7690
|
+
- FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
7631
7691
|
:type TaskTypes: list of str
|
7632
7692
|
:param _BeginTime: 任务执行的起始时间。格式如:2021-12-30 00:00:00。
|
7633
7693
|
:type BeginTime: str
|
@@ -9685,7 +9745,7 @@ class InstanceMultiParam(AbstractModel):
|
|
9685
9745
|
:type CurrentValue: str
|
9686
9746
|
:param _Tips: 参数说明。
|
9687
9747
|
:type Tips: str
|
9688
|
-
:param _EnumValue:
|
9748
|
+
:param _EnumValue: 参数枚举值。
|
9689
9749
|
:type EnumValue: list of str
|
9690
9750
|
:param _Status: 参数修改的状态。
|
9691
9751
|
- 1:修改中。
|
@@ -10248,6 +10308,9 @@ class InstanceSet(AbstractModel):
|
|
10248
10308
|
:param _UpgradeRedisVersion: 实例可升级Cache小版本。
|
10249
10309
|
注意:此字段可能返回 null,表示取不到有效值。
|
10250
10310
|
:type UpgradeRedisVersion: str
|
10311
|
+
:param _BackupMode: 备份模式:- SecondLevelBackup 秒级备份- NormalLevelBackup 普通备份
|
10312
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10313
|
+
:type BackupMode: str
|
10251
10314
|
"""
|
10252
10315
|
self._InstanceName = None
|
10253
10316
|
self._InstanceId = None
|
@@ -10305,6 +10368,7 @@ class InstanceSet(AbstractModel):
|
|
10305
10368
|
self._CurrentRedisVersion = None
|
10306
10369
|
self._UpgradeProxyVersion = None
|
10307
10370
|
self._UpgradeRedisVersion = None
|
10371
|
+
self._BackupMode = None
|
10308
10372
|
|
10309
10373
|
@property
|
10310
10374
|
def InstanceName(self):
|
@@ -10754,6 +10818,14 @@ class InstanceSet(AbstractModel):
|
|
10754
10818
|
def UpgradeRedisVersion(self, UpgradeRedisVersion):
|
10755
10819
|
self._UpgradeRedisVersion = UpgradeRedisVersion
|
10756
10820
|
|
10821
|
+
@property
|
10822
|
+
def BackupMode(self):
|
10823
|
+
return self._BackupMode
|
10824
|
+
|
10825
|
+
@BackupMode.setter
|
10826
|
+
def BackupMode(self, BackupMode):
|
10827
|
+
self._BackupMode = BackupMode
|
10828
|
+
|
10757
10829
|
|
10758
10830
|
def _deserialize(self, params):
|
10759
10831
|
self._InstanceName = params.get("InstanceName")
|
@@ -10827,6 +10899,7 @@ class InstanceSet(AbstractModel):
|
|
10827
10899
|
self._CurrentRedisVersion = params.get("CurrentRedisVersion")
|
10828
10900
|
self._UpgradeProxyVersion = params.get("UpgradeProxyVersion")
|
10829
10901
|
self._UpgradeRedisVersion = params.get("UpgradeRedisVersion")
|
10902
|
+
self._BackupMode = params.get("BackupMode")
|
10830
10903
|
memeber_set = set(params.keys())
|
10831
10904
|
for name, value in vars(self).items():
|
10832
10905
|
property_name = name[1:]
|
@@ -12132,7 +12205,7 @@ class ModifyInstanceAccountRequest(AbstractModel):
|
|
12132
12205
|
:type ReadonlyPolicy: list of str
|
12133
12206
|
:param _Privilege: 子账号读写策略:填写r、w、rw,表示只读,只写,读写策略
|
12134
12207
|
:type Privilege: str
|
12135
|
-
:param _NoAuth: true
|
12208
|
+
:param _NoAuth: true表示将主账号切换为免密账号,这里只适用于主账号,子账号不可免密。
|
12136
12209
|
:type NoAuth: bool
|
12137
12210
|
"""
|
12138
12211
|
self._InstanceId = None
|
@@ -13632,7 +13705,7 @@ class ProductConf(AbstractModel):
|
|
13632
13705
|
- true:售罄。
|
13633
13706
|
- false:未售罄。
|
13634
13707
|
:type Saleout: bool
|
13635
|
-
:param _Engine:
|
13708
|
+
:param _Engine: 产品引擎。Redis 或者 CKV。
|
13636
13709
|
:type Engine: str
|
13637
13710
|
:param _Version: 兼容版本。包括:Redis-2.8、Redis-3.2、Redis-4.0、Redis-5.0、Redis-6.2。
|
13638
13711
|
:type Version: str
|
@@ -15055,7 +15128,7 @@ class ReplicaGroup(AbstractModel):
|
|
15055
15128
|
:type GroupName: str
|
15056
15129
|
:param _ZoneId: 节点的可用区ID,比如ap-guangzhou-1
|
15057
15130
|
:type ZoneId: str
|
15058
|
-
:param _Role: 节点组类型,master为主节点,replica
|
15131
|
+
:param _Role: 节点组类型,master为主节点,replica为副本节点。
|
15059
15132
|
:type Role: str
|
15060
15133
|
:param _RedisNodes: 节点组节点列表
|
15061
15134
|
:type RedisNodes: list of RedisNode
|
@@ -15599,6 +15672,8 @@ class SecurityGroupsInboundAndOutbound(AbstractModel):
|
|
15599
15672
|
def __init__(self):
|
15600
15673
|
r"""
|
15601
15674
|
:param _Action: 标识出入数据库的IP与端口是否被允许。
|
15675
|
+
- ACCEPT:允许。
|
15676
|
+
- DROP:不允许。
|
15602
15677
|
:type Action: str
|
15603
15678
|
:param _Ip: 出入数据库的IP地址
|
15604
15679
|
:type Ip: str
|
@@ -16093,25 +16168,61 @@ class TaskInfoDetail(AbstractModel):
|
|
16093
16168
|
注意:此字段可能返回 null,表示取不到有效值。
|
16094
16169
|
:type StartTime: str
|
16095
16170
|
:param _TaskType: 任务类型。
|
16096
|
-
- FLOW_CREATE
|
16097
|
-
-
|
16098
|
-
-
|
16099
|
-
-
|
16100
|
-
-
|
16101
|
-
-
|
16102
|
-
-
|
16103
|
-
-
|
16104
|
-
-
|
16105
|
-
-
|
16106
|
-
-
|
16107
|
-
-
|
16108
|
-
-
|
16109
|
-
-
|
16110
|
-
-
|
16111
|
-
-
|
16112
|
-
-
|
16113
|
-
-
|
16114
|
-
-
|
16171
|
+
- FLOW_CREATE: "001",新建实例
|
16172
|
+
- FLOW_RESIZE : "002",配置变更
|
16173
|
+
- FLOW_CLOSE:"003",关闭实例
|
16174
|
+
- FLOW_CLEAN: "004",清空实例
|
16175
|
+
- FLOW_STARTUP:"005",实例启用。
|
16176
|
+
- FLOW_DELETE:"006",删除实例。
|
16177
|
+
- FLOW_SETPWD:"007",重置密码。
|
16178
|
+
- FLOW_EXPORTBACKUP:"009",导出备份文件。
|
16179
|
+
- FLOW_RESTOREBACKUP:"010",恢复备份。
|
16180
|
+
- FLOW_BACKUPINSTANCE:"012",备份实例。
|
16181
|
+
- FLOW_MIGRATEINSTANCE:"013",迁移实例。
|
16182
|
+
- FLOW_DELBACKUP:"014",删除备份。
|
16183
|
+
- FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
|
16184
|
+
- FLOW_AUTOBACKUP:"017",自动备份实例。
|
16185
|
+
- FLOW_MIGRATECHECK: "022",迁移参数校验。
|
16186
|
+
- FLOW_MIGRATETASK:"023",数据迁移中。
|
16187
|
+
- FLOW_CLEANDB:"025",清空某个数据库。
|
16188
|
+
- FLOW_CLONEBACKUP:"026",克隆备份。
|
16189
|
+
- FLOW_CHANGEVIP: "027",改变vip地址。
|
16190
|
+
- FLOW_EXPORSHR :"028",扩缩容。
|
16191
|
+
- FLOW_ADDNODES:"029",加(减)节点。
|
16192
|
+
- FLOW_CHANGENET:"031",改变网络类型。
|
16193
|
+
- FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
|
16194
|
+
- FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
|
16195
|
+
- FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
|
16196
|
+
- FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
|
16197
|
+
- FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
|
16198
|
+
- FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
|
16199
|
+
- FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
|
16200
|
+
- FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
|
16201
|
+
- FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
|
16202
|
+
- FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
|
16203
|
+
- FLOW_UpgradeVersion: "043",版本升级。
|
16204
|
+
- FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整。
|
16205
|
+
- FLOW_CLEARNETWORK:"045",更换网络,
|
16206
|
+
- FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
|
16207
|
+
- FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
|
16208
|
+
- FLOW_SHUTDOWN_MASTER:"048",模拟故障。
|
16209
|
+
- FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
|
16210
|
+
- FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
|
16211
|
+
- FLOW_OPEN_WAN:"052",开通外网。
|
16212
|
+
- FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
|
16213
|
+
- FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
|
16214
|
+
- FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
|
16215
|
+
- FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
|
16216
|
+
- FLOW_MIGRATE_NODE:"058",迁移节点。
|
16217
|
+
- FLOW_SWITCH_NODE:"059",切换节点。
|
16218
|
+
- FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
|
16219
|
+
- FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
|
16220
|
+
- FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
|
16221
|
+
- FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
|
16222
|
+
- FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
|
16223
|
+
- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
|
16224
|
+
- FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
16225
|
+
- FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
16115
16226
|
注意:此字段可能返回 null,表示取不到有效值。
|
16116
16227
|
:type TaskType: str
|
16117
16228
|
:param _InstanceName: 实例名称。
|
@@ -13534,6 +13534,8 @@ class DescribeWxGatewaysRequest(AbstractModel):
|
|
13534
13534
|
r"""
|
13535
13535
|
:param _EnvId: 环境ID
|
13536
13536
|
:type EnvId: str
|
13537
|
+
:param _GatewayId: 网关ID
|
13538
|
+
:type GatewayId: str
|
13537
13539
|
:param _GatewayName: 服务名称,精确匹配
|
13538
13540
|
:type GatewayName: str
|
13539
13541
|
:param _Limit: 分页参数
|
@@ -13542,6 +13544,7 @@ class DescribeWxGatewaysRequest(AbstractModel):
|
|
13542
13544
|
:type Offset: int
|
13543
13545
|
"""
|
13544
13546
|
self._EnvId = None
|
13547
|
+
self._GatewayId = None
|
13545
13548
|
self._GatewayName = None
|
13546
13549
|
self._Limit = None
|
13547
13550
|
self._Offset = None
|
@@ -13554,6 +13557,14 @@ class DescribeWxGatewaysRequest(AbstractModel):
|
|
13554
13557
|
def EnvId(self, EnvId):
|
13555
13558
|
self._EnvId = EnvId
|
13556
13559
|
|
13560
|
+
@property
|
13561
|
+
def GatewayId(self):
|
13562
|
+
return self._GatewayId
|
13563
|
+
|
13564
|
+
@GatewayId.setter
|
13565
|
+
def GatewayId(self, GatewayId):
|
13566
|
+
self._GatewayId = GatewayId
|
13567
|
+
|
13557
13568
|
@property
|
13558
13569
|
def GatewayName(self):
|
13559
13570
|
return self._GatewayName
|
@@ -13581,6 +13592,7 @@ class DescribeWxGatewaysRequest(AbstractModel):
|
|
13581
13592
|
|
13582
13593
|
def _deserialize(self, params):
|
13583
13594
|
self._EnvId = params.get("EnvId")
|
13595
|
+
self._GatewayId = params.get("GatewayId")
|
13584
13596
|
self._GatewayName = params.get("GatewayName")
|
13585
13597
|
self._Limit = params.get("Limit")
|
13586
13598
|
self._Offset = params.get("Offset")
|
@@ -15453,6 +15465,9 @@ class GatewayItem(AbstractModel):
|
|
15453
15465
|
:param _AppId: 用户appid
|
15454
15466
|
注意:此字段可能返回 null,表示取不到有效值。
|
15455
15467
|
:type AppId: int
|
15468
|
+
:param _WxAppId: WxAppId
|
15469
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15470
|
+
:type WxAppId: str
|
15456
15471
|
:param _EnvId: 环境id
|
15457
15472
|
注意:此字段可能返回 null,表示取不到有效值。
|
15458
15473
|
:type EnvId: str
|
@@ -15489,6 +15504,12 @@ class GatewayItem(AbstractModel):
|
|
15489
15504
|
:param _Region: 地域
|
15490
15505
|
注意:此字段可能返回 null,表示取不到有效值。
|
15491
15506
|
:type Region: str
|
15507
|
+
:param _CanRenew: 是否可以续费
|
15508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15509
|
+
:type CanRenew: bool
|
15510
|
+
:param _AutoRenewFlag: 自动续费标志
|
15511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15512
|
+
:type AutoRenewFlag: int
|
15492
15513
|
:param _IsolateTime: 隔离时间
|
15493
15514
|
注意:此字段可能返回 null,表示取不到有效值。
|
15494
15515
|
:type IsolateTime: str
|
@@ -15501,15 +15522,25 @@ class GatewayItem(AbstractModel):
|
|
15501
15522
|
:param _UpdateTime: 变更时间
|
15502
15523
|
注意:此字段可能返回 null,表示取不到有效值。
|
15503
15524
|
:type UpdateTime: str
|
15525
|
+
:param _CanDowngrade: 是否可以降配
|
15526
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15527
|
+
:type CanDowngrade: bool
|
15504
15528
|
:param _AllowUncertified: 允许未登录访问
|
15505
15529
|
注意:此字段可能返回 null,表示取不到有效值。
|
15506
15530
|
:type AllowUncertified: int
|
15507
15531
|
:param _VersionNumLimit: 网关版本限额
|
15508
15532
|
注意:此字段可能返回 null,表示取不到有效值。
|
15509
15533
|
:type VersionNumLimit: int
|
15534
|
+
:param _LongAccessId: Donut接入ID
|
15535
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15536
|
+
:type LongAccessId: str
|
15537
|
+
:param _AccessDomain: Donut接入域名
|
15538
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15539
|
+
:type AccessDomain: str
|
15510
15540
|
"""
|
15511
15541
|
self._Uin = None
|
15512
15542
|
self._AppId = None
|
15543
|
+
self._WxAppId = None
|
15513
15544
|
self._EnvId = None
|
15514
15545
|
self._GatewayId = None
|
15515
15546
|
self._GatewayName = None
|
@@ -15522,12 +15553,17 @@ class GatewayItem(AbstractModel):
|
|
15522
15553
|
self._Status = None
|
15523
15554
|
self._L5Addr = None
|
15524
15555
|
self._Region = None
|
15556
|
+
self._CanRenew = None
|
15557
|
+
self._AutoRenewFlag = None
|
15525
15558
|
self._IsolateTime = None
|
15526
15559
|
self._ExpireTime = None
|
15527
15560
|
self._CreateTime = None
|
15528
15561
|
self._UpdateTime = None
|
15562
|
+
self._CanDowngrade = None
|
15529
15563
|
self._AllowUncertified = None
|
15530
15564
|
self._VersionNumLimit = None
|
15565
|
+
self._LongAccessId = None
|
15566
|
+
self._AccessDomain = None
|
15531
15567
|
|
15532
15568
|
@property
|
15533
15569
|
def Uin(self):
|
@@ -15545,6 +15581,14 @@ class GatewayItem(AbstractModel):
|
|
15545
15581
|
def AppId(self, AppId):
|
15546
15582
|
self._AppId = AppId
|
15547
15583
|
|
15584
|
+
@property
|
15585
|
+
def WxAppId(self):
|
15586
|
+
return self._WxAppId
|
15587
|
+
|
15588
|
+
@WxAppId.setter
|
15589
|
+
def WxAppId(self, WxAppId):
|
15590
|
+
self._WxAppId = WxAppId
|
15591
|
+
|
15548
15592
|
@property
|
15549
15593
|
def EnvId(self):
|
15550
15594
|
return self._EnvId
|
@@ -15641,6 +15685,22 @@ class GatewayItem(AbstractModel):
|
|
15641
15685
|
def Region(self, Region):
|
15642
15686
|
self._Region = Region
|
15643
15687
|
|
15688
|
+
@property
|
15689
|
+
def CanRenew(self):
|
15690
|
+
return self._CanRenew
|
15691
|
+
|
15692
|
+
@CanRenew.setter
|
15693
|
+
def CanRenew(self, CanRenew):
|
15694
|
+
self._CanRenew = CanRenew
|
15695
|
+
|
15696
|
+
@property
|
15697
|
+
def AutoRenewFlag(self):
|
15698
|
+
return self._AutoRenewFlag
|
15699
|
+
|
15700
|
+
@AutoRenewFlag.setter
|
15701
|
+
def AutoRenewFlag(self, AutoRenewFlag):
|
15702
|
+
self._AutoRenewFlag = AutoRenewFlag
|
15703
|
+
|
15644
15704
|
@property
|
15645
15705
|
def IsolateTime(self):
|
15646
15706
|
return self._IsolateTime
|
@@ -15673,6 +15733,14 @@ class GatewayItem(AbstractModel):
|
|
15673
15733
|
def UpdateTime(self, UpdateTime):
|
15674
15734
|
self._UpdateTime = UpdateTime
|
15675
15735
|
|
15736
|
+
@property
|
15737
|
+
def CanDowngrade(self):
|
15738
|
+
return self._CanDowngrade
|
15739
|
+
|
15740
|
+
@CanDowngrade.setter
|
15741
|
+
def CanDowngrade(self, CanDowngrade):
|
15742
|
+
self._CanDowngrade = CanDowngrade
|
15743
|
+
|
15676
15744
|
@property
|
15677
15745
|
def AllowUncertified(self):
|
15678
15746
|
return self._AllowUncertified
|
@@ -15689,10 +15757,27 @@ class GatewayItem(AbstractModel):
|
|
15689
15757
|
def VersionNumLimit(self, VersionNumLimit):
|
15690
15758
|
self._VersionNumLimit = VersionNumLimit
|
15691
15759
|
|
15760
|
+
@property
|
15761
|
+
def LongAccessId(self):
|
15762
|
+
return self._LongAccessId
|
15763
|
+
|
15764
|
+
@LongAccessId.setter
|
15765
|
+
def LongAccessId(self, LongAccessId):
|
15766
|
+
self._LongAccessId = LongAccessId
|
15767
|
+
|
15768
|
+
@property
|
15769
|
+
def AccessDomain(self):
|
15770
|
+
return self._AccessDomain
|
15771
|
+
|
15772
|
+
@AccessDomain.setter
|
15773
|
+
def AccessDomain(self, AccessDomain):
|
15774
|
+
self._AccessDomain = AccessDomain
|
15775
|
+
|
15692
15776
|
|
15693
15777
|
def _deserialize(self, params):
|
15694
15778
|
self._Uin = params.get("Uin")
|
15695
15779
|
self._AppId = params.get("AppId")
|
15780
|
+
self._WxAppId = params.get("WxAppId")
|
15696
15781
|
self._EnvId = params.get("EnvId")
|
15697
15782
|
self._GatewayId = params.get("GatewayId")
|
15698
15783
|
self._GatewayName = params.get("GatewayName")
|
@@ -15705,12 +15790,17 @@ class GatewayItem(AbstractModel):
|
|
15705
15790
|
self._Status = params.get("Status")
|
15706
15791
|
self._L5Addr = params.get("L5Addr")
|
15707
15792
|
self._Region = params.get("Region")
|
15793
|
+
self._CanRenew = params.get("CanRenew")
|
15794
|
+
self._AutoRenewFlag = params.get("AutoRenewFlag")
|
15708
15795
|
self._IsolateTime = params.get("IsolateTime")
|
15709
15796
|
self._ExpireTime = params.get("ExpireTime")
|
15710
15797
|
self._CreateTime = params.get("CreateTime")
|
15711
15798
|
self._UpdateTime = params.get("UpdateTime")
|
15799
|
+
self._CanDowngrade = params.get("CanDowngrade")
|
15712
15800
|
self._AllowUncertified = params.get("AllowUncertified")
|
15713
15801
|
self._VersionNumLimit = params.get("VersionNumLimit")
|
15802
|
+
self._LongAccessId = params.get("LongAccessId")
|
15803
|
+
self._AccessDomain = params.get("AccessDomain")
|
15714
15804
|
memeber_set = set(params.keys())
|
15715
15805
|
for name, value in vars(self).items():
|
15716
15806
|
property_name = name[1:]
|
@@ -9975,6 +9975,8 @@ class CreateAssetImageScanSettingRequest(AbstractModel):
|
|
9975
9975
|
:param _ScanEndTime: 扫描结束时间
|
9976
9976
|
02:00 时分
|
9977
9977
|
:type ScanEndTime: str
|
9978
|
+
:param _ExcludeImages: 排除扫描的镜像
|
9979
|
+
:type ExcludeImages: list of str
|
9978
9980
|
"""
|
9979
9981
|
self._Enable = None
|
9980
9982
|
self._ScanTime = None
|
@@ -9987,6 +9989,7 @@ class CreateAssetImageScanSettingRequest(AbstractModel):
|
|
9987
9989
|
self._ContainerRunning = None
|
9988
9990
|
self._ScanScope = None
|
9989
9991
|
self._ScanEndTime = None
|
9992
|
+
self._ExcludeImages = None
|
9990
9993
|
|
9991
9994
|
@property
|
9992
9995
|
def Enable(self):
|
@@ -10080,6 +10083,14 @@ class CreateAssetImageScanSettingRequest(AbstractModel):
|
|
10080
10083
|
def ScanEndTime(self, ScanEndTime):
|
10081
10084
|
self._ScanEndTime = ScanEndTime
|
10082
10085
|
|
10086
|
+
@property
|
10087
|
+
def ExcludeImages(self):
|
10088
|
+
return self._ExcludeImages
|
10089
|
+
|
10090
|
+
@ExcludeImages.setter
|
10091
|
+
def ExcludeImages(self, ExcludeImages):
|
10092
|
+
self._ExcludeImages = ExcludeImages
|
10093
|
+
|
10083
10094
|
|
10084
10095
|
def _deserialize(self, params):
|
10085
10096
|
self._Enable = params.get("Enable")
|
@@ -10093,6 +10104,7 @@ class CreateAssetImageScanSettingRequest(AbstractModel):
|
|
10093
10104
|
self._ContainerRunning = params.get("ContainerRunning")
|
10094
10105
|
self._ScanScope = params.get("ScanScope")
|
10095
10106
|
self._ScanEndTime = params.get("ScanEndTime")
|
10107
|
+
self._ExcludeImages = params.get("ExcludeImages")
|
10096
10108
|
memeber_set = set(params.keys())
|
10097
10109
|
for name, value in vars(self).items():
|
10098
10110
|
property_name = name[1:]
|
@@ -23039,6 +23051,9 @@ class DescribeAssetImageScanSettingResponse(AbstractModel):
|
|
23039
23051
|
:type ScanScope: int
|
23040
23052
|
:param _ScanEndTime: 扫描结束时间 02:00 时分
|
23041
23053
|
:type ScanEndTime: str
|
23054
|
+
:param _ExcludeImages: 排除的扫描镜像
|
23055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
23056
|
+
:type ExcludeImages: list of str
|
23042
23057
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23043
23058
|
:type RequestId: str
|
23044
23059
|
"""
|
@@ -23053,6 +23068,7 @@ class DescribeAssetImageScanSettingResponse(AbstractModel):
|
|
23053
23068
|
self._ContainerRunning = None
|
23054
23069
|
self._ScanScope = None
|
23055
23070
|
self._ScanEndTime = None
|
23071
|
+
self._ExcludeImages = None
|
23056
23072
|
self._RequestId = None
|
23057
23073
|
|
23058
23074
|
@property
|
@@ -23147,6 +23163,14 @@ class DescribeAssetImageScanSettingResponse(AbstractModel):
|
|
23147
23163
|
def ScanEndTime(self, ScanEndTime):
|
23148
23164
|
self._ScanEndTime = ScanEndTime
|
23149
23165
|
|
23166
|
+
@property
|
23167
|
+
def ExcludeImages(self):
|
23168
|
+
return self._ExcludeImages
|
23169
|
+
|
23170
|
+
@ExcludeImages.setter
|
23171
|
+
def ExcludeImages(self, ExcludeImages):
|
23172
|
+
self._ExcludeImages = ExcludeImages
|
23173
|
+
|
23150
23174
|
@property
|
23151
23175
|
def RequestId(self):
|
23152
23176
|
return self._RequestId
|
@@ -23168,6 +23192,7 @@ class DescribeAssetImageScanSettingResponse(AbstractModel):
|
|
23168
23192
|
self._ContainerRunning = params.get("ContainerRunning")
|
23169
23193
|
self._ScanScope = params.get("ScanScope")
|
23170
23194
|
self._ScanEndTime = params.get("ScanEndTime")
|
23195
|
+
self._ExcludeImages = params.get("ExcludeImages")
|
23171
23196
|
self._RequestId = params.get("RequestId")
|
23172
23197
|
|
23173
23198
|
|
@@ -30021,6 +30046,9 @@ class DescribeImageRegistryTimingScanTaskResponse(AbstractModel):
|
|
30021
30046
|
:type ScanScope: int
|
30022
30047
|
:param _Namespace: 命名空间
|
30023
30048
|
:type Namespace: list of str
|
30049
|
+
:param _ExcludeImageAssetIds: 排除的镜像资产id
|
30050
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30051
|
+
:type ExcludeImageAssetIds: list of int non-negative
|
30024
30052
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30025
30053
|
:type RequestId: str
|
30026
30054
|
"""
|
@@ -30037,6 +30065,7 @@ class DescribeImageRegistryTimingScanTaskResponse(AbstractModel):
|
|
30037
30065
|
self._ContainerRunning = None
|
30038
30066
|
self._ScanScope = None
|
30039
30067
|
self._Namespace = None
|
30068
|
+
self._ExcludeImageAssetIds = None
|
30040
30069
|
self._RequestId = None
|
30041
30070
|
|
30042
30071
|
@property
|
@@ -30147,6 +30176,14 @@ class DescribeImageRegistryTimingScanTaskResponse(AbstractModel):
|
|
30147
30176
|
def Namespace(self, Namespace):
|
30148
30177
|
self._Namespace = Namespace
|
30149
30178
|
|
30179
|
+
@property
|
30180
|
+
def ExcludeImageAssetIds(self):
|
30181
|
+
return self._ExcludeImageAssetIds
|
30182
|
+
|
30183
|
+
@ExcludeImageAssetIds.setter
|
30184
|
+
def ExcludeImageAssetIds(self, ExcludeImageAssetIds):
|
30185
|
+
self._ExcludeImageAssetIds = ExcludeImageAssetIds
|
30186
|
+
|
30150
30187
|
@property
|
30151
30188
|
def RequestId(self):
|
30152
30189
|
return self._RequestId
|
@@ -30175,6 +30212,7 @@ class DescribeImageRegistryTimingScanTaskResponse(AbstractModel):
|
|
30175
30212
|
self._ContainerRunning = params.get("ContainerRunning")
|
30176
30213
|
self._ScanScope = params.get("ScanScope")
|
30177
30214
|
self._Namespace = params.get("Namespace")
|
30215
|
+
self._ExcludeImageAssetIds = params.get("ExcludeImageAssetIds")
|
30178
30216
|
self._RequestId = params.get("RequestId")
|
30179
30217
|
|
30180
30218
|
|
@@ -60573,6 +60611,8 @@ class UpdateImageRegistryTimingScanTaskRequest(AbstractModel):
|
|
60573
60611
|
:type RegistryType: list of str
|
60574
60612
|
:param _Namespace: 命名空间
|
60575
60613
|
:type Namespace: list of str
|
60614
|
+
:param _ExcludeImageAssetIds: 排除的镜像资产id
|
60615
|
+
:type ExcludeImageAssetIds: list of int non-negative
|
60576
60616
|
"""
|
60577
60617
|
self._ScanPeriod = None
|
60578
60618
|
self._Enable = None
|
@@ -60587,6 +60627,7 @@ class UpdateImageRegistryTimingScanTaskRequest(AbstractModel):
|
|
60587
60627
|
self._ScanScope = None
|
60588
60628
|
self._RegistryType = None
|
60589
60629
|
self._Namespace = None
|
60630
|
+
self._ExcludeImageAssetIds = None
|
60590
60631
|
|
60591
60632
|
@property
|
60592
60633
|
def ScanPeriod(self):
|
@@ -60696,6 +60737,14 @@ class UpdateImageRegistryTimingScanTaskRequest(AbstractModel):
|
|
60696
60737
|
def Namespace(self, Namespace):
|
60697
60738
|
self._Namespace = Namespace
|
60698
60739
|
|
60740
|
+
@property
|
60741
|
+
def ExcludeImageAssetIds(self):
|
60742
|
+
return self._ExcludeImageAssetIds
|
60743
|
+
|
60744
|
+
@ExcludeImageAssetIds.setter
|
60745
|
+
def ExcludeImageAssetIds(self, ExcludeImageAssetIds):
|
60746
|
+
self._ExcludeImageAssetIds = ExcludeImageAssetIds
|
60747
|
+
|
60699
60748
|
|
60700
60749
|
def _deserialize(self, params):
|
60701
60750
|
self._ScanPeriod = params.get("ScanPeriod")
|
@@ -60716,6 +60765,7 @@ class UpdateImageRegistryTimingScanTaskRequest(AbstractModel):
|
|
60716
60765
|
self._ScanScope = params.get("ScanScope")
|
60717
60766
|
self._RegistryType = params.get("RegistryType")
|
60718
60767
|
self._Namespace = params.get("Namespace")
|
60768
|
+
self._ExcludeImageAssetIds = params.get("ExcludeImageAssetIds")
|
60719
60769
|
memeber_set = set(params.keys())
|
60720
60770
|
for name, value in vars(self).items():
|
60721
60771
|
property_name = name[1:]
|