tencentcloud-sdk-python-tcbr 3.1.18__tar.gz → 3.1.20__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_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/setup.py +1 -1
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/v20220217/models.py +63 -44
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud_sdk_python_tcbr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tcbr-3.1.20/tencentcloud_sdk_python_tcbr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tcbr-3.1.18/tencentcloud_sdk_python_tcbr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/README.rst +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/__init__.py +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/v20220217/__init__.py +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/v20220217/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/v20220217/tcbr_client.py +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud/tcbr/v20220217/tcbr_client_async.py +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud_sdk_python_tcbr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud_sdk_python_tcbr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tcbr-3.1.18 → tencentcloud_sdk_python_tcbr-3.1.20}/tencentcloud_sdk_python_tcbr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tcbr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.20
|
|
4
4
|
Summary: Tencent Cloud Tcbr 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.20
|
|
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-tcbr',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.20,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tcbr SDK for Python',
|
|
@@ -2525,13 +2525,13 @@ class DescribeVersionDetailRequest(AbstractModel):
|
|
|
2525
2525
|
|
|
2526
2526
|
def __init__(self):
|
|
2527
2527
|
r"""
|
|
2528
|
-
:param _EnvId:
|
|
2528
|
+
:param _EnvId: <p>环境Id</p>
|
|
2529
2529
|
:type EnvId: str
|
|
2530
|
-
:param _ServerName:
|
|
2530
|
+
:param _ServerName: <p>服务名</p>
|
|
2531
2531
|
:type ServerName: str
|
|
2532
|
-
:param _VersionName:
|
|
2532
|
+
:param _VersionName: <p>版本名</p>
|
|
2533
2533
|
:type VersionName: str
|
|
2534
|
-
:param _Channel: channel
|
|
2534
|
+
:param _Channel: <p>channel</p>
|
|
2535
2535
|
:type Channel: str
|
|
2536
2536
|
"""
|
|
2537
2537
|
self._EnvId = None
|
|
@@ -2541,7 +2541,7 @@ class DescribeVersionDetailRequest(AbstractModel):
|
|
|
2541
2541
|
|
|
2542
2542
|
@property
|
|
2543
2543
|
def EnvId(self):
|
|
2544
|
-
r"""
|
|
2544
|
+
r"""<p>环境Id</p>
|
|
2545
2545
|
:rtype: str
|
|
2546
2546
|
"""
|
|
2547
2547
|
return self._EnvId
|
|
@@ -2552,7 +2552,7 @@ class DescribeVersionDetailRequest(AbstractModel):
|
|
|
2552
2552
|
|
|
2553
2553
|
@property
|
|
2554
2554
|
def ServerName(self):
|
|
2555
|
-
r"""
|
|
2555
|
+
r"""<p>服务名</p>
|
|
2556
2556
|
:rtype: str
|
|
2557
2557
|
"""
|
|
2558
2558
|
return self._ServerName
|
|
@@ -2563,7 +2563,7 @@ class DescribeVersionDetailRequest(AbstractModel):
|
|
|
2563
2563
|
|
|
2564
2564
|
@property
|
|
2565
2565
|
def VersionName(self):
|
|
2566
|
-
r"""
|
|
2566
|
+
r"""<p>版本名</p>
|
|
2567
2567
|
:rtype: str
|
|
2568
2568
|
"""
|
|
2569
2569
|
return self._VersionName
|
|
@@ -2574,7 +2574,7 @@ class DescribeVersionDetailRequest(AbstractModel):
|
|
|
2574
2574
|
|
|
2575
2575
|
@property
|
|
2576
2576
|
def Channel(self):
|
|
2577
|
-
r"""channel
|
|
2577
|
+
r"""<p>channel</p>
|
|
2578
2578
|
:rtype: str
|
|
2579
2579
|
"""
|
|
2580
2580
|
return self._Channel
|
|
@@ -2606,46 +2606,49 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2606
2606
|
|
|
2607
2607
|
def __init__(self):
|
|
2608
2608
|
r"""
|
|
2609
|
-
:param _Name:
|
|
2609
|
+
:param _Name: <p>版本名</p>
|
|
2610
2610
|
:type Name: str
|
|
2611
|
-
:param _Port:
|
|
2611
|
+
:param _Port: <p>端口号</p>
|
|
2612
2612
|
:type Port: int
|
|
2613
|
-
:param _Cpu: cpu
|
|
2613
|
+
:param _Cpu: <p>cpu 规格</p>
|
|
2614
2614
|
:type Cpu: float
|
|
2615
|
-
:param _Mem: mem
|
|
2615
|
+
:param _Mem: <p>mem 规格</p>
|
|
2616
2616
|
:type Mem: float
|
|
2617
|
-
:param _MinNum:
|
|
2617
|
+
:param _MinNum: <p>最小副本数</p>
|
|
2618
2618
|
:type MinNum: int
|
|
2619
|
-
:param _MaxNum:
|
|
2619
|
+
:param _MaxNum: <p>最大副本数</p>
|
|
2620
2620
|
:type MaxNum: int
|
|
2621
|
-
:param _PolicyDetails:
|
|
2621
|
+
:param _PolicyDetails: <p>扩缩容策略</p>
|
|
2622
2622
|
:type PolicyDetails: list of HpaPolicy
|
|
2623
|
-
:param _Dockerfile: Dockerfile path
|
|
2623
|
+
:param _Dockerfile: <p>Dockerfile path</p>
|
|
2624
2624
|
:type Dockerfile: str
|
|
2625
|
-
:param _BuildDir:
|
|
2625
|
+
:param _BuildDir: <p>目标目录</p>
|
|
2626
2626
|
:type BuildDir: str
|
|
2627
|
-
:param _EnvParams:
|
|
2627
|
+
:param _EnvParams: <p>环境变量</p>
|
|
2628
2628
|
:type EnvParams: str
|
|
2629
|
-
:param _Status:
|
|
2629
|
+
:param _Status: <p>状态</p>
|
|
2630
2630
|
:type Status: str
|
|
2631
|
-
:param _CreatedTime:
|
|
2631
|
+
:param _CreatedTime: <p>创建时间</p>
|
|
2632
2632
|
:type CreatedTime: str
|
|
2633
|
-
:param _UpdatedTime:
|
|
2633
|
+
:param _UpdatedTime: <p>更新时间</p>
|
|
2634
2634
|
:type UpdatedTime: str
|
|
2635
|
-
:param _LogPath:
|
|
2635
|
+
:param _LogPath: <p>日志采集路径</p>
|
|
2636
2636
|
:type LogPath: str
|
|
2637
|
-
:param _EntryPoint: entryPoint
|
|
2637
|
+
:param _EntryPoint: <p>entryPoint</p>
|
|
2638
2638
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2639
2639
|
:type EntryPoint: str
|
|
2640
|
-
:param _Cmd: Cmd
|
|
2640
|
+
:param _Cmd: <p>Cmd</p>
|
|
2641
2641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2642
2642
|
:type Cmd: str
|
|
2643
|
-
:param _VpcConf: vpc conf
|
|
2643
|
+
:param _VpcConf: <p>vpc conf</p>
|
|
2644
2644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2645
2645
|
:type VpcConf: :class:`tencentcloud.tcbr.v20220217.models.VpcConf`
|
|
2646
|
-
:param _VolumesConf: volume conf
|
|
2646
|
+
:param _VolumesConf: <p>volume conf</p>
|
|
2647
2647
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2648
2648
|
:type VolumesConf: list of VolumeConf
|
|
2649
|
+
:param _BuildPacks: <p>buildpack 信息</p>
|
|
2650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2651
|
+
:type BuildPacks: :class:`tencentcloud.tcbr.v20220217.models.BuildPacksInfo`
|
|
2649
2652
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2650
2653
|
:type RequestId: str
|
|
2651
2654
|
"""
|
|
@@ -2667,11 +2670,12 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2667
2670
|
self._Cmd = None
|
|
2668
2671
|
self._VpcConf = None
|
|
2669
2672
|
self._VolumesConf = None
|
|
2673
|
+
self._BuildPacks = None
|
|
2670
2674
|
self._RequestId = None
|
|
2671
2675
|
|
|
2672
2676
|
@property
|
|
2673
2677
|
def Name(self):
|
|
2674
|
-
r"""
|
|
2678
|
+
r"""<p>版本名</p>
|
|
2675
2679
|
:rtype: str
|
|
2676
2680
|
"""
|
|
2677
2681
|
return self._Name
|
|
@@ -2682,7 +2686,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2682
2686
|
|
|
2683
2687
|
@property
|
|
2684
2688
|
def Port(self):
|
|
2685
|
-
r"""
|
|
2689
|
+
r"""<p>端口号</p>
|
|
2686
2690
|
:rtype: int
|
|
2687
2691
|
"""
|
|
2688
2692
|
return self._Port
|
|
@@ -2693,7 +2697,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2693
2697
|
|
|
2694
2698
|
@property
|
|
2695
2699
|
def Cpu(self):
|
|
2696
|
-
r"""cpu
|
|
2700
|
+
r"""<p>cpu 规格</p>
|
|
2697
2701
|
:rtype: float
|
|
2698
2702
|
"""
|
|
2699
2703
|
return self._Cpu
|
|
@@ -2704,7 +2708,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2704
2708
|
|
|
2705
2709
|
@property
|
|
2706
2710
|
def Mem(self):
|
|
2707
|
-
r"""mem
|
|
2711
|
+
r"""<p>mem 规格</p>
|
|
2708
2712
|
:rtype: float
|
|
2709
2713
|
"""
|
|
2710
2714
|
return self._Mem
|
|
@@ -2715,7 +2719,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2715
2719
|
|
|
2716
2720
|
@property
|
|
2717
2721
|
def MinNum(self):
|
|
2718
|
-
r"""
|
|
2722
|
+
r"""<p>最小副本数</p>
|
|
2719
2723
|
:rtype: int
|
|
2720
2724
|
"""
|
|
2721
2725
|
return self._MinNum
|
|
@@ -2726,7 +2730,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2726
2730
|
|
|
2727
2731
|
@property
|
|
2728
2732
|
def MaxNum(self):
|
|
2729
|
-
r"""
|
|
2733
|
+
r"""<p>最大副本数</p>
|
|
2730
2734
|
:rtype: int
|
|
2731
2735
|
"""
|
|
2732
2736
|
return self._MaxNum
|
|
@@ -2737,7 +2741,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2737
2741
|
|
|
2738
2742
|
@property
|
|
2739
2743
|
def PolicyDetails(self):
|
|
2740
|
-
r"""
|
|
2744
|
+
r"""<p>扩缩容策略</p>
|
|
2741
2745
|
:rtype: list of HpaPolicy
|
|
2742
2746
|
"""
|
|
2743
2747
|
return self._PolicyDetails
|
|
@@ -2748,7 +2752,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2748
2752
|
|
|
2749
2753
|
@property
|
|
2750
2754
|
def Dockerfile(self):
|
|
2751
|
-
r"""Dockerfile path
|
|
2755
|
+
r"""<p>Dockerfile path</p>
|
|
2752
2756
|
:rtype: str
|
|
2753
2757
|
"""
|
|
2754
2758
|
return self._Dockerfile
|
|
@@ -2759,7 +2763,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2759
2763
|
|
|
2760
2764
|
@property
|
|
2761
2765
|
def BuildDir(self):
|
|
2762
|
-
r"""
|
|
2766
|
+
r"""<p>目标目录</p>
|
|
2763
2767
|
:rtype: str
|
|
2764
2768
|
"""
|
|
2765
2769
|
return self._BuildDir
|
|
@@ -2770,7 +2774,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2770
2774
|
|
|
2771
2775
|
@property
|
|
2772
2776
|
def EnvParams(self):
|
|
2773
|
-
r"""
|
|
2777
|
+
r"""<p>环境变量</p>
|
|
2774
2778
|
:rtype: str
|
|
2775
2779
|
"""
|
|
2776
2780
|
return self._EnvParams
|
|
@@ -2781,7 +2785,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2781
2785
|
|
|
2782
2786
|
@property
|
|
2783
2787
|
def Status(self):
|
|
2784
|
-
r"""
|
|
2788
|
+
r"""<p>状态</p>
|
|
2785
2789
|
:rtype: str
|
|
2786
2790
|
"""
|
|
2787
2791
|
return self._Status
|
|
@@ -2792,7 +2796,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2792
2796
|
|
|
2793
2797
|
@property
|
|
2794
2798
|
def CreatedTime(self):
|
|
2795
|
-
r"""
|
|
2799
|
+
r"""<p>创建时间</p>
|
|
2796
2800
|
:rtype: str
|
|
2797
2801
|
"""
|
|
2798
2802
|
return self._CreatedTime
|
|
@@ -2803,7 +2807,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2803
2807
|
|
|
2804
2808
|
@property
|
|
2805
2809
|
def UpdatedTime(self):
|
|
2806
|
-
r"""
|
|
2810
|
+
r"""<p>更新时间</p>
|
|
2807
2811
|
:rtype: str
|
|
2808
2812
|
"""
|
|
2809
2813
|
return self._UpdatedTime
|
|
@@ -2814,7 +2818,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2814
2818
|
|
|
2815
2819
|
@property
|
|
2816
2820
|
def LogPath(self):
|
|
2817
|
-
r"""
|
|
2821
|
+
r"""<p>日志采集路径</p>
|
|
2818
2822
|
:rtype: str
|
|
2819
2823
|
"""
|
|
2820
2824
|
return self._LogPath
|
|
@@ -2825,7 +2829,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2825
2829
|
|
|
2826
2830
|
@property
|
|
2827
2831
|
def EntryPoint(self):
|
|
2828
|
-
r"""entryPoint
|
|
2832
|
+
r"""<p>entryPoint</p>
|
|
2829
2833
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2830
2834
|
:rtype: str
|
|
2831
2835
|
"""
|
|
@@ -2837,7 +2841,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2837
2841
|
|
|
2838
2842
|
@property
|
|
2839
2843
|
def Cmd(self):
|
|
2840
|
-
r"""Cmd
|
|
2844
|
+
r"""<p>Cmd</p>
|
|
2841
2845
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2842
2846
|
:rtype: str
|
|
2843
2847
|
"""
|
|
@@ -2849,7 +2853,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2849
2853
|
|
|
2850
2854
|
@property
|
|
2851
2855
|
def VpcConf(self):
|
|
2852
|
-
r"""vpc conf
|
|
2856
|
+
r"""<p>vpc conf</p>
|
|
2853
2857
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2854
2858
|
:rtype: :class:`tencentcloud.tcbr.v20220217.models.VpcConf`
|
|
2855
2859
|
"""
|
|
@@ -2861,7 +2865,7 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2861
2865
|
|
|
2862
2866
|
@property
|
|
2863
2867
|
def VolumesConf(self):
|
|
2864
|
-
r"""volume conf
|
|
2868
|
+
r"""<p>volume conf</p>
|
|
2865
2869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2866
2870
|
:rtype: list of VolumeConf
|
|
2867
2871
|
"""
|
|
@@ -2871,6 +2875,18 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2871
2875
|
def VolumesConf(self, VolumesConf):
|
|
2872
2876
|
self._VolumesConf = VolumesConf
|
|
2873
2877
|
|
|
2878
|
+
@property
|
|
2879
|
+
def BuildPacks(self):
|
|
2880
|
+
r"""<p>buildpack 信息</p>
|
|
2881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2882
|
+
:rtype: :class:`tencentcloud.tcbr.v20220217.models.BuildPacksInfo`
|
|
2883
|
+
"""
|
|
2884
|
+
return self._BuildPacks
|
|
2885
|
+
|
|
2886
|
+
@BuildPacks.setter
|
|
2887
|
+
def BuildPacks(self, BuildPacks):
|
|
2888
|
+
self._BuildPacks = BuildPacks
|
|
2889
|
+
|
|
2874
2890
|
@property
|
|
2875
2891
|
def RequestId(self):
|
|
2876
2892
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2914,6 +2930,9 @@ class DescribeVersionDetailResponse(AbstractModel):
|
|
|
2914
2930
|
obj = VolumeConf()
|
|
2915
2931
|
obj._deserialize(item)
|
|
2916
2932
|
self._VolumesConf.append(obj)
|
|
2933
|
+
if params.get("BuildPacks") is not None:
|
|
2934
|
+
self._BuildPacks = BuildPacksInfo()
|
|
2935
|
+
self._BuildPacks._deserialize(params.get("BuildPacks"))
|
|
2917
2936
|
self._RequestId = params.get("RequestId")
|
|
2918
2937
|
|
|
2919
2938
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tcbr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.20
|
|
4
4
|
Summary: Tencent Cloud Tcbr 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.20
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.20
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.18
|
|
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
|