tencentcloud-sdk-python-cwp 3.0.1318__tar.gz → 3.0.1319__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-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/cwp/v20180228/models.py +17 -2
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cwp-3.0.1319/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1318/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1318 → tencentcloud-sdk-python-cwp-3.0.1319}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cwp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1319"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -22285,7 +22285,7 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
|
22285
22285
|
:type VpcId: str
|
|
22286
22286
|
:param _TagIds: 标签ID列表,IsCloud=false时才会生效
|
|
22287
22287
|
:type TagIds: list of int non-negative
|
|
22288
|
-
:param _ExpireDate:
|
|
22288
|
+
:param _ExpireDate: 命令有效期,非腾讯云时必填(已废弃,命令永久生效)
|
|
22289
22289
|
:type ExpireDate: str
|
|
22290
22290
|
:param _Vip: 代理方式接入的vip
|
|
22291
22291
|
:type Vip: str
|
|
@@ -22355,7 +22355,7 @@ class DescribeAgentInstallCommandRequest(AbstractModel):
|
|
|
22355
22355
|
|
|
22356
22356
|
@property
|
|
22357
22357
|
def ExpireDate(self):
|
|
22358
|
-
"""
|
|
22358
|
+
"""命令有效期,非腾讯云时必填(已废弃,命令永久生效)
|
|
22359
22359
|
:rtype: str
|
|
22360
22360
|
"""
|
|
22361
22361
|
return self._ExpireDate
|
|
@@ -84952,11 +84952,25 @@ class ModifyRiskDnsPolicyResponse(AbstractModel):
|
|
|
84952
84952
|
|
|
84953
84953
|
def __init__(self):
|
|
84954
84954
|
r"""
|
|
84955
|
+
:param _Repeat: 0:没有重复,1:和现有策略重复
|
|
84956
|
+
:type Repeat: int
|
|
84955
84957
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
84956
84958
|
:type RequestId: str
|
|
84957
84959
|
"""
|
|
84960
|
+
self._Repeat = None
|
|
84958
84961
|
self._RequestId = None
|
|
84959
84962
|
|
|
84963
|
+
@property
|
|
84964
|
+
def Repeat(self):
|
|
84965
|
+
"""0:没有重复,1:和现有策略重复
|
|
84966
|
+
:rtype: int
|
|
84967
|
+
"""
|
|
84968
|
+
return self._Repeat
|
|
84969
|
+
|
|
84970
|
+
@Repeat.setter
|
|
84971
|
+
def Repeat(self, Repeat):
|
|
84972
|
+
self._Repeat = Repeat
|
|
84973
|
+
|
|
84960
84974
|
@property
|
|
84961
84975
|
def RequestId(self):
|
|
84962
84976
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -84970,6 +84984,7 @@ class ModifyRiskDnsPolicyResponse(AbstractModel):
|
|
|
84970
84984
|
|
|
84971
84985
|
|
|
84972
84986
|
def _deserialize(self, params):
|
|
84987
|
+
self._Repeat = params.get("Repeat")
|
|
84973
84988
|
self._RequestId = params.get("RequestId")
|
|
84974
84989
|
|
|
84975
84990
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1319
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1318
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|