tencentcloud-sdk-python-clb 3.0.857__tar.gz → 3.0.859__tar.gz

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 (14) hide show
  1. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/clb/v20180317/models.py +4 -0
  4. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/README.rst +0 -0
  6. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/setup.py +0 -0
  8. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/clb/__init__.py +0 -0
  9. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/clb/v20180317/__init__.py +0 -0
  10. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/clb/v20180317/clb_client.py +0 -0
  11. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
  12. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
  13. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
  14. {tencentcloud-sdk-python-clb-3.0.857 → tencentcloud-sdk-python-clb-3.0.859}/tencentcloud_sdk_python_clb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.0.857
3
+ Version: 3.0.859
4
4
  Summary: Tencent Cloud Clb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.857'
17
+ __version__ = '3.0.859'
@@ -6088,6 +6088,8 @@ class ModifyDomainAttributesRequest(AbstractModel):
6088
6088
  :type Http2: bool
6089
6089
  :param DefaultServer: 是否设为默认域名,注意,一个监听器下只能设置一个默认域名。
6090
6090
  :type DefaultServer: bool
6091
+ :param Quic: 是否开启Quic,注意,只有HTTPS域名才能开启Quic
6092
+ :type Quic: bool
6091
6093
  :param NewDefaultServerDomain: 监听器下必须配置一个默认域名,若要关闭原默认域名,必须同时指定另一个域名作为新的默认域名,如果新的默认域名是多域名,可以指定多域名列表中的任意一个。
6092
6094
  :type NewDefaultServerDomain: str
6093
6095
  :param NewDomains: 要修改的新域名列表。NewDomain和NewDomains只能传一个。
@@ -6102,6 +6104,7 @@ class ModifyDomainAttributesRequest(AbstractModel):
6102
6104
  self.Certificate = None
6103
6105
  self.Http2 = None
6104
6106
  self.DefaultServer = None
6107
+ self.Quic = None
6105
6108
  self.NewDefaultServerDomain = None
6106
6109
  self.NewDomains = None
6107
6110
  self.MultiCertInfo = None
@@ -6117,6 +6120,7 @@ class ModifyDomainAttributesRequest(AbstractModel):
6117
6120
  self.Certificate._deserialize(params.get("Certificate"))
6118
6121
  self.Http2 = params.get("Http2")
6119
6122
  self.DefaultServer = params.get("DefaultServer")
6123
+ self.Quic = params.get("Quic")
6120
6124
  self.NewDefaultServerDomain = params.get("NewDefaultServerDomain")
6121
6125
  self.NewDomains = params.get("NewDomains")
6122
6126
  if params.get("MultiCertInfo") is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.0.857
3
+ Version: 3.0.859
4
4
  Summary: Tencent Cloud Clb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud