tencentcloud-sdk-python 3.0.1352__py2.py3-none-any.whl → 3.0.1353__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.
Files changed (43) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/batch_client.py +0 -46
  3. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  4. tencentcloud/batch/v20170312/models.py +21 -962
  5. tencentcloud/bi/v20220105/models.py +145 -0
  6. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  7. tencentcloud/cam/v20190116/models.py +0 -82
  8. tencentcloud/cbs/v20170312/models.py +6 -14
  9. tencentcloud/cdn/v20180606/models.py +0 -46
  10. tencentcloud/chdfs/v20201112/models.py +2 -2
  11. tencentcloud/controlcenter/v20230110/models.py +0 -58
  12. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  13. tencentcloud/dbbrain/v20191016/models.py +375 -0
  14. tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  15. tencentcloud/dbbrain/v20210527/models.py +701 -26
  16. tencentcloud/dcdb/v20180411/models.py +175 -2
  17. tencentcloud/dnspod/v20210323/models.py +0 -70
  18. tencentcloud/facefusion/v20220927/models.py +4 -2
  19. tencentcloud/gs/v20191118/models.py +16 -4
  20. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  21. tencentcloud/iotexplorer/v20190423/models.py +49 -412
  22. tencentcloud/lkeap/v20240522/models.py +12 -6
  23. tencentcloud/mariadb/v20170312/models.py +151 -2
  24. tencentcloud/mps/v20190612/models.py +2 -2
  25. tencentcloud/mqtt/v20240516/models.py +8 -2
  26. tencentcloud/ocr/v20181119/errorcodes.py +0 -3
  27. tencentcloud/ocr/v20181119/models.py +0 -558
  28. tencentcloud/ocr/v20181119/ocr_client.py +0 -23
  29. tencentcloud/organization/v20210331/models.py +15 -0
  30. tencentcloud/sqlserver/v20180328/models.py +15 -0
  31. tencentcloud/tcb/v20180608/models.py +20 -0
  32. tencentcloud/teo/v20220106/teo_client.py +6 -2
  33. tencentcloud/tione/v20211111/models.py +35 -3
  34. tencentcloud/tse/v20201207/models.py +0 -34
  35. tencentcloud/vod/v20240718/models.py +0 -2
  36. tencentcloud/vpc/v20170312/models.py +300 -0
  37. tencentcloud/vpc/v20170312/vpc_client.py +26 -0
  38. tencentcloud/wedata/v20210820/models.py +17 -0
  39. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/METADATA +1 -1
  40. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/RECORD +43 -43
  41. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/LICENSE +0 -0
  42. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/WHEEL +0 -0
  43. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/top_level.txt +0 -0
@@ -7357,7 +7357,6 @@ class CreateClsLogTopicResponse(AbstractModel):
7357
7357
  def __init__(self):
7358
7358
  r"""
7359
7359
  :param _TopicId: 主题ID
7360
- 注意:此字段可能返回 null,表示取不到有效值。
7361
7360
  :type TopicId: str
7362
7361
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7363
7362
  :type RequestId: str
@@ -7368,7 +7367,6 @@ class CreateClsLogTopicResponse(AbstractModel):
7368
7367
  @property
7369
7368
  def TopicId(self):
7370
7369
  """主题ID
7371
- 注意:此字段可能返回 null,表示取不到有效值。
7372
7370
  :rtype: str
7373
7371
  """
7374
7372
  return self._TopicId
@@ -8212,13 +8210,10 @@ class CreateVerifyRecordResponse(AbstractModel):
8212
8210
  :param _RecordType: 解析类型
8213
8211
  :type RecordType: str
8214
8212
  :param _FileVerifyUrl: 文件验证 URL 指引
8215
- 注意:此字段可能返回 null,表示取不到有效值。
8216
8213
  :type FileVerifyUrl: str
8217
8214
  :param _FileVerifyDomains: 文件校验域名列表
8218
- 注意:此字段可能返回 null,表示取不到有效值。
8219
8215
  :type FileVerifyDomains: list of str
8220
8216
  :param _FileVerifyName: 文件校验文件名
8221
- 注意:此字段可能返回 null,表示取不到有效值。
8222
8217
  :type FileVerifyName: str
8223
8218
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8224
8219
  :type RequestId: str
@@ -8267,7 +8262,6 @@ class CreateVerifyRecordResponse(AbstractModel):
8267
8262
  @property
8268
8263
  def FileVerifyUrl(self):
8269
8264
  """文件验证 URL 指引
8270
- 注意:此字段可能返回 null,表示取不到有效值。
8271
8265
  :rtype: str
8272
8266
  """
8273
8267
  return self._FileVerifyUrl
@@ -8279,7 +8273,6 @@ class CreateVerifyRecordResponse(AbstractModel):
8279
8273
  @property
8280
8274
  def FileVerifyDomains(self):
8281
8275
  """文件校验域名列表
8282
- 注意:此字段可能返回 null,表示取不到有效值。
8283
8276
  :rtype: list of str
8284
8277
  """
8285
8278
  return self._FileVerifyDomains
@@ -8291,7 +8284,6 @@ class CreateVerifyRecordResponse(AbstractModel):
8291
8284
  @property
8292
8285
  def FileVerifyName(self):
8293
8286
  """文件校验文件名
8294
- 注意:此字段可能返回 null,表示取不到有效值。
8295
8287
  :rtype: str
8296
8288
  """
8297
8289
  return self._FileVerifyName
@@ -10241,10 +10233,8 @@ class DescribeCertDomainsResponse(AbstractModel):
10241
10233
  def __init__(self):
10242
10234
  r"""
10243
10235
  :param _Domains: 已接入CDN的域名列表
10244
- 注意:此字段可能返回 null,表示取不到有效值。
10245
10236
  :type Domains: list of str
10246
10237
  :param _CertifiedDomains: 已配置证书的CDN域名列表
10247
- 注意:此字段可能返回 null,表示取不到有效值。
10248
10238
  :type CertifiedDomains: list of str
10249
10239
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10250
10240
  :type RequestId: str
@@ -10256,7 +10246,6 @@ class DescribeCertDomainsResponse(AbstractModel):
10256
10246
  @property
10257
10247
  def Domains(self):
10258
10248
  """已接入CDN的域名列表
10259
- 注意:此字段可能返回 null,表示取不到有效值。
10260
10249
  :rtype: list of str
10261
10250
  """
10262
10251
  return self._Domains
@@ -10268,7 +10257,6 @@ class DescribeCertDomainsResponse(AbstractModel):
10268
10257
  @property
10269
10258
  def CertifiedDomains(self):
10270
10259
  """已配置证书的CDN域名列表
10271
- 注意:此字段可能返回 null,表示取不到有效值。
10272
10260
  :rtype: list of str
10273
10261
  """
10274
10262
  return self._CertifiedDomains
@@ -10520,7 +10508,6 @@ class DescribeDiagnoseReportResponse(AbstractModel):
10520
10508
  :param _OriginInfo: 源站检测信息
10521
10509
  :type OriginInfo: :class:`tencentcloud.cdn.v20180606.models.DiagnoseData`
10522
10510
  :param _PurgeInfo: 刷新检测信息
10523
- 注意:此字段可能返回 null,表示取不到有效值。
10524
10511
  :type PurgeInfo: :class:`tencentcloud.cdn.v20180606.models.DiagnoseData`
10525
10512
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10526
10513
  :type RequestId: str
@@ -10627,7 +10614,6 @@ class DescribeDiagnoseReportResponse(AbstractModel):
10627
10614
  @property
10628
10615
  def PurgeInfo(self):
10629
10616
  """刷新检测信息
10630
- 注意:此字段可能返回 null,表示取不到有效值。
10631
10617
  :rtype: :class:`tencentcloud.cdn.v20180606.models.DiagnoseData`
10632
10618
  """
10633
10619
  return self._PurgeInfo
@@ -10887,7 +10873,6 @@ class DescribeDistrictIspDataResponse(AbstractModel):
10887
10873
  def __init__(self):
10888
10874
  r"""
10889
10875
  :param _Data: 地区运营商数据明细
10890
- 注意:此字段可能返回 null,表示取不到有效值。
10891
10876
  :type Data: list of DistrictIspInfo
10892
10877
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10893
10878
  :type RequestId: str
@@ -10898,7 +10883,6 @@ class DescribeDistrictIspDataResponse(AbstractModel):
10898
10883
  @property
10899
10884
  def Data(self):
10900
10885
  """地区运营商数据明细
10901
- 注意:此字段可能返回 null,表示取不到有效值。
10902
10886
  :rtype: list of DistrictIspInfo
10903
10887
  """
10904
10888
  return self._Data
@@ -11788,16 +11772,12 @@ class DescribeImageConfigResponse(AbstractModel):
11788
11772
  def __init__(self):
11789
11773
  r"""
11790
11774
  :param _WebpAdapter: WebpAdapter配置
11791
- 注意:此字段可能返回 null,表示取不到有效值。
11792
11775
  :type WebpAdapter: :class:`tencentcloud.cdn.v20180606.models.WebpAdapter`
11793
11776
  :param _TpgAdapter: TpgAdapter配置
11794
- 注意:此字段可能返回 null,表示取不到有效值。
11795
11777
  :type TpgAdapter: :class:`tencentcloud.cdn.v20180606.models.TpgAdapter`
11796
11778
  :param _GuetzliAdapter: GuetzliAdapter配置
11797
- 注意:此字段可能返回 null,表示取不到有效值。
11798
11779
  :type GuetzliAdapter: :class:`tencentcloud.cdn.v20180606.models.GuetzliAdapter`
11799
11780
  :param _AvifAdapter: AvifAdapter配置项
11800
- 注意:此字段可能返回 null,表示取不到有效值。
11801
11781
  :type AvifAdapter: :class:`tencentcloud.cdn.v20180606.models.AvifAdapter`
11802
11782
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11803
11783
  :type RequestId: str
@@ -11811,7 +11791,6 @@ class DescribeImageConfigResponse(AbstractModel):
11811
11791
  @property
11812
11792
  def WebpAdapter(self):
11813
11793
  """WebpAdapter配置
11814
- 注意:此字段可能返回 null,表示取不到有效值。
11815
11794
  :rtype: :class:`tencentcloud.cdn.v20180606.models.WebpAdapter`
11816
11795
  """
11817
11796
  return self._WebpAdapter
@@ -11823,7 +11802,6 @@ class DescribeImageConfigResponse(AbstractModel):
11823
11802
  @property
11824
11803
  def TpgAdapter(self):
11825
11804
  """TpgAdapter配置
11826
- 注意:此字段可能返回 null,表示取不到有效值。
11827
11805
  :rtype: :class:`tencentcloud.cdn.v20180606.models.TpgAdapter`
11828
11806
  """
11829
11807
  return self._TpgAdapter
@@ -11835,7 +11813,6 @@ class DescribeImageConfigResponse(AbstractModel):
11835
11813
  @property
11836
11814
  def GuetzliAdapter(self):
11837
11815
  """GuetzliAdapter配置
11838
- 注意:此字段可能返回 null,表示取不到有效值。
11839
11816
  :rtype: :class:`tencentcloud.cdn.v20180606.models.GuetzliAdapter`
11840
11817
  """
11841
11818
  return self._GuetzliAdapter
@@ -11847,7 +11824,6 @@ class DescribeImageConfigResponse(AbstractModel):
11847
11824
  @property
11848
11825
  def AvifAdapter(self):
11849
11826
  """AvifAdapter配置项
11850
- 注意:此字段可能返回 null,表示取不到有效值。
11851
11827
  :rtype: :class:`tencentcloud.cdn.v20180606.models.AvifAdapter`
11852
11828
  """
11853
11829
  return self._AvifAdapter
@@ -13119,10 +13095,8 @@ class DescribePurgeTasksResponse(AbstractModel):
13119
13095
  def __init__(self):
13120
13096
  r"""
13121
13097
  :param _PurgeLogs: 详细刷新记录
13122
- 注意:此字段可能返回 null,表示取不到有效值。
13123
13098
  :type PurgeLogs: list of PurgeTask
13124
13099
  :param _TotalCount: 任务总数,用于分页
13125
- 注意:此字段可能返回 null,表示取不到有效值。
13126
13100
  :type TotalCount: int
13127
13101
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13128
13102
  :type RequestId: str
@@ -13134,7 +13108,6 @@ class DescribePurgeTasksResponse(AbstractModel):
13134
13108
  @property
13135
13109
  def PurgeLogs(self):
13136
13110
  """详细刷新记录
13137
- 注意:此字段可能返回 null,表示取不到有效值。
13138
13111
  :rtype: list of PurgeTask
13139
13112
  """
13140
13113
  return self._PurgeLogs
@@ -13146,7 +13119,6 @@ class DescribePurgeTasksResponse(AbstractModel):
13146
13119
  @property
13147
13120
  def TotalCount(self):
13148
13121
  """任务总数,用于分页
13149
- 注意:此字段可能返回 null,表示取不到有效值。
13150
13122
  :rtype: int
13151
13123
  """
13152
13124
  return self._TotalCount
@@ -13397,10 +13369,8 @@ class DescribePushTasksResponse(AbstractModel):
13397
13369
  def __init__(self):
13398
13370
  r"""
13399
13371
  :param _PushLogs: 预热历史记录
13400
- 注意:此字段可能返回 null,表示取不到有效值。
13401
13372
  :type PushLogs: list of PushTask
13402
13373
  :param _TotalCount: 任务总数,用于分页
13403
- 注意:此字段可能返回 null,表示取不到有效值。
13404
13374
  :type TotalCount: int
13405
13375
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13406
13376
  :type RequestId: str
@@ -13412,7 +13382,6 @@ class DescribePushTasksResponse(AbstractModel):
13412
13382
  @property
13413
13383
  def PushLogs(self):
13414
13384
  """预热历史记录
13415
- 注意:此字段可能返回 null,表示取不到有效值。
13416
13385
  :rtype: list of PushTask
13417
13386
  """
13418
13387
  return self._PushLogs
@@ -13424,7 +13393,6 @@ class DescribePushTasksResponse(AbstractModel):
13424
13393
  @property
13425
13394
  def TotalCount(self):
13426
13395
  """任务总数,用于分页
13427
- 注意:此字段可能返回 null,表示取不到有效值。
13428
13396
  :rtype: int
13429
13397
  """
13430
13398
  return self._TotalCount
@@ -17447,10 +17415,8 @@ class DisableCachesResponse(AbstractModel):
17447
17415
  def __init__(self):
17448
17416
  r"""
17449
17417
  :param _CacheOptResult: 提交结果
17450
- 注意:此字段可能返回 null,表示取不到有效值。
17451
17418
  :type CacheOptResult: :class:`tencentcloud.cdn.v20180606.models.CacheOptResult`
17452
17419
  :param _TaskId: 任务ID
17453
- 注意:此字段可能返回 null,表示取不到有效值。
17454
17420
  :type TaskId: str
17455
17421
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17456
17422
  :type RequestId: str
@@ -17462,7 +17428,6 @@ class DisableCachesResponse(AbstractModel):
17462
17428
  @property
17463
17429
  def CacheOptResult(self):
17464
17430
  """提交结果
17465
- 注意:此字段可能返回 null,表示取不到有效值。
17466
17431
  :rtype: :class:`tencentcloud.cdn.v20180606.models.CacheOptResult`
17467
17432
  """
17468
17433
  return self._CacheOptResult
@@ -17474,7 +17439,6 @@ class DisableCachesResponse(AbstractModel):
17474
17439
  @property
17475
17440
  def TaskId(self):
17476
17441
  """任务ID
17477
- 注意:此字段可能返回 null,表示取不到有效值。
17478
17442
  :rtype: str
17479
17443
  """
17480
17444
  return self._TaskId
@@ -18566,10 +18530,8 @@ class EnableCachesResponse(AbstractModel):
18566
18530
  def __init__(self):
18567
18531
  r"""
18568
18532
  :param _CacheOptResult: 结果列表
18569
- 注意:此字段可能返回 null,表示取不到有效值。
18570
18533
  :type CacheOptResult: :class:`tencentcloud.cdn.v20180606.models.CacheOptResult`
18571
18534
  :param _TaskId: 任务ID
18572
- 注意:此字段可能返回 null,表示取不到有效值。
18573
18535
  :type TaskId: str
18574
18536
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18575
18537
  :type RequestId: str
@@ -18581,7 +18543,6 @@ class EnableCachesResponse(AbstractModel):
18581
18543
  @property
18582
18544
  def CacheOptResult(self):
18583
18545
  """结果列表
18584
- 注意:此字段可能返回 null,表示取不到有效值。
18585
18546
  :rtype: :class:`tencentcloud.cdn.v20180606.models.CacheOptResult`
18586
18547
  """
18587
18548
  return self._CacheOptResult
@@ -18593,7 +18554,6 @@ class EnableCachesResponse(AbstractModel):
18593
18554
  @property
18594
18555
  def TaskId(self):
18595
18556
  """任务ID
18596
- 注意:此字段可能返回 null,表示取不到有效值。
18597
18557
  :rtype: str
18598
18558
  """
18599
18559
  return self._TaskId
@@ -19261,10 +19221,8 @@ class GetDisableRecordsResponse(AbstractModel):
19261
19221
  def __init__(self):
19262
19222
  r"""
19263
19223
  :param _UrlRecordList: 封禁历史记录
19264
- 注意:此字段可能返回 null,表示取不到有效值。
19265
19224
  :type UrlRecordList: list of UrlRecord
19266
19225
  :param _TotalCount: 任务总数,用于分页
19267
- 注意:此字段可能返回 null,表示取不到有效值。
19268
19226
  :type TotalCount: int
19269
19227
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19270
19228
  :type RequestId: str
@@ -19276,7 +19234,6 @@ class GetDisableRecordsResponse(AbstractModel):
19276
19234
  @property
19277
19235
  def UrlRecordList(self):
19278
19236
  """封禁历史记录
19279
- 注意:此字段可能返回 null,表示取不到有效值。
19280
19237
  :rtype: list of UrlRecord
19281
19238
  """
19282
19239
  return self._UrlRecordList
@@ -19288,7 +19245,6 @@ class GetDisableRecordsResponse(AbstractModel):
19288
19245
  @property
19289
19246
  def TotalCount(self):
19290
19247
  """任务总数,用于分页
19291
- 注意:此字段可能返回 null,表示取不到有效值。
19292
19248
  :rtype: int
19293
19249
  """
19294
19250
  return self._TotalCount
@@ -21440,7 +21396,6 @@ class ListClsTopicDomainsResponse(AbstractModel):
21440
21396
  :param _TopicName: 日志主题名称
21441
21397
  :type TopicName: str
21442
21398
  :param _UpdateTime: 日志主题最近更新时间
21443
- 注意:此字段可能返回 null,表示取不到有效值。
21444
21399
  :type UpdateTime: str
21445
21400
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21446
21401
  :type RequestId: str
@@ -21523,7 +21478,6 @@ class ListClsTopicDomainsResponse(AbstractModel):
21523
21478
  @property
21524
21479
  def UpdateTime(self):
21525
21480
  """日志主题最近更新时间
21526
- 注意:此字段可能返回 null,表示取不到有效值。
21527
21481
  :rtype: str
21528
21482
  """
21529
21483
  return self._UpdateTime
@@ -3440,7 +3440,7 @@ class RestoreTask(AbstractModel):
3440
3440
  :type RestoreTaskId: int
3441
3441
  :param _FilePath: 回热任务文件路径
3442
3442
  :type FilePath: str
3443
- :param _Type: 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
3443
+ :param _Type: 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
3444
3444
  :type Type: int
3445
3445
  :param _Days: 指定恢复出的临时副本的有效时长(单位天)
3446
3446
  :type Days: int
@@ -3480,7 +3480,7 @@ class RestoreTask(AbstractModel):
3480
3480
 
3481
3481
  @property
3482
3482
  def Type(self):
3483
- """回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
3483
+ """回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
3484
3484
  :rtype: int
3485
3485
  """
3486
3486
  return self._Type
@@ -26,34 +26,24 @@ class AccountFactoryItem(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type Identifier: str
31
30
  :param _Name: 基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Name: str
34
32
  :param _NameEn: 基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
35
- 注意:此字段可能返回 null,表示取不到有效值。
36
33
  :type NameEn: str
37
34
  :param _Weight: 基线项权重,数值小权重越高,取值范围大于等于0。
38
- 注意:此字段可能返回 null,表示取不到有效值。
39
35
  :type Weight: int
40
36
  :param _Required: 基线项是否必填,1必填,0非必填
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
37
  :type Required: int
43
38
  :param _DependsOn: 基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
44
- 注意:此字段可能返回 null,表示取不到有效值。
45
39
  :type DependsOn: list of DependsOnItem
46
40
  :param _Description: 基线描述,长度为2~256个英文或中文字符,默认值为空。
47
- 注意:此字段可能返回 null,表示取不到有效值。
48
41
  :type Description: str
49
42
  :param _DescriptionEn: 基线项英文描述,长度为2~1024个英文字符,默认值为空。
50
- 注意:此字段可能返回 null,表示取不到有效值。
51
43
  :type DescriptionEn: str
52
44
  :param _Classify: 基线分类,长度为2~32个英文或中文字符,不能为空。
53
- 注意:此字段可能返回 null,表示取不到有效值。
54
45
  :type Classify: str
55
46
  :param _ClassifyEn: 基线英文分类,长度为2~64个英文字符,不能为空。
56
- 注意:此字段可能返回 null,表示取不到有效值。
57
47
  :type ClassifyEn: str
58
48
  """
59
49
  self._Identifier = None
@@ -70,7 +60,6 @@ class AccountFactoryItem(AbstractModel):
70
60
  @property
71
61
  def Identifier(self):
72
62
  """账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
73
- 注意:此字段可能返回 null,表示取不到有效值。
74
63
  :rtype: str
75
64
  """
76
65
  return self._Identifier
@@ -82,7 +71,6 @@ class AccountFactoryItem(AbstractModel):
82
71
  @property
83
72
  def Name(self):
84
73
  """基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
85
- 注意:此字段可能返回 null,表示取不到有效值。
86
74
  :rtype: str
87
75
  """
88
76
  return self._Name
@@ -94,7 +82,6 @@ class AccountFactoryItem(AbstractModel):
94
82
  @property
95
83
  def NameEn(self):
96
84
  """基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
97
- 注意:此字段可能返回 null,表示取不到有效值。
98
85
  :rtype: str
99
86
  """
100
87
  return self._NameEn
@@ -106,7 +93,6 @@ class AccountFactoryItem(AbstractModel):
106
93
  @property
107
94
  def Weight(self):
108
95
  """基线项权重,数值小权重越高,取值范围大于等于0。
109
- 注意:此字段可能返回 null,表示取不到有效值。
110
96
  :rtype: int
111
97
  """
112
98
  return self._Weight
@@ -118,7 +104,6 @@ class AccountFactoryItem(AbstractModel):
118
104
  @property
119
105
  def Required(self):
120
106
  """基线项是否必填,1必填,0非必填
121
- 注意:此字段可能返回 null,表示取不到有效值。
122
107
  :rtype: int
123
108
  """
124
109
  return self._Required
@@ -130,7 +115,6 @@ class AccountFactoryItem(AbstractModel):
130
115
  @property
131
116
  def DependsOn(self):
132
117
  """基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
133
- 注意:此字段可能返回 null,表示取不到有效值。
134
118
  :rtype: list of DependsOnItem
135
119
  """
136
120
  return self._DependsOn
@@ -142,7 +126,6 @@ class AccountFactoryItem(AbstractModel):
142
126
  @property
143
127
  def Description(self):
144
128
  """基线描述,长度为2~256个英文或中文字符,默认值为空。
145
- 注意:此字段可能返回 null,表示取不到有效值。
146
129
  :rtype: str
147
130
  """
148
131
  return self._Description
@@ -154,7 +137,6 @@ class AccountFactoryItem(AbstractModel):
154
137
  @property
155
138
  def DescriptionEn(self):
156
139
  """基线项英文描述,长度为2~1024个英文字符,默认值为空。
157
- 注意:此字段可能返回 null,表示取不到有效值。
158
140
  :rtype: str
159
141
  """
160
142
  return self._DescriptionEn
@@ -166,7 +148,6 @@ class AccountFactoryItem(AbstractModel):
166
148
  @property
167
149
  def Classify(self):
168
150
  """基线分类,长度为2~32个英文或中文字符,不能为空。
169
- 注意:此字段可能返回 null,表示取不到有效值。
170
151
  :rtype: str
171
152
  """
172
153
  return self._Classify
@@ -178,7 +159,6 @@ class AccountFactoryItem(AbstractModel):
178
159
  @property
179
160
  def ClassifyEn(self):
180
161
  """基线英文分类,长度为2~64个英文字符,不能为空。
181
- 注意:此字段可能返回 null,表示取不到有效值。
182
162
  :rtype: str
183
163
  """
184
164
  return self._ClassifyEn
@@ -273,13 +253,10 @@ class BaselineInfoItem(AbstractModel):
273
253
  def __init__(self):
274
254
  r"""
275
255
  :param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
276
- 注意:此字段可能返回 null,表示取不到有效值。
277
256
  :type Identifier: str
278
257
  :param _Configuration: 账号工厂基线项配置,不同的基线项配置参数不同。
279
- 注意:此字段可能返回 null,表示取不到有效值。
280
258
  :type Configuration: str
281
259
  :param _ApplyCount: 基线应用的账号数量。
282
- 注意:此字段可能返回 null,表示取不到有效值。
283
260
  :type ApplyCount: int
284
261
  """
285
262
  self._Identifier = None
@@ -289,7 +266,6 @@ class BaselineInfoItem(AbstractModel):
289
266
  @property
290
267
  def Identifier(self):
291
268
  """账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
292
- 注意:此字段可能返回 null,表示取不到有效值。
293
269
  :rtype: str
294
270
  """
295
271
  return self._Identifier
@@ -301,7 +277,6 @@ class BaselineInfoItem(AbstractModel):
301
277
  @property
302
278
  def Configuration(self):
303
279
  """账号工厂基线项配置,不同的基线项配置参数不同。
304
- 注意:此字段可能返回 null,表示取不到有效值。
305
280
  :rtype: str
306
281
  """
307
282
  return self._Configuration
@@ -313,7 +288,6 @@ class BaselineInfoItem(AbstractModel):
313
288
  @property
314
289
  def ApplyCount(self):
315
290
  """基线应用的账号数量。
316
- 注意:此字段可能返回 null,表示取不到有效值。
317
291
  :rtype: int
318
292
  """
319
293
  return self._ApplyCount
@@ -345,31 +319,22 @@ class BaselineStepTaskInfo(AbstractModel):
345
319
  def __init__(self):
346
320
  r"""
347
321
  :param _TaskId: 任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
348
- 注意:此字段可能返回 null,表示取不到有效值。
349
322
  :type TaskId: str
350
323
  :param _Identifier: 基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
351
- 注意:此字段可能返回 null,表示取不到有效值。
352
324
  :type Identifier: str
353
325
  :param _MemberUin: 被应用基线项的成员账号uin
354
- 注意:此字段可能返回 null,表示取不到有效值。
355
326
  :type MemberUin: int
356
327
  :param _Status: 基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
357
- 注意:此字段可能返回 null,表示取不到有效值。
358
328
  :type Status: str
359
329
  :param _ErrCode: 错误码
360
- 注意:此字段可能返回 null,表示取不到有效值。
361
330
  :type ErrCode: str
362
331
  :param _ErrMessage: 错误信息
363
- 注意:此字段可能返回 null,表示取不到有效值。
364
332
  :type ErrMessage: str
365
333
  :param _Output: 基线项部署输出
366
- 注意:此字段可能返回 null,表示取不到有效值。
367
334
  :type Output: str
368
335
  :param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
369
- 注意:此字段可能返回 null,表示取不到有效值。
370
336
  :type CreateTime: str
371
337
  :param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
372
- 注意:此字段可能返回 null,表示取不到有效值。
373
338
  :type UpdateTime: str
374
339
  """
375
340
  self._TaskId = None
@@ -385,7 +350,6 @@ class BaselineStepTaskInfo(AbstractModel):
385
350
  @property
386
351
  def TaskId(self):
387
352
  """任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
388
- 注意:此字段可能返回 null,表示取不到有效值。
389
353
  :rtype: str
390
354
  """
391
355
  return self._TaskId
@@ -397,7 +361,6 @@ class BaselineStepTaskInfo(AbstractModel):
397
361
  @property
398
362
  def Identifier(self):
399
363
  """基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
400
- 注意:此字段可能返回 null,表示取不到有效值。
401
364
  :rtype: str
402
365
  """
403
366
  return self._Identifier
@@ -409,7 +372,6 @@ class BaselineStepTaskInfo(AbstractModel):
409
372
  @property
410
373
  def MemberUin(self):
411
374
  """被应用基线项的成员账号uin
412
- 注意:此字段可能返回 null,表示取不到有效值。
413
375
  :rtype: int
414
376
  """
415
377
  return self._MemberUin
@@ -421,7 +383,6 @@ class BaselineStepTaskInfo(AbstractModel):
421
383
  @property
422
384
  def Status(self):
423
385
  """基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
424
- 注意:此字段可能返回 null,表示取不到有效值。
425
386
  :rtype: str
426
387
  """
427
388
  return self._Status
@@ -433,7 +394,6 @@ class BaselineStepTaskInfo(AbstractModel):
433
394
  @property
434
395
  def ErrCode(self):
435
396
  """错误码
436
- 注意:此字段可能返回 null,表示取不到有效值。
437
397
  :rtype: str
438
398
  """
439
399
  return self._ErrCode
@@ -445,7 +405,6 @@ class BaselineStepTaskInfo(AbstractModel):
445
405
  @property
446
406
  def ErrMessage(self):
447
407
  """错误信息
448
- 注意:此字段可能返回 null,表示取不到有效值。
449
408
  :rtype: str
450
409
  """
451
410
  return self._ErrMessage
@@ -457,7 +416,6 @@ class BaselineStepTaskInfo(AbstractModel):
457
416
  @property
458
417
  def Output(self):
459
418
  """基线项部署输出
460
- 注意:此字段可能返回 null,表示取不到有效值。
461
419
  :rtype: str
462
420
  """
463
421
  return self._Output
@@ -469,7 +427,6 @@ class BaselineStepTaskInfo(AbstractModel):
469
427
  @property
470
428
  def CreateTime(self):
471
429
  """创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
472
- 注意:此字段可能返回 null,表示取不到有效值。
473
430
  :rtype: str
474
431
  """
475
432
  return self._CreateTime
@@ -481,7 +438,6 @@ class BaselineStepTaskInfo(AbstractModel):
481
438
  @property
482
439
  def UpdateTime(self):
483
440
  """更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
484
- 注意:此字段可能返回 null,表示取不到有效值。
485
441
  :rtype: str
486
442
  """
487
443
  return self._UpdateTime
@@ -603,10 +559,8 @@ class DependsOnItem(AbstractModel):
603
559
  def __init__(self):
604
560
  r"""
605
561
  :param _Type: 依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
606
- 注意:此字段可能返回 null,表示取不到有效值。
607
562
  :type Type: str
608
563
  :param _Identifier: 功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
609
- 注意:此字段可能返回 null,表示取不到有效值。
610
564
  :type Identifier: str
611
565
  """
612
566
  self._Type = None
@@ -615,7 +569,6 @@ class DependsOnItem(AbstractModel):
615
569
  @property
616
570
  def Type(self):
617
571
  """依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
618
- 注意:此字段可能返回 null,表示取不到有效值。
619
572
  :rtype: str
620
573
  """
621
574
  return self._Type
@@ -627,7 +580,6 @@ class DependsOnItem(AbstractModel):
627
580
  @property
628
581
  def Identifier(self):
629
582
  """功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
630
- 注意:此字段可能返回 null,表示取不到有效值。
631
583
  :rtype: str
632
584
  """
633
585
  return self._Identifier
@@ -664,19 +616,14 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
664
616
  def __init__(self):
665
617
  r"""
666
618
  :param _OwnerUin: 资源所属主账号uin。
667
- 注意:此字段可能返回 null,表示取不到有效值。
668
619
  :type OwnerUin: int
669
620
  :param _Name: 基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
670
- 注意:此字段可能返回 null,表示取不到有效值。
671
621
  :type Name: str
672
622
  :param _BaselineConfigItems: 基线项配置列表。
673
- 注意:此字段可能返回 null,表示取不到有效值。
674
623
  :type BaselineConfigItems: list of BaselineInfoItem
675
624
  :param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
676
- 注意:此字段可能返回 null,表示取不到有效值。
677
625
  :type CreateTime: str
678
626
  :param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
679
- 注意:此字段可能返回 null,表示取不到有效值。
680
627
  :type UpdateTime: str
681
628
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
682
629
  :type RequestId: str
@@ -691,7 +638,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
691
638
  @property
692
639
  def OwnerUin(self):
693
640
  """资源所属主账号uin。
694
- 注意:此字段可能返回 null,表示取不到有效值。
695
641
  :rtype: int
696
642
  """
697
643
  return self._OwnerUin
@@ -703,7 +649,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
703
649
  @property
704
650
  def Name(self):
705
651
  """基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
706
- 注意:此字段可能返回 null,表示取不到有效值。
707
652
  :rtype: str
708
653
  """
709
654
  return self._Name
@@ -715,7 +660,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
715
660
  @property
716
661
  def BaselineConfigItems(self):
717
662
  """基线项配置列表。
718
- 注意:此字段可能返回 null,表示取不到有效值。
719
663
  :rtype: list of BaselineInfoItem
720
664
  """
721
665
  return self._BaselineConfigItems
@@ -727,7 +671,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
727
671
  @property
728
672
  def CreateTime(self):
729
673
  """创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
730
- 注意:此字段可能返回 null,表示取不到有效值。
731
674
  :rtype: str
732
675
  """
733
676
  return self._CreateTime
@@ -739,7 +682,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
739
682
  @property
740
683
  def UpdateTime(self):
741
684
  """更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
685
  :rtype: str
744
686
  """
745
687
  return self._UpdateTime