tencentcloud-sdk-python-scf 3.0.857__py2.py3-none-any.whl → 3.0.860__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-scf might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/scf/v20180416/models.py +8 -0
- {tencentcloud_sdk_python_scf-3.0.857.dist-info → tencentcloud_sdk_python_scf-3.0.860.dist-info}/METADATA +1 -1
- tencentcloud_sdk_python_scf-3.0.860.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_scf-3.0.857.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_scf-3.0.857.dist-info → tencentcloud_sdk_python_scf-3.0.860.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_scf-3.0.857.dist-info → tencentcloud_sdk_python_scf-3.0.860.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -2482,6 +2482,12 @@ class ImageConfig(AbstractModel):
|
|
|
2482
2482
|
:param ContainerImageAccelerate: 镜像加速开关,默认False
|
|
2483
2483
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2484
2484
|
:type ContainerImageAccelerate: bool
|
|
2485
|
+
:param ImagePort: 镜像函数端口设置
|
|
2486
|
+
-1: 无端口镜像函数
|
|
2487
|
+
0: 默认端口,当前默认端口是9000
|
|
2488
|
+
其他: 特殊端口
|
|
2489
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2490
|
+
:type ImagePort: int
|
|
2485
2491
|
"""
|
|
2486
2492
|
self.ImageType = None
|
|
2487
2493
|
self.ImageUri = None
|
|
@@ -2490,6 +2496,7 @@ class ImageConfig(AbstractModel):
|
|
|
2490
2496
|
self.Command = None
|
|
2491
2497
|
self.Args = None
|
|
2492
2498
|
self.ContainerImageAccelerate = None
|
|
2499
|
+
self.ImagePort = None
|
|
2493
2500
|
|
|
2494
2501
|
|
|
2495
2502
|
def _deserialize(self, params):
|
|
@@ -2500,6 +2507,7 @@ class ImageConfig(AbstractModel):
|
|
|
2500
2507
|
self.Command = params.get("Command")
|
|
2501
2508
|
self.Args = params.get("Args")
|
|
2502
2509
|
self.ContainerImageAccelerate = params.get("ContainerImageAccelerate")
|
|
2510
|
+
self.ImagePort = params.get("ImagePort")
|
|
2503
2511
|
memeber_set = set(params.keys())
|
|
2504
2512
|
for name, value in vars(self).items():
|
|
2505
2513
|
if name in memeber_set:
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=BIqqC4tNEYnn-TIUaCArmHE0GPsoZ_J16znxITI_e38,630
|
|
2
|
+
tencentcloud/scf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/scf/v20180416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/scf/v20180416/errorcodes.py,sha256=hghRAr-RVRw17MAjeXBZMLVSgdAy7rHHJKH1DsM7fjg,31314
|
|
5
|
+
tencentcloud/scf/v20180416/models.py,sha256=NR2NhrvxgPthzhM7BCGSPq0yXJiimJOyJUf2ikz37_A,188088
|
|
6
|
+
tencentcloud/scf/v20180416/scf_client.py,sha256=QMn4pt_tKvB0ShAc-POxEa6lc5sgT8_4rnvUG2mcYN0,41825
|
|
7
|
+
tencentcloud_sdk_python_scf-3.0.860.dist-info/METADATA,sha256=W_wO7L6EKIwU0-hch54dOTcfEOQ-iU_O7lS1_yVdzNg,1432
|
|
8
|
+
tencentcloud_sdk_python_scf-3.0.860.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_scf-3.0.860.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_scf-3.0.860.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=LFcUS_vOkX4Nt8eWRrVX3zTha_KHnGsdt7Vdh-ysLL0,630
|
|
2
|
-
tencentcloud/scf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/scf/v20180416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/scf/v20180416/errorcodes.py,sha256=hghRAr-RVRw17MAjeXBZMLVSgdAy7rHHJKH1DsM7fjg,31314
|
|
5
|
-
tencentcloud/scf/v20180416/models.py,sha256=uMCNBvgd6VyoFxar6rDx0nr25Ta_PcIyFm-Tw8G9WFo,187772
|
|
6
|
-
tencentcloud/scf/v20180416/scf_client.py,sha256=QMn4pt_tKvB0ShAc-POxEa6lc5sgT8_4rnvUG2mcYN0,41825
|
|
7
|
-
tencentcloud_sdk_python_scf-3.0.857.dist-info/METADATA,sha256=fTdXHvTW0YVMcjYZB5nAW4F8gTTjGwgDpF4rvw2E5fY,1432
|
|
8
|
-
tencentcloud_sdk_python_scf-3.0.857.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_scf-3.0.857.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_scf-3.0.857.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|