tencentcloud-sdk-python-cdb 3.1.99__tar.gz → 3.1.100__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.
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/v20170320/models.py +34 -34
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.100/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.99/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.99 → tencentcloud_sdk_python_cdb-3.1.100}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
4
4
|
Summary: Tencent Cloud Cdb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.100,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -17717,33 +17717,33 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17717
17717
|
|
|
17718
17718
|
def __init__(self):
|
|
17719
17719
|
r"""
|
|
17720
|
-
:param _Period:
|
|
17720
|
+
:param _Period: <p>实例时长,单位:月,最小值 1,最大值为 36;查询按量计费价格时,该字段无效。</p>
|
|
17721
17721
|
:type Period: int
|
|
17722
|
-
:param _Zone:
|
|
17722
|
+
:param _Zone: <p>可用区信息,格式如 "ap-guangzhou-2"。具体能设置的值请通过 <a href="https://cloud.tencent.com/document/api/236/17229">DescribeDBZoneConfig</a> 接口查询。InstanceId为空时该参数为必填项。</p>
|
|
17723
17723
|
:type Zone: str
|
|
17724
|
-
:param _GoodsNum:
|
|
17724
|
+
:param _GoodsNum: <p>实例数量,默认值为 1,最小值 1,最大值为 100。InstanceId为空时该参数为必填项。</p>
|
|
17725
17725
|
:type GoodsNum: int
|
|
17726
|
-
:param _Memory:
|
|
17726
|
+
:param _Memory: <p>实例内存大小,单位:MB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的实例内存大小范围。</p>
|
|
17727
17727
|
:type Memory: int
|
|
17728
|
-
:param _Volume:
|
|
17728
|
+
:param _Volume: <p>实例硬盘大小,单位:GB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的硬盘大小范围。</p>
|
|
17729
17729
|
:type Volume: int
|
|
17730
|
-
:param _InstanceRole:
|
|
17730
|
+
:param _InstanceRole: <p>实例类型,默认为 master,支持值包括:master - 表示主实例,ro - 表示只读实例,dr - 表示灾备实例。InstanceId为空时该参数为必填项。</p>
|
|
17731
17731
|
:type InstanceRole: str
|
|
17732
|
-
:param _PayType:
|
|
17732
|
+
:param _PayType: <p>付费类型,支持值包括:PRE_PAID - 包年包月,HOUR_PAID - 按量计费。InstanceId为空时该参数为必填项。</p>
|
|
17733
17733
|
:type PayType: str
|
|
17734
|
-
:param _ProtectMode:
|
|
17734
|
+
:param _ProtectMode: <p>数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。</p>
|
|
17735
17735
|
:type ProtectMode: int
|
|
17736
|
-
:param _DeviceType:
|
|
17736
|
+
:param _DeviceType: <p>实例隔离类型。</p><p>枚举值:</p><ul><li>UNIVERSAL: 通用型实例</li><li>EXCLUSIVE: 独享型实例</li><li>CLOUD_NATIVE_CLUSTER: 云盘版标准型</li><li>CLOUD_NATIVE_CLUSTER_EXCLUSIVE: 云盘版加强型</li><li>CLOUD_NATIVE_CLUSTER_ULTRA: 云盘版旗舰型</li></ul><p>默认值:UNIVERSAL</p><p>如需查询单节点云盘版实例的价格,请设置此参数为 CLOUD_NATIVE_CLUSTER,并且指定参数 InstanceNodes 为1。</p>
|
|
17737
17737
|
:type DeviceType: str
|
|
17738
|
-
:param _InstanceNodes:
|
|
17738
|
+
:param _InstanceNodes: <p>实例节点数。<br>1.查询 RO 实例或者单节点实例价格时,此字段值为1。<br>2.查询双节点实例价格时,此字段值为2。<br>3.查询三节点实例价格时,此字段值为3。<br>4.查询云盘版实例价格时,此字段值范围可输入2 - 6,取值为2表示云盘版实例下对应有1个读写节点 + 1个只读节点;取值为6表示云盘版实例下对应有1个读写节点 + 5个只读节点;其余取值(3 - 5)按1个读写节点 +(取值数 - 1)个只读节点规则类推。</p>
|
|
17739
17739
|
:type InstanceNodes: int
|
|
17740
|
-
:param _Cpu:
|
|
17740
|
+
:param _Cpu: <p>询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。</p>
|
|
17741
17741
|
:type Cpu: int
|
|
17742
|
-
:param _InstanceId:
|
|
17742
|
+
:param _InstanceId: <p>询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。</p>
|
|
17743
17743
|
:type InstanceId: str
|
|
17744
|
-
:param _Ladder:
|
|
17744
|
+
:param _Ladder: <p>按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335。</p>
|
|
17745
17745
|
:type Ladder: int
|
|
17746
|
-
:param _DiskType:
|
|
17746
|
+
:param _DiskType: <p>磁盘类型,查询云盘版、单节点云盘版实例价格可以指定该参数。默认值为 SSD 云硬盘。<br>支持值包括:<br>"CLOUD_SSD" - SSD 云硬盘。<br>"CLOUD_HSSD" - 增强型 SSD 云硬盘。<br>"CLOUD_PREMIUM" - 高性能云硬盘。</p>
|
|
17747
17747
|
:type DiskType: str
|
|
17748
17748
|
"""
|
|
17749
17749
|
self._Period = None
|
|
@@ -17763,7 +17763,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17763
17763
|
|
|
17764
17764
|
@property
|
|
17765
17765
|
def Period(self):
|
|
17766
|
-
r"""
|
|
17766
|
+
r"""<p>实例时长,单位:月,最小值 1,最大值为 36;查询按量计费价格时,该字段无效。</p>
|
|
17767
17767
|
:rtype: int
|
|
17768
17768
|
"""
|
|
17769
17769
|
return self._Period
|
|
@@ -17774,7 +17774,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17774
17774
|
|
|
17775
17775
|
@property
|
|
17776
17776
|
def Zone(self):
|
|
17777
|
-
r"""
|
|
17777
|
+
r"""<p>可用区信息,格式如 "ap-guangzhou-2"。具体能设置的值请通过 <a href="https://cloud.tencent.com/document/api/236/17229">DescribeDBZoneConfig</a> 接口查询。InstanceId为空时该参数为必填项。</p>
|
|
17778
17778
|
:rtype: str
|
|
17779
17779
|
"""
|
|
17780
17780
|
return self._Zone
|
|
@@ -17785,7 +17785,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17785
17785
|
|
|
17786
17786
|
@property
|
|
17787
17787
|
def GoodsNum(self):
|
|
17788
|
-
r"""
|
|
17788
|
+
r"""<p>实例数量,默认值为 1,最小值 1,最大值为 100。InstanceId为空时该参数为必填项。</p>
|
|
17789
17789
|
:rtype: int
|
|
17790
17790
|
"""
|
|
17791
17791
|
return self._GoodsNum
|
|
@@ -17796,7 +17796,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17796
17796
|
|
|
17797
17797
|
@property
|
|
17798
17798
|
def Memory(self):
|
|
17799
|
-
r"""
|
|
17799
|
+
r"""<p>实例内存大小,单位:MB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的实例内存大小范围。</p>
|
|
17800
17800
|
:rtype: int
|
|
17801
17801
|
"""
|
|
17802
17802
|
return self._Memory
|
|
@@ -17807,7 +17807,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17807
17807
|
|
|
17808
17808
|
@property
|
|
17809
17809
|
def Volume(self):
|
|
17810
|
-
r"""
|
|
17810
|
+
r"""<p>实例硬盘大小,单位:GB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的硬盘大小范围。</p>
|
|
17811
17811
|
:rtype: int
|
|
17812
17812
|
"""
|
|
17813
17813
|
return self._Volume
|
|
@@ -17818,7 +17818,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17818
17818
|
|
|
17819
17819
|
@property
|
|
17820
17820
|
def InstanceRole(self):
|
|
17821
|
-
r"""
|
|
17821
|
+
r"""<p>实例类型,默认为 master,支持值包括:master - 表示主实例,ro - 表示只读实例,dr - 表示灾备实例。InstanceId为空时该参数为必填项。</p>
|
|
17822
17822
|
:rtype: str
|
|
17823
17823
|
"""
|
|
17824
17824
|
return self._InstanceRole
|
|
@@ -17829,7 +17829,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17829
17829
|
|
|
17830
17830
|
@property
|
|
17831
17831
|
def PayType(self):
|
|
17832
|
-
r"""
|
|
17832
|
+
r"""<p>付费类型,支持值包括:PRE_PAID - 包年包月,HOUR_PAID - 按量计费。InstanceId为空时该参数为必填项。</p>
|
|
17833
17833
|
:rtype: str
|
|
17834
17834
|
"""
|
|
17835
17835
|
return self._PayType
|
|
@@ -17840,7 +17840,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17840
17840
|
|
|
17841
17841
|
@property
|
|
17842
17842
|
def ProtectMode(self):
|
|
17843
|
-
r"""
|
|
17843
|
+
r"""<p>数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。</p>
|
|
17844
17844
|
:rtype: int
|
|
17845
17845
|
"""
|
|
17846
17846
|
return self._ProtectMode
|
|
@@ -17851,7 +17851,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17851
17851
|
|
|
17852
17852
|
@property
|
|
17853
17853
|
def DeviceType(self):
|
|
17854
|
-
r"""
|
|
17854
|
+
r"""<p>实例隔离类型。</p><p>枚举值:</p><ul><li>UNIVERSAL: 通用型实例</li><li>EXCLUSIVE: 独享型实例</li><li>CLOUD_NATIVE_CLUSTER: 云盘版标准型</li><li>CLOUD_NATIVE_CLUSTER_EXCLUSIVE: 云盘版加强型</li><li>CLOUD_NATIVE_CLUSTER_ULTRA: 云盘版旗舰型</li></ul><p>默认值:UNIVERSAL</p><p>如需查询单节点云盘版实例的价格,请设置此参数为 CLOUD_NATIVE_CLUSTER,并且指定参数 InstanceNodes 为1。</p>
|
|
17855
17855
|
:rtype: str
|
|
17856
17856
|
"""
|
|
17857
17857
|
return self._DeviceType
|
|
@@ -17862,7 +17862,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17862
17862
|
|
|
17863
17863
|
@property
|
|
17864
17864
|
def InstanceNodes(self):
|
|
17865
|
-
r"""
|
|
17865
|
+
r"""<p>实例节点数。<br>1.查询 RO 实例或者单节点实例价格时,此字段值为1。<br>2.查询双节点实例价格时,此字段值为2。<br>3.查询三节点实例价格时,此字段值为3。<br>4.查询云盘版实例价格时,此字段值范围可输入2 - 6,取值为2表示云盘版实例下对应有1个读写节点 + 1个只读节点;取值为6表示云盘版实例下对应有1个读写节点 + 5个只读节点;其余取值(3 - 5)按1个读写节点 +(取值数 - 1)个只读节点规则类推。</p>
|
|
17866
17866
|
:rtype: int
|
|
17867
17867
|
"""
|
|
17868
17868
|
return self._InstanceNodes
|
|
@@ -17873,7 +17873,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17873
17873
|
|
|
17874
17874
|
@property
|
|
17875
17875
|
def Cpu(self):
|
|
17876
|
-
r"""
|
|
17876
|
+
r"""<p>询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。</p>
|
|
17877
17877
|
:rtype: int
|
|
17878
17878
|
"""
|
|
17879
17879
|
return self._Cpu
|
|
@@ -17884,7 +17884,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17884
17884
|
|
|
17885
17885
|
@property
|
|
17886
17886
|
def InstanceId(self):
|
|
17887
|
-
r"""
|
|
17887
|
+
r"""<p>询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。</p>
|
|
17888
17888
|
:rtype: str
|
|
17889
17889
|
"""
|
|
17890
17890
|
return self._InstanceId
|
|
@@ -17895,7 +17895,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17895
17895
|
|
|
17896
17896
|
@property
|
|
17897
17897
|
def Ladder(self):
|
|
17898
|
-
r"""
|
|
17898
|
+
r"""<p>按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335。</p>
|
|
17899
17899
|
:rtype: int
|
|
17900
17900
|
"""
|
|
17901
17901
|
return self._Ladder
|
|
@@ -17906,7 +17906,7 @@ class DescribeDBPriceRequest(AbstractModel):
|
|
|
17906
17906
|
|
|
17907
17907
|
@property
|
|
17908
17908
|
def DiskType(self):
|
|
17909
|
-
r"""
|
|
17909
|
+
r"""<p>磁盘类型,查询云盘版、单节点云盘版实例价格可以指定该参数。默认值为 SSD 云硬盘。<br>支持值包括:<br>"CLOUD_SSD" - SSD 云硬盘。<br>"CLOUD_HSSD" - 增强型 SSD 云硬盘。<br>"CLOUD_PREMIUM" - 高性能云硬盘。</p>
|
|
17910
17910
|
:rtype: str
|
|
17911
17911
|
"""
|
|
17912
17912
|
return self._DiskType
|
|
@@ -17948,11 +17948,11 @@ class DescribeDBPriceResponse(AbstractModel):
|
|
|
17948
17948
|
|
|
17949
17949
|
def __init__(self):
|
|
17950
17950
|
r"""
|
|
17951
|
-
:param _Price:
|
|
17951
|
+
:param _Price: <p>实例价格,单位:分。</p>
|
|
17952
17952
|
:type Price: int
|
|
17953
|
-
:param _OriginalPrice:
|
|
17953
|
+
:param _OriginalPrice: <p>实例原价,单位:分。</p>
|
|
17954
17954
|
:type OriginalPrice: int
|
|
17955
|
-
:param _Currency:
|
|
17955
|
+
:param _Currency: <p>货币单位。CNY-人民币,USD-美元。</p>
|
|
17956
17956
|
:type Currency: str
|
|
17957
17957
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17958
17958
|
:type RequestId: str
|
|
@@ -17964,7 +17964,7 @@ class DescribeDBPriceResponse(AbstractModel):
|
|
|
17964
17964
|
|
|
17965
17965
|
@property
|
|
17966
17966
|
def Price(self):
|
|
17967
|
-
r"""
|
|
17967
|
+
r"""<p>实例价格,单位:分。</p>
|
|
17968
17968
|
:rtype: int
|
|
17969
17969
|
"""
|
|
17970
17970
|
return self._Price
|
|
@@ -17975,7 +17975,7 @@ class DescribeDBPriceResponse(AbstractModel):
|
|
|
17975
17975
|
|
|
17976
17976
|
@property
|
|
17977
17977
|
def OriginalPrice(self):
|
|
17978
|
-
r"""
|
|
17978
|
+
r"""<p>实例原价,单位:分。</p>
|
|
17979
17979
|
:rtype: int
|
|
17980
17980
|
"""
|
|
17981
17981
|
return self._OriginalPrice
|
|
@@ -17986,7 +17986,7 @@ class DescribeDBPriceResponse(AbstractModel):
|
|
|
17986
17986
|
|
|
17987
17987
|
@property
|
|
17988
17988
|
def Currency(self):
|
|
17989
|
-
r"""
|
|
17989
|
+
r"""<p>货币单位。CNY-人民币,USD-美元。</p>
|
|
17990
17990
|
:rtype: str
|
|
17991
17991
|
"""
|
|
17992
17992
|
return self._Currency
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
4
4
|
Summary: Tencent Cloud Cdb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.99
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|