tencentcloud-sdk-python 3.0.1446__py2.py3-none-any.whl → 3.0.1447__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/bi_client.py +23 -0
- tencentcloud/bi/v20220105/models.py +179 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -6
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfs/v20190719/models.py +21 -2
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/cls/v20201016/models.py +98 -24
- tencentcloud/common/abstract_client.py +14 -12
- tencentcloud/common/credential.py +61 -26
- tencentcloud/csip/v20221121/models.py +4 -4
- tencentcloud/ctem/v20231128/models.py +30 -0
- tencentcloud/cwp/v20180228/models.py +53 -14
- tencentcloud/cynosdb/v20190107/models.py +2 -0
- tencentcloud/dc/v20180410/models.py +30 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/dts/v20211206/dts_client.py +23 -0
- tencentcloud/dts/v20211206/models.py +64 -0
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +283 -10
- tencentcloud/essbasic/v20210526/models.py +10 -16
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +934 -17
- tencentcloud/iotexplorer/v20190423/models.py +112 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +122 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +19 -0
- tencentcloud/mps/v20190612/models.py +174 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
- tencentcloud/mqtt/v20240516/models.py +880 -22
- tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +7 -23
- tencentcloud/organization/v20210331/models.py +393 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/partners/v20180321/models.py +8 -8
- tencentcloud/partners/v20180321/partners_client.py +2 -2
- tencentcloud/rce/v20201103/rce_client.py +1 -1
- tencentcloud/smh/v20210712/models.py +19 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +1 -1
- tencentcloud/tione/v20211111/models.py +333 -10
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20220501/models.py +32 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/trtc_client.py +9 -3
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +2 -4
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/top_level.txt +0 -0
|
@@ -1179,6 +1179,152 @@ class CreateAuthorizationPolicyResponse(AbstractModel):
|
|
|
1179
1179
|
self._RequestId = params.get("RequestId")
|
|
1180
1180
|
|
|
1181
1181
|
|
|
1182
|
+
class CreateDeviceIdentityRequest(AbstractModel):
|
|
1183
|
+
"""CreateDeviceIdentity请求参数结构体
|
|
1184
|
+
|
|
1185
|
+
"""
|
|
1186
|
+
|
|
1187
|
+
def __init__(self):
|
|
1188
|
+
r"""
|
|
1189
|
+
:param _InstanceId: 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
1190
|
+
:type InstanceId: str
|
|
1191
|
+
:param _DeviceId: 设备id
|
|
1192
|
+
:type DeviceId: str
|
|
1193
|
+
:param _Status: 1:ENABLED-可用(默认)
|
|
1194
|
+
2:DISABLE-不可用
|
|
1195
|
+
:type Status: str
|
|
1196
|
+
:param _PrimaryKey: 主要签名key,不传则由系统自动生成,需要base64编码。
|
|
1197
|
+
:type PrimaryKey: str
|
|
1198
|
+
:param _SecondaryKey: 次要签名key,不传则油系统自动生成,需要base64编码。
|
|
1199
|
+
:type SecondaryKey: str
|
|
1200
|
+
:param _PropagatingProperties: 该设备id的传播属性设置
|
|
1201
|
+
:type PropagatingProperties: list of PropagatingProperty
|
|
1202
|
+
"""
|
|
1203
|
+
self._InstanceId = None
|
|
1204
|
+
self._DeviceId = None
|
|
1205
|
+
self._Status = None
|
|
1206
|
+
self._PrimaryKey = None
|
|
1207
|
+
self._SecondaryKey = None
|
|
1208
|
+
self._PropagatingProperties = None
|
|
1209
|
+
|
|
1210
|
+
@property
|
|
1211
|
+
def InstanceId(self):
|
|
1212
|
+
"""腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
1213
|
+
:rtype: str
|
|
1214
|
+
"""
|
|
1215
|
+
return self._InstanceId
|
|
1216
|
+
|
|
1217
|
+
@InstanceId.setter
|
|
1218
|
+
def InstanceId(self, InstanceId):
|
|
1219
|
+
self._InstanceId = InstanceId
|
|
1220
|
+
|
|
1221
|
+
@property
|
|
1222
|
+
def DeviceId(self):
|
|
1223
|
+
"""设备id
|
|
1224
|
+
:rtype: str
|
|
1225
|
+
"""
|
|
1226
|
+
return self._DeviceId
|
|
1227
|
+
|
|
1228
|
+
@DeviceId.setter
|
|
1229
|
+
def DeviceId(self, DeviceId):
|
|
1230
|
+
self._DeviceId = DeviceId
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
def Status(self):
|
|
1234
|
+
"""1:ENABLED-可用(默认)
|
|
1235
|
+
2:DISABLE-不可用
|
|
1236
|
+
:rtype: str
|
|
1237
|
+
"""
|
|
1238
|
+
return self._Status
|
|
1239
|
+
|
|
1240
|
+
@Status.setter
|
|
1241
|
+
def Status(self, Status):
|
|
1242
|
+
self._Status = Status
|
|
1243
|
+
|
|
1244
|
+
@property
|
|
1245
|
+
def PrimaryKey(self):
|
|
1246
|
+
"""主要签名key,不传则由系统自动生成,需要base64编码。
|
|
1247
|
+
:rtype: str
|
|
1248
|
+
"""
|
|
1249
|
+
return self._PrimaryKey
|
|
1250
|
+
|
|
1251
|
+
@PrimaryKey.setter
|
|
1252
|
+
def PrimaryKey(self, PrimaryKey):
|
|
1253
|
+
self._PrimaryKey = PrimaryKey
|
|
1254
|
+
|
|
1255
|
+
@property
|
|
1256
|
+
def SecondaryKey(self):
|
|
1257
|
+
"""次要签名key,不传则油系统自动生成,需要base64编码。
|
|
1258
|
+
:rtype: str
|
|
1259
|
+
"""
|
|
1260
|
+
return self._SecondaryKey
|
|
1261
|
+
|
|
1262
|
+
@SecondaryKey.setter
|
|
1263
|
+
def SecondaryKey(self, SecondaryKey):
|
|
1264
|
+
self._SecondaryKey = SecondaryKey
|
|
1265
|
+
|
|
1266
|
+
@property
|
|
1267
|
+
def PropagatingProperties(self):
|
|
1268
|
+
"""该设备id的传播属性设置
|
|
1269
|
+
:rtype: list of PropagatingProperty
|
|
1270
|
+
"""
|
|
1271
|
+
return self._PropagatingProperties
|
|
1272
|
+
|
|
1273
|
+
@PropagatingProperties.setter
|
|
1274
|
+
def PropagatingProperties(self, PropagatingProperties):
|
|
1275
|
+
self._PropagatingProperties = PropagatingProperties
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
def _deserialize(self, params):
|
|
1279
|
+
self._InstanceId = params.get("InstanceId")
|
|
1280
|
+
self._DeviceId = params.get("DeviceId")
|
|
1281
|
+
self._Status = params.get("Status")
|
|
1282
|
+
self._PrimaryKey = params.get("PrimaryKey")
|
|
1283
|
+
self._SecondaryKey = params.get("SecondaryKey")
|
|
1284
|
+
if params.get("PropagatingProperties") is not None:
|
|
1285
|
+
self._PropagatingProperties = []
|
|
1286
|
+
for item in params.get("PropagatingProperties"):
|
|
1287
|
+
obj = PropagatingProperty()
|
|
1288
|
+
obj._deserialize(item)
|
|
1289
|
+
self._PropagatingProperties.append(obj)
|
|
1290
|
+
memeber_set = set(params.keys())
|
|
1291
|
+
for name, value in vars(self).items():
|
|
1292
|
+
property_name = name[1:]
|
|
1293
|
+
if property_name in memeber_set:
|
|
1294
|
+
memeber_set.remove(property_name)
|
|
1295
|
+
if len(memeber_set) > 0:
|
|
1296
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
class CreateDeviceIdentityResponse(AbstractModel):
|
|
1301
|
+
"""CreateDeviceIdentity返回参数结构体
|
|
1302
|
+
|
|
1303
|
+
"""
|
|
1304
|
+
|
|
1305
|
+
def __init__(self):
|
|
1306
|
+
r"""
|
|
1307
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1308
|
+
:type RequestId: str
|
|
1309
|
+
"""
|
|
1310
|
+
self._RequestId = None
|
|
1311
|
+
|
|
1312
|
+
@property
|
|
1313
|
+
def RequestId(self):
|
|
1314
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1315
|
+
:rtype: str
|
|
1316
|
+
"""
|
|
1317
|
+
return self._RequestId
|
|
1318
|
+
|
|
1319
|
+
@RequestId.setter
|
|
1320
|
+
def RequestId(self, RequestId):
|
|
1321
|
+
self._RequestId = RequestId
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
def _deserialize(self, params):
|
|
1325
|
+
self._RequestId = params.get("RequestId")
|
|
1326
|
+
|
|
1327
|
+
|
|
1182
1328
|
class CreateHttpAuthenticatorRequest(AbstractModel):
|
|
1183
1329
|
"""CreateHttpAuthenticator请求参数结构体
|
|
1184
1330
|
|
|
@@ -2791,6 +2937,85 @@ class DeleteDeviceCertificateResponse(AbstractModel):
|
|
|
2791
2937
|
self._RequestId = params.get("RequestId")
|
|
2792
2938
|
|
|
2793
2939
|
|
|
2940
|
+
class DeleteDeviceIdentityRequest(AbstractModel):
|
|
2941
|
+
"""DeleteDeviceIdentity请求参数结构体
|
|
2942
|
+
|
|
2943
|
+
"""
|
|
2944
|
+
|
|
2945
|
+
def __init__(self):
|
|
2946
|
+
r"""
|
|
2947
|
+
:param _InstanceId: 集群id
|
|
2948
|
+
:type InstanceId: str
|
|
2949
|
+
:param _DeviceId: 设备id
|
|
2950
|
+
:type DeviceId: str
|
|
2951
|
+
"""
|
|
2952
|
+
self._InstanceId = None
|
|
2953
|
+
self._DeviceId = None
|
|
2954
|
+
|
|
2955
|
+
@property
|
|
2956
|
+
def InstanceId(self):
|
|
2957
|
+
"""集群id
|
|
2958
|
+
:rtype: str
|
|
2959
|
+
"""
|
|
2960
|
+
return self._InstanceId
|
|
2961
|
+
|
|
2962
|
+
@InstanceId.setter
|
|
2963
|
+
def InstanceId(self, InstanceId):
|
|
2964
|
+
self._InstanceId = InstanceId
|
|
2965
|
+
|
|
2966
|
+
@property
|
|
2967
|
+
def DeviceId(self):
|
|
2968
|
+
"""设备id
|
|
2969
|
+
:rtype: str
|
|
2970
|
+
"""
|
|
2971
|
+
return self._DeviceId
|
|
2972
|
+
|
|
2973
|
+
@DeviceId.setter
|
|
2974
|
+
def DeviceId(self, DeviceId):
|
|
2975
|
+
self._DeviceId = DeviceId
|
|
2976
|
+
|
|
2977
|
+
|
|
2978
|
+
def _deserialize(self, params):
|
|
2979
|
+
self._InstanceId = params.get("InstanceId")
|
|
2980
|
+
self._DeviceId = params.get("DeviceId")
|
|
2981
|
+
memeber_set = set(params.keys())
|
|
2982
|
+
for name, value in vars(self).items():
|
|
2983
|
+
property_name = name[1:]
|
|
2984
|
+
if property_name in memeber_set:
|
|
2985
|
+
memeber_set.remove(property_name)
|
|
2986
|
+
if len(memeber_set) > 0:
|
|
2987
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2988
|
+
|
|
2989
|
+
|
|
2990
|
+
|
|
2991
|
+
class DeleteDeviceIdentityResponse(AbstractModel):
|
|
2992
|
+
"""DeleteDeviceIdentity返回参数结构体
|
|
2993
|
+
|
|
2994
|
+
"""
|
|
2995
|
+
|
|
2996
|
+
def __init__(self):
|
|
2997
|
+
r"""
|
|
2998
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2999
|
+
:type RequestId: str
|
|
3000
|
+
"""
|
|
3001
|
+
self._RequestId = None
|
|
3002
|
+
|
|
3003
|
+
@property
|
|
3004
|
+
def RequestId(self):
|
|
3005
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3006
|
+
:rtype: str
|
|
3007
|
+
"""
|
|
3008
|
+
return self._RequestId
|
|
3009
|
+
|
|
3010
|
+
@RequestId.setter
|
|
3011
|
+
def RequestId(self, RequestId):
|
|
3012
|
+
self._RequestId = RequestId
|
|
3013
|
+
|
|
3014
|
+
|
|
3015
|
+
def _deserialize(self, params):
|
|
3016
|
+
self._RequestId = params.get("RequestId")
|
|
3017
|
+
|
|
3018
|
+
|
|
2794
3019
|
class DeleteInsPublicEndpointRequest(AbstractModel):
|
|
2795
3020
|
"""DeleteInsPublicEndpoint请求参数结构体
|
|
2796
3021
|
|
|
@@ -4186,31 +4411,331 @@ class DescribeDeviceCertificatesResponse(AbstractModel):
|
|
|
4186
4411
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4187
4412
|
:type RequestId: str
|
|
4188
4413
|
"""
|
|
4189
|
-
self._TotalCount = None
|
|
4190
|
-
self._Data = None
|
|
4191
|
-
self._RequestId = None
|
|
4414
|
+
self._TotalCount = None
|
|
4415
|
+
self._Data = None
|
|
4416
|
+
self._RequestId = None
|
|
4417
|
+
|
|
4418
|
+
@property
|
|
4419
|
+
def TotalCount(self):
|
|
4420
|
+
"""总数
|
|
4421
|
+
:rtype: int
|
|
4422
|
+
"""
|
|
4423
|
+
return self._TotalCount
|
|
4424
|
+
|
|
4425
|
+
@TotalCount.setter
|
|
4426
|
+
def TotalCount(self, TotalCount):
|
|
4427
|
+
self._TotalCount = TotalCount
|
|
4428
|
+
|
|
4429
|
+
@property
|
|
4430
|
+
def Data(self):
|
|
4431
|
+
"""设备证书列表
|
|
4432
|
+
:rtype: list of DeviceCertificateItem
|
|
4433
|
+
"""
|
|
4434
|
+
return self._Data
|
|
4435
|
+
|
|
4436
|
+
@Data.setter
|
|
4437
|
+
def Data(self, Data):
|
|
4438
|
+
self._Data = Data
|
|
4439
|
+
|
|
4440
|
+
@property
|
|
4441
|
+
def RequestId(self):
|
|
4442
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4443
|
+
:rtype: str
|
|
4444
|
+
"""
|
|
4445
|
+
return self._RequestId
|
|
4446
|
+
|
|
4447
|
+
@RequestId.setter
|
|
4448
|
+
def RequestId(self, RequestId):
|
|
4449
|
+
self._RequestId = RequestId
|
|
4450
|
+
|
|
4451
|
+
|
|
4452
|
+
def _deserialize(self, params):
|
|
4453
|
+
self._TotalCount = params.get("TotalCount")
|
|
4454
|
+
if params.get("Data") is not None:
|
|
4455
|
+
self._Data = []
|
|
4456
|
+
for item in params.get("Data"):
|
|
4457
|
+
obj = DeviceCertificateItem()
|
|
4458
|
+
obj._deserialize(item)
|
|
4459
|
+
self._Data.append(obj)
|
|
4460
|
+
self._RequestId = params.get("RequestId")
|
|
4461
|
+
|
|
4462
|
+
|
|
4463
|
+
class DescribeDeviceIdentitiesRequest(AbstractModel):
|
|
4464
|
+
"""DescribeDeviceIdentities请求参数结构体
|
|
4465
|
+
|
|
4466
|
+
"""
|
|
4467
|
+
|
|
4468
|
+
def __init__(self):
|
|
4469
|
+
r"""
|
|
4470
|
+
:param _InstanceId: 集群id
|
|
4471
|
+
:type InstanceId: str
|
|
4472
|
+
:param _Offset: 查询起始位置
|
|
4473
|
+
:type Offset: int
|
|
4474
|
+
:param _Limit: 查询结果限制数量
|
|
4475
|
+
:type Limit: int
|
|
4476
|
+
"""
|
|
4477
|
+
self._InstanceId = None
|
|
4478
|
+
self._Offset = None
|
|
4479
|
+
self._Limit = None
|
|
4480
|
+
|
|
4481
|
+
@property
|
|
4482
|
+
def InstanceId(self):
|
|
4483
|
+
"""集群id
|
|
4484
|
+
:rtype: str
|
|
4485
|
+
"""
|
|
4486
|
+
return self._InstanceId
|
|
4487
|
+
|
|
4488
|
+
@InstanceId.setter
|
|
4489
|
+
def InstanceId(self, InstanceId):
|
|
4490
|
+
self._InstanceId = InstanceId
|
|
4491
|
+
|
|
4492
|
+
@property
|
|
4493
|
+
def Offset(self):
|
|
4494
|
+
"""查询起始位置
|
|
4495
|
+
:rtype: int
|
|
4496
|
+
"""
|
|
4497
|
+
return self._Offset
|
|
4498
|
+
|
|
4499
|
+
@Offset.setter
|
|
4500
|
+
def Offset(self, Offset):
|
|
4501
|
+
self._Offset = Offset
|
|
4502
|
+
|
|
4503
|
+
@property
|
|
4504
|
+
def Limit(self):
|
|
4505
|
+
"""查询结果限制数量
|
|
4506
|
+
:rtype: int
|
|
4507
|
+
"""
|
|
4508
|
+
return self._Limit
|
|
4509
|
+
|
|
4510
|
+
@Limit.setter
|
|
4511
|
+
def Limit(self, Limit):
|
|
4512
|
+
self._Limit = Limit
|
|
4513
|
+
|
|
4514
|
+
|
|
4515
|
+
def _deserialize(self, params):
|
|
4516
|
+
self._InstanceId = params.get("InstanceId")
|
|
4517
|
+
self._Offset = params.get("Offset")
|
|
4518
|
+
self._Limit = params.get("Limit")
|
|
4519
|
+
memeber_set = set(params.keys())
|
|
4520
|
+
for name, value in vars(self).items():
|
|
4521
|
+
property_name = name[1:]
|
|
4522
|
+
if property_name in memeber_set:
|
|
4523
|
+
memeber_set.remove(property_name)
|
|
4524
|
+
if len(memeber_set) > 0:
|
|
4525
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4526
|
+
|
|
4527
|
+
|
|
4528
|
+
|
|
4529
|
+
class DescribeDeviceIdentitiesResponse(AbstractModel):
|
|
4530
|
+
"""DescribeDeviceIdentities返回参数结构体
|
|
4531
|
+
|
|
4532
|
+
"""
|
|
4533
|
+
|
|
4534
|
+
def __init__(self):
|
|
4535
|
+
r"""
|
|
4536
|
+
:param _Data: 返回的设备标识列表
|
|
4537
|
+
:type Data: list of DeviceIdentityItem
|
|
4538
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4539
|
+
:type RequestId: str
|
|
4540
|
+
"""
|
|
4541
|
+
self._Data = None
|
|
4542
|
+
self._RequestId = None
|
|
4543
|
+
|
|
4544
|
+
@property
|
|
4545
|
+
def Data(self):
|
|
4546
|
+
"""返回的设备标识列表
|
|
4547
|
+
:rtype: list of DeviceIdentityItem
|
|
4548
|
+
"""
|
|
4549
|
+
return self._Data
|
|
4550
|
+
|
|
4551
|
+
@Data.setter
|
|
4552
|
+
def Data(self, Data):
|
|
4553
|
+
self._Data = Data
|
|
4554
|
+
|
|
4555
|
+
@property
|
|
4556
|
+
def RequestId(self):
|
|
4557
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4558
|
+
:rtype: str
|
|
4559
|
+
"""
|
|
4560
|
+
return self._RequestId
|
|
4561
|
+
|
|
4562
|
+
@RequestId.setter
|
|
4563
|
+
def RequestId(self, RequestId):
|
|
4564
|
+
self._RequestId = RequestId
|
|
4565
|
+
|
|
4566
|
+
|
|
4567
|
+
def _deserialize(self, params):
|
|
4568
|
+
if params.get("Data") is not None:
|
|
4569
|
+
self._Data = []
|
|
4570
|
+
for item in params.get("Data"):
|
|
4571
|
+
obj = DeviceIdentityItem()
|
|
4572
|
+
obj._deserialize(item)
|
|
4573
|
+
self._Data.append(obj)
|
|
4574
|
+
self._RequestId = params.get("RequestId")
|
|
4575
|
+
|
|
4576
|
+
|
|
4577
|
+
class DescribeDeviceIdentityRequest(AbstractModel):
|
|
4578
|
+
"""DescribeDeviceIdentity请求参数结构体
|
|
4579
|
+
|
|
4580
|
+
"""
|
|
4581
|
+
|
|
4582
|
+
def __init__(self):
|
|
4583
|
+
r"""
|
|
4584
|
+
:param _InstanceId: 集群id
|
|
4585
|
+
:type InstanceId: str
|
|
4586
|
+
:param _DeviceId: 设备id
|
|
4587
|
+
:type DeviceId: str
|
|
4588
|
+
"""
|
|
4589
|
+
self._InstanceId = None
|
|
4590
|
+
self._DeviceId = None
|
|
4591
|
+
|
|
4592
|
+
@property
|
|
4593
|
+
def InstanceId(self):
|
|
4594
|
+
"""集群id
|
|
4595
|
+
:rtype: str
|
|
4596
|
+
"""
|
|
4597
|
+
return self._InstanceId
|
|
4598
|
+
|
|
4599
|
+
@InstanceId.setter
|
|
4600
|
+
def InstanceId(self, InstanceId):
|
|
4601
|
+
self._InstanceId = InstanceId
|
|
4602
|
+
|
|
4603
|
+
@property
|
|
4604
|
+
def DeviceId(self):
|
|
4605
|
+
"""设备id
|
|
4606
|
+
:rtype: str
|
|
4607
|
+
"""
|
|
4608
|
+
return self._DeviceId
|
|
4609
|
+
|
|
4610
|
+
@DeviceId.setter
|
|
4611
|
+
def DeviceId(self, DeviceId):
|
|
4612
|
+
self._DeviceId = DeviceId
|
|
4613
|
+
|
|
4614
|
+
|
|
4615
|
+
def _deserialize(self, params):
|
|
4616
|
+
self._InstanceId = params.get("InstanceId")
|
|
4617
|
+
self._DeviceId = params.get("DeviceId")
|
|
4618
|
+
memeber_set = set(params.keys())
|
|
4619
|
+
for name, value in vars(self).items():
|
|
4620
|
+
property_name = name[1:]
|
|
4621
|
+
if property_name in memeber_set:
|
|
4622
|
+
memeber_set.remove(property_name)
|
|
4623
|
+
if len(memeber_set) > 0:
|
|
4624
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
class DescribeDeviceIdentityResponse(AbstractModel):
|
|
4629
|
+
"""DescribeDeviceIdentity返回参数结构体
|
|
4630
|
+
|
|
4631
|
+
"""
|
|
4632
|
+
|
|
4633
|
+
def __init__(self):
|
|
4634
|
+
r"""
|
|
4635
|
+
:param _InstanceId: 集群id
|
|
4636
|
+
:type InstanceId: str
|
|
4637
|
+
:param _DeviceId: 设备id
|
|
4638
|
+
:type DeviceId: str
|
|
4639
|
+
:param _Status: 1:ENABLED-可用
|
|
4640
|
+
2:DISABLE-不可用
|
|
4641
|
+
:type Status: int
|
|
4642
|
+
:param _PrimaryKey: 主要签名key
|
|
4643
|
+
:type PrimaryKey: str
|
|
4644
|
+
:param _SecondaryKey: 次要签名key
|
|
4645
|
+
:type SecondaryKey: str
|
|
4646
|
+
:param _CreatedTime: 创建时间
|
|
4647
|
+
:type CreatedTime: int
|
|
4648
|
+
:param _PropagatingProperties: 该设备id的传播属性
|
|
4649
|
+
:type PropagatingProperties: list of PropagatingProperty
|
|
4650
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4651
|
+
:type RequestId: str
|
|
4652
|
+
"""
|
|
4653
|
+
self._InstanceId = None
|
|
4654
|
+
self._DeviceId = None
|
|
4655
|
+
self._Status = None
|
|
4656
|
+
self._PrimaryKey = None
|
|
4657
|
+
self._SecondaryKey = None
|
|
4658
|
+
self._CreatedTime = None
|
|
4659
|
+
self._PropagatingProperties = None
|
|
4660
|
+
self._RequestId = None
|
|
4661
|
+
|
|
4662
|
+
@property
|
|
4663
|
+
def InstanceId(self):
|
|
4664
|
+
"""集群id
|
|
4665
|
+
:rtype: str
|
|
4666
|
+
"""
|
|
4667
|
+
return self._InstanceId
|
|
4668
|
+
|
|
4669
|
+
@InstanceId.setter
|
|
4670
|
+
def InstanceId(self, InstanceId):
|
|
4671
|
+
self._InstanceId = InstanceId
|
|
4672
|
+
|
|
4673
|
+
@property
|
|
4674
|
+
def DeviceId(self):
|
|
4675
|
+
"""设备id
|
|
4676
|
+
:rtype: str
|
|
4677
|
+
"""
|
|
4678
|
+
return self._DeviceId
|
|
4679
|
+
|
|
4680
|
+
@DeviceId.setter
|
|
4681
|
+
def DeviceId(self, DeviceId):
|
|
4682
|
+
self._DeviceId = DeviceId
|
|
4683
|
+
|
|
4684
|
+
@property
|
|
4685
|
+
def Status(self):
|
|
4686
|
+
"""1:ENABLED-可用
|
|
4687
|
+
2:DISABLE-不可用
|
|
4688
|
+
:rtype: int
|
|
4689
|
+
"""
|
|
4690
|
+
return self._Status
|
|
4691
|
+
|
|
4692
|
+
@Status.setter
|
|
4693
|
+
def Status(self, Status):
|
|
4694
|
+
self._Status = Status
|
|
4695
|
+
|
|
4696
|
+
@property
|
|
4697
|
+
def PrimaryKey(self):
|
|
4698
|
+
"""主要签名key
|
|
4699
|
+
:rtype: str
|
|
4700
|
+
"""
|
|
4701
|
+
return self._PrimaryKey
|
|
4702
|
+
|
|
4703
|
+
@PrimaryKey.setter
|
|
4704
|
+
def PrimaryKey(self, PrimaryKey):
|
|
4705
|
+
self._PrimaryKey = PrimaryKey
|
|
4192
4706
|
|
|
4193
4707
|
@property
|
|
4194
|
-
def
|
|
4195
|
-
"""
|
|
4708
|
+
def SecondaryKey(self):
|
|
4709
|
+
"""次要签名key
|
|
4710
|
+
:rtype: str
|
|
4711
|
+
"""
|
|
4712
|
+
return self._SecondaryKey
|
|
4713
|
+
|
|
4714
|
+
@SecondaryKey.setter
|
|
4715
|
+
def SecondaryKey(self, SecondaryKey):
|
|
4716
|
+
self._SecondaryKey = SecondaryKey
|
|
4717
|
+
|
|
4718
|
+
@property
|
|
4719
|
+
def CreatedTime(self):
|
|
4720
|
+
"""创建时间
|
|
4196
4721
|
:rtype: int
|
|
4197
4722
|
"""
|
|
4198
|
-
return self.
|
|
4723
|
+
return self._CreatedTime
|
|
4199
4724
|
|
|
4200
|
-
@
|
|
4201
|
-
def
|
|
4202
|
-
self.
|
|
4725
|
+
@CreatedTime.setter
|
|
4726
|
+
def CreatedTime(self, CreatedTime):
|
|
4727
|
+
self._CreatedTime = CreatedTime
|
|
4203
4728
|
|
|
4204
4729
|
@property
|
|
4205
|
-
def
|
|
4206
|
-
"""
|
|
4207
|
-
:rtype: list of
|
|
4730
|
+
def PropagatingProperties(self):
|
|
4731
|
+
"""该设备id的传播属性
|
|
4732
|
+
:rtype: list of PropagatingProperty
|
|
4208
4733
|
"""
|
|
4209
|
-
return self.
|
|
4734
|
+
return self._PropagatingProperties
|
|
4210
4735
|
|
|
4211
|
-
@
|
|
4212
|
-
def
|
|
4213
|
-
self.
|
|
4736
|
+
@PropagatingProperties.setter
|
|
4737
|
+
def PropagatingProperties(self, PropagatingProperties):
|
|
4738
|
+
self._PropagatingProperties = PropagatingProperties
|
|
4214
4739
|
|
|
4215
4740
|
@property
|
|
4216
4741
|
def RequestId(self):
|
|
@@ -4225,13 +4750,18 @@ class DescribeDeviceCertificatesResponse(AbstractModel):
|
|
|
4225
4750
|
|
|
4226
4751
|
|
|
4227
4752
|
def _deserialize(self, params):
|
|
4228
|
-
self.
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4753
|
+
self._InstanceId = params.get("InstanceId")
|
|
4754
|
+
self._DeviceId = params.get("DeviceId")
|
|
4755
|
+
self._Status = params.get("Status")
|
|
4756
|
+
self._PrimaryKey = params.get("PrimaryKey")
|
|
4757
|
+
self._SecondaryKey = params.get("SecondaryKey")
|
|
4758
|
+
self._CreatedTime = params.get("CreatedTime")
|
|
4759
|
+
if params.get("PropagatingProperties") is not None:
|
|
4760
|
+
self._PropagatingProperties = []
|
|
4761
|
+
for item in params.get("PropagatingProperties"):
|
|
4762
|
+
obj = PropagatingProperty()
|
|
4233
4763
|
obj._deserialize(item)
|
|
4234
|
-
self.
|
|
4764
|
+
self._PropagatingProperties.append(obj)
|
|
4235
4765
|
self._RequestId = params.get("RequestId")
|
|
4236
4766
|
|
|
4237
4767
|
|
|
@@ -6578,6 +7108,137 @@ JITP 自动注册
|
|
|
6578
7108
|
|
|
6579
7109
|
|
|
6580
7110
|
|
|
7111
|
+
class DeviceIdentityItem(AbstractModel):
|
|
7112
|
+
"""设备标识列表
|
|
7113
|
+
|
|
7114
|
+
"""
|
|
7115
|
+
|
|
7116
|
+
def __init__(self):
|
|
7117
|
+
r"""
|
|
7118
|
+
:param _InstanceId: 集群id
|
|
7119
|
+
:type InstanceId: str
|
|
7120
|
+
:param _DeviceId: 设备id
|
|
7121
|
+
:type DeviceId: str
|
|
7122
|
+
:param _Status: 1:ENABLED-可用2:DISABLE-不可用
|
|
7123
|
+
:type Status: int
|
|
7124
|
+
:param _PrimaryKey: 主要签名key,不传则由系统自动生成
|
|
7125
|
+
:type PrimaryKey: str
|
|
7126
|
+
:param _SecondaryKey: 次要签名key,不传则由系统自动生成
|
|
7127
|
+
:type SecondaryKey: str
|
|
7128
|
+
:param _CreatedTime: 创建时间
|
|
7129
|
+
:type CreatedTime: int
|
|
7130
|
+
:param _PropagatingProperties: 传播属性列表
|
|
7131
|
+
:type PropagatingProperties: list of PropagatingProperty
|
|
7132
|
+
"""
|
|
7133
|
+
self._InstanceId = None
|
|
7134
|
+
self._DeviceId = None
|
|
7135
|
+
self._Status = None
|
|
7136
|
+
self._PrimaryKey = None
|
|
7137
|
+
self._SecondaryKey = None
|
|
7138
|
+
self._CreatedTime = None
|
|
7139
|
+
self._PropagatingProperties = None
|
|
7140
|
+
|
|
7141
|
+
@property
|
|
7142
|
+
def InstanceId(self):
|
|
7143
|
+
"""集群id
|
|
7144
|
+
:rtype: str
|
|
7145
|
+
"""
|
|
7146
|
+
return self._InstanceId
|
|
7147
|
+
|
|
7148
|
+
@InstanceId.setter
|
|
7149
|
+
def InstanceId(self, InstanceId):
|
|
7150
|
+
self._InstanceId = InstanceId
|
|
7151
|
+
|
|
7152
|
+
@property
|
|
7153
|
+
def DeviceId(self):
|
|
7154
|
+
"""设备id
|
|
7155
|
+
:rtype: str
|
|
7156
|
+
"""
|
|
7157
|
+
return self._DeviceId
|
|
7158
|
+
|
|
7159
|
+
@DeviceId.setter
|
|
7160
|
+
def DeviceId(self, DeviceId):
|
|
7161
|
+
self._DeviceId = DeviceId
|
|
7162
|
+
|
|
7163
|
+
@property
|
|
7164
|
+
def Status(self):
|
|
7165
|
+
"""1:ENABLED-可用2:DISABLE-不可用
|
|
7166
|
+
:rtype: int
|
|
7167
|
+
"""
|
|
7168
|
+
return self._Status
|
|
7169
|
+
|
|
7170
|
+
@Status.setter
|
|
7171
|
+
def Status(self, Status):
|
|
7172
|
+
self._Status = Status
|
|
7173
|
+
|
|
7174
|
+
@property
|
|
7175
|
+
def PrimaryKey(self):
|
|
7176
|
+
"""主要签名key,不传则由系统自动生成
|
|
7177
|
+
:rtype: str
|
|
7178
|
+
"""
|
|
7179
|
+
return self._PrimaryKey
|
|
7180
|
+
|
|
7181
|
+
@PrimaryKey.setter
|
|
7182
|
+
def PrimaryKey(self, PrimaryKey):
|
|
7183
|
+
self._PrimaryKey = PrimaryKey
|
|
7184
|
+
|
|
7185
|
+
@property
|
|
7186
|
+
def SecondaryKey(self):
|
|
7187
|
+
"""次要签名key,不传则由系统自动生成
|
|
7188
|
+
:rtype: str
|
|
7189
|
+
"""
|
|
7190
|
+
return self._SecondaryKey
|
|
7191
|
+
|
|
7192
|
+
@SecondaryKey.setter
|
|
7193
|
+
def SecondaryKey(self, SecondaryKey):
|
|
7194
|
+
self._SecondaryKey = SecondaryKey
|
|
7195
|
+
|
|
7196
|
+
@property
|
|
7197
|
+
def CreatedTime(self):
|
|
7198
|
+
"""创建时间
|
|
7199
|
+
:rtype: int
|
|
7200
|
+
"""
|
|
7201
|
+
return self._CreatedTime
|
|
7202
|
+
|
|
7203
|
+
@CreatedTime.setter
|
|
7204
|
+
def CreatedTime(self, CreatedTime):
|
|
7205
|
+
self._CreatedTime = CreatedTime
|
|
7206
|
+
|
|
7207
|
+
@property
|
|
7208
|
+
def PropagatingProperties(self):
|
|
7209
|
+
"""传播属性列表
|
|
7210
|
+
:rtype: list of PropagatingProperty
|
|
7211
|
+
"""
|
|
7212
|
+
return self._PropagatingProperties
|
|
7213
|
+
|
|
7214
|
+
@PropagatingProperties.setter
|
|
7215
|
+
def PropagatingProperties(self, PropagatingProperties):
|
|
7216
|
+
self._PropagatingProperties = PropagatingProperties
|
|
7217
|
+
|
|
7218
|
+
|
|
7219
|
+
def _deserialize(self, params):
|
|
7220
|
+
self._InstanceId = params.get("InstanceId")
|
|
7221
|
+
self._DeviceId = params.get("DeviceId")
|
|
7222
|
+
self._Status = params.get("Status")
|
|
7223
|
+
self._PrimaryKey = params.get("PrimaryKey")
|
|
7224
|
+
self._SecondaryKey = params.get("SecondaryKey")
|
|
7225
|
+
self._CreatedTime = params.get("CreatedTime")
|
|
7226
|
+
if params.get("PropagatingProperties") is not None:
|
|
7227
|
+
self._PropagatingProperties = []
|
|
7228
|
+
for item in params.get("PropagatingProperties"):
|
|
7229
|
+
obj = PropagatingProperty()
|
|
7230
|
+
obj._deserialize(item)
|
|
7231
|
+
self._PropagatingProperties.append(obj)
|
|
7232
|
+
memeber_set = set(params.keys())
|
|
7233
|
+
for name, value in vars(self).items():
|
|
7234
|
+
property_name = name[1:]
|
|
7235
|
+
if property_name in memeber_set:
|
|
7236
|
+
memeber_set.remove(property_name)
|
|
7237
|
+
if len(memeber_set) > 0:
|
|
7238
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7239
|
+
|
|
7240
|
+
|
|
7241
|
+
|
|
6581
7242
|
class Filter(AbstractModel):
|
|
6582
7243
|
"""查询过滤器
|
|
6583
7244
|
|
|
@@ -8436,6 +9097,152 @@ class ModifyAuthorizationPolicyResponse(AbstractModel):
|
|
|
8436
9097
|
self._RequestId = params.get("RequestId")
|
|
8437
9098
|
|
|
8438
9099
|
|
|
9100
|
+
class ModifyDeviceIdentityRequest(AbstractModel):
|
|
9101
|
+
"""ModifyDeviceIdentity请求参数结构体
|
|
9102
|
+
|
|
9103
|
+
"""
|
|
9104
|
+
|
|
9105
|
+
def __init__(self):
|
|
9106
|
+
r"""
|
|
9107
|
+
:param _InstanceId: 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
9108
|
+
:type InstanceId: str
|
|
9109
|
+
:param _DeviceId: 设备id
|
|
9110
|
+
:type DeviceId: str
|
|
9111
|
+
:param _Status: 1:ENABLED-可用
|
|
9112
|
+
2:DISABLE-不可用
|
|
9113
|
+
:type Status: str
|
|
9114
|
+
:param _PrimaryKey: 主要签名key,需要Base64编码。
|
|
9115
|
+
:type PrimaryKey: str
|
|
9116
|
+
:param _SecondaryKey: 次要签名key,需要Base64编码。
|
|
9117
|
+
:type SecondaryKey: str
|
|
9118
|
+
:param _PropagatingProperties: 该设备id的传播属性设置
|
|
9119
|
+
:type PropagatingProperties: list of PropagatingProperty
|
|
9120
|
+
"""
|
|
9121
|
+
self._InstanceId = None
|
|
9122
|
+
self._DeviceId = None
|
|
9123
|
+
self._Status = None
|
|
9124
|
+
self._PrimaryKey = None
|
|
9125
|
+
self._SecondaryKey = None
|
|
9126
|
+
self._PropagatingProperties = None
|
|
9127
|
+
|
|
9128
|
+
@property
|
|
9129
|
+
def InstanceId(self):
|
|
9130
|
+
"""腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
9131
|
+
:rtype: str
|
|
9132
|
+
"""
|
|
9133
|
+
return self._InstanceId
|
|
9134
|
+
|
|
9135
|
+
@InstanceId.setter
|
|
9136
|
+
def InstanceId(self, InstanceId):
|
|
9137
|
+
self._InstanceId = InstanceId
|
|
9138
|
+
|
|
9139
|
+
@property
|
|
9140
|
+
def DeviceId(self):
|
|
9141
|
+
"""设备id
|
|
9142
|
+
:rtype: str
|
|
9143
|
+
"""
|
|
9144
|
+
return self._DeviceId
|
|
9145
|
+
|
|
9146
|
+
@DeviceId.setter
|
|
9147
|
+
def DeviceId(self, DeviceId):
|
|
9148
|
+
self._DeviceId = DeviceId
|
|
9149
|
+
|
|
9150
|
+
@property
|
|
9151
|
+
def Status(self):
|
|
9152
|
+
"""1:ENABLED-可用
|
|
9153
|
+
2:DISABLE-不可用
|
|
9154
|
+
:rtype: str
|
|
9155
|
+
"""
|
|
9156
|
+
return self._Status
|
|
9157
|
+
|
|
9158
|
+
@Status.setter
|
|
9159
|
+
def Status(self, Status):
|
|
9160
|
+
self._Status = Status
|
|
9161
|
+
|
|
9162
|
+
@property
|
|
9163
|
+
def PrimaryKey(self):
|
|
9164
|
+
"""主要签名key,需要Base64编码。
|
|
9165
|
+
:rtype: str
|
|
9166
|
+
"""
|
|
9167
|
+
return self._PrimaryKey
|
|
9168
|
+
|
|
9169
|
+
@PrimaryKey.setter
|
|
9170
|
+
def PrimaryKey(self, PrimaryKey):
|
|
9171
|
+
self._PrimaryKey = PrimaryKey
|
|
9172
|
+
|
|
9173
|
+
@property
|
|
9174
|
+
def SecondaryKey(self):
|
|
9175
|
+
"""次要签名key,需要Base64编码。
|
|
9176
|
+
:rtype: str
|
|
9177
|
+
"""
|
|
9178
|
+
return self._SecondaryKey
|
|
9179
|
+
|
|
9180
|
+
@SecondaryKey.setter
|
|
9181
|
+
def SecondaryKey(self, SecondaryKey):
|
|
9182
|
+
self._SecondaryKey = SecondaryKey
|
|
9183
|
+
|
|
9184
|
+
@property
|
|
9185
|
+
def PropagatingProperties(self):
|
|
9186
|
+
"""该设备id的传播属性设置
|
|
9187
|
+
:rtype: list of PropagatingProperty
|
|
9188
|
+
"""
|
|
9189
|
+
return self._PropagatingProperties
|
|
9190
|
+
|
|
9191
|
+
@PropagatingProperties.setter
|
|
9192
|
+
def PropagatingProperties(self, PropagatingProperties):
|
|
9193
|
+
self._PropagatingProperties = PropagatingProperties
|
|
9194
|
+
|
|
9195
|
+
|
|
9196
|
+
def _deserialize(self, params):
|
|
9197
|
+
self._InstanceId = params.get("InstanceId")
|
|
9198
|
+
self._DeviceId = params.get("DeviceId")
|
|
9199
|
+
self._Status = params.get("Status")
|
|
9200
|
+
self._PrimaryKey = params.get("PrimaryKey")
|
|
9201
|
+
self._SecondaryKey = params.get("SecondaryKey")
|
|
9202
|
+
if params.get("PropagatingProperties") is not None:
|
|
9203
|
+
self._PropagatingProperties = []
|
|
9204
|
+
for item in params.get("PropagatingProperties"):
|
|
9205
|
+
obj = PropagatingProperty()
|
|
9206
|
+
obj._deserialize(item)
|
|
9207
|
+
self._PropagatingProperties.append(obj)
|
|
9208
|
+
memeber_set = set(params.keys())
|
|
9209
|
+
for name, value in vars(self).items():
|
|
9210
|
+
property_name = name[1:]
|
|
9211
|
+
if property_name in memeber_set:
|
|
9212
|
+
memeber_set.remove(property_name)
|
|
9213
|
+
if len(memeber_set) > 0:
|
|
9214
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
9215
|
+
|
|
9216
|
+
|
|
9217
|
+
|
|
9218
|
+
class ModifyDeviceIdentityResponse(AbstractModel):
|
|
9219
|
+
"""ModifyDeviceIdentity返回参数结构体
|
|
9220
|
+
|
|
9221
|
+
"""
|
|
9222
|
+
|
|
9223
|
+
def __init__(self):
|
|
9224
|
+
r"""
|
|
9225
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9226
|
+
:type RequestId: str
|
|
9227
|
+
"""
|
|
9228
|
+
self._RequestId = None
|
|
9229
|
+
|
|
9230
|
+
@property
|
|
9231
|
+
def RequestId(self):
|
|
9232
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9233
|
+
:rtype: str
|
|
9234
|
+
"""
|
|
9235
|
+
return self._RequestId
|
|
9236
|
+
|
|
9237
|
+
@RequestId.setter
|
|
9238
|
+
def RequestId(self, RequestId):
|
|
9239
|
+
self._RequestId = RequestId
|
|
9240
|
+
|
|
9241
|
+
|
|
9242
|
+
def _deserialize(self, params):
|
|
9243
|
+
self._RequestId = params.get("RequestId")
|
|
9244
|
+
|
|
9245
|
+
|
|
8439
9246
|
class ModifyHttpAuthenticatorRequest(AbstractModel):
|
|
8440
9247
|
"""ModifyHttpAuthenticator请求参数结构体
|
|
8441
9248
|
|
|
@@ -9874,6 +10681,57 @@ PLATINUM: 铂金版
|
|
|
9874
10681
|
|
|
9875
10682
|
|
|
9876
10683
|
|
|
10684
|
+
class PropagatingProperty(AbstractModel):
|
|
10685
|
+
"""传播属性结构
|
|
10686
|
+
|
|
10687
|
+
"""
|
|
10688
|
+
|
|
10689
|
+
def __init__(self):
|
|
10690
|
+
r"""
|
|
10691
|
+
:param _Key: 传播属性key
|
|
10692
|
+
:type Key: str
|
|
10693
|
+
:param _Value: 传播属性value
|
|
10694
|
+
:type Value: str
|
|
10695
|
+
"""
|
|
10696
|
+
self._Key = None
|
|
10697
|
+
self._Value = None
|
|
10698
|
+
|
|
10699
|
+
@property
|
|
10700
|
+
def Key(self):
|
|
10701
|
+
"""传播属性key
|
|
10702
|
+
:rtype: str
|
|
10703
|
+
"""
|
|
10704
|
+
return self._Key
|
|
10705
|
+
|
|
10706
|
+
@Key.setter
|
|
10707
|
+
def Key(self, Key):
|
|
10708
|
+
self._Key = Key
|
|
10709
|
+
|
|
10710
|
+
@property
|
|
10711
|
+
def Value(self):
|
|
10712
|
+
"""传播属性value
|
|
10713
|
+
:rtype: str
|
|
10714
|
+
"""
|
|
10715
|
+
return self._Value
|
|
10716
|
+
|
|
10717
|
+
@Value.setter
|
|
10718
|
+
def Value(self, Value):
|
|
10719
|
+
self._Value = Value
|
|
10720
|
+
|
|
10721
|
+
|
|
10722
|
+
def _deserialize(self, params):
|
|
10723
|
+
self._Key = params.get("Key")
|
|
10724
|
+
self._Value = params.get("Value")
|
|
10725
|
+
memeber_set = set(params.keys())
|
|
10726
|
+
for name, value in vars(self).items():
|
|
10727
|
+
property_name = name[1:]
|
|
10728
|
+
if property_name in memeber_set:
|
|
10729
|
+
memeber_set.remove(property_name)
|
|
10730
|
+
if len(memeber_set) > 0:
|
|
10731
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
10732
|
+
|
|
10733
|
+
|
|
10734
|
+
|
|
9877
10735
|
class PublicAccessRule(AbstractModel):
|
|
9878
10736
|
"""公网访问安全规则
|
|
9879
10737
|
|