tencentcloud-sdk-python 3.0.1342__py2.py3-none-any.whl → 3.0.1344__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -224
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +117 -0
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/clb/v20180317/models.py +39 -10
- tencentcloud/cls/v20201016/models.py +17 -186
- tencentcloud/cwp/v20180228/models.py +61 -18
- tencentcloud/cynosdb/v20190107/models.py +2 -2
- tencentcloud/dbbrain/v20191016/models.py +0 -16
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1731 -389
- tencentcloud/domain/v20180808/models.py +0 -10
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +71 -4
- tencentcloud/essbasic/v20210526/models.py +59 -2
- tencentcloud/fmu/v20191213/errorcodes.py +3 -0
- tencentcloud/fmu/v20191213/models.py +4 -4
- tencentcloud/goosefs/v20220519/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +1 -1
- tencentcloud/iotcloud/v20210408/models.py +2 -4
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +72 -48
- tencentcloud/lke/v20231130/models.py +17 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/lowcode/v20210108/models.py +0 -2
- tencentcloud/monitor/v20180724/models.py +251 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/errorcodes.py +34 -0
- tencentcloud/mps/v20190612/models.py +4254 -384
- tencentcloud/mps/v20190612/mps_client.py +208 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/redis/v20180412/models.py +64 -0
- tencentcloud/redis/v20180412/redis_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +109 -157
- tencentcloud/tcb/v20180608/tcb_client.py +23 -0
- tencentcloud/tdmq/v20200217/models.py +158 -282
- tencentcloud/teo/v20220901/models.py +955 -20
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/wedata/v20210820/models.py +167 -0
- tencentcloud/weilingwith/v20230427/models.py +0 -964
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/RECORD +65 -65
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/top_level.txt +0 -0
@@ -782,7 +782,6 @@ class CbrRepoInfo(AbstractModel):
|
|
782
782
|
:param _RepoLanguage: 仓库语言
|
783
783
|
:type RepoLanguage: str
|
784
784
|
:param _Branch: 分支名称
|
785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
786
785
|
:type Branch: str
|
787
786
|
"""
|
788
787
|
self._Repo = None
|
@@ -826,7 +825,6 @@ class CbrRepoInfo(AbstractModel):
|
|
826
825
|
@property
|
827
826
|
def Branch(self):
|
828
827
|
"""分支名称
|
829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
830
828
|
:rtype: str
|
831
829
|
"""
|
832
830
|
return self._Branch
|
@@ -1672,13 +1670,10 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
|
|
1672
1670
|
def __init__(self):
|
1673
1671
|
r"""
|
1674
1672
|
:param _EnableEmptyDirVolume: 启用emptydir数据卷
|
1675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1676
1673
|
:type EnableEmptyDirVolume: bool
|
1677
1674
|
:param _Medium: "","Memory","HugePages"
|
1678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1679
1675
|
:type Medium: str
|
1680
1676
|
:param _SizeLimit: emptydir数据卷大小
|
1681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1682
1677
|
:type SizeLimit: str
|
1683
1678
|
"""
|
1684
1679
|
self._EnableEmptyDirVolume = None
|
@@ -1688,7 +1683,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
|
|
1688
1683
|
@property
|
1689
1684
|
def EnableEmptyDirVolume(self):
|
1690
1685
|
"""启用emptydir数据卷
|
1691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1692
1686
|
:rtype: bool
|
1693
1687
|
"""
|
1694
1688
|
return self._EnableEmptyDirVolume
|
@@ -1700,7 +1694,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
|
|
1700
1694
|
@property
|
1701
1695
|
def Medium(self):
|
1702
1696
|
""""","Memory","HugePages"
|
1703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1704
1697
|
:rtype: str
|
1705
1698
|
"""
|
1706
1699
|
return self._Medium
|
@@ -1712,7 +1705,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
|
|
1712
1705
|
@property
|
1713
1706
|
def SizeLimit(self):
|
1714
1707
|
"""emptydir数据卷大小
|
1715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1716
1708
|
:rtype: str
|
1717
1709
|
"""
|
1718
1710
|
return self._SizeLimit
|
@@ -2599,7 +2591,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
|
|
2599
2591
|
def __init__(self):
|
2600
2592
|
r"""
|
2601
2593
|
:param _Path: 主机路径
|
2602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2603
2594
|
:type Path: str
|
2604
2595
|
"""
|
2605
2596
|
self._Path = None
|
@@ -2607,7 +2598,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
|
|
2607
2598
|
@property
|
2608
2599
|
def Path(self):
|
2609
2600
|
"""主机路径
|
2610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2611
2601
|
:rtype: str
|
2612
2602
|
"""
|
2613
2603
|
return self._Path
|
@@ -2733,31 +2723,22 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2733
2723
|
def __init__(self):
|
2734
2724
|
r"""
|
2735
2725
|
:param _ContainerImage: 容器镜像
|
2736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2737
2726
|
:type ContainerImage: str
|
2738
2727
|
:param _ContainerPort: 容器端口
|
2739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2740
2728
|
:type ContainerPort: int
|
2741
2729
|
:param _ContainerName: 容器的名称
|
2742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2743
2730
|
:type ContainerName: str
|
2744
2731
|
:param _EnvVar: kv的json字符串
|
2745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2746
2732
|
:type EnvVar: str
|
2747
2733
|
:param _InitialDelaySeconds: InitialDelaySeconds 延迟多长时间启动健康检查
|
2748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2749
2734
|
:type InitialDelaySeconds: int
|
2750
2735
|
:param _Cpu: CPU大小
|
2751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2752
2736
|
:type Cpu: int
|
2753
2737
|
:param _Mem: 内存大小(单位:M)
|
2754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2755
2738
|
:type Mem: int
|
2756
2739
|
:param _Security: 安全特性
|
2757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2758
2740
|
:type Security: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
|
2759
2741
|
:param _VolumeMountInfos: 挂载信息
|
2760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2761
2742
|
:type VolumeMountInfos: list of CloudBaseRunVolumeMount
|
2762
2743
|
"""
|
2763
2744
|
self._ContainerImage = None
|
@@ -2773,7 +2754,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2773
2754
|
@property
|
2774
2755
|
def ContainerImage(self):
|
2775
2756
|
"""容器镜像
|
2776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2777
2757
|
:rtype: str
|
2778
2758
|
"""
|
2779
2759
|
return self._ContainerImage
|
@@ -2785,7 +2765,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2785
2765
|
@property
|
2786
2766
|
def ContainerPort(self):
|
2787
2767
|
"""容器端口
|
2788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2789
2768
|
:rtype: int
|
2790
2769
|
"""
|
2791
2770
|
return self._ContainerPort
|
@@ -2797,7 +2776,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2797
2776
|
@property
|
2798
2777
|
def ContainerName(self):
|
2799
2778
|
"""容器的名称
|
2800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2801
2779
|
:rtype: str
|
2802
2780
|
"""
|
2803
2781
|
return self._ContainerName
|
@@ -2809,7 +2787,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2809
2787
|
@property
|
2810
2788
|
def EnvVar(self):
|
2811
2789
|
"""kv的json字符串
|
2812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2813
2790
|
:rtype: str
|
2814
2791
|
"""
|
2815
2792
|
return self._EnvVar
|
@@ -2821,7 +2798,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2821
2798
|
@property
|
2822
2799
|
def InitialDelaySeconds(self):
|
2823
2800
|
"""InitialDelaySeconds 延迟多长时间启动健康检查
|
2824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2825
2801
|
:rtype: int
|
2826
2802
|
"""
|
2827
2803
|
return self._InitialDelaySeconds
|
@@ -2833,7 +2809,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2833
2809
|
@property
|
2834
2810
|
def Cpu(self):
|
2835
2811
|
"""CPU大小
|
2836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2837
2812
|
:rtype: int
|
2838
2813
|
"""
|
2839
2814
|
return self._Cpu
|
@@ -2845,7 +2820,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2845
2820
|
@property
|
2846
2821
|
def Mem(self):
|
2847
2822
|
"""内存大小(单位:M)
|
2848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2849
2823
|
:rtype: int
|
2850
2824
|
"""
|
2851
2825
|
return self._Mem
|
@@ -2857,7 +2831,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2857
2831
|
@property
|
2858
2832
|
def Security(self):
|
2859
2833
|
"""安全特性
|
2860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2861
2834
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
|
2862
2835
|
"""
|
2863
2836
|
return self._Security
|
@@ -2869,7 +2842,6 @@ class CloudBaseRunSideSpec(AbstractModel):
|
|
2869
2842
|
@property
|
2870
2843
|
def VolumeMountInfos(self):
|
2871
2844
|
"""挂载信息
|
2872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2873
2845
|
:rtype: list of CloudBaseRunVolumeMount
|
2874
2846
|
"""
|
2875
2847
|
return self._VolumeMountInfos
|
@@ -2914,19 +2886,14 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2914
2886
|
def __init__(self):
|
2915
2887
|
r"""
|
2916
2888
|
:param _VersionName: 版本名称
|
2917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2918
2889
|
:type VersionName: str
|
2919
2890
|
:param _FlowRatio: 流量占比
|
2920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2921
2891
|
:type FlowRatio: int
|
2922
2892
|
:param _UrlParam: 流量参数键值对(URL参数/HEADERS参数)
|
2923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2924
2893
|
:type UrlParam: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
|
2925
2894
|
:param _Priority: 优先级
|
2926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2927
2895
|
:type Priority: int
|
2928
2896
|
:param _IsDefaultPriority: 是否是默认兜底版本
|
2929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2930
2897
|
:type IsDefaultPriority: bool
|
2931
2898
|
"""
|
2932
2899
|
self._VersionName = None
|
@@ -2938,7 +2905,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2938
2905
|
@property
|
2939
2906
|
def VersionName(self):
|
2940
2907
|
"""版本名称
|
2941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2942
2908
|
:rtype: str
|
2943
2909
|
"""
|
2944
2910
|
return self._VersionName
|
@@ -2950,7 +2916,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2950
2916
|
@property
|
2951
2917
|
def FlowRatio(self):
|
2952
2918
|
"""流量占比
|
2953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2954
2919
|
:rtype: int
|
2955
2920
|
"""
|
2956
2921
|
return self._FlowRatio
|
@@ -2962,7 +2927,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2962
2927
|
@property
|
2963
2928
|
def UrlParam(self):
|
2964
2929
|
"""流量参数键值对(URL参数/HEADERS参数)
|
2965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2966
2930
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
|
2967
2931
|
"""
|
2968
2932
|
return self._UrlParam
|
@@ -2974,7 +2938,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2974
2938
|
@property
|
2975
2939
|
def Priority(self):
|
2976
2940
|
"""优先级
|
2977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2978
2941
|
:rtype: int
|
2979
2942
|
"""
|
2980
2943
|
return self._Priority
|
@@ -2986,7 +2949,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
|
|
2986
2949
|
@property
|
2987
2950
|
def IsDefaultPriority(self):
|
2988
2951
|
"""是否是默认兜底版本
|
2989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2990
2952
|
:rtype: bool
|
2991
2953
|
"""
|
2992
2954
|
return self._IsDefaultPriority
|
@@ -3026,12 +2988,10 @@ class CloudBaseRunVersionPod(AbstractModel):
|
|
3026
2988
|
:param _PodId: pod name
|
3027
2989
|
:type PodId: str
|
3028
2990
|
:param _PodIp: pod ip
|
3029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3030
2991
|
:type PodIp: str
|
3031
2992
|
:param _Status: 状态
|
3032
2993
|
:type Status: str
|
3033
2994
|
:param _CreateTime: 创建时间
|
3034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3035
2995
|
:type CreateTime: str
|
3036
2996
|
"""
|
3037
2997
|
self._Webshell = None
|
@@ -3065,7 +3025,6 @@ class CloudBaseRunVersionPod(AbstractModel):
|
|
3065
3025
|
@property
|
3066
3026
|
def PodIp(self):
|
3067
3027
|
"""pod ip
|
3068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3069
3028
|
:rtype: str
|
3070
3029
|
"""
|
3071
3030
|
return self._PodIp
|
@@ -3088,7 +3047,6 @@ class CloudBaseRunVersionPod(AbstractModel):
|
|
3088
3047
|
@property
|
3089
3048
|
def CreateTime(self):
|
3090
3049
|
"""创建时间
|
3091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3092
3050
|
:rtype: str
|
3093
3051
|
"""
|
3094
3052
|
return self._CreateTime
|
@@ -3122,19 +3080,15 @@ class CloudBaseRunVolumeMount(AbstractModel):
|
|
3122
3080
|
def __init__(self):
|
3123
3081
|
r"""
|
3124
3082
|
:param _Name: 资源名
|
3125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3126
3083
|
:type Name: str
|
3127
3084
|
:param _MountPath: 挂载路径
|
3128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3129
3085
|
:type MountPath: str
|
3130
3086
|
:param _ReadOnly: 是否只读
|
3131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3132
3087
|
:type ReadOnly: bool
|
3133
3088
|
:param _NfsVolumes: Nfs挂载信息
|
3134
3089
|
注意:此字段可能返回 null,表示取不到有效值。
|
3135
3090
|
:type NfsVolumes: list of CloudBaseRunNfsVolumeSource
|
3136
3091
|
:param _MountPropagation: 挂载配置
|
3137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3138
3092
|
:type MountPropagation: str
|
3139
3093
|
"""
|
3140
3094
|
self._Name = None
|
@@ -3146,7 +3100,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
|
|
3146
3100
|
@property
|
3147
3101
|
def Name(self):
|
3148
3102
|
"""资源名
|
3149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3150
3103
|
:rtype: str
|
3151
3104
|
"""
|
3152
3105
|
return self._Name
|
@@ -3158,7 +3111,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
|
|
3158
3111
|
@property
|
3159
3112
|
def MountPath(self):
|
3160
3113
|
"""挂载路径
|
3161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3162
3114
|
:rtype: str
|
3163
3115
|
"""
|
3164
3116
|
return self._MountPath
|
@@ -3170,7 +3122,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
|
|
3170
3122
|
@property
|
3171
3123
|
def ReadOnly(self):
|
3172
3124
|
"""是否只读
|
3173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3174
3125
|
:rtype: bool
|
3175
3126
|
"""
|
3176
3127
|
return self._ReadOnly
|
@@ -3194,7 +3145,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
|
|
3194
3145
|
@property
|
3195
3146
|
def MountPropagation(self):
|
3196
3147
|
"""挂载配置
|
3197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3198
3148
|
:rtype: str
|
3199
3149
|
"""
|
3200
3150
|
return self._MountPropagation
|
@@ -3233,13 +3183,10 @@ class CloudBaseRunVpcInfo(AbstractModel):
|
|
3233
3183
|
def __init__(self):
|
3234
3184
|
r"""
|
3235
3185
|
:param _VpcId: vpc的id
|
3236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3237
3186
|
:type VpcId: str
|
3238
3187
|
:param _SubnetIds: 子网id
|
3239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3240
3188
|
:type SubnetIds: list of str
|
3241
3189
|
:param _CreateType: 创建类型(0=继承; 1=新建; 2=指定)
|
3242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3243
3190
|
:type CreateType: int
|
3244
3191
|
"""
|
3245
3192
|
self._VpcId = None
|
@@ -3249,7 +3196,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
|
|
3249
3196
|
@property
|
3250
3197
|
def VpcId(self):
|
3251
3198
|
"""vpc的id
|
3252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3253
3199
|
:rtype: str
|
3254
3200
|
"""
|
3255
3201
|
return self._VpcId
|
@@ -3261,7 +3207,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
|
|
3261
3207
|
@property
|
3262
3208
|
def SubnetIds(self):
|
3263
3209
|
"""子网id
|
3264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3265
3210
|
:rtype: list of str
|
3266
3211
|
"""
|
3267
3212
|
return self._SubnetIds
|
@@ -3273,7 +3218,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
|
|
3273
3218
|
@property
|
3274
3219
|
def CreateType(self):
|
3275
3220
|
"""创建类型(0=继承; 1=新建; 2=指定)
|
3276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3277
3221
|
:rtype: int
|
3278
3222
|
"""
|
3279
3223
|
return self._CreateType
|
@@ -3305,25 +3249,18 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3305
3249
|
def __init__(self):
|
3306
3250
|
r"""
|
3307
3251
|
:param _Id: 子网id
|
3308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3309
3252
|
:type Id: str
|
3310
3253
|
:param _Cidr: 子网的ipv4
|
3311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3312
3254
|
:type Cidr: str
|
3313
3255
|
:param _Zone: 可用区
|
3314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3315
3256
|
:type Zone: str
|
3316
3257
|
:param _Type: 类型
|
3317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3318
3258
|
:type Type: str
|
3319
3259
|
:param _Target: subnet类型
|
3320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3321
3260
|
:type Target: str
|
3322
3261
|
:param _Region: 地域
|
3323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3324
3262
|
:type Region: str
|
3325
3263
|
:param _Name: 名字
|
3326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3327
3264
|
:type Name: str
|
3328
3265
|
"""
|
3329
3266
|
self._Id = None
|
@@ -3337,7 +3274,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3337
3274
|
@property
|
3338
3275
|
def Id(self):
|
3339
3276
|
"""子网id
|
3340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3341
3277
|
:rtype: str
|
3342
3278
|
"""
|
3343
3279
|
return self._Id
|
@@ -3349,7 +3285,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3349
3285
|
@property
|
3350
3286
|
def Cidr(self):
|
3351
3287
|
"""子网的ipv4
|
3352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3353
3288
|
:rtype: str
|
3354
3289
|
"""
|
3355
3290
|
return self._Cidr
|
@@ -3361,7 +3296,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3361
3296
|
@property
|
3362
3297
|
def Zone(self):
|
3363
3298
|
"""可用区
|
3364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3365
3299
|
:rtype: str
|
3366
3300
|
"""
|
3367
3301
|
return self._Zone
|
@@ -3373,7 +3307,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3373
3307
|
@property
|
3374
3308
|
def Type(self):
|
3375
3309
|
"""类型
|
3376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3377
3310
|
:rtype: str
|
3378
3311
|
"""
|
3379
3312
|
return self._Type
|
@@ -3385,7 +3318,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3385
3318
|
@property
|
3386
3319
|
def Target(self):
|
3387
3320
|
"""subnet类型
|
3388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3389
3321
|
:rtype: str
|
3390
3322
|
"""
|
3391
3323
|
return self._Target
|
@@ -3397,7 +3329,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3397
3329
|
@property
|
3398
3330
|
def Region(self):
|
3399
3331
|
"""地域
|
3400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3401
3332
|
:rtype: str
|
3402
3333
|
"""
|
3403
3334
|
return self._Region
|
@@ -3409,7 +3340,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3409
3340
|
@property
|
3410
3341
|
def Name(self):
|
3411
3342
|
"""名字
|
3412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3413
3343
|
:rtype: str
|
3414
3344
|
"""
|
3415
3345
|
return self._Name
|
@@ -3440,13 +3370,11 @@ class CloudBaseRunVpcSubnet(AbstractModel):
|
|
3440
3370
|
class CloudBaseSecurityContext(AbstractModel):
|
3441
3371
|
"""cloudrun安全特性
|
3442
3372
|
|
3443
|
-
|
3444
3373
|
"""
|
3445
3374
|
|
3446
3375
|
def __init__(self):
|
3447
3376
|
r"""
|
3448
3377
|
:param _Capabilities: 安全特性
|
3449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3450
3378
|
:type Capabilities: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
|
3451
3379
|
"""
|
3452
3380
|
self._Capabilities = None
|
@@ -3454,7 +3382,6 @@ class CloudBaseSecurityContext(AbstractModel):
|
|
3454
3382
|
@property
|
3455
3383
|
def Capabilities(self):
|
3456
3384
|
"""安全特性
|
3457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3458
3385
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
|
3459
3386
|
"""
|
3460
3387
|
return self._Capabilities
|
@@ -3486,91 +3413,62 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3486
3413
|
def __init__(self):
|
3487
3414
|
r"""
|
3488
3415
|
:param _VersionName: 版本名
|
3489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3490
3416
|
:type VersionName: str
|
3491
3417
|
:param _Remark: 版本备注
|
3492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3493
3418
|
:type Remark: str
|
3494
3419
|
:param _Cpu: cpu规格
|
3495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3496
3420
|
:type Cpu: float
|
3497
3421
|
:param _Mem: 内存规格
|
3498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3499
3422
|
:type Mem: float
|
3500
3423
|
:param _MinNum: 最小副本数
|
3501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3502
3424
|
:type MinNum: int
|
3503
3425
|
:param _MaxNum: 最大副本数
|
3504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3505
3426
|
:type MaxNum: int
|
3506
3427
|
:param _ImageUrl: 镜像url
|
3507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3508
3428
|
:type ImageUrl: str
|
3509
3429
|
:param _PolicyType: 扩容策略
|
3510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3511
3430
|
:type PolicyType: str
|
3512
3431
|
:param _PolicyThreshold: 策略阈值
|
3513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3514
3432
|
:type PolicyThreshold: int
|
3515
3433
|
:param _EnvParams: 环境参数
|
3516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3517
3434
|
:type EnvParams: str
|
3518
3435
|
:param _ContainerPort: 容器端口
|
3519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3520
3436
|
:type ContainerPort: int
|
3521
3437
|
:param _CreateTime: 创建时间
|
3522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3523
3438
|
:type CreateTime: str
|
3524
3439
|
:param _UpdateTime: 更新时间
|
3525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3526
3440
|
:type UpdateTime: str
|
3527
3441
|
:param _UploadType: 更新类型
|
3528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3529
3442
|
:type UploadType: str
|
3530
3443
|
:param _DockerfilePath: dockerfile路径
|
3531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3532
3444
|
:type DockerfilePath: str
|
3533
3445
|
:param _BuildDir: 构建路径
|
3534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3535
3446
|
:type BuildDir: str
|
3536
3447
|
:param _RepoType: repo类型
|
3537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3538
3448
|
:type RepoType: str
|
3539
3449
|
:param _Repo: 仓库
|
3540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3541
3450
|
:type Repo: str
|
3542
3451
|
:param _Branch: 分支
|
3543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3544
3452
|
:type Branch: str
|
3545
3453
|
:param _EnvId: 环境id
|
3546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3547
3454
|
:type EnvId: str
|
3548
3455
|
:param _ServerName: 服务名
|
3549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3550
3456
|
:type ServerName: str
|
3551
3457
|
:param _PackageName: package名字
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3553
3458
|
:type PackageName: str
|
3554
3459
|
:param _PackageVersion: package版本
|
3555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3556
3460
|
:type PackageVersion: str
|
3557
3461
|
:param _CustomLogs: 自定义log路径
|
3558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3559
3462
|
:type CustomLogs: str
|
3560
3463
|
:param _InitialDelaySeconds: 延时健康检查时间
|
3561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3562
3464
|
:type InitialDelaySeconds: int
|
3563
3465
|
:param _SnapshotName: snapshot名
|
3564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3565
3466
|
:type SnapshotName: str
|
3566
3467
|
:param _ImageInfo: 镜像信息
|
3567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3568
3468
|
:type ImageInfo: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
|
3569
3469
|
:param _CodeDetail: 代码仓库信息
|
3570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3571
3470
|
:type CodeDetail: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
|
3572
3471
|
:param _Status: 状态
|
3573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3574
3472
|
:type Status: str
|
3575
3473
|
"""
|
3576
3474
|
self._VersionName = None
|
@@ -3606,7 +3504,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3606
3504
|
@property
|
3607
3505
|
def VersionName(self):
|
3608
3506
|
"""版本名
|
3609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3610
3507
|
:rtype: str
|
3611
3508
|
"""
|
3612
3509
|
return self._VersionName
|
@@ -3618,7 +3515,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3618
3515
|
@property
|
3619
3516
|
def Remark(self):
|
3620
3517
|
"""版本备注
|
3621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3622
3518
|
:rtype: str
|
3623
3519
|
"""
|
3624
3520
|
return self._Remark
|
@@ -3630,7 +3526,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3630
3526
|
@property
|
3631
3527
|
def Cpu(self):
|
3632
3528
|
"""cpu规格
|
3633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3634
3529
|
:rtype: float
|
3635
3530
|
"""
|
3636
3531
|
return self._Cpu
|
@@ -3642,7 +3537,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3642
3537
|
@property
|
3643
3538
|
def Mem(self):
|
3644
3539
|
"""内存规格
|
3645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3646
3540
|
:rtype: float
|
3647
3541
|
"""
|
3648
3542
|
return self._Mem
|
@@ -3654,7 +3548,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3654
3548
|
@property
|
3655
3549
|
def MinNum(self):
|
3656
3550
|
"""最小副本数
|
3657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3658
3551
|
:rtype: int
|
3659
3552
|
"""
|
3660
3553
|
return self._MinNum
|
@@ -3666,7 +3559,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3666
3559
|
@property
|
3667
3560
|
def MaxNum(self):
|
3668
3561
|
"""最大副本数
|
3669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3670
3562
|
:rtype: int
|
3671
3563
|
"""
|
3672
3564
|
return self._MaxNum
|
@@ -3678,7 +3570,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3678
3570
|
@property
|
3679
3571
|
def ImageUrl(self):
|
3680
3572
|
"""镜像url
|
3681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3682
3573
|
:rtype: str
|
3683
3574
|
"""
|
3684
3575
|
return self._ImageUrl
|
@@ -3690,7 +3581,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3690
3581
|
@property
|
3691
3582
|
def PolicyType(self):
|
3692
3583
|
"""扩容策略
|
3693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3694
3584
|
:rtype: str
|
3695
3585
|
"""
|
3696
3586
|
return self._PolicyType
|
@@ -3702,7 +3592,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3702
3592
|
@property
|
3703
3593
|
def PolicyThreshold(self):
|
3704
3594
|
"""策略阈值
|
3705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3706
3595
|
:rtype: int
|
3707
3596
|
"""
|
3708
3597
|
return self._PolicyThreshold
|
@@ -3714,7 +3603,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3714
3603
|
@property
|
3715
3604
|
def EnvParams(self):
|
3716
3605
|
"""环境参数
|
3717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3718
3606
|
:rtype: str
|
3719
3607
|
"""
|
3720
3608
|
return self._EnvParams
|
@@ -3726,7 +3614,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3726
3614
|
@property
|
3727
3615
|
def ContainerPort(self):
|
3728
3616
|
"""容器端口
|
3729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3730
3617
|
:rtype: int
|
3731
3618
|
"""
|
3732
3619
|
return self._ContainerPort
|
@@ -3738,7 +3625,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3738
3625
|
@property
|
3739
3626
|
def CreateTime(self):
|
3740
3627
|
"""创建时间
|
3741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3742
3628
|
:rtype: str
|
3743
3629
|
"""
|
3744
3630
|
return self._CreateTime
|
@@ -3750,7 +3636,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3750
3636
|
@property
|
3751
3637
|
def UpdateTime(self):
|
3752
3638
|
"""更新时间
|
3753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3754
3639
|
:rtype: str
|
3755
3640
|
"""
|
3756
3641
|
return self._UpdateTime
|
@@ -3762,7 +3647,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3762
3647
|
@property
|
3763
3648
|
def UploadType(self):
|
3764
3649
|
"""更新类型
|
3765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3766
3650
|
:rtype: str
|
3767
3651
|
"""
|
3768
3652
|
return self._UploadType
|
@@ -3774,7 +3658,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3774
3658
|
@property
|
3775
3659
|
def DockerfilePath(self):
|
3776
3660
|
"""dockerfile路径
|
3777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3778
3661
|
:rtype: str
|
3779
3662
|
"""
|
3780
3663
|
return self._DockerfilePath
|
@@ -3786,7 +3669,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3786
3669
|
@property
|
3787
3670
|
def BuildDir(self):
|
3788
3671
|
"""构建路径
|
3789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3790
3672
|
:rtype: str
|
3791
3673
|
"""
|
3792
3674
|
return self._BuildDir
|
@@ -3798,7 +3680,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3798
3680
|
@property
|
3799
3681
|
def RepoType(self):
|
3800
3682
|
"""repo类型
|
3801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3802
3683
|
:rtype: str
|
3803
3684
|
"""
|
3804
3685
|
return self._RepoType
|
@@ -3810,7 +3691,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3810
3691
|
@property
|
3811
3692
|
def Repo(self):
|
3812
3693
|
"""仓库
|
3813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3814
3694
|
:rtype: str
|
3815
3695
|
"""
|
3816
3696
|
return self._Repo
|
@@ -3822,7 +3702,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3822
3702
|
@property
|
3823
3703
|
def Branch(self):
|
3824
3704
|
"""分支
|
3825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3826
3705
|
:rtype: str
|
3827
3706
|
"""
|
3828
3707
|
return self._Branch
|
@@ -3834,7 +3713,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3834
3713
|
@property
|
3835
3714
|
def EnvId(self):
|
3836
3715
|
"""环境id
|
3837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3838
3716
|
:rtype: str
|
3839
3717
|
"""
|
3840
3718
|
return self._EnvId
|
@@ -3846,7 +3724,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3846
3724
|
@property
|
3847
3725
|
def ServerName(self):
|
3848
3726
|
"""服务名
|
3849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3850
3727
|
:rtype: str
|
3851
3728
|
"""
|
3852
3729
|
return self._ServerName
|
@@ -3858,7 +3735,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3858
3735
|
@property
|
3859
3736
|
def PackageName(self):
|
3860
3737
|
"""package名字
|
3861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3862
3738
|
:rtype: str
|
3863
3739
|
"""
|
3864
3740
|
return self._PackageName
|
@@ -3870,7 +3746,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3870
3746
|
@property
|
3871
3747
|
def PackageVersion(self):
|
3872
3748
|
"""package版本
|
3873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3874
3749
|
:rtype: str
|
3875
3750
|
"""
|
3876
3751
|
return self._PackageVersion
|
@@ -3882,7 +3757,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3882
3757
|
@property
|
3883
3758
|
def CustomLogs(self):
|
3884
3759
|
"""自定义log路径
|
3885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3886
3760
|
:rtype: str
|
3887
3761
|
"""
|
3888
3762
|
return self._CustomLogs
|
@@ -3894,7 +3768,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3894
3768
|
@property
|
3895
3769
|
def InitialDelaySeconds(self):
|
3896
3770
|
"""延时健康检查时间
|
3897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3898
3771
|
:rtype: int
|
3899
3772
|
"""
|
3900
3773
|
return self._InitialDelaySeconds
|
@@ -3906,7 +3779,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3906
3779
|
@property
|
3907
3780
|
def SnapshotName(self):
|
3908
3781
|
"""snapshot名
|
3909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3910
3782
|
:rtype: str
|
3911
3783
|
"""
|
3912
3784
|
return self._SnapshotName
|
@@ -3918,7 +3790,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3918
3790
|
@property
|
3919
3791
|
def ImageInfo(self):
|
3920
3792
|
"""镜像信息
|
3921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3922
3793
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
|
3923
3794
|
"""
|
3924
3795
|
return self._ImageInfo
|
@@ -3930,7 +3801,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3930
3801
|
@property
|
3931
3802
|
def CodeDetail(self):
|
3932
3803
|
"""代码仓库信息
|
3933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3934
3804
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
|
3935
3805
|
"""
|
3936
3806
|
return self._CodeDetail
|
@@ -3942,7 +3812,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
|
|
3942
3812
|
@property
|
3943
3813
|
def Status(self):
|
3944
3814
|
"""状态
|
3945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3946
3815
|
:rtype: str
|
3947
3816
|
"""
|
3948
3817
|
return self._Status
|
@@ -4004,22 +3873,16 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4004
3873
|
def __init__(self):
|
4005
3874
|
r"""
|
4006
3875
|
:param _Name: 名称
|
4007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4008
3876
|
:type Name: str
|
4009
3877
|
:param _NFS: NFS的挂载方式
|
4010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4011
3878
|
:type NFS: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
|
4012
3879
|
:param _SecretName: secret名称
|
4013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4014
3880
|
:type SecretName: str
|
4015
3881
|
:param _EnableEmptyDirVolume: 是否开启临时目录逐步废弃,请使用 EmptyDir
|
4016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4017
3882
|
:type EnableEmptyDirVolume: bool
|
4018
3883
|
:param _EmptyDir: emptydir数据卷详细信息
|
4019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4020
3884
|
:type EmptyDir: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
|
4021
3885
|
:param _HostPath: 主机路径挂载信息
|
4022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4023
3886
|
:type HostPath: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
|
4024
3887
|
"""
|
4025
3888
|
self._Name = None
|
@@ -4032,7 +3895,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4032
3895
|
@property
|
4033
3896
|
def Name(self):
|
4034
3897
|
"""名称
|
4035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4036
3898
|
:rtype: str
|
4037
3899
|
"""
|
4038
3900
|
return self._Name
|
@@ -4044,7 +3906,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4044
3906
|
@property
|
4045
3907
|
def NFS(self):
|
4046
3908
|
"""NFS的挂载方式
|
4047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4048
3909
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
|
4049
3910
|
"""
|
4050
3911
|
return self._NFS
|
@@ -4056,7 +3917,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4056
3917
|
@property
|
4057
3918
|
def SecretName(self):
|
4058
3919
|
"""secret名称
|
4059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4060
3920
|
:rtype: str
|
4061
3921
|
"""
|
4062
3922
|
return self._SecretName
|
@@ -4068,7 +3928,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4068
3928
|
@property
|
4069
3929
|
def EnableEmptyDirVolume(self):
|
4070
3930
|
"""是否开启临时目录逐步废弃,请使用 EmptyDir
|
4071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4072
3931
|
:rtype: bool
|
4073
3932
|
"""
|
4074
3933
|
return self._EnableEmptyDirVolume
|
@@ -4080,7 +3939,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4080
3939
|
@property
|
4081
3940
|
def EmptyDir(self):
|
4082
3941
|
"""emptydir数据卷详细信息
|
4083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4084
3942
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
|
4085
3943
|
"""
|
4086
3944
|
return self._EmptyDir
|
@@ -4092,7 +3950,6 @@ class CloudRunServiceVolume(AbstractModel):
|
|
4092
3950
|
@property
|
4093
3951
|
def HostPath(self):
|
4094
3952
|
"""主机路径挂载信息
|
4095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4096
3953
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
|
4097
3954
|
"""
|
4098
3955
|
return self._HostPath
|
@@ -7218,7 +7075,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
|
|
7218
7075
|
def __init__(self):
|
7219
7076
|
r"""
|
7220
7077
|
:param _Result: 返回结果,succ为成功
|
7221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7222
7078
|
:type Result: str
|
7223
7079
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7224
7080
|
:type RequestId: str
|
@@ -7229,7 +7085,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
|
|
7229
7085
|
@property
|
7230
7086
|
def Result(self):
|
7231
7087
|
"""返回结果,succ为成功
|
7232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7233
7088
|
:rtype: str
|
7234
7089
|
"""
|
7235
7090
|
return self._Result
|
@@ -10204,7 +10059,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10204
10059
|
:param _Region: 地域信息
|
10205
10060
|
:type Region: str
|
10206
10061
|
:param _SubnetIds: 子网信息
|
10207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10208
10062
|
:type SubnetIds: list of CloudBaseRunVpcSubnet
|
10209
10063
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10210
10064
|
:type RequestId: str
|
@@ -10263,7 +10117,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10263
10117
|
@property
|
10264
10118
|
def SubnetIds(self):
|
10265
10119
|
"""子网信息
|
10266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10267
10120
|
:rtype: list of CloudBaseRunVpcSubnet
|
10268
10121
|
"""
|
10269
10122
|
return self._SubnetIds
|
@@ -16677,6 +16530,115 @@ class DestroyStaticStoreResponse(AbstractModel):
|
|
16677
16530
|
self._RequestId = params.get("RequestId")
|
16678
16531
|
|
16679
16532
|
|
16533
|
+
class EditAuthConfigRequest(AbstractModel):
|
16534
|
+
"""EditAuthConfig请求参数结构体
|
16535
|
+
|
16536
|
+
"""
|
16537
|
+
|
16538
|
+
def __init__(self):
|
16539
|
+
r"""
|
16540
|
+
:param _EnvId: 环境id
|
16541
|
+
:type EnvId: str
|
16542
|
+
:param _PhoneNumberLogin: 手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
|
16543
|
+
:type PhoneNumberLogin: str
|
16544
|
+
:param _AnonymousLogin: 匿名登录配置 "TRUE", "FALSE"
|
16545
|
+
:type AnonymousLogin: str
|
16546
|
+
:param _UsernameLogin: 用户名密码登录配置 "TRUE", "FALSE"
|
16547
|
+
:type UsernameLogin: str
|
16548
|
+
"""
|
16549
|
+
self._EnvId = None
|
16550
|
+
self._PhoneNumberLogin = None
|
16551
|
+
self._AnonymousLogin = None
|
16552
|
+
self._UsernameLogin = None
|
16553
|
+
|
16554
|
+
@property
|
16555
|
+
def EnvId(self):
|
16556
|
+
"""环境id
|
16557
|
+
:rtype: str
|
16558
|
+
"""
|
16559
|
+
return self._EnvId
|
16560
|
+
|
16561
|
+
@EnvId.setter
|
16562
|
+
def EnvId(self, EnvId):
|
16563
|
+
self._EnvId = EnvId
|
16564
|
+
|
16565
|
+
@property
|
16566
|
+
def PhoneNumberLogin(self):
|
16567
|
+
"""手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
|
16568
|
+
:rtype: str
|
16569
|
+
"""
|
16570
|
+
return self._PhoneNumberLogin
|
16571
|
+
|
16572
|
+
@PhoneNumberLogin.setter
|
16573
|
+
def PhoneNumberLogin(self, PhoneNumberLogin):
|
16574
|
+
self._PhoneNumberLogin = PhoneNumberLogin
|
16575
|
+
|
16576
|
+
@property
|
16577
|
+
def AnonymousLogin(self):
|
16578
|
+
"""匿名登录配置 "TRUE", "FALSE"
|
16579
|
+
:rtype: str
|
16580
|
+
"""
|
16581
|
+
return self._AnonymousLogin
|
16582
|
+
|
16583
|
+
@AnonymousLogin.setter
|
16584
|
+
def AnonymousLogin(self, AnonymousLogin):
|
16585
|
+
self._AnonymousLogin = AnonymousLogin
|
16586
|
+
|
16587
|
+
@property
|
16588
|
+
def UsernameLogin(self):
|
16589
|
+
"""用户名密码登录配置 "TRUE", "FALSE"
|
16590
|
+
:rtype: str
|
16591
|
+
"""
|
16592
|
+
return self._UsernameLogin
|
16593
|
+
|
16594
|
+
@UsernameLogin.setter
|
16595
|
+
def UsernameLogin(self, UsernameLogin):
|
16596
|
+
self._UsernameLogin = UsernameLogin
|
16597
|
+
|
16598
|
+
|
16599
|
+
def _deserialize(self, params):
|
16600
|
+
self._EnvId = params.get("EnvId")
|
16601
|
+
self._PhoneNumberLogin = params.get("PhoneNumberLogin")
|
16602
|
+
self._AnonymousLogin = params.get("AnonymousLogin")
|
16603
|
+
self._UsernameLogin = params.get("UsernameLogin")
|
16604
|
+
memeber_set = set(params.keys())
|
16605
|
+
for name, value in vars(self).items():
|
16606
|
+
property_name = name[1:]
|
16607
|
+
if property_name in memeber_set:
|
16608
|
+
memeber_set.remove(property_name)
|
16609
|
+
if len(memeber_set) > 0:
|
16610
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16611
|
+
|
16612
|
+
|
16613
|
+
|
16614
|
+
class EditAuthConfigResponse(AbstractModel):
|
16615
|
+
"""EditAuthConfig返回参数结构体
|
16616
|
+
|
16617
|
+
"""
|
16618
|
+
|
16619
|
+
def __init__(self):
|
16620
|
+
r"""
|
16621
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16622
|
+
:type RequestId: str
|
16623
|
+
"""
|
16624
|
+
self._RequestId = None
|
16625
|
+
|
16626
|
+
@property
|
16627
|
+
def RequestId(self):
|
16628
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16629
|
+
:rtype: str
|
16630
|
+
"""
|
16631
|
+
return self._RequestId
|
16632
|
+
|
16633
|
+
@RequestId.setter
|
16634
|
+
def RequestId(self, RequestId):
|
16635
|
+
self._RequestId = RequestId
|
16636
|
+
|
16637
|
+
|
16638
|
+
def _deserialize(self, params):
|
16639
|
+
self._RequestId = params.get("RequestId")
|
16640
|
+
|
16641
|
+
|
16680
16642
|
class EndUserInfo(AbstractModel):
|
16681
16643
|
"""终端用户信息
|
16682
16644
|
|
@@ -19129,10 +19091,8 @@ class HpaPolicy(AbstractModel):
|
|
19129
19091
|
def __init__(self):
|
19130
19092
|
r"""
|
19131
19093
|
:param _PolicyType: 策略类型
|
19132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19133
19094
|
:type PolicyType: str
|
19134
19095
|
:param _PolicyThreshold: 策略阈值
|
19135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19136
19096
|
:type PolicyThreshold: int
|
19137
19097
|
"""
|
19138
19098
|
self._PolicyType = None
|
@@ -19141,7 +19101,6 @@ class HpaPolicy(AbstractModel):
|
|
19141
19101
|
@property
|
19142
19102
|
def PolicyType(self):
|
19143
19103
|
"""策略类型
|
19144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19145
19104
|
:rtype: str
|
19146
19105
|
"""
|
19147
19106
|
return self._PolicyType
|
@@ -19153,7 +19112,6 @@ class HpaPolicy(AbstractModel):
|
|
19153
19112
|
@property
|
19154
19113
|
def PolicyThreshold(self):
|
19155
19114
|
"""策略阈值
|
19156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19157
19115
|
:rtype: int
|
19158
19116
|
"""
|
19159
19117
|
return self._PolicyThreshold
|
@@ -22912,13 +22870,10 @@ class TkeClusterInfo(AbstractModel):
|
|
22912
22870
|
def __init__(self):
|
22913
22871
|
r"""
|
22914
22872
|
:param _ClusterId: 集群ID
|
22915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22916
22873
|
:type ClusterId: str
|
22917
22874
|
:param _VpcId: 集群的vpcId
|
22918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22919
22875
|
:type VpcId: str
|
22920
22876
|
:param _VersionClbSubnetId: 版本内网CLB所在子网Id
|
22921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22922
22877
|
:type VersionClbSubnetId: str
|
22923
22878
|
"""
|
22924
22879
|
self._ClusterId = None
|
@@ -22928,7 +22883,6 @@ class TkeClusterInfo(AbstractModel):
|
|
22928
22883
|
@property
|
22929
22884
|
def ClusterId(self):
|
22930
22885
|
"""集群ID
|
22931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22932
22886
|
:rtype: str
|
22933
22887
|
"""
|
22934
22888
|
return self._ClusterId
|
@@ -22940,7 +22894,6 @@ class TkeClusterInfo(AbstractModel):
|
|
22940
22894
|
@property
|
22941
22895
|
def VpcId(self):
|
22942
22896
|
"""集群的vpcId
|
22943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22944
22897
|
:rtype: str
|
22945
22898
|
"""
|
22946
22899
|
return self._VpcId
|
@@ -22952,7 +22905,6 @@ class TkeClusterInfo(AbstractModel):
|
|
22952
22905
|
@property
|
22953
22906
|
def VersionClbSubnetId(self):
|
22954
22907
|
"""版本内网CLB所在子网Id
|
22955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22956
22908
|
:rtype: str
|
22957
22909
|
"""
|
22958
22910
|
return self._VersionClbSubnetId
|