tencentcloud-sdk-python 3.0.1315__py2.py3-none-any.whl → 3.0.1317__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bh/v20230418/models.py +783 -2
- tencentcloud/cbs/v20170312/models.py +21 -4
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +10 -10
- tencentcloud/chdfs/v20201112/models.py +0 -6
- tencentcloud/cls/v20201016/models.py +27 -6
- tencentcloud/common/abstract_client.py +37 -18
- tencentcloud/common/profile/client_profile.py +4 -3
- tencentcloud/common/retry.py +62 -0
- tencentcloud/cvm/v20170312/models.py +17 -2
- tencentcloud/ess/v20201111/models.py +0 -12
- tencentcloud/facefusion/v20220927/models.py +4 -4
- tencentcloud/lcic/v20220817/models.py +0 -8
- tencentcloud/lighthouse/v20200324/models.py +0 -6
- tencentcloud/lkeap/v20240522/models.py +824 -37
- tencentcloud/mna/v20210119/models.py +0 -16
- tencentcloud/mongodb/v20190725/models.py +155 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +136 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
- tencentcloud/mqtt/v20240516/models.py +2003 -195
- tencentcloud/mqtt/v20240516/mqtt_client.py +255 -0
- tencentcloud/ocr/v20181119/models.py +45 -0
- tencentcloud/rum/v20210622/models.py +16 -0
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +791 -21
- tencentcloud/ssl/v20191205/ssl_client.py +46 -0
- tencentcloud/tcr/v20190924/models.py +4 -0
- tencentcloud/teo/v20220901/models.py +2 -4
- tencentcloud/tke/v20180525/models.py +30 -0
- tencentcloud/tmt/v20180321/models.py +4 -0
- tencentcloud/trtc/v20190722/models.py +0 -4
- tencentcloud/vpc/v20170312/models.py +7 -4
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +30 -0
- tencentcloud/wedata/v20210820/models.py +189 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/RECORD +44 -43
- {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/top_level.txt +0 -0
@@ -939,7 +939,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
939
939
|
:type Domain: str
|
940
940
|
:param _CertId: 已部署证书ID
|
941
941
|
:type CertId: str
|
942
|
-
:param _Status: 域名状态
|
942
|
+
:param _Status: 域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭
|
943
943
|
:type Status: str
|
944
944
|
:param _HttpsBillingSwitch: 域名计费状态
|
945
945
|
:type HttpsBillingSwitch: str
|
@@ -973,7 +973,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
973
973
|
|
974
974
|
@property
|
975
975
|
def Status(self):
|
976
|
-
"""域名状态
|
976
|
+
"""域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭
|
977
977
|
:rtype: str
|
978
978
|
"""
|
979
979
|
return self._Status
|
@@ -1456,6 +1456,764 @@ class CertificateExtra(AbstractModel):
|
|
1456
1456
|
|
1457
1457
|
|
1458
1458
|
|
1459
|
+
class CertificateInfoSubmitRequest(AbstractModel):
|
1460
|
+
"""CertificateInfoSubmit请求参数结构体
|
1461
|
+
|
1462
|
+
"""
|
1463
|
+
|
1464
|
+
def __init__(self):
|
1465
|
+
r"""
|
1466
|
+
:param _CertId: 证书 ID。
|
1467
|
+
:type CertId: str
|
1468
|
+
:param _GenCsrType: CSR 生成方式:online = 在线生成, upload = 手动上传。
|
1469
|
+
:type GenCsrType: str
|
1470
|
+
:param _CertCommonName: 绑定证书的主域名。
|
1471
|
+
:type CertCommonName: str
|
1472
|
+
:param _CompanyType: 组织信息类型:1,个人; 2, 公司;
|
1473
|
+
:type CompanyType: int
|
1474
|
+
:param _OrgIdType: 公司证件类型()
|
1475
|
+
:type OrgIdType: str
|
1476
|
+
:param _OrgIdNumber: 公司证件号码
|
1477
|
+
:type OrgIdNumber: str
|
1478
|
+
:param _AdminIdType: 管理人证件类型
|
1479
|
+
:type AdminIdType: str
|
1480
|
+
:param _AdminIdNumber: 管理人证件号码
|
1481
|
+
:type AdminIdNumber: str
|
1482
|
+
:param _TechIdType: 联系人证件类型
|
1483
|
+
:type TechIdType: str
|
1484
|
+
:param _TechIdNumber: 联系人证件号码
|
1485
|
+
:type TechIdNumber: str
|
1486
|
+
:param _CompanyId: 公司ID
|
1487
|
+
:type CompanyId: str
|
1488
|
+
:param _Csr: 上传的 CSR 内容。如果GenCsrType为upload则该字段必传
|
1489
|
+
:type Csr: str
|
1490
|
+
:param _DnsNames: 域名数组(多域名证书可以上传)。
|
1491
|
+
:type DnsNames: list of str
|
1492
|
+
:param _KeyPass: 私钥密码(非必填)。
|
1493
|
+
:type KeyPass: str
|
1494
|
+
:param _OrgOrganization: 公司名称。
|
1495
|
+
:type OrgOrganization: str
|
1496
|
+
:param _OrgDivision: 部门名称。
|
1497
|
+
:type OrgDivision: str
|
1498
|
+
:param _OrgAddress: 公司详细地址。
|
1499
|
+
:type OrgAddress: str
|
1500
|
+
:param _OrgCountry: 国家名称,如中国:CN 。
|
1501
|
+
:type OrgCountry: str
|
1502
|
+
:param _OrgCity: 公司所在城市。
|
1503
|
+
:type OrgCity: str
|
1504
|
+
:param _OrgRegion: 公司所在省份。
|
1505
|
+
:type OrgRegion: str
|
1506
|
+
:param _OrgPhoneArea: 公司座机区号。
|
1507
|
+
:type OrgPhoneArea: str
|
1508
|
+
:param _OrgPhoneNumber: 公司座机号码。
|
1509
|
+
:type OrgPhoneNumber: str
|
1510
|
+
:param _VerifyType: 证书验证方式。验证类型:DNS_AUTO = 自动DNS验证(仅支持在腾讯云解析且解析状态正常的域名使用该验证类型),DNS = 手动DNS验证,FILE = 文件验证。
|
1511
|
+
:type VerifyType: str
|
1512
|
+
:param _AdminFirstName: 管理人名。
|
1513
|
+
:type AdminFirstName: str
|
1514
|
+
:param _AdminLastName: 管理人姓。
|
1515
|
+
:type AdminLastName: str
|
1516
|
+
:param _AdminPhone: 管理人手机号码。
|
1517
|
+
:type AdminPhone: str
|
1518
|
+
:param _AdminEmail: 管理人邮箱地址。
|
1519
|
+
:type AdminEmail: str
|
1520
|
+
:param _AdminTitle: 管理人职位。
|
1521
|
+
:type AdminTitle: str
|
1522
|
+
:param _TechFirstName: 联系人名。
|
1523
|
+
:type TechFirstName: str
|
1524
|
+
:param _TechLastName: 联系人姓。
|
1525
|
+
:type TechLastName: str
|
1526
|
+
:param _ContactEmail: 联系人邮箱地址。
|
1527
|
+
:type ContactEmail: str
|
1528
|
+
:param _AutoRenewFlag: 是否开启自动续费: 0, 不开启; 1, 开启; 默认为0
|
1529
|
+
:type AutoRenewFlag: int
|
1530
|
+
:param _CsrKeyParameter: 证书加密参数
|
1531
|
+
:type CsrKeyParameter: str
|
1532
|
+
:param _CsrEncryptAlgo: 证书加密方式
|
1533
|
+
:type CsrEncryptAlgo: str
|
1534
|
+
:param _ManagerId: 管理人ID
|
1535
|
+
:type ManagerId: str
|
1536
|
+
:param _TechPhone: 联系人电话
|
1537
|
+
:type TechPhone: str
|
1538
|
+
:param _TechEmail: 联系人邮箱
|
1539
|
+
:type TechEmail: str
|
1540
|
+
:param _TechTitle: 联系人职位
|
1541
|
+
:type TechTitle: str
|
1542
|
+
"""
|
1543
|
+
self._CertId = None
|
1544
|
+
self._GenCsrType = None
|
1545
|
+
self._CertCommonName = None
|
1546
|
+
self._CompanyType = None
|
1547
|
+
self._OrgIdType = None
|
1548
|
+
self._OrgIdNumber = None
|
1549
|
+
self._AdminIdType = None
|
1550
|
+
self._AdminIdNumber = None
|
1551
|
+
self._TechIdType = None
|
1552
|
+
self._TechIdNumber = None
|
1553
|
+
self._CompanyId = None
|
1554
|
+
self._Csr = None
|
1555
|
+
self._DnsNames = None
|
1556
|
+
self._KeyPass = None
|
1557
|
+
self._OrgOrganization = None
|
1558
|
+
self._OrgDivision = None
|
1559
|
+
self._OrgAddress = None
|
1560
|
+
self._OrgCountry = None
|
1561
|
+
self._OrgCity = None
|
1562
|
+
self._OrgRegion = None
|
1563
|
+
self._OrgPhoneArea = None
|
1564
|
+
self._OrgPhoneNumber = None
|
1565
|
+
self._VerifyType = None
|
1566
|
+
self._AdminFirstName = None
|
1567
|
+
self._AdminLastName = None
|
1568
|
+
self._AdminPhone = None
|
1569
|
+
self._AdminEmail = None
|
1570
|
+
self._AdminTitle = None
|
1571
|
+
self._TechFirstName = None
|
1572
|
+
self._TechLastName = None
|
1573
|
+
self._ContactEmail = None
|
1574
|
+
self._AutoRenewFlag = None
|
1575
|
+
self._CsrKeyParameter = None
|
1576
|
+
self._CsrEncryptAlgo = None
|
1577
|
+
self._ManagerId = None
|
1578
|
+
self._TechPhone = None
|
1579
|
+
self._TechEmail = None
|
1580
|
+
self._TechTitle = None
|
1581
|
+
|
1582
|
+
@property
|
1583
|
+
def CertId(self):
|
1584
|
+
"""证书 ID。
|
1585
|
+
:rtype: str
|
1586
|
+
"""
|
1587
|
+
return self._CertId
|
1588
|
+
|
1589
|
+
@CertId.setter
|
1590
|
+
def CertId(self, CertId):
|
1591
|
+
self._CertId = CertId
|
1592
|
+
|
1593
|
+
@property
|
1594
|
+
def GenCsrType(self):
|
1595
|
+
"""CSR 生成方式:online = 在线生成, upload = 手动上传。
|
1596
|
+
:rtype: str
|
1597
|
+
"""
|
1598
|
+
return self._GenCsrType
|
1599
|
+
|
1600
|
+
@GenCsrType.setter
|
1601
|
+
def GenCsrType(self, GenCsrType):
|
1602
|
+
self._GenCsrType = GenCsrType
|
1603
|
+
|
1604
|
+
@property
|
1605
|
+
def CertCommonName(self):
|
1606
|
+
"""绑定证书的主域名。
|
1607
|
+
:rtype: str
|
1608
|
+
"""
|
1609
|
+
return self._CertCommonName
|
1610
|
+
|
1611
|
+
@CertCommonName.setter
|
1612
|
+
def CertCommonName(self, CertCommonName):
|
1613
|
+
self._CertCommonName = CertCommonName
|
1614
|
+
|
1615
|
+
@property
|
1616
|
+
def CompanyType(self):
|
1617
|
+
"""组织信息类型:1,个人; 2, 公司;
|
1618
|
+
:rtype: int
|
1619
|
+
"""
|
1620
|
+
return self._CompanyType
|
1621
|
+
|
1622
|
+
@CompanyType.setter
|
1623
|
+
def CompanyType(self, CompanyType):
|
1624
|
+
self._CompanyType = CompanyType
|
1625
|
+
|
1626
|
+
@property
|
1627
|
+
def OrgIdType(self):
|
1628
|
+
"""公司证件类型()
|
1629
|
+
:rtype: str
|
1630
|
+
"""
|
1631
|
+
return self._OrgIdType
|
1632
|
+
|
1633
|
+
@OrgIdType.setter
|
1634
|
+
def OrgIdType(self, OrgIdType):
|
1635
|
+
self._OrgIdType = OrgIdType
|
1636
|
+
|
1637
|
+
@property
|
1638
|
+
def OrgIdNumber(self):
|
1639
|
+
"""公司证件号码
|
1640
|
+
:rtype: str
|
1641
|
+
"""
|
1642
|
+
return self._OrgIdNumber
|
1643
|
+
|
1644
|
+
@OrgIdNumber.setter
|
1645
|
+
def OrgIdNumber(self, OrgIdNumber):
|
1646
|
+
self._OrgIdNumber = OrgIdNumber
|
1647
|
+
|
1648
|
+
@property
|
1649
|
+
def AdminIdType(self):
|
1650
|
+
"""管理人证件类型
|
1651
|
+
:rtype: str
|
1652
|
+
"""
|
1653
|
+
return self._AdminIdType
|
1654
|
+
|
1655
|
+
@AdminIdType.setter
|
1656
|
+
def AdminIdType(self, AdminIdType):
|
1657
|
+
self._AdminIdType = AdminIdType
|
1658
|
+
|
1659
|
+
@property
|
1660
|
+
def AdminIdNumber(self):
|
1661
|
+
"""管理人证件号码
|
1662
|
+
:rtype: str
|
1663
|
+
"""
|
1664
|
+
return self._AdminIdNumber
|
1665
|
+
|
1666
|
+
@AdminIdNumber.setter
|
1667
|
+
def AdminIdNumber(self, AdminIdNumber):
|
1668
|
+
self._AdminIdNumber = AdminIdNumber
|
1669
|
+
|
1670
|
+
@property
|
1671
|
+
def TechIdType(self):
|
1672
|
+
"""联系人证件类型
|
1673
|
+
:rtype: str
|
1674
|
+
"""
|
1675
|
+
return self._TechIdType
|
1676
|
+
|
1677
|
+
@TechIdType.setter
|
1678
|
+
def TechIdType(self, TechIdType):
|
1679
|
+
self._TechIdType = TechIdType
|
1680
|
+
|
1681
|
+
@property
|
1682
|
+
def TechIdNumber(self):
|
1683
|
+
"""联系人证件号码
|
1684
|
+
:rtype: str
|
1685
|
+
"""
|
1686
|
+
return self._TechIdNumber
|
1687
|
+
|
1688
|
+
@TechIdNumber.setter
|
1689
|
+
def TechIdNumber(self, TechIdNumber):
|
1690
|
+
self._TechIdNumber = TechIdNumber
|
1691
|
+
|
1692
|
+
@property
|
1693
|
+
def CompanyId(self):
|
1694
|
+
"""公司ID
|
1695
|
+
:rtype: str
|
1696
|
+
"""
|
1697
|
+
return self._CompanyId
|
1698
|
+
|
1699
|
+
@CompanyId.setter
|
1700
|
+
def CompanyId(self, CompanyId):
|
1701
|
+
self._CompanyId = CompanyId
|
1702
|
+
|
1703
|
+
@property
|
1704
|
+
def Csr(self):
|
1705
|
+
"""上传的 CSR 内容。如果GenCsrType为upload则该字段必传
|
1706
|
+
:rtype: str
|
1707
|
+
"""
|
1708
|
+
return self._Csr
|
1709
|
+
|
1710
|
+
@Csr.setter
|
1711
|
+
def Csr(self, Csr):
|
1712
|
+
self._Csr = Csr
|
1713
|
+
|
1714
|
+
@property
|
1715
|
+
def DnsNames(self):
|
1716
|
+
"""域名数组(多域名证书可以上传)。
|
1717
|
+
:rtype: list of str
|
1718
|
+
"""
|
1719
|
+
return self._DnsNames
|
1720
|
+
|
1721
|
+
@DnsNames.setter
|
1722
|
+
def DnsNames(self, DnsNames):
|
1723
|
+
self._DnsNames = DnsNames
|
1724
|
+
|
1725
|
+
@property
|
1726
|
+
def KeyPass(self):
|
1727
|
+
"""私钥密码(非必填)。
|
1728
|
+
:rtype: str
|
1729
|
+
"""
|
1730
|
+
return self._KeyPass
|
1731
|
+
|
1732
|
+
@KeyPass.setter
|
1733
|
+
def KeyPass(self, KeyPass):
|
1734
|
+
self._KeyPass = KeyPass
|
1735
|
+
|
1736
|
+
@property
|
1737
|
+
def OrgOrganization(self):
|
1738
|
+
"""公司名称。
|
1739
|
+
:rtype: str
|
1740
|
+
"""
|
1741
|
+
return self._OrgOrganization
|
1742
|
+
|
1743
|
+
@OrgOrganization.setter
|
1744
|
+
def OrgOrganization(self, OrgOrganization):
|
1745
|
+
self._OrgOrganization = OrgOrganization
|
1746
|
+
|
1747
|
+
@property
|
1748
|
+
def OrgDivision(self):
|
1749
|
+
"""部门名称。
|
1750
|
+
:rtype: str
|
1751
|
+
"""
|
1752
|
+
return self._OrgDivision
|
1753
|
+
|
1754
|
+
@OrgDivision.setter
|
1755
|
+
def OrgDivision(self, OrgDivision):
|
1756
|
+
self._OrgDivision = OrgDivision
|
1757
|
+
|
1758
|
+
@property
|
1759
|
+
def OrgAddress(self):
|
1760
|
+
"""公司详细地址。
|
1761
|
+
:rtype: str
|
1762
|
+
"""
|
1763
|
+
return self._OrgAddress
|
1764
|
+
|
1765
|
+
@OrgAddress.setter
|
1766
|
+
def OrgAddress(self, OrgAddress):
|
1767
|
+
self._OrgAddress = OrgAddress
|
1768
|
+
|
1769
|
+
@property
|
1770
|
+
def OrgCountry(self):
|
1771
|
+
"""国家名称,如中国:CN 。
|
1772
|
+
:rtype: str
|
1773
|
+
"""
|
1774
|
+
return self._OrgCountry
|
1775
|
+
|
1776
|
+
@OrgCountry.setter
|
1777
|
+
def OrgCountry(self, OrgCountry):
|
1778
|
+
self._OrgCountry = OrgCountry
|
1779
|
+
|
1780
|
+
@property
|
1781
|
+
def OrgCity(self):
|
1782
|
+
"""公司所在城市。
|
1783
|
+
:rtype: str
|
1784
|
+
"""
|
1785
|
+
return self._OrgCity
|
1786
|
+
|
1787
|
+
@OrgCity.setter
|
1788
|
+
def OrgCity(self, OrgCity):
|
1789
|
+
self._OrgCity = OrgCity
|
1790
|
+
|
1791
|
+
@property
|
1792
|
+
def OrgRegion(self):
|
1793
|
+
"""公司所在省份。
|
1794
|
+
:rtype: str
|
1795
|
+
"""
|
1796
|
+
return self._OrgRegion
|
1797
|
+
|
1798
|
+
@OrgRegion.setter
|
1799
|
+
def OrgRegion(self, OrgRegion):
|
1800
|
+
self._OrgRegion = OrgRegion
|
1801
|
+
|
1802
|
+
@property
|
1803
|
+
def OrgPhoneArea(self):
|
1804
|
+
"""公司座机区号。
|
1805
|
+
:rtype: str
|
1806
|
+
"""
|
1807
|
+
return self._OrgPhoneArea
|
1808
|
+
|
1809
|
+
@OrgPhoneArea.setter
|
1810
|
+
def OrgPhoneArea(self, OrgPhoneArea):
|
1811
|
+
self._OrgPhoneArea = OrgPhoneArea
|
1812
|
+
|
1813
|
+
@property
|
1814
|
+
def OrgPhoneNumber(self):
|
1815
|
+
"""公司座机号码。
|
1816
|
+
:rtype: str
|
1817
|
+
"""
|
1818
|
+
return self._OrgPhoneNumber
|
1819
|
+
|
1820
|
+
@OrgPhoneNumber.setter
|
1821
|
+
def OrgPhoneNumber(self, OrgPhoneNumber):
|
1822
|
+
self._OrgPhoneNumber = OrgPhoneNumber
|
1823
|
+
|
1824
|
+
@property
|
1825
|
+
def VerifyType(self):
|
1826
|
+
"""证书验证方式。验证类型:DNS_AUTO = 自动DNS验证(仅支持在腾讯云解析且解析状态正常的域名使用该验证类型),DNS = 手动DNS验证,FILE = 文件验证。
|
1827
|
+
:rtype: str
|
1828
|
+
"""
|
1829
|
+
return self._VerifyType
|
1830
|
+
|
1831
|
+
@VerifyType.setter
|
1832
|
+
def VerifyType(self, VerifyType):
|
1833
|
+
self._VerifyType = VerifyType
|
1834
|
+
|
1835
|
+
@property
|
1836
|
+
def AdminFirstName(self):
|
1837
|
+
"""管理人名。
|
1838
|
+
:rtype: str
|
1839
|
+
"""
|
1840
|
+
return self._AdminFirstName
|
1841
|
+
|
1842
|
+
@AdminFirstName.setter
|
1843
|
+
def AdminFirstName(self, AdminFirstName):
|
1844
|
+
self._AdminFirstName = AdminFirstName
|
1845
|
+
|
1846
|
+
@property
|
1847
|
+
def AdminLastName(self):
|
1848
|
+
"""管理人姓。
|
1849
|
+
:rtype: str
|
1850
|
+
"""
|
1851
|
+
return self._AdminLastName
|
1852
|
+
|
1853
|
+
@AdminLastName.setter
|
1854
|
+
def AdminLastName(self, AdminLastName):
|
1855
|
+
self._AdminLastName = AdminLastName
|
1856
|
+
|
1857
|
+
@property
|
1858
|
+
def AdminPhone(self):
|
1859
|
+
"""管理人手机号码。
|
1860
|
+
:rtype: str
|
1861
|
+
"""
|
1862
|
+
return self._AdminPhone
|
1863
|
+
|
1864
|
+
@AdminPhone.setter
|
1865
|
+
def AdminPhone(self, AdminPhone):
|
1866
|
+
self._AdminPhone = AdminPhone
|
1867
|
+
|
1868
|
+
@property
|
1869
|
+
def AdminEmail(self):
|
1870
|
+
"""管理人邮箱地址。
|
1871
|
+
:rtype: str
|
1872
|
+
"""
|
1873
|
+
return self._AdminEmail
|
1874
|
+
|
1875
|
+
@AdminEmail.setter
|
1876
|
+
def AdminEmail(self, AdminEmail):
|
1877
|
+
self._AdminEmail = AdminEmail
|
1878
|
+
|
1879
|
+
@property
|
1880
|
+
def AdminTitle(self):
|
1881
|
+
"""管理人职位。
|
1882
|
+
:rtype: str
|
1883
|
+
"""
|
1884
|
+
return self._AdminTitle
|
1885
|
+
|
1886
|
+
@AdminTitle.setter
|
1887
|
+
def AdminTitle(self, AdminTitle):
|
1888
|
+
self._AdminTitle = AdminTitle
|
1889
|
+
|
1890
|
+
@property
|
1891
|
+
def TechFirstName(self):
|
1892
|
+
"""联系人名。
|
1893
|
+
:rtype: str
|
1894
|
+
"""
|
1895
|
+
return self._TechFirstName
|
1896
|
+
|
1897
|
+
@TechFirstName.setter
|
1898
|
+
def TechFirstName(self, TechFirstName):
|
1899
|
+
self._TechFirstName = TechFirstName
|
1900
|
+
|
1901
|
+
@property
|
1902
|
+
def TechLastName(self):
|
1903
|
+
"""联系人姓。
|
1904
|
+
:rtype: str
|
1905
|
+
"""
|
1906
|
+
return self._TechLastName
|
1907
|
+
|
1908
|
+
@TechLastName.setter
|
1909
|
+
def TechLastName(self, TechLastName):
|
1910
|
+
self._TechLastName = TechLastName
|
1911
|
+
|
1912
|
+
@property
|
1913
|
+
def ContactEmail(self):
|
1914
|
+
"""联系人邮箱地址。
|
1915
|
+
:rtype: str
|
1916
|
+
"""
|
1917
|
+
return self._ContactEmail
|
1918
|
+
|
1919
|
+
@ContactEmail.setter
|
1920
|
+
def ContactEmail(self, ContactEmail):
|
1921
|
+
self._ContactEmail = ContactEmail
|
1922
|
+
|
1923
|
+
@property
|
1924
|
+
def AutoRenewFlag(self):
|
1925
|
+
"""是否开启自动续费: 0, 不开启; 1, 开启; 默认为0
|
1926
|
+
:rtype: int
|
1927
|
+
"""
|
1928
|
+
return self._AutoRenewFlag
|
1929
|
+
|
1930
|
+
@AutoRenewFlag.setter
|
1931
|
+
def AutoRenewFlag(self, AutoRenewFlag):
|
1932
|
+
self._AutoRenewFlag = AutoRenewFlag
|
1933
|
+
|
1934
|
+
@property
|
1935
|
+
def CsrKeyParameter(self):
|
1936
|
+
"""证书加密参数
|
1937
|
+
:rtype: str
|
1938
|
+
"""
|
1939
|
+
return self._CsrKeyParameter
|
1940
|
+
|
1941
|
+
@CsrKeyParameter.setter
|
1942
|
+
def CsrKeyParameter(self, CsrKeyParameter):
|
1943
|
+
self._CsrKeyParameter = CsrKeyParameter
|
1944
|
+
|
1945
|
+
@property
|
1946
|
+
def CsrEncryptAlgo(self):
|
1947
|
+
"""证书加密方式
|
1948
|
+
:rtype: str
|
1949
|
+
"""
|
1950
|
+
return self._CsrEncryptAlgo
|
1951
|
+
|
1952
|
+
@CsrEncryptAlgo.setter
|
1953
|
+
def CsrEncryptAlgo(self, CsrEncryptAlgo):
|
1954
|
+
self._CsrEncryptAlgo = CsrEncryptAlgo
|
1955
|
+
|
1956
|
+
@property
|
1957
|
+
def ManagerId(self):
|
1958
|
+
"""管理人ID
|
1959
|
+
:rtype: str
|
1960
|
+
"""
|
1961
|
+
return self._ManagerId
|
1962
|
+
|
1963
|
+
@ManagerId.setter
|
1964
|
+
def ManagerId(self, ManagerId):
|
1965
|
+
self._ManagerId = ManagerId
|
1966
|
+
|
1967
|
+
@property
|
1968
|
+
def TechPhone(self):
|
1969
|
+
"""联系人电话
|
1970
|
+
:rtype: str
|
1971
|
+
"""
|
1972
|
+
return self._TechPhone
|
1973
|
+
|
1974
|
+
@TechPhone.setter
|
1975
|
+
def TechPhone(self, TechPhone):
|
1976
|
+
self._TechPhone = TechPhone
|
1977
|
+
|
1978
|
+
@property
|
1979
|
+
def TechEmail(self):
|
1980
|
+
"""联系人邮箱
|
1981
|
+
:rtype: str
|
1982
|
+
"""
|
1983
|
+
return self._TechEmail
|
1984
|
+
|
1985
|
+
@TechEmail.setter
|
1986
|
+
def TechEmail(self, TechEmail):
|
1987
|
+
self._TechEmail = TechEmail
|
1988
|
+
|
1989
|
+
@property
|
1990
|
+
def TechTitle(self):
|
1991
|
+
"""联系人职位
|
1992
|
+
:rtype: str
|
1993
|
+
"""
|
1994
|
+
return self._TechTitle
|
1995
|
+
|
1996
|
+
@TechTitle.setter
|
1997
|
+
def TechTitle(self, TechTitle):
|
1998
|
+
self._TechTitle = TechTitle
|
1999
|
+
|
2000
|
+
|
2001
|
+
def _deserialize(self, params):
|
2002
|
+
self._CertId = params.get("CertId")
|
2003
|
+
self._GenCsrType = params.get("GenCsrType")
|
2004
|
+
self._CertCommonName = params.get("CertCommonName")
|
2005
|
+
self._CompanyType = params.get("CompanyType")
|
2006
|
+
self._OrgIdType = params.get("OrgIdType")
|
2007
|
+
self._OrgIdNumber = params.get("OrgIdNumber")
|
2008
|
+
self._AdminIdType = params.get("AdminIdType")
|
2009
|
+
self._AdminIdNumber = params.get("AdminIdNumber")
|
2010
|
+
self._TechIdType = params.get("TechIdType")
|
2011
|
+
self._TechIdNumber = params.get("TechIdNumber")
|
2012
|
+
self._CompanyId = params.get("CompanyId")
|
2013
|
+
self._Csr = params.get("Csr")
|
2014
|
+
self._DnsNames = params.get("DnsNames")
|
2015
|
+
self._KeyPass = params.get("KeyPass")
|
2016
|
+
self._OrgOrganization = params.get("OrgOrganization")
|
2017
|
+
self._OrgDivision = params.get("OrgDivision")
|
2018
|
+
self._OrgAddress = params.get("OrgAddress")
|
2019
|
+
self._OrgCountry = params.get("OrgCountry")
|
2020
|
+
self._OrgCity = params.get("OrgCity")
|
2021
|
+
self._OrgRegion = params.get("OrgRegion")
|
2022
|
+
self._OrgPhoneArea = params.get("OrgPhoneArea")
|
2023
|
+
self._OrgPhoneNumber = params.get("OrgPhoneNumber")
|
2024
|
+
self._VerifyType = params.get("VerifyType")
|
2025
|
+
self._AdminFirstName = params.get("AdminFirstName")
|
2026
|
+
self._AdminLastName = params.get("AdminLastName")
|
2027
|
+
self._AdminPhone = params.get("AdminPhone")
|
2028
|
+
self._AdminEmail = params.get("AdminEmail")
|
2029
|
+
self._AdminTitle = params.get("AdminTitle")
|
2030
|
+
self._TechFirstName = params.get("TechFirstName")
|
2031
|
+
self._TechLastName = params.get("TechLastName")
|
2032
|
+
self._ContactEmail = params.get("ContactEmail")
|
2033
|
+
self._AutoRenewFlag = params.get("AutoRenewFlag")
|
2034
|
+
self._CsrKeyParameter = params.get("CsrKeyParameter")
|
2035
|
+
self._CsrEncryptAlgo = params.get("CsrEncryptAlgo")
|
2036
|
+
self._ManagerId = params.get("ManagerId")
|
2037
|
+
self._TechPhone = params.get("TechPhone")
|
2038
|
+
self._TechEmail = params.get("TechEmail")
|
2039
|
+
self._TechTitle = params.get("TechTitle")
|
2040
|
+
memeber_set = set(params.keys())
|
2041
|
+
for name, value in vars(self).items():
|
2042
|
+
property_name = name[1:]
|
2043
|
+
if property_name in memeber_set:
|
2044
|
+
memeber_set.remove(property_name)
|
2045
|
+
if len(memeber_set) > 0:
|
2046
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2047
|
+
|
2048
|
+
|
2049
|
+
|
2050
|
+
class CertificateInfoSubmitResponse(AbstractModel):
|
2051
|
+
"""CertificateInfoSubmit返回参数结构体
|
2052
|
+
|
2053
|
+
"""
|
2054
|
+
|
2055
|
+
def __init__(self):
|
2056
|
+
r"""
|
2057
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2058
|
+
:type RequestId: str
|
2059
|
+
"""
|
2060
|
+
self._RequestId = None
|
2061
|
+
|
2062
|
+
@property
|
2063
|
+
def RequestId(self):
|
2064
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2065
|
+
:rtype: str
|
2066
|
+
"""
|
2067
|
+
return self._RequestId
|
2068
|
+
|
2069
|
+
@RequestId.setter
|
2070
|
+
def RequestId(self, RequestId):
|
2071
|
+
self._RequestId = RequestId
|
2072
|
+
|
2073
|
+
|
2074
|
+
def _deserialize(self, params):
|
2075
|
+
self._RequestId = params.get("RequestId")
|
2076
|
+
|
2077
|
+
|
2078
|
+
class CertificateOrderSubmitRequest(AbstractModel):
|
2079
|
+
"""CertificateOrderSubmit请求参数结构体
|
2080
|
+
|
2081
|
+
"""
|
2082
|
+
|
2083
|
+
def __init__(self):
|
2084
|
+
r"""
|
2085
|
+
:param _CertId: 证书 ID。
|
2086
|
+
:type CertId: str
|
2087
|
+
:param _DeleteDnsAutoRecord: 是否删除自动DNS验证值:0,不删除; 1,删除; 默认不删除
|
2088
|
+
:type DeleteDnsAutoRecord: int
|
2089
|
+
:param _VerifyType: 域名验证方式:DNS_AUTO 自动DNS验证, DNS DNS验证, FILE 文件验证
|
2090
|
+
:type VerifyType: str
|
2091
|
+
"""
|
2092
|
+
self._CertId = None
|
2093
|
+
self._DeleteDnsAutoRecord = None
|
2094
|
+
self._VerifyType = None
|
2095
|
+
|
2096
|
+
@property
|
2097
|
+
def CertId(self):
|
2098
|
+
"""证书 ID。
|
2099
|
+
:rtype: str
|
2100
|
+
"""
|
2101
|
+
return self._CertId
|
2102
|
+
|
2103
|
+
@CertId.setter
|
2104
|
+
def CertId(self, CertId):
|
2105
|
+
self._CertId = CertId
|
2106
|
+
|
2107
|
+
@property
|
2108
|
+
def DeleteDnsAutoRecord(self):
|
2109
|
+
"""是否删除自动DNS验证值:0,不删除; 1,删除; 默认不删除
|
2110
|
+
:rtype: int
|
2111
|
+
"""
|
2112
|
+
return self._DeleteDnsAutoRecord
|
2113
|
+
|
2114
|
+
@DeleteDnsAutoRecord.setter
|
2115
|
+
def DeleteDnsAutoRecord(self, DeleteDnsAutoRecord):
|
2116
|
+
self._DeleteDnsAutoRecord = DeleteDnsAutoRecord
|
2117
|
+
|
2118
|
+
@property
|
2119
|
+
def VerifyType(self):
|
2120
|
+
"""域名验证方式:DNS_AUTO 自动DNS验证, DNS DNS验证, FILE 文件验证
|
2121
|
+
:rtype: str
|
2122
|
+
"""
|
2123
|
+
return self._VerifyType
|
2124
|
+
|
2125
|
+
@VerifyType.setter
|
2126
|
+
def VerifyType(self, VerifyType):
|
2127
|
+
self._VerifyType = VerifyType
|
2128
|
+
|
2129
|
+
|
2130
|
+
def _deserialize(self, params):
|
2131
|
+
self._CertId = params.get("CertId")
|
2132
|
+
self._DeleteDnsAutoRecord = params.get("DeleteDnsAutoRecord")
|
2133
|
+
self._VerifyType = params.get("VerifyType")
|
2134
|
+
memeber_set = set(params.keys())
|
2135
|
+
for name, value in vars(self).items():
|
2136
|
+
property_name = name[1:]
|
2137
|
+
if property_name in memeber_set:
|
2138
|
+
memeber_set.remove(property_name)
|
2139
|
+
if len(memeber_set) > 0:
|
2140
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2141
|
+
|
2142
|
+
|
2143
|
+
|
2144
|
+
class CertificateOrderSubmitResponse(AbstractModel):
|
2145
|
+
"""CertificateOrderSubmit返回参数结构体
|
2146
|
+
|
2147
|
+
"""
|
2148
|
+
|
2149
|
+
def __init__(self):
|
2150
|
+
r"""
|
2151
|
+
:param _OrderId: CA机构侧订单号。
|
2152
|
+
:type OrderId: str
|
2153
|
+
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。
|
2154
|
+
:type Status: int
|
2155
|
+
:param _IsAudited: 是否预审核
|
2156
|
+
:type IsAudited: bool
|
2157
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2158
|
+
:type RequestId: str
|
2159
|
+
"""
|
2160
|
+
self._OrderId = None
|
2161
|
+
self._Status = None
|
2162
|
+
self._IsAudited = None
|
2163
|
+
self._RequestId = None
|
2164
|
+
|
2165
|
+
@property
|
2166
|
+
def OrderId(self):
|
2167
|
+
"""CA机构侧订单号。
|
2168
|
+
:rtype: str
|
2169
|
+
"""
|
2170
|
+
return self._OrderId
|
2171
|
+
|
2172
|
+
@OrderId.setter
|
2173
|
+
def OrderId(self, OrderId):
|
2174
|
+
self._OrderId = OrderId
|
2175
|
+
|
2176
|
+
@property
|
2177
|
+
def Status(self):
|
2178
|
+
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。
|
2179
|
+
:rtype: int
|
2180
|
+
"""
|
2181
|
+
return self._Status
|
2182
|
+
|
2183
|
+
@Status.setter
|
2184
|
+
def Status(self, Status):
|
2185
|
+
self._Status = Status
|
2186
|
+
|
2187
|
+
@property
|
2188
|
+
def IsAudited(self):
|
2189
|
+
"""是否预审核
|
2190
|
+
:rtype: bool
|
2191
|
+
"""
|
2192
|
+
return self._IsAudited
|
2193
|
+
|
2194
|
+
@IsAudited.setter
|
2195
|
+
def IsAudited(self, IsAudited):
|
2196
|
+
self._IsAudited = IsAudited
|
2197
|
+
|
2198
|
+
@property
|
2199
|
+
def RequestId(self):
|
2200
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2201
|
+
:rtype: str
|
2202
|
+
"""
|
2203
|
+
return self._RequestId
|
2204
|
+
|
2205
|
+
@RequestId.setter
|
2206
|
+
def RequestId(self, RequestId):
|
2207
|
+
self._RequestId = RequestId
|
2208
|
+
|
2209
|
+
|
2210
|
+
def _deserialize(self, params):
|
2211
|
+
self._OrderId = params.get("OrderId")
|
2212
|
+
self._Status = params.get("Status")
|
2213
|
+
self._IsAudited = params.get("IsAudited")
|
2214
|
+
self._RequestId = params.get("RequestId")
|
2215
|
+
|
2216
|
+
|
1459
2217
|
class Certificates(AbstractModel):
|
1460
2218
|
"""获取证书列表(DescribeCertificates)返回参数键为 Certificates 的内容。
|
1461
2219
|
|
@@ -10265,7 +11023,7 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
10265
11023
|
:type CertificateId: str
|
10266
11024
|
:param _IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
10267
11025
|
:type IsCache: int
|
10268
|
-
:param _Filters:
|
11026
|
+
:param _Filters: 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
10269
11027
|
:type Filters: list of Filter
|
10270
11028
|
:param _ResourceType: 部署资源类型 lighthouse
|
10271
11029
|
:type ResourceType: str
|
@@ -10299,7 +11057,7 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
10299
11057
|
|
10300
11058
|
@property
|
10301
11059
|
def Filters(self):
|
10302
|
-
"""
|
11060
|
+
"""过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
10303
11061
|
:rtype: list of Filter
|
10304
11062
|
"""
|
10305
11063
|
return self._Filters
|
@@ -11365,7 +12123,7 @@ class DescribeHostVodInstanceListRequest(AbstractModel):
|
|
11365
12123
|
:type CertificateId: str
|
11366
12124
|
:param _IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
11367
12125
|
:type IsCache: int
|
11368
|
-
:param _Filters:
|
12126
|
+
:param _Filters: 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
11369
12127
|
:type Filters: list of Filter
|
11370
12128
|
:param _ResourceType: 部署资源类型 vod
|
11371
12129
|
:type ResourceType: str
|
@@ -11402,7 +12160,7 @@ class DescribeHostVodInstanceListRequest(AbstractModel):
|
|
11402
12160
|
|
11403
12161
|
@property
|
11404
12162
|
def Filters(self):
|
11405
|
-
"""
|
12163
|
+
"""过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
11406
12164
|
:rtype: list of Filter
|
11407
12165
|
"""
|
11408
12166
|
return self._Filters
|
@@ -12487,30 +13245,31 @@ class DescribePackagesResponse(AbstractModel):
|
|
12487
13245
|
|
12488
13246
|
|
12489
13247
|
class DomainValidationResult(AbstractModel):
|
12490
|
-
"""
|
13248
|
+
"""证书域名验证结果
|
12491
13249
|
|
12492
13250
|
"""
|
12493
13251
|
|
12494
13252
|
def __init__(self):
|
12495
13253
|
r"""
|
12496
|
-
:param _Domain:
|
13254
|
+
:param _Domain: 证书绑定的域名。
|
12497
13255
|
:type Domain: str
|
12498
|
-
:param _VerifyType:
|
13256
|
+
:param _VerifyType: 域名验证类型。 取值为:DNS、FILE、DNS_AUTO、DNS_PROXY、FILE_PROXY
|
12499
13257
|
注意:此字段可能返回 null,表示取不到有效值。
|
12500
13258
|
:type VerifyType: str
|
12501
|
-
:param _LocalCheck:
|
13259
|
+
:param _LocalCheck: 腾讯云检测结果,取值:1(验证通过); -1(被限频或者 txt record not found);-2(txt record not match);-3(ns record not found);-4(file not found);-5(file not match);-6(cname record not found);-7(cname record not match);-8(ns record not found)-9(file not found);-10(file not match)
|
13260
|
+
|
12502
13261
|
:type LocalCheck: int
|
12503
|
-
:param _CaCheck: CA
|
13262
|
+
:param _CaCheck: CA检查结果。取值: -1(未检测通过);2(检测通过)
|
12504
13263
|
:type CaCheck: int
|
12505
|
-
:param _LocalCheckFailReason:
|
13264
|
+
:param _LocalCheckFailReason: 检查失败原因。状态LocalCheck的具体描述
|
12506
13265
|
注意:此字段可能返回 null,表示取不到有效值。
|
12507
13266
|
:type LocalCheckFailReason: str
|
12508
13267
|
:param _CheckValue: 检查到的值。
|
12509
13268
|
注意:此字段可能返回 null,表示取不到有效值。
|
12510
13269
|
:type CheckValue: list of str
|
12511
|
-
:param _Frequently:
|
13270
|
+
:param _Frequently: 是否被限频拦截, 取值:false(未被限频);true(被限频)
|
12512
13271
|
:type Frequently: bool
|
12513
|
-
:param _Issued:
|
13272
|
+
:param _Issued: 证书是否已经签发。取值: false(未签发);true(已签发)
|
12514
13273
|
:type Issued: bool
|
12515
13274
|
"""
|
12516
13275
|
self._Domain = None
|
@@ -12524,7 +13283,7 @@ class DomainValidationResult(AbstractModel):
|
|
12524
13283
|
|
12525
13284
|
@property
|
12526
13285
|
def Domain(self):
|
12527
|
-
"""
|
13286
|
+
"""证书绑定的域名。
|
12528
13287
|
:rtype: str
|
12529
13288
|
"""
|
12530
13289
|
return self._Domain
|
@@ -12535,7 +13294,7 @@ class DomainValidationResult(AbstractModel):
|
|
12535
13294
|
|
12536
13295
|
@property
|
12537
13296
|
def VerifyType(self):
|
12538
|
-
"""
|
13297
|
+
"""域名验证类型。 取值为:DNS、FILE、DNS_AUTO、DNS_PROXY、FILE_PROXY
|
12539
13298
|
注意:此字段可能返回 null,表示取不到有效值。
|
12540
13299
|
:rtype: str
|
12541
13300
|
"""
|
@@ -12547,7 +13306,8 @@ class DomainValidationResult(AbstractModel):
|
|
12547
13306
|
|
12548
13307
|
@property
|
12549
13308
|
def LocalCheck(self):
|
12550
|
-
"""
|
13309
|
+
"""腾讯云检测结果,取值:1(验证通过); -1(被限频或者 txt record not found);-2(txt record not match);-3(ns record not found);-4(file not found);-5(file not match);-6(cname record not found);-7(cname record not match);-8(ns record not found)-9(file not found);-10(file not match)
|
13310
|
+
|
12551
13311
|
:rtype: int
|
12552
13312
|
"""
|
12553
13313
|
return self._LocalCheck
|
@@ -12558,7 +13318,7 @@ class DomainValidationResult(AbstractModel):
|
|
12558
13318
|
|
12559
13319
|
@property
|
12560
13320
|
def CaCheck(self):
|
12561
|
-
"""CA
|
13321
|
+
"""CA检查结果。取值: -1(未检测通过);2(检测通过)
|
12562
13322
|
:rtype: int
|
12563
13323
|
"""
|
12564
13324
|
return self._CaCheck
|
@@ -12569,7 +13329,7 @@ class DomainValidationResult(AbstractModel):
|
|
12569
13329
|
|
12570
13330
|
@property
|
12571
13331
|
def LocalCheckFailReason(self):
|
12572
|
-
"""
|
13332
|
+
"""检查失败原因。状态LocalCheck的具体描述
|
12573
13333
|
注意:此字段可能返回 null,表示取不到有效值。
|
12574
13334
|
:rtype: str
|
12575
13335
|
"""
|
@@ -12593,7 +13353,7 @@ class DomainValidationResult(AbstractModel):
|
|
12593
13353
|
|
12594
13354
|
@property
|
12595
13355
|
def Frequently(self):
|
12596
|
-
"""
|
13356
|
+
"""是否被限频拦截, 取值:false(未被限频);true(被限频)
|
12597
13357
|
:rtype: bool
|
12598
13358
|
"""
|
12599
13359
|
return self._Frequently
|
@@ -12604,7 +13364,7 @@ class DomainValidationResult(AbstractModel):
|
|
12604
13364
|
|
12605
13365
|
@property
|
12606
13366
|
def Issued(self):
|
12607
|
-
"""
|
13367
|
+
"""证书是否已经签发。取值: false(未签发);true(已签发)
|
12608
13368
|
:rtype: bool
|
12609
13369
|
"""
|
12610
13370
|
return self._Issued
|
@@ -17484,6 +18244,11 @@ class TeoInstanceDetail(AbstractModel):
|
|
17484
18244
|
注意:此字段可能返回 null,表示取不到有效值。
|
17485
18245
|
:type ZoneId: str
|
17486
18246
|
:param _Status: 域名状态
|
18247
|
+
deployed:已部署;
|
18248
|
+
processing:部署中;
|
18249
|
+
applying:申请中;
|
18250
|
+
failed:申请失败;
|
18251
|
+
issued:绑定失败。
|
17487
18252
|
:type Status: str
|
17488
18253
|
"""
|
17489
18254
|
self._Host = None
|
@@ -17528,6 +18293,11 @@ class TeoInstanceDetail(AbstractModel):
|
|
17528
18293
|
@property
|
17529
18294
|
def Status(self):
|
17530
18295
|
"""域名状态
|
18296
|
+
deployed:已部署;
|
18297
|
+
processing:部署中;
|
18298
|
+
applying:申请中;
|
18299
|
+
failed:申请失败;
|
18300
|
+
issued:绑定失败。
|
17531
18301
|
:rtype: str
|
17532
18302
|
"""
|
17533
18303
|
return self._Status
|