tencentcloud-sdk-python 3.0.1339__py2.py3-none-any.whl → 3.0.1341__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 (30) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +26 -0
  3. tencentcloud/autoscaling/v20180419/models.py +94 -0
  4. tencentcloud/cdc/v20201214/models.py +29 -74
  5. tencentcloud/cdwch/v20200915/models.py +124 -0
  6. tencentcloud/cdz/v20221123/models.py +0 -8
  7. tencentcloud/cynosdb/v20190107/models.py +0 -290
  8. tencentcloud/dbbrain/v20210527/models.py +15 -0
  9. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  10. tencentcloud/dlc/v20210125/models.py +452 -0
  11. tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
  12. tencentcloud/hunyuan/v20230901/models.py +532 -0
  13. tencentcloud/lcic/v20220817/models.py +4 -4
  14. tencentcloud/lighthouse/v20200324/lighthouse_client.py +12 -3
  15. tencentcloud/lighthouse/v20200324/models.py +139 -39
  16. tencentcloud/lke/v20231130/lke_client.py +1 -1
  17. tencentcloud/lke/v20231130/models.py +6 -6
  18. tencentcloud/ocr/v20181119/models.py +82 -0
  19. tencentcloud/ssl/v20191205/models.py +7 -319
  20. tencentcloud/tchd/v20230306/models.py +168 -0
  21. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  22. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  23. tencentcloud/tiw/v20190919/models.py +3657 -8172
  24. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  25. tencentcloud/wedata/v20210820/models.py +133 -254
  26. {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/METADATA +1 -1
  27. {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/RECORD +30 -30
  28. {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/LICENSE +0 -0
  29. {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/WHEEL +0 -0
  30. {tencentcloud_sdk_python-3.0.1339.dist-info → tencentcloud_sdk_python-3.0.1341.dist-info}/top_level.txt +0 -0
@@ -2448,6 +2448,7 @@ null:用户上传证书(没有套餐类型),
2448
2448
  :param _HostingResourceTypes: 托管资源类型列表
2449
2449
  :type HostingResourceTypes: list of str
2450
2450
  :param _HostingConfig: 托管配置信息
2451
+ 注意:此字段可能返回 null,表示取不到有效值。
2451
2452
  :type HostingConfig: :class:`tencentcloud.ssl.v20191205.models.HostingConfig`
2452
2453
  """
2453
2454
  self._OwnerUin = None
@@ -3203,6 +3204,7 @@ null:用户上传证书(没有套餐类型),
3203
3204
  @property
3204
3205
  def HostingConfig(self):
3205
3206
  """托管配置信息
3207
+ 注意:此字段可能返回 null,表示取不到有效值。
3206
3208
  :rtype: :class:`tencentcloud.ssl.v20191205.models.HostingConfig`
3207
3209
  """
3208
3210
  return self._HostingConfig
@@ -3533,7 +3535,6 @@ class CheckCertificateExistResponse(AbstractModel):
3533
3535
  def __init__(self):
3534
3536
  r"""
3535
3537
  :param _RepeatCertId: 重复的证书ID
3536
- 注意:此字段可能返回 null,表示取不到有效值。
3537
3538
  :type RepeatCertId: str
3538
3539
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3539
3540
  :type RequestId: str
@@ -3544,7 +3545,6 @@ class CheckCertificateExistResponse(AbstractModel):
3544
3545
  @property
3545
3546
  def RepeatCertId(self):
3546
3547
  """重复的证书ID
3547
- 注意:此字段可能返回 null,表示取不到有效值。
3548
3548
  :rtype: str
3549
3549
  """
3550
3550
  return self._RepeatCertId
@@ -6073,7 +6073,6 @@ class DeployCertificateInstanceResponse(AbstractModel):
6073
6073
  def __init__(self):
6074
6074
  r"""
6075
6075
  :param _DeployRecordId: 云资源部署任务ID
6076
- 注意:此字段可能返回 null,表示取不到有效值。
6077
6076
  :type DeployRecordId: int
6078
6077
  :param _DeployStatus: 部署任务创建状态;1表示创建成功; 0表示当前存在部署中的任务,未创建新的部署任务;返回值DeployRecordId为部署中的任务ID
6079
6078
  :type DeployStatus: int
@@ -6087,7 +6086,6 @@ class DeployCertificateInstanceResponse(AbstractModel):
6087
6086
  @property
6088
6087
  def DeployRecordId(self):
6089
6088
  """云资源部署任务ID
6090
- 注意:此字段可能返回 null,表示取不到有效值。
6091
6089
  :rtype: int
6092
6090
  """
6093
6091
  return self._DeployRecordId
@@ -6984,44 +6982,32 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
6984
6982
  def __init__(self):
6985
6983
  r"""
6986
6984
  :param _CLB: 关联clb资源详情
6987
- 注意:此字段可能返回 null,表示取不到有效值。
6988
6985
  :type CLB: list of ClbInstanceList
6989
6986
  :param _CDN: 关联cdn资源详情
6990
- 注意:此字段可能返回 null,表示取不到有效值。
6991
6987
  :type CDN: list of CdnInstanceList
6992
6988
  :param _WAF: 关联waf资源详情
6993
- 注意:此字段可能返回 null,表示取不到有效值。
6994
6989
  :type WAF: list of WafInstanceList
6995
6990
  :param _DDOS: 关联ddos资源详情
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6991
  :type DDOS: list of DdosInstanceList
6998
6992
  :param _LIVE: 关联live资源详情
6999
- 注意:此字段可能返回 null,表示取不到有效值。
7000
6993
  :type LIVE: list of LiveInstanceList
7001
6994
  :param _VOD: 关联vod资源详情
7002
- 注意:此字段可能返回 null,表示取不到有效值。
7003
6995
  :type VOD: list of VODInstanceList
7004
6996
  :param _TKE: 关联tke资源详情
7005
- 注意:此字段可能返回 null,表示取不到有效值。
7006
6997
  :type TKE: list of TkeInstanceList
7007
6998
  :param _APIGATEWAY: 关联apigateway资源详情
7008
- 注意:此字段可能返回 null,表示取不到有效值。
7009
6999
  :type APIGATEWAY: list of ApiGatewayInstanceList
7010
7000
  :param _TCB: 关联tcb资源详情
7011
- 注意:此字段可能返回 null,表示取不到有效值。
7012
7001
  :type TCB: list of TCBInstanceList
7013
7002
  :param _TEO: 关联teo资源详情
7014
- 注意:此字段可能返回 null,表示取不到有效值。
7015
7003
  :type TEO: list of TeoInstanceList
7016
7004
  :param _Status: 关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因
7017
7005
  :type Status: int
7018
7006
  :param _CacheTime: 当前结果缓存时间
7019
7007
  :type CacheTime: str
7020
7008
  :param _TSE: 关联tse资源详情
7021
- 注意:此字段可能返回 null,表示取不到有效值。
7022
7009
  :type TSE: list of TSEInstanceList
7023
7010
  :param _COS: 关联的COS资源详情
7024
- 注意:此字段可能返回 null,表示取不到有效值。
7025
7011
  :type COS: list of COSInstanceList
7026
7012
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7027
7013
  :type RequestId: str
@@ -7045,7 +7031,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7045
7031
  @property
7046
7032
  def CLB(self):
7047
7033
  """关联clb资源详情
7048
- 注意:此字段可能返回 null,表示取不到有效值。
7049
7034
  :rtype: list of ClbInstanceList
7050
7035
  """
7051
7036
  return self._CLB
@@ -7057,7 +7042,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7057
7042
  @property
7058
7043
  def CDN(self):
7059
7044
  """关联cdn资源详情
7060
- 注意:此字段可能返回 null,表示取不到有效值。
7061
7045
  :rtype: list of CdnInstanceList
7062
7046
  """
7063
7047
  return self._CDN
@@ -7069,7 +7053,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7069
7053
  @property
7070
7054
  def WAF(self):
7071
7055
  """关联waf资源详情
7072
- 注意:此字段可能返回 null,表示取不到有效值。
7073
7056
  :rtype: list of WafInstanceList
7074
7057
  """
7075
7058
  return self._WAF
@@ -7081,7 +7064,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7081
7064
  @property
7082
7065
  def DDOS(self):
7083
7066
  """关联ddos资源详情
7084
- 注意:此字段可能返回 null,表示取不到有效值。
7085
7067
  :rtype: list of DdosInstanceList
7086
7068
  """
7087
7069
  return self._DDOS
@@ -7093,7 +7075,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7093
7075
  @property
7094
7076
  def LIVE(self):
7095
7077
  """关联live资源详情
7096
- 注意:此字段可能返回 null,表示取不到有效值。
7097
7078
  :rtype: list of LiveInstanceList
7098
7079
  """
7099
7080
  return self._LIVE
@@ -7105,7 +7086,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7105
7086
  @property
7106
7087
  def VOD(self):
7107
7088
  """关联vod资源详情
7108
- 注意:此字段可能返回 null,表示取不到有效值。
7109
7089
  :rtype: list of VODInstanceList
7110
7090
  """
7111
7091
  return self._VOD
@@ -7117,7 +7097,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7117
7097
  @property
7118
7098
  def TKE(self):
7119
7099
  """关联tke资源详情
7120
- 注意:此字段可能返回 null,表示取不到有效值。
7121
7100
  :rtype: list of TkeInstanceList
7122
7101
  """
7123
7102
  return self._TKE
@@ -7129,7 +7108,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7129
7108
  @property
7130
7109
  def APIGATEWAY(self):
7131
7110
  """关联apigateway资源详情
7132
- 注意:此字段可能返回 null,表示取不到有效值。
7133
7111
  :rtype: list of ApiGatewayInstanceList
7134
7112
  """
7135
7113
  return self._APIGATEWAY
@@ -7141,7 +7119,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7141
7119
  @property
7142
7120
  def TCB(self):
7143
7121
  """关联tcb资源详情
7144
- 注意:此字段可能返回 null,表示取不到有效值。
7145
7122
  :rtype: list of TCBInstanceList
7146
7123
  """
7147
7124
  return self._TCB
@@ -7153,7 +7130,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7153
7130
  @property
7154
7131
  def TEO(self):
7155
7132
  """关联teo资源详情
7156
- 注意:此字段可能返回 null,表示取不到有效值。
7157
7133
  :rtype: list of TeoInstanceList
7158
7134
  """
7159
7135
  return self._TEO
@@ -7187,7 +7163,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7187
7163
  @property
7188
7164
  def TSE(self):
7189
7165
  """关联tse资源详情
7190
- 注意:此字段可能返回 null,表示取不到有效值。
7191
7166
  :rtype: list of TSEInstanceList
7192
7167
  """
7193
7168
  return self._TSE
@@ -7199,7 +7174,6 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
7199
7174
  @property
7200
7175
  def COS(self):
7201
7176
  """关联的COS资源详情
7202
- 注意:此字段可能返回 null,表示取不到有效值。
7203
7177
  :rtype: list of COSInstanceList
7204
7178
  """
7205
7179
  return self._COS
@@ -7342,7 +7316,6 @@ class DescribeCertificateBindResourceTaskResultResponse(AbstractModel):
7342
7316
  def __init__(self):
7343
7317
  r"""
7344
7318
  :param _SyncTaskBindResourceResult: 异步任务绑定关联云资源结果列表
7345
- 注意:此字段可能返回 null,表示取不到有效值。
7346
7319
  :type SyncTaskBindResourceResult: list of SyncTaskBindResourceResult
7347
7320
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7348
7321
  :type RequestId: str
@@ -7353,7 +7326,6 @@ class DescribeCertificateBindResourceTaskResultResponse(AbstractModel):
7353
7326
  @property
7354
7327
  def SyncTaskBindResourceResult(self):
7355
7328
  """异步任务绑定关联云资源结果列表
7356
- 注意:此字段可能返回 null,表示取不到有效值。
7357
7329
  :rtype: list of SyncTaskBindResourceResult
7358
7330
  """
7359
7331
  return self._SyncTaskBindResourceResult
@@ -7428,20 +7400,16 @@ class DescribeCertificateDetailResponse(AbstractModel):
7428
7400
  def __init__(self):
7429
7401
  r"""
7430
7402
  :param _OwnerUin: 证书所属用户主账号 UIN。
7431
- 注意:此字段可能返回 null,表示取不到有效值。
7432
7403
  :type OwnerUin: str
7433
7404
  :param _ProjectId: 项目 ID。
7434
- 注意:此字段可能返回 null,表示取不到有效值。
7435
7405
  :type ProjectId: str
7436
7406
  :param _From: 证书来源:
7437
7407
  trustasia:亚洲诚信,
7438
7408
  upload:用户上传。
7439
7409
  wosign:沃通
7440
7410
  sheca:上海CA
7441
- 注意:此字段可能返回 null,表示取不到有效值。
7442
7411
  :type From: str
7443
7412
  :param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
7444
- 注意:此字段可能返回 null,表示取不到有效值。
7445
7413
  :type CertificateType: str
7446
7414
  :param _PackageType: 证书套餐类型:
7447
7415
  null:用户上传证书(没有套餐类型),
@@ -7531,16 +7499,12 @@ null:用户上传证书(没有套餐类型),
7531
7499
  注意:此字段可能返回 null,表示取不到有效值。
7532
7500
  :type PackageType: str
7533
7501
  :param _ProductZhName: 证书产品名称
7534
- 注意:此字段可能返回 null,表示取不到有效值。
7535
7502
  :type ProductZhName: str
7536
7503
  :param _Domain: 证书绑定通用名称域名。
7537
- 注意:此字段可能返回 null,表示取不到有效值。
7538
7504
  :type Domain: str
7539
7505
  :param _Alias: 备注名称。
7540
- 注意:此字段可能返回 null,表示取不到有效值。
7541
7506
  :type Alias: str
7542
7507
  :param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
7543
- 注意:此字段可能返回 null,表示取不到有效值。
7544
7508
  :type Status: int
7545
7509
  :param _StatusMsg: 状态信息。 取值范围:
7546
7510
  //通用状态信息
@@ -7561,7 +7525,6 @@ null:用户上传证书(没有套餐类型),
7561
7525
  注意:此字段可能返回 null,表示取不到有效值。
7562
7526
  :type VerifyType: str
7563
7527
  :param _VulnerabilityStatus: 漏洞扫描状态。
7564
- 注意:此字段可能返回 null,表示取不到有效值。
7565
7528
  :type VulnerabilityStatus: str
7566
7529
  :param _CertBeginTime: 证书生效时间。
7567
7530
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7570,16 +7533,13 @@ null:用户上传证书(没有套餐类型),
7570
7533
  注意:此字段可能返回 null,表示取不到有效值。
7571
7534
  :type CertEndTime: str
7572
7535
  :param _ValidityPeriod: 证书有效期:单位(月)。
7573
- 注意:此字段可能返回 null,表示取不到有效值。
7574
7536
  :type ValidityPeriod: str
7575
7537
  :param _InsertTime: 证书申请时间。
7576
- 注意:此字段可能返回 null,表示取不到有效值。
7577
7538
  :type InsertTime: str
7578
7539
  :param _OrderId: CA订单 ID。
7579
7540
  注意:此字段可能返回 null,表示取不到有效值。
7580
7541
  :type OrderId: str
7581
7542
  :param _CertificateExtra: 证书扩展信息。
7582
- 注意:此字段可能返回 null,表示取不到有效值。
7583
7543
  :type CertificateExtra: :class:`tencentcloud.ssl.v20191205.models.CertificateExtra`
7584
7544
  :param _CertificatePrivateKey: 私钥证书, 国密证书则为签名证书中的私钥证书
7585
7545
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7594,43 +7554,32 @@ null:用户上传证书(没有套餐类型),
7594
7554
  注意:此字段可能返回 null,表示取不到有效值。
7595
7555
  :type VulnerabilityReport: str
7596
7556
  :param _CertificateId: 证书 ID。
7597
- 注意:此字段可能返回 null,表示取不到有效值。
7598
7557
  :type CertificateId: str
7599
7558
  :param _TypeName: 证书类型名称。
7600
7559
  注意:此字段可能返回 null,表示取不到有效值。
7601
7560
  :type TypeName: str
7602
7561
  :param _StatusName: 状态描述。
7603
- 注意:此字段可能返回 null,表示取不到有效值。
7604
7562
  :type StatusName: str
7605
7563
  :param _SubjectAltName: 证书包含的多个域名(不包含主域名,主域名使用Domain字段)
7606
- 注意:此字段可能返回 null,表示取不到有效值。
7607
7564
  :type SubjectAltName: list of str
7608
7565
  :param _IsVip: 是否为付费证书。
7609
- 注意:此字段可能返回 null,表示取不到有效值。
7610
7566
  :type IsVip: bool
7611
7567
  :param _IsWildcard: 是否为泛域名证书。
7612
- 注意:此字段可能返回 null,表示取不到有效值。
7613
7568
  :type IsWildcard: bool
7614
7569
  :param _IsDv: 是否为 DV 版证书。
7615
- 注意:此字段可能返回 null,表示取不到有效值。
7616
7570
  :type IsDv: bool
7617
7571
  :param _IsVulnerability: 是否启用了漏洞扫描功能。
7618
- 注意:此字段可能返回 null,表示取不到有效值。
7619
7572
  :type IsVulnerability: bool
7620
7573
  :param _SubmittedData: 付费证书提交的资料信息。
7621
7574
  注意:此字段可能返回 null,表示取不到有效值。
7622
7575
  :type SubmittedData: :class:`tencentcloud.ssl.v20191205.models.SubmittedData`
7623
7576
  :param _RenewAble: 是否可续费。
7624
- 注意:此字段可能返回 null,表示取不到有效值。
7625
7577
  :type RenewAble: bool
7626
7578
  :param _Deployable: 是否可部署。
7627
- 注意:此字段可能返回 null,表示取不到有效值。
7628
7579
  :type Deployable: bool
7629
7580
  :param _Tags: 关联标签列表。
7630
- 注意:此字段可能返回 null,表示取不到有效值。
7631
7581
  :type Tags: list of Tags
7632
7582
  :param _RootCert: 根证书。
7633
- 注意:此字段可能返回 null,表示取不到有效值。
7634
7583
  :type RootCert: :class:`tencentcloud.ssl.v20191205.models.RootCertificates`
7635
7584
  :param _EncryptCert: 国密加密证书公钥, 仅国密证书有值
7636
7585
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7645,7 +7594,6 @@ null:用户上传证书(没有套餐类型),
7645
7594
  注意:此字段可能返回 null,表示取不到有效值。
7646
7595
  :type EncryptCertFingerprint: str
7647
7596
  :param _EncryptAlgorithm: 证书加密算法(国密证书特有)
7648
- 注意:此字段可能返回 null,表示取不到有效值。
7649
7597
  :type EncryptAlgorithm: str
7650
7598
  :param _DvRevokeAuthDetail: DV证书吊销验证值
7651
7599
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7703,7 +7651,6 @@ null:用户上传证书(没有套餐类型),
7703
7651
  @property
7704
7652
  def OwnerUin(self):
7705
7653
  """证书所属用户主账号 UIN。
7706
- 注意:此字段可能返回 null,表示取不到有效值。
7707
7654
  :rtype: str
7708
7655
  """
7709
7656
  return self._OwnerUin
@@ -7715,7 +7662,6 @@ null:用户上传证书(没有套餐类型),
7715
7662
  @property
7716
7663
  def ProjectId(self):
7717
7664
  """项目 ID。
7718
- 注意:此字段可能返回 null,表示取不到有效值。
7719
7665
  :rtype: str
7720
7666
  """
7721
7667
  return self._ProjectId
@@ -7731,7 +7677,6 @@ trustasia:亚洲诚信,
7731
7677
  upload:用户上传。
7732
7678
  wosign:沃通
7733
7679
  sheca:上海CA
7734
- 注意:此字段可能返回 null,表示取不到有效值。
7735
7680
  :rtype: str
7736
7681
  """
7737
7682
  return self._From
@@ -7743,7 +7688,6 @@ sheca:上海CA
7743
7688
  @property
7744
7689
  def CertificateType(self):
7745
7690
  """证书类型:CA = 客户端证书,SVR = 服务器证书。
7746
- 注意:此字段可能返回 null,表示取不到有效值。
7747
7691
  :rtype: str
7748
7692
  """
7749
7693
  return self._CertificateType
@@ -7851,7 +7795,6 @@ null:用户上传证书(没有套餐类型),
7851
7795
  @property
7852
7796
  def ProductZhName(self):
7853
7797
  """证书产品名称
7854
- 注意:此字段可能返回 null,表示取不到有效值。
7855
7798
  :rtype: str
7856
7799
  """
7857
7800
  return self._ProductZhName
@@ -7863,7 +7806,6 @@ null:用户上传证书(没有套餐类型),
7863
7806
  @property
7864
7807
  def Domain(self):
7865
7808
  """证书绑定通用名称域名。
7866
- 注意:此字段可能返回 null,表示取不到有效值。
7867
7809
  :rtype: str
7868
7810
  """
7869
7811
  return self._Domain
@@ -7875,7 +7817,6 @@ null:用户上传证书(没有套餐类型),
7875
7817
  @property
7876
7818
  def Alias(self):
7877
7819
  """备注名称。
7878
- 注意:此字段可能返回 null,表示取不到有效值。
7879
7820
  :rtype: str
7880
7821
  """
7881
7822
  return self._Alias
@@ -7887,7 +7828,6 @@ null:用户上传证书(没有套餐类型),
7887
7828
  @property
7888
7829
  def Status(self):
7889
7830
  """证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
7890
- 注意:此字段可能返回 null,表示取不到有效值。
7891
7831
  :rtype: int
7892
7832
  """
7893
7833
  return self._Status
@@ -7935,7 +7875,6 @@ null:用户上传证书(没有套餐类型),
7935
7875
  @property
7936
7876
  def VulnerabilityStatus(self):
7937
7877
  """漏洞扫描状态。
7938
- 注意:此字段可能返回 null,表示取不到有效值。
7939
7878
  :rtype: str
7940
7879
  """
7941
7880
  return self._VulnerabilityStatus
@@ -7971,7 +7910,6 @@ null:用户上传证书(没有套餐类型),
7971
7910
  @property
7972
7911
  def ValidityPeriod(self):
7973
7912
  """证书有效期:单位(月)。
7974
- 注意:此字段可能返回 null,表示取不到有效值。
7975
7913
  :rtype: str
7976
7914
  """
7977
7915
  return self._ValidityPeriod
@@ -7983,7 +7921,6 @@ null:用户上传证书(没有套餐类型),
7983
7921
  @property
7984
7922
  def InsertTime(self):
7985
7923
  """证书申请时间。
7986
- 注意:此字段可能返回 null,表示取不到有效值。
7987
7924
  :rtype: str
7988
7925
  """
7989
7926
  return self._InsertTime
@@ -8007,7 +7944,6 @@ null:用户上传证书(没有套餐类型),
8007
7944
  @property
8008
7945
  def CertificateExtra(self):
8009
7946
  """证书扩展信息。
8010
- 注意:此字段可能返回 null,表示取不到有效值。
8011
7947
  :rtype: :class:`tencentcloud.ssl.v20191205.models.CertificateExtra`
8012
7948
  """
8013
7949
  return self._CertificateExtra
@@ -8067,7 +8003,6 @@ null:用户上传证书(没有套餐类型),
8067
8003
  @property
8068
8004
  def CertificateId(self):
8069
8005
  """证书 ID。
8070
- 注意:此字段可能返回 null,表示取不到有效值。
8071
8006
  :rtype: str
8072
8007
  """
8073
8008
  return self._CertificateId
@@ -8091,7 +8026,6 @@ null:用户上传证书(没有套餐类型),
8091
8026
  @property
8092
8027
  def StatusName(self):
8093
8028
  """状态描述。
8094
- 注意:此字段可能返回 null,表示取不到有效值。
8095
8029
  :rtype: str
8096
8030
  """
8097
8031
  return self._StatusName
@@ -8103,7 +8037,6 @@ null:用户上传证书(没有套餐类型),
8103
8037
  @property
8104
8038
  def SubjectAltName(self):
8105
8039
  """证书包含的多个域名(不包含主域名,主域名使用Domain字段)
8106
- 注意:此字段可能返回 null,表示取不到有效值。
8107
8040
  :rtype: list of str
8108
8041
  """
8109
8042
  return self._SubjectAltName
@@ -8115,7 +8048,6 @@ null:用户上传证书(没有套餐类型),
8115
8048
  @property
8116
8049
  def IsVip(self):
8117
8050
  """是否为付费证书。
8118
- 注意:此字段可能返回 null,表示取不到有效值。
8119
8051
  :rtype: bool
8120
8052
  """
8121
8053
  return self._IsVip
@@ -8127,7 +8059,6 @@ null:用户上传证书(没有套餐类型),
8127
8059
  @property
8128
8060
  def IsWildcard(self):
8129
8061
  """是否为泛域名证书。
8130
- 注意:此字段可能返回 null,表示取不到有效值。
8131
8062
  :rtype: bool
8132
8063
  """
8133
8064
  return self._IsWildcard
@@ -8139,7 +8070,6 @@ null:用户上传证书(没有套餐类型),
8139
8070
  @property
8140
8071
  def IsDv(self):
8141
8072
  """是否为 DV 版证书。
8142
- 注意:此字段可能返回 null,表示取不到有效值。
8143
8073
  :rtype: bool
8144
8074
  """
8145
8075
  return self._IsDv
@@ -8151,7 +8081,6 @@ null:用户上传证书(没有套餐类型),
8151
8081
  @property
8152
8082
  def IsVulnerability(self):
8153
8083
  """是否启用了漏洞扫描功能。
8154
- 注意:此字段可能返回 null,表示取不到有效值。
8155
8084
  :rtype: bool
8156
8085
  """
8157
8086
  return self._IsVulnerability
@@ -8175,7 +8104,6 @@ null:用户上传证书(没有套餐类型),
8175
8104
  @property
8176
8105
  def RenewAble(self):
8177
8106
  """是否可续费。
8178
- 注意:此字段可能返回 null,表示取不到有效值。
8179
8107
  :rtype: bool
8180
8108
  """
8181
8109
  return self._RenewAble
@@ -8187,7 +8115,6 @@ null:用户上传证书(没有套餐类型),
8187
8115
  @property
8188
8116
  def Deployable(self):
8189
8117
  """是否可部署。
8190
- 注意:此字段可能返回 null,表示取不到有效值。
8191
8118
  :rtype: bool
8192
8119
  """
8193
8120
  return self._Deployable
@@ -8199,7 +8126,6 @@ null:用户上传证书(没有套餐类型),
8199
8126
  @property
8200
8127
  def Tags(self):
8201
8128
  """关联标签列表。
8202
- 注意:此字段可能返回 null,表示取不到有效值。
8203
8129
  :rtype: list of Tags
8204
8130
  """
8205
8131
  return self._Tags
@@ -8211,7 +8137,6 @@ null:用户上传证书(没有套餐类型),
8211
8137
  @property
8212
8138
  def RootCert(self):
8213
8139
  """根证书。
8214
- 注意:此字段可能返回 null,表示取不到有效值。
8215
8140
  :rtype: :class:`tencentcloud.ssl.v20191205.models.RootCertificates`
8216
8141
  """
8217
8142
  return self._RootCert
@@ -8271,7 +8196,6 @@ null:用户上传证书(没有套餐类型),
8271
8196
  @property
8272
8197
  def EncryptAlgorithm(self):
8273
8198
  """证书加密算法(国密证书特有)
8274
- 注意:此字段可能返回 null,表示取不到有效值。
8275
8199
  :rtype: str
8276
8200
  """
8277
8201
  return self._EncryptAlgorithm
@@ -8478,7 +8402,6 @@ class DescribeCertificateOperateLogsResponse(AbstractModel):
8478
8402
  :param _TotalCount: 本次请求返回的日志数量。
8479
8403
  :type TotalCount: int
8480
8404
  :param _OperateLogs: 证书操作日志列表。
8481
- 注意:此字段可能返回 null,表示取不到有效值。
8482
8405
  :type OperateLogs: list of OperationLog
8483
8406
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8484
8407
  :type RequestId: str
@@ -8513,7 +8436,6 @@ class DescribeCertificateOperateLogsResponse(AbstractModel):
8513
8436
  @property
8514
8437
  def OperateLogs(self):
8515
8438
  """证书操作日志列表。
8516
- 注意:此字段可能返回 null,表示取不到有效值。
8517
8439
  :rtype: list of OperationLog
8518
8440
  """
8519
8441
  return self._OperateLogs
@@ -9727,10 +9649,8 @@ class DescribeCertificatesResponse(AbstractModel):
9727
9649
  def __init__(self):
9728
9650
  r"""
9729
9651
  :param _TotalCount: 总数量。
9730
- 注意:此字段可能返回 null,表示取不到有效值。
9731
9652
  :type TotalCount: int
9732
9653
  :param _Certificates: 列表。
9733
- 注意:此字段可能返回 null,表示取不到有效值。
9734
9654
  :type Certificates: list of Certificates
9735
9655
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9736
9656
  :type RequestId: str
@@ -9742,7 +9662,6 @@ class DescribeCertificatesResponse(AbstractModel):
9742
9662
  @property
9743
9663
  def TotalCount(self):
9744
9664
  """总数量。
9745
- 注意:此字段可能返回 null,表示取不到有效值。
9746
9665
  :rtype: int
9747
9666
  """
9748
9667
  return self._TotalCount
@@ -9754,7 +9673,6 @@ class DescribeCertificatesResponse(AbstractModel):
9754
9673
  @property
9755
9674
  def Certificates(self):
9756
9675
  """列表。
9757
- 注意:此字段可能返回 null,表示取不到有效值。
9758
9676
  :rtype: list of Certificates
9759
9677
  """
9760
9678
  return self._Certificates
@@ -9959,7 +9877,6 @@ class DescribeDeleteCertificatesTaskResultResponse(AbstractModel):
9959
9877
  def __init__(self):
9960
9878
  r"""
9961
9879
  :param _DeleteTaskResult: 批量删除证书异步任务结果
9962
- 注意:此字段可能返回 null,表示取不到有效值。
9963
9880
  :type DeleteTaskResult: list of DeleteTaskResult
9964
9881
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9965
9882
  :type RequestId: str
@@ -9970,7 +9887,6 @@ class DescribeDeleteCertificatesTaskResultResponse(AbstractModel):
9970
9887
  @property
9971
9888
  def DeleteTaskResult(self):
9972
9889
  """批量删除证书异步任务结果
9973
- 注意:此字段可能返回 null,表示取不到有效值。
9974
9890
  :rtype: list of DeleteTaskResult
9975
9891
  """
9976
9892
  return self._DeleteTaskResult
@@ -10352,7 +10268,6 @@ class DescribeHostApiGatewayInstanceListResponse(AbstractModel):
10352
10268
  def __init__(self):
10353
10269
  r"""
10354
10270
  :param _InstanceList: apiGateway实例列表,如取不到值返回空数组
10355
- 注意:此字段可能返回 null,表示取不到有效值。
10356
10271
  :type InstanceList: list of ApiGatewayInstanceDetail
10357
10272
  :param _TotalCount: 总数,如取不到值返回0
10358
10273
  :type TotalCount: int
@@ -10366,7 +10281,6 @@ class DescribeHostApiGatewayInstanceListResponse(AbstractModel):
10366
10281
  @property
10367
10282
  def InstanceList(self):
10368
10283
  """apiGateway实例列表,如取不到值返回空数组
10369
- 注意:此字段可能返回 null,表示取不到有效值。
10370
10284
  :rtype: list of ApiGatewayInstanceDetail
10371
10285
  """
10372
10286
  return self._InstanceList
@@ -10567,19 +10481,14 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10567
10481
  def __init__(self):
10568
10482
  r"""
10569
10483
  :param _InstanceList: CDN实例列表,如取不到值返回空数组
10570
- 注意:此字段可能返回 null,表示取不到有效值。
10571
10484
  :type InstanceList: list of CdnInstanceDetail
10572
10485
  :param _TotalCount: CDN域名总数,如取不到值返回0
10573
- 注意:此字段可能返回 null,表示取不到有效值。
10574
10486
  :type TotalCount: int
10575
10487
  :param _AsyncTotalNum: 异步刷新总数,如取不到值返回0
10576
- 注意:此字段可能返回 null,表示取不到有效值。
10577
10488
  :type AsyncTotalNum: int
10578
10489
  :param _AsyncOffset: 异步刷新当前执行数,如取不到值返回0
10579
- 注意:此字段可能返回 null,表示取不到有效值。
10580
10490
  :type AsyncOffset: int
10581
10491
  :param _AsyncCacheTime: 当前缓存读取时间
10582
- 注意:此字段可能返回 null,表示取不到有效值。
10583
10492
  :type AsyncCacheTime: str
10584
10493
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10585
10494
  :type RequestId: str
@@ -10594,7 +10503,6 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10594
10503
  @property
10595
10504
  def InstanceList(self):
10596
10505
  """CDN实例列表,如取不到值返回空数组
10597
- 注意:此字段可能返回 null,表示取不到有效值。
10598
10506
  :rtype: list of CdnInstanceDetail
10599
10507
  """
10600
10508
  return self._InstanceList
@@ -10606,7 +10514,6 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10606
10514
  @property
10607
10515
  def TotalCount(self):
10608
10516
  """CDN域名总数,如取不到值返回0
10609
- 注意:此字段可能返回 null,表示取不到有效值。
10610
10517
  :rtype: int
10611
10518
  """
10612
10519
  return self._TotalCount
@@ -10618,7 +10525,6 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10618
10525
  @property
10619
10526
  def AsyncTotalNum(self):
10620
10527
  """异步刷新总数,如取不到值返回0
10621
- 注意:此字段可能返回 null,表示取不到有效值。
10622
10528
  :rtype: int
10623
10529
  """
10624
10530
  return self._AsyncTotalNum
@@ -10630,7 +10536,6 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10630
10536
  @property
10631
10537
  def AsyncOffset(self):
10632
10538
  """异步刷新当前执行数,如取不到值返回0
10633
- 注意:此字段可能返回 null,表示取不到有效值。
10634
10539
  :rtype: int
10635
10540
  """
10636
10541
  return self._AsyncOffset
@@ -10642,7 +10547,6 @@ class DescribeHostCdnInstanceListResponse(AbstractModel):
10642
10547
  @property
10643
10548
  def AsyncCacheTime(self):
10644
10549
  """当前缓存读取时间
10645
- 注意:此字段可能返回 null,表示取不到有效值。
10646
10550
  :rtype: str
10647
10551
  """
10648
10552
  return self._AsyncCacheTime
@@ -10816,19 +10720,14 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10816
10720
  def __init__(self):
10817
10721
  r"""
10818
10722
  :param _TotalCount: 总数,取不到值返回0
10819
- 注意:此字段可能返回 null,表示取不到有效值。
10820
10723
  :type TotalCount: int
10821
10724
  :param _InstanceList: CLB实例监听器列表,取不到值返回空数组
10822
- 注意:此字段可能返回 null,表示取不到有效值。
10823
10725
  :type InstanceList: list of ClbInstanceDetail
10824
10726
  :param _AsyncTotalNum: 异步刷新总数,取不到值返回0
10825
- 注意:此字段可能返回 null,表示取不到有效值。
10826
10727
  :type AsyncTotalNum: int
10827
10728
  :param _AsyncOffset: 异步刷新当前执行数,取不到值返回0
10828
- 注意:此字段可能返回 null,表示取不到有效值。
10829
10729
  :type AsyncOffset: int
10830
10730
  :param _AsyncCacheTime: 当前缓存读取时间,去不到值返回空
10831
- 注意:此字段可能返回 null,表示取不到有效值。
10832
10731
  :type AsyncCacheTime: str
10833
10732
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10834
10733
  :type RequestId: str
@@ -10843,7 +10742,6 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10843
10742
  @property
10844
10743
  def TotalCount(self):
10845
10744
  """总数,取不到值返回0
10846
- 注意:此字段可能返回 null,表示取不到有效值。
10847
10745
  :rtype: int
10848
10746
  """
10849
10747
  return self._TotalCount
@@ -10855,7 +10753,6 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10855
10753
  @property
10856
10754
  def InstanceList(self):
10857
10755
  """CLB实例监听器列表,取不到值返回空数组
10858
- 注意:此字段可能返回 null,表示取不到有效值。
10859
10756
  :rtype: list of ClbInstanceDetail
10860
10757
  """
10861
10758
  return self._InstanceList
@@ -10867,7 +10764,6 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10867
10764
  @property
10868
10765
  def AsyncTotalNum(self):
10869
10766
  """异步刷新总数,取不到值返回0
10870
- 注意:此字段可能返回 null,表示取不到有效值。
10871
10767
  :rtype: int
10872
10768
  """
10873
10769
  return self._AsyncTotalNum
@@ -10879,7 +10775,6 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10879
10775
  @property
10880
10776
  def AsyncOffset(self):
10881
10777
  """异步刷新当前执行数,取不到值返回0
10882
- 注意:此字段可能返回 null,表示取不到有效值。
10883
10778
  :rtype: int
10884
10779
  """
10885
10780
  return self._AsyncOffset
@@ -10891,7 +10786,6 @@ class DescribeHostClbInstanceListResponse(AbstractModel):
10891
10786
  @property
10892
10787
  def AsyncCacheTime(self):
10893
10788
  """当前缓存读取时间,去不到值返回空
10894
- 注意:此字段可能返回 null,表示取不到有效值。
10895
10789
  :rtype: str
10896
10790
  """
10897
10791
  return self._AsyncCacheTime
@@ -11080,19 +10974,14 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11080
10974
  def __init__(self):
11081
10975
  r"""
11082
10976
  :param _InstanceList: COS实例列表
11083
- 注意:此字段可能返回 null,表示取不到有效值。
11084
10977
  :type InstanceList: list of CosInstanceDetail
11085
10978
  :param _TotalCount: 总数
11086
- 注意:此字段可能返回 null,表示取不到有效值。
11087
10979
  :type TotalCount: int
11088
10980
  :param _AsyncTotalNum: 异步刷新总数
11089
- 注意:此字段可能返回 null,表示取不到有效值。
11090
10981
  :type AsyncTotalNum: int
11091
10982
  :param _AsyncOffset: 异步刷新当前执行数
11092
- 注意:此字段可能返回 null,表示取不到有效值。
11093
10983
  :type AsyncOffset: int
11094
10984
  :param _AsyncCacheTime: 当前缓存读取时间
11095
- 注意:此字段可能返回 null,表示取不到有效值。
11096
10985
  :type AsyncCacheTime: str
11097
10986
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11098
10987
  :type RequestId: str
@@ -11107,7 +10996,6 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11107
10996
  @property
11108
10997
  def InstanceList(self):
11109
10998
  """COS实例列表
11110
- 注意:此字段可能返回 null,表示取不到有效值。
11111
10999
  :rtype: list of CosInstanceDetail
11112
11000
  """
11113
11001
  return self._InstanceList
@@ -11119,7 +11007,6 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11119
11007
  @property
11120
11008
  def TotalCount(self):
11121
11009
  """总数
11122
- 注意:此字段可能返回 null,表示取不到有效值。
11123
11010
  :rtype: int
11124
11011
  """
11125
11012
  return self._TotalCount
@@ -11131,7 +11018,6 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11131
11018
  @property
11132
11019
  def AsyncTotalNum(self):
11133
11020
  """异步刷新总数
11134
- 注意:此字段可能返回 null,表示取不到有效值。
11135
11021
  :rtype: int
11136
11022
  """
11137
11023
  return self._AsyncTotalNum
@@ -11143,7 +11029,6 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11143
11029
  @property
11144
11030
  def AsyncOffset(self):
11145
11031
  """异步刷新当前执行数
11146
- 注意:此字段可能返回 null,表示取不到有效值。
11147
11032
  :rtype: int
11148
11033
  """
11149
11034
  return self._AsyncOffset
@@ -11155,7 +11040,6 @@ class DescribeHostCosInstanceListResponse(AbstractModel):
11155
11040
  @property
11156
11041
  def AsyncCacheTime(self):
11157
11042
  """当前缓存读取时间
11158
- 注意:此字段可能返回 null,表示取不到有效值。
11159
11043
  :rtype: str
11160
11044
  """
11161
11045
  return self._AsyncCacheTime
@@ -11329,10 +11213,8 @@ class DescribeHostDdosInstanceListResponse(AbstractModel):
11329
11213
  def __init__(self):
11330
11214
  r"""
11331
11215
  :param _InstanceList: DDOS实例列表,取不到值返回空数组
11332
- 注意:此字段可能返回 null,表示取不到有效值。
11333
11216
  :type InstanceList: list of DdosInstanceDetail
11334
11217
  :param _TotalCount: 总数
11335
- 注意:此字段可能返回 null,表示取不到有效值。
11336
11218
  :type TotalCount: int
11337
11219
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11338
11220
  :type RequestId: str
@@ -11344,7 +11226,6 @@ class DescribeHostDdosInstanceListResponse(AbstractModel):
11344
11226
  @property
11345
11227
  def InstanceList(self):
11346
11228
  """DDOS实例列表,取不到值返回空数组
11347
- 注意:此字段可能返回 null,表示取不到有效值。
11348
11229
  :rtype: list of DdosInstanceDetail
11349
11230
  """
11350
11231
  return self._InstanceList
@@ -11356,7 +11237,6 @@ class DescribeHostDdosInstanceListResponse(AbstractModel):
11356
11237
  @property
11357
11238
  def TotalCount(self):
11358
11239
  """总数
11359
- 注意:此字段可能返回 null,表示取不到有效值。
11360
11240
  :rtype: int
11361
11241
  """
11362
11242
  return self._TotalCount
@@ -11462,19 +11342,14 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11462
11342
  def __init__(self):
11463
11343
  r"""
11464
11344
  :param _TotalCount: 部署记录总数
11465
- 注意:此字段可能返回 null,表示取不到有效值。
11466
11345
  :type TotalCount: int
11467
11346
  :param _DeployRecordDetailList: 证书部署记录列表
11468
- 注意:此字段可能返回 null,表示取不到有效值。
11469
11347
  :type DeployRecordDetailList: list of DeployRecordDetail
11470
11348
  :param _SuccessTotalCount: 成功总数
11471
- 注意:此字段可能返回 null,表示取不到有效值。
11472
11349
  :type SuccessTotalCount: int
11473
11350
  :param _FailedTotalCount: 失败总数
11474
- 注意:此字段可能返回 null,表示取不到有效值。
11475
11351
  :type FailedTotalCount: int
11476
11352
  :param _RunningTotalCount: 部署中总数
11477
- 注意:此字段可能返回 null,表示取不到有效值。
11478
11353
  :type RunningTotalCount: int
11479
11354
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11480
11355
  :type RequestId: str
@@ -11489,7 +11364,6 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11489
11364
  @property
11490
11365
  def TotalCount(self):
11491
11366
  """部署记录总数
11492
- 注意:此字段可能返回 null,表示取不到有效值。
11493
11367
  :rtype: int
11494
11368
  """
11495
11369
  return self._TotalCount
@@ -11501,7 +11375,6 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11501
11375
  @property
11502
11376
  def DeployRecordDetailList(self):
11503
11377
  """证书部署记录列表
11504
- 注意:此字段可能返回 null,表示取不到有效值。
11505
11378
  :rtype: list of DeployRecordDetail
11506
11379
  """
11507
11380
  return self._DeployRecordDetailList
@@ -11513,7 +11386,6 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11513
11386
  @property
11514
11387
  def SuccessTotalCount(self):
11515
11388
  """成功总数
11516
- 注意:此字段可能返回 null,表示取不到有效值。
11517
11389
  :rtype: int
11518
11390
  """
11519
11391
  return self._SuccessTotalCount
@@ -11525,7 +11397,6 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11525
11397
  @property
11526
11398
  def FailedTotalCount(self):
11527
11399
  """失败总数
11528
- 注意:此字段可能返回 null,表示取不到有效值。
11529
11400
  :rtype: int
11530
11401
  """
11531
11402
  return self._FailedTotalCount
@@ -11537,7 +11408,6 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
11537
11408
  @property
11538
11409
  def RunningTotalCount(self):
11539
11410
  """部署中总数
11540
- 注意:此字段可能返回 null,表示取不到有效值。
11541
11411
  :rtype: int
11542
11412
  """
11543
11413
  return self._RunningTotalCount
@@ -11661,10 +11531,8 @@ class DescribeHostDeployRecordResponse(AbstractModel):
11661
11531
  def __init__(self):
11662
11532
  r"""
11663
11533
  :param _TotalCount: 总数
11664
- 注意:此字段可能返回 null,表示取不到有效值。
11665
11534
  :type TotalCount: int
11666
11535
  :param _DeployRecordList: 证书部署记录列表
11667
- 注意:此字段可能返回 null,表示取不到有效值。
11668
11536
  :type DeployRecordList: list of DeployRecordInfo
11669
11537
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11670
11538
  :type RequestId: str
@@ -11676,7 +11544,6 @@ class DescribeHostDeployRecordResponse(AbstractModel):
11676
11544
  @property
11677
11545
  def TotalCount(self):
11678
11546
  """总数
11679
- 注意:此字段可能返回 null,表示取不到有效值。
11680
11547
  :rtype: int
11681
11548
  """
11682
11549
  return self._TotalCount
@@ -11688,7 +11555,6 @@ class DescribeHostDeployRecordResponse(AbstractModel):
11688
11555
  @property
11689
11556
  def DeployRecordList(self):
11690
11557
  """证书部署记录列表
11691
- 注意:此字段可能返回 null,表示取不到有效值。
11692
11558
  :rtype: list of DeployRecordInfo
11693
11559
  """
11694
11560
  return self._DeployRecordList
@@ -11818,10 +11684,8 @@ class DescribeHostLighthouseInstanceListResponse(AbstractModel):
11818
11684
  def __init__(self):
11819
11685
  r"""
11820
11686
  :param _InstanceList: Lighthouse实例列表,如取不到返回空数组
11821
- 注意:此字段可能返回 null,表示取不到有效值。
11822
11687
  :type InstanceList: list of LighthouseInstanceDetail
11823
11688
  :param _TotalCount: 总数,如取不到返回0
11824
- 注意:此字段可能返回 null,表示取不到有效值。
11825
11689
  :type TotalCount: int
11826
11690
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11827
11691
  :type RequestId: str
@@ -11833,7 +11697,6 @@ class DescribeHostLighthouseInstanceListResponse(AbstractModel):
11833
11697
  @property
11834
11698
  def InstanceList(self):
11835
11699
  """Lighthouse实例列表,如取不到返回空数组
11836
- 注意:此字段可能返回 null,表示取不到有效值。
11837
11700
  :rtype: list of LighthouseInstanceDetail
11838
11701
  """
11839
11702
  return self._InstanceList
@@ -11845,7 +11708,6 @@ class DescribeHostLighthouseInstanceListResponse(AbstractModel):
11845
11708
  @property
11846
11709
  def TotalCount(self):
11847
11710
  """总数,如取不到返回0
11848
- 注意:此字段可能返回 null,表示取不到有效值。
11849
11711
  :rtype: int
11850
11712
  """
11851
11713
  return self._TotalCount
@@ -11990,7 +11852,6 @@ class DescribeHostLiveInstanceListResponse(AbstractModel):
11990
11852
  def __init__(self):
11991
11853
  r"""
11992
11854
  :param _InstanceList: live实例列表,如取不到值返回空数组
11993
- 注意:此字段可能返回 null,表示取不到有效值。
11994
11855
  :type InstanceList: list of LiveInstanceDetail
11995
11856
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11996
11857
  :type RequestId: str
@@ -12001,7 +11862,6 @@ class DescribeHostLiveInstanceListResponse(AbstractModel):
12001
11862
  @property
12002
11863
  def InstanceList(self):
12003
11864
  """live实例列表,如取不到值返回空数组
12004
- 注意:此字段可能返回 null,表示取不到有效值。
12005
11865
  :rtype: list of LiveInstanceDetail
12006
11866
  """
12007
11867
  return self._InstanceList
@@ -12190,7 +12050,6 @@ class DescribeHostTeoInstanceListResponse(AbstractModel):
12190
12050
  def __init__(self):
12191
12051
  r"""
12192
12052
  :param _InstanceList: teo实例列表,如取不到值返回空数组
12193
- 注意:此字段可能返回 null,表示取不到有效值。
12194
12053
  :type InstanceList: list of TeoInstanceDetail
12195
12054
  :param _TotalCount: 总数
12196
12055
  :type TotalCount: int
@@ -12204,7 +12063,6 @@ class DescribeHostTeoInstanceListResponse(AbstractModel):
12204
12063
  @property
12205
12064
  def InstanceList(self):
12206
12065
  """teo实例列表,如取不到值返回空数组
12207
- 注意:此字段可能返回 null,表示取不到有效值。
12208
12066
  :rtype: list of TeoInstanceDetail
12209
12067
  """
12210
12068
  return self._InstanceList
@@ -12386,19 +12244,14 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12386
12244
  def __init__(self):
12387
12245
  r"""
12388
12246
  :param _TotalCount: 总数,取不到值返回0
12389
- 注意:此字段可能返回 null,表示取不到有效值。
12390
12247
  :type TotalCount: int
12391
12248
  :param _InstanceList: tke实例列表,取不到值返回空数组
12392
- 注意:此字段可能返回 null,表示取不到有效值。
12393
12249
  :type InstanceList: list of TkeInstanceDetail
12394
12250
  :param _AsyncTotalNum: 异步刷新总数,取不到值返回0
12395
- 注意:此字段可能返回 null,表示取不到有效值。
12396
12251
  :type AsyncTotalNum: int
12397
12252
  :param _AsyncOffset: 异步刷新当前执行数,取不到值返回0
12398
- 注意:此字段可能返回 null,表示取不到有效值。
12399
12253
  :type AsyncOffset: int
12400
12254
  :param _AsyncCacheTime: 当前缓存读取时间
12401
- 注意:此字段可能返回 null,表示取不到有效值。
12402
12255
  :type AsyncCacheTime: str
12403
12256
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12404
12257
  :type RequestId: str
@@ -12413,7 +12266,6 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12413
12266
  @property
12414
12267
  def TotalCount(self):
12415
12268
  """总数,取不到值返回0
12416
- 注意:此字段可能返回 null,表示取不到有效值。
12417
12269
  :rtype: int
12418
12270
  """
12419
12271
  return self._TotalCount
@@ -12425,7 +12277,6 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12425
12277
  @property
12426
12278
  def InstanceList(self):
12427
12279
  """tke实例列表,取不到值返回空数组
12428
- 注意:此字段可能返回 null,表示取不到有效值。
12429
12280
  :rtype: list of TkeInstanceDetail
12430
12281
  """
12431
12282
  return self._InstanceList
@@ -12437,7 +12288,6 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12437
12288
  @property
12438
12289
  def AsyncTotalNum(self):
12439
12290
  """异步刷新总数,取不到值返回0
12440
- 注意:此字段可能返回 null,表示取不到有效值。
12441
12291
  :rtype: int
12442
12292
  """
12443
12293
  return self._AsyncTotalNum
@@ -12449,7 +12299,6 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12449
12299
  @property
12450
12300
  def AsyncOffset(self):
12451
12301
  """异步刷新当前执行数,取不到值返回0
12452
- 注意:此字段可能返回 null,表示取不到有效值。
12453
12302
  :rtype: int
12454
12303
  """
12455
12304
  return self._AsyncOffset
@@ -12461,7 +12310,6 @@ class DescribeHostTkeInstanceListResponse(AbstractModel):
12461
12310
  @property
12462
12311
  def AsyncCacheTime(self):
12463
12312
  """当前缓存读取时间
12464
- 注意:此字段可能返回 null,表示取不到有效值。
12465
12313
  :rtype: str
12466
12314
  """
12467
12315
  return self._AsyncCacheTime
@@ -12570,19 +12418,14 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12570
12418
  def __init__(self):
12571
12419
  r"""
12572
12420
  :param _TotalCount: 总数,如果取不到返回0
12573
- 注意:此字段可能返回 null,表示取不到有效值。
12574
12421
  :type TotalCount: int
12575
12422
  :param _RecordDetailList: 证书部署记录列表,如果取不到值返回空数组
12576
- 注意:此字段可能返回 null,表示取不到有效值。
12577
12423
  :type RecordDetailList: list of UpdateRecordDetails
12578
12424
  :param _SuccessTotalCount: 成功总数,如果取不到返回0
12579
- 注意:此字段可能返回 null,表示取不到有效值。
12580
12425
  :type SuccessTotalCount: int
12581
12426
  :param _FailedTotalCount: 失败总数,如果取不到返回0
12582
- 注意:此字段可能返回 null,表示取不到有效值。
12583
12427
  :type FailedTotalCount: int
12584
12428
  :param _RunningTotalCount: 部署中总数,如果取不到返回0
12585
- 注意:此字段可能返回 null,表示取不到有效值。
12586
12429
  :type RunningTotalCount: int
12587
12430
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12588
12431
  :type RequestId: str
@@ -12597,7 +12440,6 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12597
12440
  @property
12598
12441
  def TotalCount(self):
12599
12442
  """总数,如果取不到返回0
12600
- 注意:此字段可能返回 null,表示取不到有效值。
12601
12443
  :rtype: int
12602
12444
  """
12603
12445
  return self._TotalCount
@@ -12609,7 +12451,6 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12609
12451
  @property
12610
12452
  def RecordDetailList(self):
12611
12453
  """证书部署记录列表,如果取不到值返回空数组
12612
- 注意:此字段可能返回 null,表示取不到有效值。
12613
12454
  :rtype: list of UpdateRecordDetails
12614
12455
  """
12615
12456
  return self._RecordDetailList
@@ -12621,7 +12462,6 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12621
12462
  @property
12622
12463
  def SuccessTotalCount(self):
12623
12464
  """成功总数,如果取不到返回0
12624
- 注意:此字段可能返回 null,表示取不到有效值。
12625
12465
  :rtype: int
12626
12466
  """
12627
12467
  return self._SuccessTotalCount
@@ -12633,7 +12473,6 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12633
12473
  @property
12634
12474
  def FailedTotalCount(self):
12635
12475
  """失败总数,如果取不到返回0
12636
- 注意:此字段可能返回 null,表示取不到有效值。
12637
12476
  :rtype: int
12638
12477
  """
12639
12478
  return self._FailedTotalCount
@@ -12645,7 +12484,6 @@ class DescribeHostUpdateRecordDetailResponse(AbstractModel):
12645
12484
  @property
12646
12485
  def RunningTotalCount(self):
12647
12486
  """部署中总数,如果取不到返回0
12648
- 注意:此字段可能返回 null,表示取不到有效值。
12649
12487
  :rtype: int
12650
12488
  """
12651
12489
  return self._RunningTotalCount
@@ -12769,10 +12607,8 @@ class DescribeHostUpdateRecordResponse(AbstractModel):
12769
12607
  def __init__(self):
12770
12608
  r"""
12771
12609
  :param _TotalCount: 总数
12772
- 注意:此字段可能返回 null,表示取不到有效值。
12773
12610
  :type TotalCount: int
12774
12611
  :param _DeployRecordList: 证书部署记录列表
12775
- 注意:此字段可能返回 null,表示取不到有效值。
12776
12612
  :type DeployRecordList: list of UpdateRecordInfo
12777
12613
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12778
12614
  :type RequestId: str
@@ -12784,7 +12620,6 @@ class DescribeHostUpdateRecordResponse(AbstractModel):
12784
12620
  @property
12785
12621
  def TotalCount(self):
12786
12622
  """总数
12787
- 注意:此字段可能返回 null,表示取不到有效值。
12788
12623
  :rtype: int
12789
12624
  """
12790
12625
  return self._TotalCount
@@ -12796,7 +12631,6 @@ class DescribeHostUpdateRecordResponse(AbstractModel):
12796
12631
  @property
12797
12632
  def DeployRecordList(self):
12798
12633
  """证书部署记录列表
12799
- 注意:此字段可能返回 null,表示取不到有效值。
12800
12634
  :rtype: list of UpdateRecordInfo
12801
12635
  """
12802
12636
  return self._DeployRecordList
@@ -12941,10 +12775,8 @@ class DescribeHostVodInstanceListResponse(AbstractModel):
12941
12775
  def __init__(self):
12942
12776
  r"""
12943
12777
  :param _InstanceList: Vod实例列表,如果取不到值返回空数组
12944
- 注意:此字段可能返回 null,表示取不到有效值。
12945
12778
  :type InstanceList: list of VodInstanceDetail
12946
12779
  :param _TotalCount: 总数,如果取不到值返回0
12947
- 注意:此字段可能返回 null,表示取不到有效值。
12948
12780
  :type TotalCount: int
12949
12781
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12950
12782
  :type RequestId: str
@@ -12956,7 +12788,6 @@ class DescribeHostVodInstanceListResponse(AbstractModel):
12956
12788
  @property
12957
12789
  def InstanceList(self):
12958
12790
  """Vod实例列表,如果取不到值返回空数组
12959
- 注意:此字段可能返回 null,表示取不到有效值。
12960
12791
  :rtype: list of VodInstanceDetail
12961
12792
  """
12962
12793
  return self._InstanceList
@@ -12968,7 +12799,6 @@ class DescribeHostVodInstanceListResponse(AbstractModel):
12968
12799
  @property
12969
12800
  def TotalCount(self):
12970
12801
  """总数,如果取不到值返回0
12971
- 注意:此字段可能返回 null,表示取不到有效值。
12972
12802
  :rtype: int
12973
12803
  """
12974
12804
  return self._TotalCount
@@ -13113,8 +12943,7 @@ class DescribeHostWafInstanceListResponse(AbstractModel):
13113
12943
  def __init__(self):
13114
12944
  r"""
13115
12945
  :param _InstanceList: WAF实例列表,如果没有取到值返回空数组
13116
- 注意:此字段可能返回 null,表示取不到有效值。
13117
- :type InstanceList: list of LiveInstanceDetail
12946
+ :type InstanceList: list of WafInstanceDetail
13118
12947
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13119
12948
  :type RequestId: str
13120
12949
  """
@@ -13124,8 +12953,7 @@ class DescribeHostWafInstanceListResponse(AbstractModel):
13124
12953
  @property
13125
12954
  def InstanceList(self):
13126
12955
  """WAF实例列表,如果没有取到值返回空数组
13127
- 注意:此字段可能返回 null,表示取不到有效值。
13128
- :rtype: list of LiveInstanceDetail
12956
+ :rtype: list of WafInstanceDetail
13129
12957
  """
13130
12958
  return self._InstanceList
13131
12959
 
@@ -13149,7 +12977,7 @@ class DescribeHostWafInstanceListResponse(AbstractModel):
13149
12977
  if params.get("InstanceList") is not None:
13150
12978
  self._InstanceList = []
13151
12979
  for item in params.get("InstanceList"):
13152
- obj = LiveInstanceDetail()
12980
+ obj = WafInstanceDetail()
13153
12981
  obj._deserialize(item)
13154
12982
  self._InstanceList.append(obj)
13155
12983
  self._RequestId = params.get("RequestId")
@@ -14153,10 +13981,8 @@ class DownloadCertificateResponse(AbstractModel):
14153
13981
  def __init__(self):
14154
13982
  r"""
14155
13983
  :param _Content: ZIP base64 编码内容,base64 解码后可保存为 ZIP 文件。
14156
- 注意:此字段可能返回 null,表示取不到有效值。
14157
13984
  :type Content: str
14158
13985
  :param _ContentType: MIME 类型:application/zip = ZIP 压缩文件。
14159
- 注意:此字段可能返回 null,表示取不到有效值。
14160
13986
  :type ContentType: str
14161
13987
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14162
13988
  :type RequestId: str
@@ -14168,7 +13994,6 @@ class DownloadCertificateResponse(AbstractModel):
14168
13994
  @property
14169
13995
  def Content(self):
14170
13996
  """ZIP base64 编码内容,base64 解码后可保存为 ZIP 文件。
14171
- 注意:此字段可能返回 null,表示取不到有效值。
14172
13997
  :rtype: str
14173
13998
  """
14174
13999
  return self._Content
@@ -14180,7 +14005,6 @@ class DownloadCertificateResponse(AbstractModel):
14180
14005
  @property
14181
14006
  def ContentType(self):
14182
14007
  """MIME 类型:application/zip = ZIP 压缩文件。
14183
- 注意:此字段可能返回 null,表示取不到有效值。
14184
14008
  :rtype: str
14185
14009
  """
14186
14010
  return self._ContentType
@@ -14343,25 +14167,19 @@ class DvAuths(AbstractModel):
14343
14167
  def __init__(self):
14344
14168
  r"""
14345
14169
  :param _DvAuthKey: 证书域名验证记录Key
14346
- 注意:此字段可能返回 null,表示取不到有效值。
14347
14170
  :type DvAuthKey: str
14348
14171
  :param _DvAuthValue: 证书域名验证记录值
14349
- 注意:此字段可能返回 null,表示取不到有效值。
14350
14172
  :type DvAuthValue: str
14351
14173
  :param _DvAuthDomain: 证书域名验证域名值
14352
- 注意:此字段可能返回 null,表示取不到有效值。
14353
14174
  :type DvAuthDomain: str
14354
14175
  :param _DvAuthPath: 证书域名验证文件路径, 仅FILE、FILE_PROXY使用
14355
- 注意:此字段可能返回 null,表示取不到有效值。
14356
14176
  :type DvAuthPath: str
14357
14177
  :param _DvAuthSubDomain: 证书域名验证子域名
14358
- 注意:此字段可能返回 null,表示取不到有效值。
14359
14178
  :type DvAuthSubDomain: str
14360
14179
  :param _DvAuthVerifyType: 证书域名验证类型,取值:
14361
14180
  TXT:DNS域名验证添加TXT记录
14362
14181
  FILE:域名文件验证
14363
14182
  CNAME:DNS域名验证添加CNAME记录
14364
- 注意:此字段可能返回 null,表示取不到有效值。
14365
14183
  :type DvAuthVerifyType: str
14366
14184
  """
14367
14185
  self._DvAuthKey = None
@@ -14374,7 +14192,6 @@ CNAME:DNS域名验证添加CNAME记录
14374
14192
  @property
14375
14193
  def DvAuthKey(self):
14376
14194
  """证书域名验证记录Key
14377
- 注意:此字段可能返回 null,表示取不到有效值。
14378
14195
  :rtype: str
14379
14196
  """
14380
14197
  return self._DvAuthKey
@@ -14386,7 +14203,6 @@ CNAME:DNS域名验证添加CNAME记录
14386
14203
  @property
14387
14204
  def DvAuthValue(self):
14388
14205
  """证书域名验证记录值
14389
- 注意:此字段可能返回 null,表示取不到有效值。
14390
14206
  :rtype: str
14391
14207
  """
14392
14208
  return self._DvAuthValue
@@ -14398,7 +14214,6 @@ CNAME:DNS域名验证添加CNAME记录
14398
14214
  @property
14399
14215
  def DvAuthDomain(self):
14400
14216
  """证书域名验证域名值
14401
- 注意:此字段可能返回 null,表示取不到有效值。
14402
14217
  :rtype: str
14403
14218
  """
14404
14219
  return self._DvAuthDomain
@@ -14410,7 +14225,6 @@ CNAME:DNS域名验证添加CNAME记录
14410
14225
  @property
14411
14226
  def DvAuthPath(self):
14412
14227
  """证书域名验证文件路径, 仅FILE、FILE_PROXY使用
14413
- 注意:此字段可能返回 null,表示取不到有效值。
14414
14228
  :rtype: str
14415
14229
  """
14416
14230
  return self._DvAuthPath
@@ -14422,7 +14236,6 @@ CNAME:DNS域名验证添加CNAME记录
14422
14236
  @property
14423
14237
  def DvAuthSubDomain(self):
14424
14238
  """证书域名验证子域名
14425
- 注意:此字段可能返回 null,表示取不到有效值。
14426
14239
  :rtype: str
14427
14240
  """
14428
14241
  return self._DvAuthSubDomain
@@ -14437,7 +14250,6 @@ CNAME:DNS域名验证添加CNAME记录
14437
14250
  TXT:DNS域名验证添加TXT记录
14438
14251
  FILE:域名文件验证
14439
14252
  CNAME:DNS域名验证添加CNAME记录
14440
- 注意:此字段可能返回 null,表示取不到有效值。
14441
14253
  :rtype: str
14442
14254
  """
14443
14255
  return self._DvAuthVerifyType
@@ -14472,10 +14284,8 @@ class Error(AbstractModel):
14472
14284
  def __init__(self):
14473
14285
  r"""
14474
14286
  :param _Code: 异常错误码
14475
- 注意:此字段可能返回 null,表示取不到有效值。
14476
14287
  :type Code: str
14477
14288
  :param _Message: 异常错误信息
14478
- 注意:此字段可能返回 null,表示取不到有效值。
14479
14289
  :type Message: str
14480
14290
  """
14481
14291
  self._Code = None
@@ -14484,7 +14294,6 @@ class Error(AbstractModel):
14484
14294
  @property
14485
14295
  def Code(self):
14486
14296
  """异常错误码
14487
- 注意:此字段可能返回 null,表示取不到有效值。
14488
14297
  :rtype: str
14489
14298
  """
14490
14299
  return self._Code
@@ -14496,7 +14305,6 @@ class Error(AbstractModel):
14496
14305
  @property
14497
14306
  def Message(self):
14498
14307
  """异常错误信息
14499
- 注意:此字段可能返回 null,表示取不到有效值。
14500
14308
  :rtype: str
14501
14309
  """
14502
14310
  return self._Message
@@ -14578,19 +14386,14 @@ class GatewayCertificate(AbstractModel):
14578
14386
  def __init__(self):
14579
14387
  r"""
14580
14388
  :param _Id: 网关证书ID
14581
- 注意:此字段可能返回 null,表示取不到有效值。
14582
14389
  :type Id: str
14583
14390
  :param _Name: 网关证书名称
14584
- 注意:此字段可能返回 null,表示取不到有效值。
14585
14391
  :type Name: str
14586
14392
  :param _BindDomains: 绑定域名
14587
- 注意:此字段可能返回 null,表示取不到有效值。
14588
14393
  :type BindDomains: list of str
14589
14394
  :param _CertSource: 证书来源
14590
- 注意:此字段可能返回 null,表示取不到有效值。
14591
14395
  :type CertSource: str
14592
14396
  :param _CertId: 当前绑定的SSL证书ID
14593
- 注意:此字段可能返回 null,表示取不到有效值。
14594
14397
  :type CertId: str
14595
14398
  """
14596
14399
  self._Id = None
@@ -14602,7 +14405,6 @@ class GatewayCertificate(AbstractModel):
14602
14405
  @property
14603
14406
  def Id(self):
14604
14407
  """网关证书ID
14605
- 注意:此字段可能返回 null,表示取不到有效值。
14606
14408
  :rtype: str
14607
14409
  """
14608
14410
  return self._Id
@@ -14614,7 +14416,6 @@ class GatewayCertificate(AbstractModel):
14614
14416
  @property
14615
14417
  def Name(self):
14616
14418
  """网关证书名称
14617
- 注意:此字段可能返回 null,表示取不到有效值。
14618
14419
  :rtype: str
14619
14420
  """
14620
14421
  return self._Name
@@ -14626,7 +14427,6 @@ class GatewayCertificate(AbstractModel):
14626
14427
  @property
14627
14428
  def BindDomains(self):
14628
14429
  """绑定域名
14629
- 注意:此字段可能返回 null,表示取不到有效值。
14630
14430
  :rtype: list of str
14631
14431
  """
14632
14432
  return self._BindDomains
@@ -14638,7 +14438,6 @@ class GatewayCertificate(AbstractModel):
14638
14438
  @property
14639
14439
  def CertSource(self):
14640
14440
  """证书来源
14641
- 注意:此字段可能返回 null,表示取不到有效值。
14642
14441
  :rtype: str
14643
14442
  """
14644
14443
  return self._CertSource
@@ -14650,7 +14449,6 @@ class GatewayCertificate(AbstractModel):
14650
14449
  @property
14651
14450
  def CertId(self):
14652
14451
  """当前绑定的SSL证书ID
14653
- 注意:此字段可能返回 null,表示取不到有效值。
14654
14452
  :rtype: str
14655
14453
  """
14656
14454
  return self._CertId
@@ -14684,10 +14482,8 @@ class HostingConfig(AbstractModel):
14684
14482
  def __init__(self):
14685
14483
  r"""
14686
14484
  :param _ReplaceTime: 托管资源替换时间, 默认为证书过期前30天存在续费证书则替换
14687
- 注意:此字段可能返回 null,表示取不到有效值。
14688
14485
  :type ReplaceTime: int
14689
14486
  :param _MessageTypes: 托管发送消息类型:0,托管开始前消息提醒(没有续费证书也会收到该提示消息); 1, 托管开始消息提醒(存在续费证书才会收到消息提醒); 2, 托管资源替换失败消息提醒; 3 托管资源替换成功消息提醒
14690
- 注意:此字段可能返回 null,表示取不到有效值。
14691
14487
  :type MessageTypes: list of int
14692
14488
  :param _ReplaceStartTime: 资源替换开始时间
14693
14489
  :type ReplaceStartTime: str
@@ -14702,7 +14498,6 @@ class HostingConfig(AbstractModel):
14702
14498
  @property
14703
14499
  def ReplaceTime(self):
14704
14500
  """托管资源替换时间, 默认为证书过期前30天存在续费证书则替换
14705
- 注意:此字段可能返回 null,表示取不到有效值。
14706
14501
  :rtype: int
14707
14502
  """
14708
14503
  return self._ReplaceTime
@@ -14714,7 +14509,6 @@ class HostingConfig(AbstractModel):
14714
14509
  @property
14715
14510
  def MessageTypes(self):
14716
14511
  """托管发送消息类型:0,托管开始前消息提醒(没有续费证书也会收到该提示消息); 1, 托管开始消息提醒(存在续费证书才会收到消息提醒); 2, 托管资源替换失败消息提醒; 3 托管资源替换成功消息提醒
14717
- 注意:此字段可能返回 null,表示取不到有效值。
14718
14512
  :rtype: list of int
14719
14513
  """
14720
14514
  return self._MessageTypes
@@ -15032,7 +14826,6 @@ class ManagerInfo(AbstractModel):
15032
14826
  注意:此字段可能返回 null,表示取不到有效值。
15033
14827
  :type StatusInfo: list of ManagerStatusInfo
15034
14828
  :param _Tags: 标签
15035
- 注意:此字段可能返回 null,表示取不到有效值。
15036
14829
  :type Tags: list of Tags
15037
14830
  """
15038
14831
  self._Status = None
@@ -15225,7 +15018,6 @@ class ManagerInfo(AbstractModel):
15225
15018
  @property
15226
15019
  def Tags(self):
15227
15020
  """标签
15228
- 注意:此字段可能返回 null,表示取不到有效值。
15229
15021
  :rtype: list of Tags
15230
15022
  """
15231
15023
  return self._Tags
@@ -15279,17 +15071,13 @@ class ManagerStatusInfo(AbstractModel):
15279
15071
 
15280
15072
  def __init__(self):
15281
15073
  r"""
15282
- :param _Type: 审核类型,枚举值:ov,ev,cs,ev_cs
15283
- 注意:此字段可能返回 null,表示取不到有效值。
15074
+ :param _Type: 审核类型,枚举值:ov,ev
15284
15075
  :type Type: str
15285
15076
  :param _Status: 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
15286
- 注意:此字段可能返回 null,表示取不到有效值。
15287
15077
  :type Status: str
15288
15078
  :param _CreateTime: 创建时间
15289
- 注意:此字段可能返回 null,表示取不到有效值。
15290
15079
  :type CreateTime: str
15291
15080
  :param _ExpireTime: 过期时间
15292
- 注意:此字段可能返回 null,表示取不到有效值。
15293
15081
  :type ExpireTime: str
15294
15082
  """
15295
15083
  self._Type = None
@@ -15299,8 +15087,7 @@ class ManagerStatusInfo(AbstractModel):
15299
15087
 
15300
15088
  @property
15301
15089
  def Type(self):
15302
- """审核类型,枚举值:ov,ev,cs,ev_cs
15303
- 注意:此字段可能返回 null,表示取不到有效值。
15090
+ """审核类型,枚举值:ov,ev
15304
15091
  :rtype: str
15305
15092
  """
15306
15093
  return self._Type
@@ -15312,7 +15099,6 @@ class ManagerStatusInfo(AbstractModel):
15312
15099
  @property
15313
15100
  def Status(self):
15314
15101
  """审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
15315
- 注意:此字段可能返回 null,表示取不到有效值。
15316
15102
  :rtype: str
15317
15103
  """
15318
15104
  return self._Status
@@ -15324,7 +15110,6 @@ class ManagerStatusInfo(AbstractModel):
15324
15110
  @property
15325
15111
  def CreateTime(self):
15326
15112
  """创建时间
15327
- 注意:此字段可能返回 null,表示取不到有效值。
15328
15113
  :rtype: str
15329
15114
  """
15330
15115
  return self._CreateTime
@@ -15336,7 +15121,6 @@ class ManagerStatusInfo(AbstractModel):
15336
15121
  @property
15337
15122
  def ExpireTime(self):
15338
15123
  """过期时间
15339
- 注意:此字段可能返回 null,表示取不到有效值。
15340
15124
  :rtype: str
15341
15125
  """
15342
15126
  return self._ExpireTime
@@ -15514,10 +15298,8 @@ class ModifyCertificateProjectResponse(AbstractModel):
15514
15298
  def __init__(self):
15515
15299
  r"""
15516
15300
  :param _SuccessCertificates: 修改所属项目成功的证书集合。
15517
- 注意:此字段可能返回 null,表示取不到有效值。
15518
15301
  :type SuccessCertificates: list of str
15519
15302
  :param _FailCertificates: 修改所属项目失败的证书集合。
15520
- 注意:此字段可能返回 null,表示取不到有效值。
15521
15303
  :type FailCertificates: list of str
15522
15304
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15523
15305
  :type RequestId: str
@@ -15529,7 +15311,6 @@ class ModifyCertificateProjectResponse(AbstractModel):
15529
15311
  @property
15530
15312
  def SuccessCertificates(self):
15531
15313
  """修改所属项目成功的证书集合。
15532
- 注意:此字段可能返回 null,表示取不到有效值。
15533
15314
  :rtype: list of str
15534
15315
  """
15535
15316
  return self._SuccessCertificates
@@ -15541,7 +15322,6 @@ class ModifyCertificateProjectResponse(AbstractModel):
15541
15322
  @property
15542
15323
  def FailCertificates(self):
15543
15324
  """修改所属项目失败的证书集合。
15544
- 注意:此字段可能返回 null,表示取不到有效值。
15545
15325
  :rtype: list of str
15546
15326
  """
15547
15327
  return self._FailCertificates
@@ -15753,13 +15533,10 @@ class OperationLog(AbstractModel):
15753
15533
  :param _CreatedOn: 操作时间。
15754
15534
  :type CreatedOn: str
15755
15535
  :param _Uin: 主账号
15756
- 注意:此字段可能返回 null,表示取不到有效值。
15757
15536
  :type Uin: str
15758
15537
  :param _SubAccountUin: 子账号
15759
- 注意:此字段可能返回 null,表示取不到有效值。
15760
15538
  :type SubAccountUin: str
15761
15539
  :param _CertId: 证书ID
15762
- 注意:此字段可能返回 null,表示取不到有效值。
15763
15540
  :type CertId: str
15764
15541
  :param _Type: 每个操作类型都对应一个具体的操作描述。以下是对每个操作类型及其描述的文字说明:
15765
15542
  1. apply - 表示申请一个免费的证书。
@@ -15788,7 +15565,6 @@ class OperationLog(AbstractModel):
15788
15565
  24. issued - 表示证书签发。
15789
15566
  25. domainValidationPassed - 表示域名验证完成。
15790
15567
  26. Resubmit - 表示证书重新申请。
15791
- 注意:此字段可能返回 null,表示取不到有效值。
15792
15568
  :type Type: str
15793
15569
  """
15794
15570
  self._Action = None
@@ -15823,7 +15599,6 @@ class OperationLog(AbstractModel):
15823
15599
  @property
15824
15600
  def Uin(self):
15825
15601
  """主账号
15826
- 注意:此字段可能返回 null,表示取不到有效值。
15827
15602
  :rtype: str
15828
15603
  """
15829
15604
  return self._Uin
@@ -15835,7 +15610,6 @@ class OperationLog(AbstractModel):
15835
15610
  @property
15836
15611
  def SubAccountUin(self):
15837
15612
  """子账号
15838
- 注意:此字段可能返回 null,表示取不到有效值。
15839
15613
  :rtype: str
15840
15614
  """
15841
15615
  return self._SubAccountUin
@@ -15847,7 +15621,6 @@ class OperationLog(AbstractModel):
15847
15621
  @property
15848
15622
  def CertId(self):
15849
15623
  """证书ID
15850
- 注意:此字段可能返回 null,表示取不到有效值。
15851
15624
  :rtype: str
15852
15625
  """
15853
15626
  return self._CertId
@@ -15885,7 +15658,6 @@ class OperationLog(AbstractModel):
15885
15658
  24. issued - 表示证书签发。
15886
15659
  25. domainValidationPassed - 表示域名验证完成。
15887
15660
  26. Resubmit - 表示证书重新申请。
15888
- 注意:此字段可能返回 null,表示取不到有效值。
15889
15661
  :rtype: str
15890
15662
  """
15891
15663
  return self._Type
@@ -16286,13 +16058,10 @@ class PreAuditInfo(AbstractModel):
16286
16058
  def __init__(self):
16287
16059
  r"""
16288
16060
  :param _TotalPeriod: 证书总年限
16289
- 注意:此字段可能返回 null,表示取不到有效值。
16290
16061
  :type TotalPeriod: int
16291
16062
  :param _NowPeriod: 证书当前年限
16292
- 注意:此字段可能返回 null,表示取不到有效值。
16293
16063
  :type NowPeriod: int
16294
16064
  :param _ManagerId: 证书预审核管理人ID
16295
- 注意:此字段可能返回 null,表示取不到有效值。
16296
16065
  :type ManagerId: str
16297
16066
  """
16298
16067
  self._TotalPeriod = None
@@ -16302,7 +16071,6 @@ class PreAuditInfo(AbstractModel):
16302
16071
  @property
16303
16072
  def TotalPeriod(self):
16304
16073
  """证书总年限
16305
- 注意:此字段可能返回 null,表示取不到有效值。
16306
16074
  :rtype: int
16307
16075
  """
16308
16076
  return self._TotalPeriod
@@ -16314,7 +16082,6 @@ class PreAuditInfo(AbstractModel):
16314
16082
  @property
16315
16083
  def NowPeriod(self):
16316
16084
  """证书当前年限
16317
- 注意:此字段可能返回 null,表示取不到有效值。
16318
16085
  :rtype: int
16319
16086
  """
16320
16087
  return self._NowPeriod
@@ -16326,7 +16093,6 @@ class PreAuditInfo(AbstractModel):
16326
16093
  @property
16327
16094
  def ManagerId(self):
16328
16095
  """证书预审核管理人ID
16329
- 注意:此字段可能返回 null,表示取不到有效值。
16330
16096
  :rtype: str
16331
16097
  """
16332
16098
  return self._ManagerId
@@ -16358,22 +16124,16 @@ class ProjectInfo(AbstractModel):
16358
16124
  def __init__(self):
16359
16125
  r"""
16360
16126
  :param _ProjectName: 项目名称。
16361
- 注意:此字段可能返回 null,表示取不到有效值。
16362
16127
  :type ProjectName: str
16363
16128
  :param _ProjectCreatorUin: 项目创建用户 UIN。
16364
- 注意:此字段可能返回 null,表示取不到有效值。
16365
16129
  :type ProjectCreatorUin: int
16366
16130
  :param _ProjectCreateTime: 项目创建时间。
16367
- 注意:此字段可能返回 null,表示取不到有效值。
16368
16131
  :type ProjectCreateTime: str
16369
16132
  :param _ProjectResume: 项目信息简述。
16370
- 注意:此字段可能返回 null,表示取不到有效值。
16371
16133
  :type ProjectResume: str
16372
16134
  :param _OwnerUin: 用户 UIN。
16373
- 注意:此字段可能返回 null,表示取不到有效值。
16374
16135
  :type OwnerUin: int
16375
16136
  :param _ProjectId: 项目 ID。
16376
- 注意:此字段可能返回 null,表示取不到有效值。
16377
16137
  :type ProjectId: str
16378
16138
  """
16379
16139
  self._ProjectName = None
@@ -16386,7 +16146,6 @@ class ProjectInfo(AbstractModel):
16386
16146
  @property
16387
16147
  def ProjectName(self):
16388
16148
  """项目名称。
16389
- 注意:此字段可能返回 null,表示取不到有效值。
16390
16149
  :rtype: str
16391
16150
  """
16392
16151
  return self._ProjectName
@@ -16398,7 +16157,6 @@ class ProjectInfo(AbstractModel):
16398
16157
  @property
16399
16158
  def ProjectCreatorUin(self):
16400
16159
  """项目创建用户 UIN。
16401
- 注意:此字段可能返回 null,表示取不到有效值。
16402
16160
  :rtype: int
16403
16161
  """
16404
16162
  return self._ProjectCreatorUin
@@ -16410,7 +16168,6 @@ class ProjectInfo(AbstractModel):
16410
16168
  @property
16411
16169
  def ProjectCreateTime(self):
16412
16170
  """项目创建时间。
16413
- 注意:此字段可能返回 null,表示取不到有效值。
16414
16171
  :rtype: str
16415
16172
  """
16416
16173
  return self._ProjectCreateTime
@@ -16422,7 +16179,6 @@ class ProjectInfo(AbstractModel):
16422
16179
  @property
16423
16180
  def ProjectResume(self):
16424
16181
  """项目信息简述。
16425
- 注意:此字段可能返回 null,表示取不到有效值。
16426
16182
  :rtype: str
16427
16183
  """
16428
16184
  return self._ProjectResume
@@ -16434,7 +16190,6 @@ class ProjectInfo(AbstractModel):
16434
16190
  @property
16435
16191
  def OwnerUin(self):
16436
16192
  """用户 UIN。
16437
- 注意:此字段可能返回 null,表示取不到有效值。
16438
16193
  :rtype: int
16439
16194
  """
16440
16195
  return self._OwnerUin
@@ -16446,7 +16201,6 @@ class ProjectInfo(AbstractModel):
16446
16201
  @property
16447
16202
  def ProjectId(self):
16448
16203
  """项目 ID。
16449
- 注意:此字段可能返回 null,表示取不到有效值。
16450
16204
  :rtype: str
16451
16205
  """
16452
16206
  return self._ProjectId
@@ -16769,7 +16523,6 @@ class RevokeCertificateResponse(AbstractModel):
16769
16523
  def __init__(self):
16770
16524
  r"""
16771
16525
  :param _RevokeDomainValidateAuths: 吊销证书域名验证信息。
16772
- 注意:此字段可能返回 null,表示取不到有效值。
16773
16526
  :type RevokeDomainValidateAuths: list of RevokeDomainValidateAuths
16774
16527
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16775
16528
  :type RequestId: str
@@ -16780,7 +16533,6 @@ class RevokeCertificateResponse(AbstractModel):
16780
16533
  @property
16781
16534
  def RevokeDomainValidateAuths(self):
16782
16535
  """吊销证书域名验证信息。
16783
- 注意:此字段可能返回 null,表示取不到有效值。
16784
16536
  :rtype: list of RevokeDomainValidateAuths
16785
16537
  """
16786
16538
  return self._RevokeDomainValidateAuths
@@ -16819,16 +16571,12 @@ class RevokeDomainValidateAuths(AbstractModel):
16819
16571
  def __init__(self):
16820
16572
  r"""
16821
16573
  :param _DomainValidateAuthPath: DV 认证值路径。
16822
- 注意:此字段可能返回 null,表示取不到有效值。
16823
16574
  :type DomainValidateAuthPath: str
16824
16575
  :param _DomainValidateAuthKey: DV 认证 KEY。
16825
- 注意:此字段可能返回 null,表示取不到有效值。
16826
16576
  :type DomainValidateAuthKey: str
16827
16577
  :param _DomainValidateAuthValue: DV 认证值。
16828
- 注意:此字段可能返回 null,表示取不到有效值。
16829
16578
  :type DomainValidateAuthValue: str
16830
16579
  :param _DomainValidateAuthDomain: DV 认证域名。
16831
- 注意:此字段可能返回 null,表示取不到有效值。
16832
16580
  :type DomainValidateAuthDomain: str
16833
16581
  """
16834
16582
  self._DomainValidateAuthPath = None
@@ -16839,7 +16587,6 @@ class RevokeDomainValidateAuths(AbstractModel):
16839
16587
  @property
16840
16588
  def DomainValidateAuthPath(self):
16841
16589
  """DV 认证值路径。
16842
- 注意:此字段可能返回 null,表示取不到有效值。
16843
16590
  :rtype: str
16844
16591
  """
16845
16592
  return self._DomainValidateAuthPath
@@ -16851,7 +16598,6 @@ class RevokeDomainValidateAuths(AbstractModel):
16851
16598
  @property
16852
16599
  def DomainValidateAuthKey(self):
16853
16600
  """DV 认证 KEY。
16854
- 注意:此字段可能返回 null,表示取不到有效值。
16855
16601
  :rtype: str
16856
16602
  """
16857
16603
  return self._DomainValidateAuthKey
@@ -16863,7 +16609,6 @@ class RevokeDomainValidateAuths(AbstractModel):
16863
16609
  @property
16864
16610
  def DomainValidateAuthValue(self):
16865
16611
  """DV 认证值。
16866
- 注意:此字段可能返回 null,表示取不到有效值。
16867
16612
  :rtype: str
16868
16613
  """
16869
16614
  return self._DomainValidateAuthValue
@@ -16875,7 +16620,6 @@ class RevokeDomainValidateAuths(AbstractModel):
16875
16620
  @property
16876
16621
  def DomainValidateAuthDomain(self):
16877
16622
  """DV 认证域名。
16878
- 注意:此字段可能返回 null,表示取不到有效值。
16879
16623
  :rtype: str
16880
16624
  """
16881
16625
  return self._DomainValidateAuthDomain
@@ -18108,7 +17852,6 @@ class SyncTaskBindResourceResult(AbstractModel):
18108
17852
  :param _TaskId: 任务ID
18109
17853
  :type TaskId: str
18110
17854
  :param _BindResourceResult: 关联云资源结果
18111
- 注意:此字段可能返回 null,表示取不到有效值。
18112
17855
  :type BindResourceResult: list of BindResourceResult
18113
17856
  :param _Status: 关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因
18114
17857
  :type Status: int
@@ -18138,7 +17881,6 @@ class SyncTaskBindResourceResult(AbstractModel):
18138
17881
  @property
18139
17882
  def BindResourceResult(self):
18140
17883
  """关联云资源结果
18141
- 注意:此字段可能返回 null,表示取不到有效值。
18142
17884
  :rtype: list of BindResourceResult
18143
17885
  """
18144
17886
  return self._BindResourceResult
@@ -18213,25 +17955,19 @@ class TCBAccessInstance(AbstractModel):
18213
17955
  def __init__(self):
18214
17956
  r"""
18215
17957
  :param _Domain: 域名
18216
- 注意:此字段可能返回 null,表示取不到有效值。
18217
17958
  :type Domain: str
18218
17959
  :param _Status: 状态
18219
- 注意:此字段可能返回 null,表示取不到有效值。
18220
17960
  :type Status: int
18221
17961
  :param _UnionStatus: 统一域名状态
18222
17962
 
18223
- 注意:此字段可能返回 null,表示取不到有效值。
18224
17963
  :type UnionStatus: int
18225
17964
  :param _IsPreempted: 是否被抢占, 被抢占表示域名被其他环境绑定了,需要解绑或者重新绑定。
18226
17965
 
18227
- 注意:此字段可能返回 null,表示取不到有效值。
18228
17966
  :type IsPreempted: bool
18229
17967
  :param _ICPStatus: icp黑名单封禁状态,0-未封禁,1-封禁
18230
17968
 
18231
- 注意:此字段可能返回 null,表示取不到有效值。
18232
17969
  :type ICPStatus: int
18233
17970
  :param _OldCertificateId: 已绑定证书ID
18234
- 注意:此字段可能返回 null,表示取不到有效值。
18235
17971
  :type OldCertificateId: str
18236
17972
  """
18237
17973
  self._Domain = None
@@ -18244,7 +17980,6 @@ class TCBAccessInstance(AbstractModel):
18244
17980
  @property
18245
17981
  def Domain(self):
18246
17982
  """域名
18247
- 注意:此字段可能返回 null,表示取不到有效值。
18248
17983
  :rtype: str
18249
17984
  """
18250
17985
  return self._Domain
@@ -18256,7 +17991,6 @@ class TCBAccessInstance(AbstractModel):
18256
17991
  @property
18257
17992
  def Status(self):
18258
17993
  """状态
18259
- 注意:此字段可能返回 null,表示取不到有效值。
18260
17994
  :rtype: int
18261
17995
  """
18262
17996
  return self._Status
@@ -18269,7 +18003,6 @@ class TCBAccessInstance(AbstractModel):
18269
18003
  def UnionStatus(self):
18270
18004
  """统一域名状态
18271
18005
 
18272
- 注意:此字段可能返回 null,表示取不到有效值。
18273
18006
  :rtype: int
18274
18007
  """
18275
18008
  return self._UnionStatus
@@ -18282,7 +18015,6 @@ class TCBAccessInstance(AbstractModel):
18282
18015
  def IsPreempted(self):
18283
18016
  """是否被抢占, 被抢占表示域名被其他环境绑定了,需要解绑或者重新绑定。
18284
18017
 
18285
- 注意:此字段可能返回 null,表示取不到有效值。
18286
18018
  :rtype: bool
18287
18019
  """
18288
18020
  return self._IsPreempted
@@ -18295,7 +18027,6 @@ class TCBAccessInstance(AbstractModel):
18295
18027
  def ICPStatus(self):
18296
18028
  """icp黑名单封禁状态,0-未封禁,1-封禁
18297
18029
 
18298
- 注意:此字段可能返回 null,表示取不到有效值。
18299
18030
  :rtype: int
18300
18031
  """
18301
18032
  return self._ICPStatus
@@ -18307,7 +18038,6 @@ class TCBAccessInstance(AbstractModel):
18307
18038
  @property
18308
18039
  def OldCertificateId(self):
18309
18040
  """已绑定证书ID
18310
- 注意:此字段可能返回 null,表示取不到有效值。
18311
18041
  :rtype: str
18312
18042
  """
18313
18043
  return self._OldCertificateId
@@ -18342,10 +18072,8 @@ class TCBAccessService(AbstractModel):
18342
18072
  def __init__(self):
18343
18073
  r"""
18344
18074
  :param _InstanceList: 实例列表
18345
- 注意:此字段可能返回 null,表示取不到有效值。
18346
18075
  :type InstanceList: list of TCBAccessInstance
18347
18076
  :param _TotalCount: 数量
18348
- 注意:此字段可能返回 null,表示取不到有效值。
18349
18077
  :type TotalCount: int
18350
18078
  """
18351
18079
  self._InstanceList = None
@@ -18354,7 +18082,6 @@ class TCBAccessService(AbstractModel):
18354
18082
  @property
18355
18083
  def InstanceList(self):
18356
18084
  """实例列表
18357
- 注意:此字段可能返回 null,表示取不到有效值。
18358
18085
  :rtype: list of TCBAccessInstance
18359
18086
  """
18360
18087
  return self._InstanceList
@@ -18366,7 +18093,6 @@ class TCBAccessService(AbstractModel):
18366
18093
  @property
18367
18094
  def TotalCount(self):
18368
18095
  """数量
18369
- 注意:此字段可能返回 null,表示取不到有效值。
18370
18096
  :rtype: int
18371
18097
  """
18372
18098
  return self._TotalCount
@@ -18402,16 +18128,12 @@ class TCBEnvironment(AbstractModel):
18402
18128
  def __init__(self):
18403
18129
  r"""
18404
18130
  :param _ID: 唯一ID
18405
- 注意:此字段可能返回 null,表示取不到有效值。
18406
18131
  :type ID: str
18407
18132
  :param _Source: 来源
18408
- 注意:此字段可能返回 null,表示取不到有效值。
18409
18133
  :type Source: str
18410
18134
  :param _Name: 名称
18411
- 注意:此字段可能返回 null,表示取不到有效值。
18412
18135
  :type Name: str
18413
18136
  :param _Status: 状态
18414
- 注意:此字段可能返回 null,表示取不到有效值。
18415
18137
  :type Status: str
18416
18138
  """
18417
18139
  self._ID = None
@@ -18422,7 +18144,6 @@ class TCBEnvironment(AbstractModel):
18422
18144
  @property
18423
18145
  def ID(self):
18424
18146
  """唯一ID
18425
- 注意:此字段可能返回 null,表示取不到有效值。
18426
18147
  :rtype: str
18427
18148
  """
18428
18149
  return self._ID
@@ -18434,7 +18155,6 @@ class TCBEnvironment(AbstractModel):
18434
18155
  @property
18435
18156
  def Source(self):
18436
18157
  """来源
18437
- 注意:此字段可能返回 null,表示取不到有效值。
18438
18158
  :rtype: str
18439
18159
  """
18440
18160
  return self._Source
@@ -18446,7 +18166,6 @@ class TCBEnvironment(AbstractModel):
18446
18166
  @property
18447
18167
  def Name(self):
18448
18168
  """名称
18449
- 注意:此字段可能返回 null,表示取不到有效值。
18450
18169
  :rtype: str
18451
18170
  """
18452
18171
  return self._Name
@@ -18458,7 +18177,6 @@ class TCBEnvironment(AbstractModel):
18458
18177
  @property
18459
18178
  def Status(self):
18460
18179
  """状态
18461
- 注意:此字段可能返回 null,表示取不到有效值。
18462
18180
  :rtype: str
18463
18181
  """
18464
18182
  return self._Status
@@ -18569,16 +18287,12 @@ class TCBHostInstance(AbstractModel):
18569
18287
  def __init__(self):
18570
18288
  r"""
18571
18289
  :param _Domain: 域名
18572
- 注意:此字段可能返回 null,表示取不到有效值。
18573
18290
  :type Domain: str
18574
18291
  :param _Status: 状态
18575
- 注意:此字段可能返回 null,表示取不到有效值。
18576
18292
  :type Status: str
18577
18293
  :param _DNSStatus: 解析状态
18578
- 注意:此字段可能返回 null,表示取不到有效值。
18579
18294
  :type DNSStatus: str
18580
18295
  :param _OldCertificateId: 已绑定证书ID
18581
- 注意:此字段可能返回 null,表示取不到有效值。
18582
18296
  :type OldCertificateId: str
18583
18297
  """
18584
18298
  self._Domain = None
@@ -18589,7 +18303,6 @@ class TCBHostInstance(AbstractModel):
18589
18303
  @property
18590
18304
  def Domain(self):
18591
18305
  """域名
18592
- 注意:此字段可能返回 null,表示取不到有效值。
18593
18306
  :rtype: str
18594
18307
  """
18595
18308
  return self._Domain
@@ -18601,7 +18314,6 @@ class TCBHostInstance(AbstractModel):
18601
18314
  @property
18602
18315
  def Status(self):
18603
18316
  """状态
18604
- 注意:此字段可能返回 null,表示取不到有效值。
18605
18317
  :rtype: str
18606
18318
  """
18607
18319
  return self._Status
@@ -18613,7 +18325,6 @@ class TCBHostInstance(AbstractModel):
18613
18325
  @property
18614
18326
  def DNSStatus(self):
18615
18327
  """解析状态
18616
- 注意:此字段可能返回 null,表示取不到有效值。
18617
18328
  :rtype: str
18618
18329
  """
18619
18330
  return self._DNSStatus
@@ -18625,7 +18336,6 @@ class TCBHostInstance(AbstractModel):
18625
18336
  @property
18626
18337
  def OldCertificateId(self):
18627
18338
  """已绑定证书ID
18628
- 注意:此字段可能返回 null,表示取不到有效值。
18629
18339
  :rtype: str
18630
18340
  """
18631
18341
  return self._OldCertificateId
@@ -18658,10 +18368,8 @@ class TCBHostService(AbstractModel):
18658
18368
  def __init__(self):
18659
18369
  r"""
18660
18370
  :param _InstanceList: 实例列表
18661
- 注意:此字段可能返回 null,表示取不到有效值。
18662
18371
  :type InstanceList: list of TCBHostInstance
18663
18372
  :param _TotalCount: 数量
18664
- 注意:此字段可能返回 null,表示取不到有效值。
18665
18373
  :type TotalCount: int
18666
18374
  """
18667
18375
  self._InstanceList = None
@@ -18670,7 +18378,6 @@ class TCBHostService(AbstractModel):
18670
18378
  @property
18671
18379
  def InstanceList(self):
18672
18380
  """实例列表
18673
- 注意:此字段可能返回 null,表示取不到有效值。
18674
18381
  :rtype: list of TCBHostInstance
18675
18382
  """
18676
18383
  return self._InstanceList
@@ -18682,7 +18389,6 @@ class TCBHostService(AbstractModel):
18682
18389
  @property
18683
18390
  def TotalCount(self):
18684
18391
  """数量
18685
- 注意:此字段可能返回 null,表示取不到有效值。
18686
18392
  :rtype: int
18687
18393
  """
18688
18394
  return self._TotalCount
@@ -18793,13 +18499,10 @@ class TSEInstanceDetail(AbstractModel):
18793
18499
  def __init__(self):
18794
18500
  r"""
18795
18501
  :param _GatewayId: 网关ID
18796
- 注意:此字段可能返回 null,表示取不到有效值。
18797
18502
  :type GatewayId: str
18798
18503
  :param _GatewayName: 网关名称
18799
- 注意:此字段可能返回 null,表示取不到有效值。
18800
18504
  :type GatewayName: str
18801
18505
  :param _CertificateList: 网关证书列表
18802
- 注意:此字段可能返回 null,表示取不到有效值。
18803
18506
  :type CertificateList: list of GatewayCertificate
18804
18507
  """
18805
18508
  self._GatewayId = None
@@ -18809,7 +18512,6 @@ class TSEInstanceDetail(AbstractModel):
18809
18512
  @property
18810
18513
  def GatewayId(self):
18811
18514
  """网关ID
18812
- 注意:此字段可能返回 null,表示取不到有效值。
18813
18515
  :rtype: str
18814
18516
  """
18815
18517
  return self._GatewayId
@@ -18821,7 +18523,6 @@ class TSEInstanceDetail(AbstractModel):
18821
18523
  @property
18822
18524
  def GatewayName(self):
18823
18525
  """网关名称
18824
- 注意:此字段可能返回 null,表示取不到有效值。
18825
18526
  :rtype: str
18826
18527
  """
18827
18528
  return self._GatewayName
@@ -18833,7 +18534,6 @@ class TSEInstanceDetail(AbstractModel):
18833
18534
  @property
18834
18535
  def CertificateList(self):
18835
18536
  """网关证书列表
18836
- 注意:此字段可能返回 null,表示取不到有效值。
18837
18537
  :rtype: list of GatewayCertificate
18838
18538
  """
18839
18539
  return self._CertificateList
@@ -19795,7 +19495,6 @@ class UpdateCertificateInstanceResponse(AbstractModel):
19795
19495
  def __init__(self):
19796
19496
  r"""
19797
19497
  :param _DeployRecordId: 云资源更新任务ID, DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
19798
- 注意:此字段可能返回 null,表示取不到有效值。
19799
19498
  :type DeployRecordId: int
19800
19499
  :param _DeployStatus: 更新任务创建状态;1表示创建成功; 0表示当前存在更新中的任务,未创建新的更新任务;返回值DeployRecordId为更新中的任务ID
19801
19500
  :type DeployStatus: int
@@ -19813,7 +19512,6 @@ class UpdateCertificateInstanceResponse(AbstractModel):
19813
19512
  @property
19814
19513
  def DeployRecordId(self):
19815
19514
  """云资源更新任务ID, DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
19816
- 注意:此字段可能返回 null,表示取不到有效值。
19817
19515
  :rtype: int
19818
19516
  """
19819
19517
  return self._DeployRecordId
@@ -20107,13 +19805,10 @@ class UpdateRecordDetail(AbstractModel):
20107
19805
  注意:此字段可能返回 null,表示取不到有效值。
20108
19806
  :type SecretName: str
20109
19807
  :param _EnvId: 环境ID
20110
- 注意:此字段可能返回 null,表示取不到有效值。
20111
19808
  :type EnvId: str
20112
19809
  :param _TCBType: TCB部署类型
20113
- 注意:此字段可能返回 null,表示取不到有效值。
20114
19810
  :type TCBType: str
20115
19811
  :param _Url: 监听器Url(clb专属)
20116
- 注意:此字段可能返回 null,表示取不到有效值。
20117
19812
  :type Url: str
20118
19813
  """
20119
19814
  self._Id = None
@@ -20395,7 +20090,6 @@ class UpdateRecordDetail(AbstractModel):
20395
20090
  @property
20396
20091
  def EnvId(self):
20397
20092
  """环境ID
20398
- 注意:此字段可能返回 null,表示取不到有效值。
20399
20093
  :rtype: str
20400
20094
  """
20401
20095
  return self._EnvId
@@ -20407,7 +20101,6 @@ class UpdateRecordDetail(AbstractModel):
20407
20101
  @property
20408
20102
  def TCBType(self):
20409
20103
  """TCB部署类型
20410
- 注意:此字段可能返回 null,表示取不到有效值。
20411
20104
  :rtype: str
20412
20105
  """
20413
20106
  return self._TCBType
@@ -20419,7 +20112,6 @@ class UpdateRecordDetail(AbstractModel):
20419
20112
  @property
20420
20113
  def Url(self):
20421
20114
  """监听器Url(clb专属)
20422
- 注意:此字段可能返回 null,表示取不到有效值。
20423
20115
  :rtype: str
20424
20116
  """
20425
20117
  return self._Url
@@ -20574,7 +20266,6 @@ class UpdateRecordInfo(AbstractModel):
20574
20266
  :param _ResourceTypes: 部署资源类型列表
20575
20267
  :type ResourceTypes: list of str
20576
20268
  :param _Regions: 部署地域列表
20577
- 注意:此字段可能返回 null,表示取不到有效值。
20578
20269
  :type Regions: list of str
20579
20270
  :param _Status: 部署状态
20580
20271
  :type Status: int
@@ -20639,7 +20330,6 @@ class UpdateRecordInfo(AbstractModel):
20639
20330
  @property
20640
20331
  def Regions(self):
20641
20332
  """部署地域列表
20642
- 注意:此字段可能返回 null,表示取不到有效值。
20643
20333
  :rtype: list of str
20644
20334
  """
20645
20335
  return self._Regions
@@ -21023,7 +20713,6 @@ class UploadCertificateResponse(AbstractModel):
21023
20713
  :param _CertificateId: 证书 ID。
21024
20714
  :type CertificateId: str
21025
20715
  :param _RepeatCertId: 重复证书的ID
21026
- 注意:此字段可能返回 null,表示取不到有效值。
21027
20716
  :type RepeatCertId: str
21028
20717
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21029
20718
  :type RequestId: str
@@ -21046,7 +20735,6 @@ class UploadCertificateResponse(AbstractModel):
21046
20735
  @property
21047
20736
  def RepeatCertId(self):
21048
20737
  """重复证书的ID
21049
- 注意:此字段可能返回 null,表示取不到有效值。
21050
20738
  :rtype: str
21051
20739
  """
21052
20740
  return self._RepeatCertId