tencentcloud-sdk-python 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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.
Files changed (70) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/billing/v20180709/models.py +0 -14
  5. tencentcloud/cbs/v20170312/models.py +0 -20
  6. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  7. tencentcloud/cdb/v20170320/models.py +117 -0
  8. tencentcloud/cdwch/v20200915/models.py +0 -110
  9. tencentcloud/ckafka/v20190819/models.py +0 -260
  10. tencentcloud/clb/v20180317/models.py +49 -20
  11. tencentcloud/cls/v20201016/cls_client.py +0 -92
  12. tencentcloud/cls/v20201016/models.py +74 -1145
  13. tencentcloud/cvm/v20170312/models.py +15 -0
  14. tencentcloud/cynosdb/v20190107/models.py +2 -86
  15. tencentcloud/dbbrain/v20191016/models.py +0 -36
  16. tencentcloud/dbbrain/v20210527/models.py +0 -106
  17. tencentcloud/dcdb/v20180411/models.py +0 -48
  18. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  19. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  20. tencentcloud/dnspod/v20210323/models.py +724 -0
  21. tencentcloud/domain/v20180808/models.py +0 -8
  22. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  23. tencentcloud/dsgc/v20190723/models.py +0 -34
  24. tencentcloud/ess/v20201111/models.py +4 -2
  25. tencentcloud/essbasic/v20210526/models.py +4 -2
  26. tencentcloud/fmu/v20191213/errorcodes.py +3 -0
  27. tencentcloud/fmu/v20191213/models.py +4 -4
  28. tencentcloud/goosefs/v20220519/models.py +0 -2
  29. tencentcloud/gwlb/v20240906/models.py +4 -4
  30. tencentcloud/hai/v20230812/errorcodes.py +1 -1
  31. tencentcloud/iotcloud/v20210408/models.py +2 -4
  32. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  33. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  34. tencentcloud/lighthouse/v20200324/models.py +12 -20
  35. tencentcloud/lke/v20231130/models.py +15 -0
  36. tencentcloud/lowcode/v20210108/models.py +0 -2
  37. tencentcloud/mariadb/v20170312/models.py +0 -38
  38. tencentcloud/mmps/v20200710/models.py +0 -56
  39. tencentcloud/monitor/v20180724/models.py +251 -0
  40. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  41. tencentcloud/mps/v20190612/errorcodes.py +34 -0
  42. tencentcloud/mps/v20190612/models.py +4129 -429
  43. tencentcloud/mps/v20190612/mps_client.py +208 -0
  44. tencentcloud/postgres/v20170312/models.py +0 -222
  45. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  46. tencentcloud/redis/v20180412/models.py +64 -0
  47. tencentcloud/redis/v20180412/redis_client.py +23 -0
  48. tencentcloud/svp/v20240125/models.py +0 -42
  49. tencentcloud/tcb/v20180608/models.py +109 -348
  50. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  51. tencentcloud/tcss/v20201101/models.py +1813 -2547
  52. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  53. tencentcloud/tdmq/v20200217/models.py +158 -436
  54. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  55. tencentcloud/teo/v20220901/models.py +158 -36
  56. tencentcloud/teo/v20220901/teo_client.py +23 -0
  57. tencentcloud/thpc/v20211109/models.py +0 -6
  58. tencentcloud/thpc/v20220401/models.py +0 -6
  59. tencentcloud/thpc/v20230321/models.py +0 -8
  60. tencentcloud/tke/v20180525/models.py +0 -54
  61. tencentcloud/tke/v20220501/models.py +0 -34
  62. tencentcloud/vpc/v20170312/models.py +0 -34
  63. tencentcloud/waf/v20180125/models.py +15 -0
  64. tencentcloud/wedata/v20210820/models.py +122 -0
  65. tencentcloud/weilingwith/v20230427/models.py +0 -964
  66. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  67. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
  68. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  69. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  70. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -18,117 +18,6 @@ import warnings
18
18
  from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
- class ActivityInfoItem(AbstractModel):
22
- """活动信息
23
-
24
- """
25
-
26
- def __init__(self):
27
- r"""
28
- :param _ActivityId: 活动id
29
- :type ActivityId: int
30
- :param _CreateTime: 记录插入时间
31
- :type CreateTime: str
32
- :param _UpdateTime: 记录最后一次变更时间
33
- :type UpdateTime: str
34
- :param _StartTime: 活动开始时间
35
- :type StartTime: str
36
- :param _ExpireTime: 活动结束时间
37
- :type ExpireTime: str
38
- :param _Tag: 自定义备注信息
39
- :type Tag: str
40
- """
41
- self._ActivityId = None
42
- self._CreateTime = None
43
- self._UpdateTime = None
44
- self._StartTime = None
45
- self._ExpireTime = None
46
- self._Tag = None
47
-
48
- @property
49
- def ActivityId(self):
50
- """活动id
51
- :rtype: int
52
- """
53
- return self._ActivityId
54
-
55
- @ActivityId.setter
56
- def ActivityId(self, ActivityId):
57
- self._ActivityId = ActivityId
58
-
59
- @property
60
- def CreateTime(self):
61
- """记录插入时间
62
- :rtype: str
63
- """
64
- return self._CreateTime
65
-
66
- @CreateTime.setter
67
- def CreateTime(self, CreateTime):
68
- self._CreateTime = CreateTime
69
-
70
- @property
71
- def UpdateTime(self):
72
- """记录最后一次变更时间
73
- :rtype: str
74
- """
75
- return self._UpdateTime
76
-
77
- @UpdateTime.setter
78
- def UpdateTime(self, UpdateTime):
79
- self._UpdateTime = UpdateTime
80
-
81
- @property
82
- def StartTime(self):
83
- """活动开始时间
84
- :rtype: str
85
- """
86
- return self._StartTime
87
-
88
- @StartTime.setter
89
- def StartTime(self, StartTime):
90
- self._StartTime = StartTime
91
-
92
- @property
93
- def ExpireTime(self):
94
- """活动结束时间
95
- :rtype: str
96
- """
97
- return self._ExpireTime
98
-
99
- @ExpireTime.setter
100
- def ExpireTime(self, ExpireTime):
101
- self._ExpireTime = ExpireTime
102
-
103
- @property
104
- def Tag(self):
105
- """自定义备注信息
106
- :rtype: str
107
- """
108
- return self._Tag
109
-
110
- @Tag.setter
111
- def Tag(self, Tag):
112
- self._Tag = Tag
113
-
114
-
115
- def _deserialize(self, params):
116
- self._ActivityId = params.get("ActivityId")
117
- self._CreateTime = params.get("CreateTime")
118
- self._UpdateTime = params.get("UpdateTime")
119
- self._StartTime = params.get("StartTime")
120
- self._ExpireTime = params.get("ExpireTime")
121
- self._Tag = params.get("Tag")
122
- memeber_set = set(params.keys())
123
- for name, value in vars(self).items():
124
- property_name = name[1:]
125
- if property_name in memeber_set:
126
- memeber_set.remove(property_name)
127
- if len(memeber_set) > 0:
128
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
129
-
130
-
131
-
132
21
  class ActivityRecordItem(AbstractModel):
133
22
  """活动详情
134
23
 
@@ -782,7 +671,6 @@ class CbrRepoInfo(AbstractModel):
782
671
  :param _RepoLanguage: 仓库语言
783
672
  :type RepoLanguage: str
784
673
  :param _Branch: 分支名称
785
- 注意:此字段可能返回 null,表示取不到有效值。
786
674
  :type Branch: str
787
675
  """
788
676
  self._Repo = None
@@ -826,7 +714,6 @@ class CbrRepoInfo(AbstractModel):
826
714
  @property
827
715
  def Branch(self):
828
716
  """分支名称
829
- 注意:此字段可能返回 null,表示取不到有效值。
830
717
  :rtype: str
831
718
  """
832
719
  return self._Branch
@@ -1672,13 +1559,10 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1672
1559
  def __init__(self):
1673
1560
  r"""
1674
1561
  :param _EnableEmptyDirVolume: 启用emptydir数据卷
1675
- 注意:此字段可能返回 null,表示取不到有效值。
1676
1562
  :type EnableEmptyDirVolume: bool
1677
1563
  :param _Medium: "","Memory","HugePages"
1678
- 注意:此字段可能返回 null,表示取不到有效值。
1679
1564
  :type Medium: str
1680
1565
  :param _SizeLimit: emptydir数据卷大小
1681
- 注意:此字段可能返回 null,表示取不到有效值。
1682
1566
  :type SizeLimit: str
1683
1567
  """
1684
1568
  self._EnableEmptyDirVolume = None
@@ -1688,7 +1572,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1688
1572
  @property
1689
1573
  def EnableEmptyDirVolume(self):
1690
1574
  """启用emptydir数据卷
1691
- 注意:此字段可能返回 null,表示取不到有效值。
1692
1575
  :rtype: bool
1693
1576
  """
1694
1577
  return self._EnableEmptyDirVolume
@@ -1700,7 +1583,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1700
1583
  @property
1701
1584
  def Medium(self):
1702
1585
  """"","Memory","HugePages"
1703
- 注意:此字段可能返回 null,表示取不到有效值。
1704
1586
  :rtype: str
1705
1587
  """
1706
1588
  return self._Medium
@@ -1712,7 +1594,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1712
1594
  @property
1713
1595
  def SizeLimit(self):
1714
1596
  """emptydir数据卷大小
1715
- 注意:此字段可能返回 null,表示取不到有效值。
1716
1597
  :rtype: str
1717
1598
  """
1718
1599
  return self._SizeLimit
@@ -2599,7 +2480,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
2599
2480
  def __init__(self):
2600
2481
  r"""
2601
2482
  :param _Path: 主机路径
2602
- 注意:此字段可能返回 null,表示取不到有效值。
2603
2483
  :type Path: str
2604
2484
  """
2605
2485
  self._Path = None
@@ -2607,7 +2487,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
2607
2487
  @property
2608
2488
  def Path(self):
2609
2489
  """主机路径
2610
- 注意:此字段可能返回 null,表示取不到有效值。
2611
2490
  :rtype: str
2612
2491
  """
2613
2492
  return self._Path
@@ -2733,31 +2612,22 @@ class CloudBaseRunSideSpec(AbstractModel):
2733
2612
  def __init__(self):
2734
2613
  r"""
2735
2614
  :param _ContainerImage: 容器镜像
2736
- 注意:此字段可能返回 null,表示取不到有效值。
2737
2615
  :type ContainerImage: str
2738
2616
  :param _ContainerPort: 容器端口
2739
- 注意:此字段可能返回 null,表示取不到有效值。
2740
2617
  :type ContainerPort: int
2741
2618
  :param _ContainerName: 容器的名称
2742
- 注意:此字段可能返回 null,表示取不到有效值。
2743
2619
  :type ContainerName: str
2744
2620
  :param _EnvVar: kv的json字符串
2745
- 注意:此字段可能返回 null,表示取不到有效值。
2746
2621
  :type EnvVar: str
2747
2622
  :param _InitialDelaySeconds: InitialDelaySeconds 延迟多长时间启动健康检查
2748
- 注意:此字段可能返回 null,表示取不到有效值。
2749
2623
  :type InitialDelaySeconds: int
2750
2624
  :param _Cpu: CPU大小
2751
- 注意:此字段可能返回 null,表示取不到有效值。
2752
2625
  :type Cpu: int
2753
2626
  :param _Mem: 内存大小(单位:M)
2754
- 注意:此字段可能返回 null,表示取不到有效值。
2755
2627
  :type Mem: int
2756
2628
  :param _Security: 安全特性
2757
- 注意:此字段可能返回 null,表示取不到有效值。
2758
2629
  :type Security: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
2759
2630
  :param _VolumeMountInfos: 挂载信息
2760
- 注意:此字段可能返回 null,表示取不到有效值。
2761
2631
  :type VolumeMountInfos: list of CloudBaseRunVolumeMount
2762
2632
  """
2763
2633
  self._ContainerImage = None
@@ -2773,7 +2643,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2773
2643
  @property
2774
2644
  def ContainerImage(self):
2775
2645
  """容器镜像
2776
- 注意:此字段可能返回 null,表示取不到有效值。
2777
2646
  :rtype: str
2778
2647
  """
2779
2648
  return self._ContainerImage
@@ -2785,7 +2654,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2785
2654
  @property
2786
2655
  def ContainerPort(self):
2787
2656
  """容器端口
2788
- 注意:此字段可能返回 null,表示取不到有效值。
2789
2657
  :rtype: int
2790
2658
  """
2791
2659
  return self._ContainerPort
@@ -2797,7 +2665,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2797
2665
  @property
2798
2666
  def ContainerName(self):
2799
2667
  """容器的名称
2800
- 注意:此字段可能返回 null,表示取不到有效值。
2801
2668
  :rtype: str
2802
2669
  """
2803
2670
  return self._ContainerName
@@ -2809,7 +2676,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2809
2676
  @property
2810
2677
  def EnvVar(self):
2811
2678
  """kv的json字符串
2812
- 注意:此字段可能返回 null,表示取不到有效值。
2813
2679
  :rtype: str
2814
2680
  """
2815
2681
  return self._EnvVar
@@ -2821,7 +2687,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2821
2687
  @property
2822
2688
  def InitialDelaySeconds(self):
2823
2689
  """InitialDelaySeconds 延迟多长时间启动健康检查
2824
- 注意:此字段可能返回 null,表示取不到有效值。
2825
2690
  :rtype: int
2826
2691
  """
2827
2692
  return self._InitialDelaySeconds
@@ -2833,7 +2698,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2833
2698
  @property
2834
2699
  def Cpu(self):
2835
2700
  """CPU大小
2836
- 注意:此字段可能返回 null,表示取不到有效值。
2837
2701
  :rtype: int
2838
2702
  """
2839
2703
  return self._Cpu
@@ -2845,7 +2709,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2845
2709
  @property
2846
2710
  def Mem(self):
2847
2711
  """内存大小(单位:M)
2848
- 注意:此字段可能返回 null,表示取不到有效值。
2849
2712
  :rtype: int
2850
2713
  """
2851
2714
  return self._Mem
@@ -2857,7 +2720,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2857
2720
  @property
2858
2721
  def Security(self):
2859
2722
  """安全特性
2860
- 注意:此字段可能返回 null,表示取不到有效值。
2861
2723
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
2862
2724
  """
2863
2725
  return self._Security
@@ -2869,7 +2731,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2869
2731
  @property
2870
2732
  def VolumeMountInfos(self):
2871
2733
  """挂载信息
2872
- 注意:此字段可能返回 null,表示取不到有效值。
2873
2734
  :rtype: list of CloudBaseRunVolumeMount
2874
2735
  """
2875
2736
  return self._VolumeMountInfos
@@ -2914,19 +2775,14 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2914
2775
  def __init__(self):
2915
2776
  r"""
2916
2777
  :param _VersionName: 版本名称
2917
- 注意:此字段可能返回 null,表示取不到有效值。
2918
2778
  :type VersionName: str
2919
2779
  :param _FlowRatio: 流量占比
2920
- 注意:此字段可能返回 null,表示取不到有效值。
2921
2780
  :type FlowRatio: int
2922
2781
  :param _UrlParam: 流量参数键值对(URL参数/HEADERS参数)
2923
- 注意:此字段可能返回 null,表示取不到有效值。
2924
2782
  :type UrlParam: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
2925
2783
  :param _Priority: 优先级
2926
- 注意:此字段可能返回 null,表示取不到有效值。
2927
2784
  :type Priority: int
2928
2785
  :param _IsDefaultPriority: 是否是默认兜底版本
2929
- 注意:此字段可能返回 null,表示取不到有效值。
2930
2786
  :type IsDefaultPriority: bool
2931
2787
  """
2932
2788
  self._VersionName = None
@@ -2938,7 +2794,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2938
2794
  @property
2939
2795
  def VersionName(self):
2940
2796
  """版本名称
2941
- 注意:此字段可能返回 null,表示取不到有效值。
2942
2797
  :rtype: str
2943
2798
  """
2944
2799
  return self._VersionName
@@ -2950,7 +2805,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2950
2805
  @property
2951
2806
  def FlowRatio(self):
2952
2807
  """流量占比
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
2808
  :rtype: int
2955
2809
  """
2956
2810
  return self._FlowRatio
@@ -2962,7 +2816,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2962
2816
  @property
2963
2817
  def UrlParam(self):
2964
2818
  """流量参数键值对(URL参数/HEADERS参数)
2965
- 注意:此字段可能返回 null,表示取不到有效值。
2966
2819
  :rtype: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
2967
2820
  """
2968
2821
  return self._UrlParam
@@ -2974,7 +2827,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2974
2827
  @property
2975
2828
  def Priority(self):
2976
2829
  """优先级
2977
- 注意:此字段可能返回 null,表示取不到有效值。
2978
2830
  :rtype: int
2979
2831
  """
2980
2832
  return self._Priority
@@ -2986,7 +2838,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2986
2838
  @property
2987
2839
  def IsDefaultPriority(self):
2988
2840
  """是否是默认兜底版本
2989
- 注意:此字段可能返回 null,表示取不到有效值。
2990
2841
  :rtype: bool
2991
2842
  """
2992
2843
  return self._IsDefaultPriority
@@ -3026,12 +2877,10 @@ class CloudBaseRunVersionPod(AbstractModel):
3026
2877
  :param _PodId: pod name
3027
2878
  :type PodId: str
3028
2879
  :param _PodIp: pod ip
3029
- 注意:此字段可能返回 null,表示取不到有效值。
3030
2880
  :type PodIp: str
3031
2881
  :param _Status: 状态
3032
2882
  :type Status: str
3033
2883
  :param _CreateTime: 创建时间
3034
- 注意:此字段可能返回 null,表示取不到有效值。
3035
2884
  :type CreateTime: str
3036
2885
  """
3037
2886
  self._Webshell = None
@@ -3065,7 +2914,6 @@ class CloudBaseRunVersionPod(AbstractModel):
3065
2914
  @property
3066
2915
  def PodIp(self):
3067
2916
  """pod ip
3068
- 注意:此字段可能返回 null,表示取不到有效值。
3069
2917
  :rtype: str
3070
2918
  """
3071
2919
  return self._PodIp
@@ -3088,7 +2936,6 @@ class CloudBaseRunVersionPod(AbstractModel):
3088
2936
  @property
3089
2937
  def CreateTime(self):
3090
2938
  """创建时间
3091
- 注意:此字段可能返回 null,表示取不到有效值。
3092
2939
  :rtype: str
3093
2940
  """
3094
2941
  return self._CreateTime
@@ -3122,19 +2969,15 @@ class CloudBaseRunVolumeMount(AbstractModel):
3122
2969
  def __init__(self):
3123
2970
  r"""
3124
2971
  :param _Name: 资源名
3125
- 注意:此字段可能返回 null,表示取不到有效值。
3126
2972
  :type Name: str
3127
2973
  :param _MountPath: 挂载路径
3128
- 注意:此字段可能返回 null,表示取不到有效值。
3129
2974
  :type MountPath: str
3130
2975
  :param _ReadOnly: 是否只读
3131
- 注意:此字段可能返回 null,表示取不到有效值。
3132
2976
  :type ReadOnly: bool
3133
2977
  :param _NfsVolumes: Nfs挂载信息
3134
2978
  注意:此字段可能返回 null,表示取不到有效值。
3135
2979
  :type NfsVolumes: list of CloudBaseRunNfsVolumeSource
3136
2980
  :param _MountPropagation: 挂载配置
3137
- 注意:此字段可能返回 null,表示取不到有效值。
3138
2981
  :type MountPropagation: str
3139
2982
  """
3140
2983
  self._Name = None
@@ -3146,7 +2989,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3146
2989
  @property
3147
2990
  def Name(self):
3148
2991
  """资源名
3149
- 注意:此字段可能返回 null,表示取不到有效值。
3150
2992
  :rtype: str
3151
2993
  """
3152
2994
  return self._Name
@@ -3158,7 +3000,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3158
3000
  @property
3159
3001
  def MountPath(self):
3160
3002
  """挂载路径
3161
- 注意:此字段可能返回 null,表示取不到有效值。
3162
3003
  :rtype: str
3163
3004
  """
3164
3005
  return self._MountPath
@@ -3170,7 +3011,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3170
3011
  @property
3171
3012
  def ReadOnly(self):
3172
3013
  """是否只读
3173
- 注意:此字段可能返回 null,表示取不到有效值。
3174
3014
  :rtype: bool
3175
3015
  """
3176
3016
  return self._ReadOnly
@@ -3194,7 +3034,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3194
3034
  @property
3195
3035
  def MountPropagation(self):
3196
3036
  """挂载配置
3197
- 注意:此字段可能返回 null,表示取不到有效值。
3198
3037
  :rtype: str
3199
3038
  """
3200
3039
  return self._MountPropagation
@@ -3233,13 +3072,10 @@ class CloudBaseRunVpcInfo(AbstractModel):
3233
3072
  def __init__(self):
3234
3073
  r"""
3235
3074
  :param _VpcId: vpc的id
3236
- 注意:此字段可能返回 null,表示取不到有效值。
3237
3075
  :type VpcId: str
3238
3076
  :param _SubnetIds: 子网id
3239
- 注意:此字段可能返回 null,表示取不到有效值。
3240
3077
  :type SubnetIds: list of str
3241
3078
  :param _CreateType: 创建类型(0=继承; 1=新建; 2=指定)
3242
- 注意:此字段可能返回 null,表示取不到有效值。
3243
3079
  :type CreateType: int
3244
3080
  """
3245
3081
  self._VpcId = None
@@ -3249,7 +3085,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3249
3085
  @property
3250
3086
  def VpcId(self):
3251
3087
  """vpc的id
3252
- 注意:此字段可能返回 null,表示取不到有效值。
3253
3088
  :rtype: str
3254
3089
  """
3255
3090
  return self._VpcId
@@ -3261,7 +3096,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3261
3096
  @property
3262
3097
  def SubnetIds(self):
3263
3098
  """子网id
3264
- 注意:此字段可能返回 null,表示取不到有效值。
3265
3099
  :rtype: list of str
3266
3100
  """
3267
3101
  return self._SubnetIds
@@ -3273,7 +3107,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3273
3107
  @property
3274
3108
  def CreateType(self):
3275
3109
  """创建类型(0=继承; 1=新建; 2=指定)
3276
- 注意:此字段可能返回 null,表示取不到有效值。
3277
3110
  :rtype: int
3278
3111
  """
3279
3112
  return self._CreateType
@@ -3305,25 +3138,18 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3305
3138
  def __init__(self):
3306
3139
  r"""
3307
3140
  :param _Id: 子网id
3308
- 注意:此字段可能返回 null,表示取不到有效值。
3309
3141
  :type Id: str
3310
3142
  :param _Cidr: 子网的ipv4
3311
- 注意:此字段可能返回 null,表示取不到有效值。
3312
3143
  :type Cidr: str
3313
3144
  :param _Zone: 可用区
3314
- 注意:此字段可能返回 null,表示取不到有效值。
3315
3145
  :type Zone: str
3316
3146
  :param _Type: 类型
3317
- 注意:此字段可能返回 null,表示取不到有效值。
3318
3147
  :type Type: str
3319
3148
  :param _Target: subnet类型
3320
- 注意:此字段可能返回 null,表示取不到有效值。
3321
3149
  :type Target: str
3322
3150
  :param _Region: 地域
3323
- 注意:此字段可能返回 null,表示取不到有效值。
3324
3151
  :type Region: str
3325
3152
  :param _Name: 名字
3326
- 注意:此字段可能返回 null,表示取不到有效值。
3327
3153
  :type Name: str
3328
3154
  """
3329
3155
  self._Id = None
@@ -3337,7 +3163,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3337
3163
  @property
3338
3164
  def Id(self):
3339
3165
  """子网id
3340
- 注意:此字段可能返回 null,表示取不到有效值。
3341
3166
  :rtype: str
3342
3167
  """
3343
3168
  return self._Id
@@ -3349,7 +3174,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3349
3174
  @property
3350
3175
  def Cidr(self):
3351
3176
  """子网的ipv4
3352
- 注意:此字段可能返回 null,表示取不到有效值。
3353
3177
  :rtype: str
3354
3178
  """
3355
3179
  return self._Cidr
@@ -3361,7 +3185,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3361
3185
  @property
3362
3186
  def Zone(self):
3363
3187
  """可用区
3364
- 注意:此字段可能返回 null,表示取不到有效值。
3365
3188
  :rtype: str
3366
3189
  """
3367
3190
  return self._Zone
@@ -3373,7 +3196,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3373
3196
  @property
3374
3197
  def Type(self):
3375
3198
  """类型
3376
- 注意:此字段可能返回 null,表示取不到有效值。
3377
3199
  :rtype: str
3378
3200
  """
3379
3201
  return self._Type
@@ -3385,7 +3207,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3385
3207
  @property
3386
3208
  def Target(self):
3387
3209
  """subnet类型
3388
- 注意:此字段可能返回 null,表示取不到有效值。
3389
3210
  :rtype: str
3390
3211
  """
3391
3212
  return self._Target
@@ -3397,7 +3218,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3397
3218
  @property
3398
3219
  def Region(self):
3399
3220
  """地域
3400
- 注意:此字段可能返回 null,表示取不到有效值。
3401
3221
  :rtype: str
3402
3222
  """
3403
3223
  return self._Region
@@ -3409,7 +3229,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3409
3229
  @property
3410
3230
  def Name(self):
3411
3231
  """名字
3412
- 注意:此字段可能返回 null,表示取不到有效值。
3413
3232
  :rtype: str
3414
3233
  """
3415
3234
  return self._Name
@@ -3440,13 +3259,11 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3440
3259
  class CloudBaseSecurityContext(AbstractModel):
3441
3260
  """cloudrun安全特性
3442
3261
 
3443
-
3444
3262
  """
3445
3263
 
3446
3264
  def __init__(self):
3447
3265
  r"""
3448
3266
  :param _Capabilities: 安全特性
3449
- 注意:此字段可能返回 null,表示取不到有效值。
3450
3267
  :type Capabilities: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
3451
3268
  """
3452
3269
  self._Capabilities = None
@@ -3454,7 +3271,6 @@ class CloudBaseSecurityContext(AbstractModel):
3454
3271
  @property
3455
3272
  def Capabilities(self):
3456
3273
  """安全特性
3457
- 注意:此字段可能返回 null,表示取不到有效值。
3458
3274
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
3459
3275
  """
3460
3276
  return self._Capabilities
@@ -3486,91 +3302,62 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3486
3302
  def __init__(self):
3487
3303
  r"""
3488
3304
  :param _VersionName: 版本名
3489
- 注意:此字段可能返回 null,表示取不到有效值。
3490
3305
  :type VersionName: str
3491
3306
  :param _Remark: 版本备注
3492
- 注意:此字段可能返回 null,表示取不到有效值。
3493
3307
  :type Remark: str
3494
3308
  :param _Cpu: cpu规格
3495
- 注意:此字段可能返回 null,表示取不到有效值。
3496
3309
  :type Cpu: float
3497
3310
  :param _Mem: 内存规格
3498
- 注意:此字段可能返回 null,表示取不到有效值。
3499
3311
  :type Mem: float
3500
3312
  :param _MinNum: 最小副本数
3501
- 注意:此字段可能返回 null,表示取不到有效值。
3502
3313
  :type MinNum: int
3503
3314
  :param _MaxNum: 最大副本数
3504
- 注意:此字段可能返回 null,表示取不到有效值。
3505
3315
  :type MaxNum: int
3506
3316
  :param _ImageUrl: 镜像url
3507
- 注意:此字段可能返回 null,表示取不到有效值。
3508
3317
  :type ImageUrl: str
3509
3318
  :param _PolicyType: 扩容策略
3510
- 注意:此字段可能返回 null,表示取不到有效值。
3511
3319
  :type PolicyType: str
3512
3320
  :param _PolicyThreshold: 策略阈值
3513
- 注意:此字段可能返回 null,表示取不到有效值。
3514
3321
  :type PolicyThreshold: int
3515
3322
  :param _EnvParams: 环境参数
3516
- 注意:此字段可能返回 null,表示取不到有效值。
3517
3323
  :type EnvParams: str
3518
3324
  :param _ContainerPort: 容器端口
3519
- 注意:此字段可能返回 null,表示取不到有效值。
3520
3325
  :type ContainerPort: int
3521
3326
  :param _CreateTime: 创建时间
3522
- 注意:此字段可能返回 null,表示取不到有效值。
3523
3327
  :type CreateTime: str
3524
3328
  :param _UpdateTime: 更新时间
3525
- 注意:此字段可能返回 null,表示取不到有效值。
3526
3329
  :type UpdateTime: str
3527
3330
  :param _UploadType: 更新类型
3528
- 注意:此字段可能返回 null,表示取不到有效值。
3529
3331
  :type UploadType: str
3530
3332
  :param _DockerfilePath: dockerfile路径
3531
- 注意:此字段可能返回 null,表示取不到有效值。
3532
3333
  :type DockerfilePath: str
3533
3334
  :param _BuildDir: 构建路径
3534
- 注意:此字段可能返回 null,表示取不到有效值。
3535
3335
  :type BuildDir: str
3536
3336
  :param _RepoType: repo类型
3537
- 注意:此字段可能返回 null,表示取不到有效值。
3538
3337
  :type RepoType: str
3539
3338
  :param _Repo: 仓库
3540
- 注意:此字段可能返回 null,表示取不到有效值。
3541
3339
  :type Repo: str
3542
3340
  :param _Branch: 分支
3543
- 注意:此字段可能返回 null,表示取不到有效值。
3544
3341
  :type Branch: str
3545
3342
  :param _EnvId: 环境id
3546
- 注意:此字段可能返回 null,表示取不到有效值。
3547
3343
  :type EnvId: str
3548
3344
  :param _ServerName: 服务名
3549
- 注意:此字段可能返回 null,表示取不到有效值。
3550
3345
  :type ServerName: str
3551
3346
  :param _PackageName: package名字
3552
- 注意:此字段可能返回 null,表示取不到有效值。
3553
3347
  :type PackageName: str
3554
3348
  :param _PackageVersion: package版本
3555
- 注意:此字段可能返回 null,表示取不到有效值。
3556
3349
  :type PackageVersion: str
3557
3350
  :param _CustomLogs: 自定义log路径
3558
- 注意:此字段可能返回 null,表示取不到有效值。
3559
3351
  :type CustomLogs: str
3560
3352
  :param _InitialDelaySeconds: 延时健康检查时间
3561
- 注意:此字段可能返回 null,表示取不到有效值。
3562
3353
  :type InitialDelaySeconds: int
3563
3354
  :param _SnapshotName: snapshot名
3564
- 注意:此字段可能返回 null,表示取不到有效值。
3565
3355
  :type SnapshotName: str
3566
3356
  :param _ImageInfo: 镜像信息
3567
- 注意:此字段可能返回 null,表示取不到有效值。
3568
3357
  :type ImageInfo: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
3569
3358
  :param _CodeDetail: 代码仓库信息
3570
- 注意:此字段可能返回 null,表示取不到有效值。
3571
3359
  :type CodeDetail: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
3572
3360
  :param _Status: 状态
3573
- 注意:此字段可能返回 null,表示取不到有效值。
3574
3361
  :type Status: str
3575
3362
  """
3576
3363
  self._VersionName = None
@@ -3606,7 +3393,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3606
3393
  @property
3607
3394
  def VersionName(self):
3608
3395
  """版本名
3609
- 注意:此字段可能返回 null,表示取不到有效值。
3610
3396
  :rtype: str
3611
3397
  """
3612
3398
  return self._VersionName
@@ -3618,7 +3404,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3618
3404
  @property
3619
3405
  def Remark(self):
3620
3406
  """版本备注
3621
- 注意:此字段可能返回 null,表示取不到有效值。
3622
3407
  :rtype: str
3623
3408
  """
3624
3409
  return self._Remark
@@ -3630,7 +3415,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3630
3415
  @property
3631
3416
  def Cpu(self):
3632
3417
  """cpu规格
3633
- 注意:此字段可能返回 null,表示取不到有效值。
3634
3418
  :rtype: float
3635
3419
  """
3636
3420
  return self._Cpu
@@ -3642,7 +3426,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3642
3426
  @property
3643
3427
  def Mem(self):
3644
3428
  """内存规格
3645
- 注意:此字段可能返回 null,表示取不到有效值。
3646
3429
  :rtype: float
3647
3430
  """
3648
3431
  return self._Mem
@@ -3654,7 +3437,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3654
3437
  @property
3655
3438
  def MinNum(self):
3656
3439
  """最小副本数
3657
- 注意:此字段可能返回 null,表示取不到有效值。
3658
3440
  :rtype: int
3659
3441
  """
3660
3442
  return self._MinNum
@@ -3666,7 +3448,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3666
3448
  @property
3667
3449
  def MaxNum(self):
3668
3450
  """最大副本数
3669
- 注意:此字段可能返回 null,表示取不到有效值。
3670
3451
  :rtype: int
3671
3452
  """
3672
3453
  return self._MaxNum
@@ -3678,7 +3459,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3678
3459
  @property
3679
3460
  def ImageUrl(self):
3680
3461
  """镜像url
3681
- 注意:此字段可能返回 null,表示取不到有效值。
3682
3462
  :rtype: str
3683
3463
  """
3684
3464
  return self._ImageUrl
@@ -3690,7 +3470,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3690
3470
  @property
3691
3471
  def PolicyType(self):
3692
3472
  """扩容策略
3693
- 注意:此字段可能返回 null,表示取不到有效值。
3694
3473
  :rtype: str
3695
3474
  """
3696
3475
  return self._PolicyType
@@ -3702,7 +3481,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3702
3481
  @property
3703
3482
  def PolicyThreshold(self):
3704
3483
  """策略阈值
3705
- 注意:此字段可能返回 null,表示取不到有效值。
3706
3484
  :rtype: int
3707
3485
  """
3708
3486
  return self._PolicyThreshold
@@ -3714,7 +3492,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3714
3492
  @property
3715
3493
  def EnvParams(self):
3716
3494
  """环境参数
3717
- 注意:此字段可能返回 null,表示取不到有效值。
3718
3495
  :rtype: str
3719
3496
  """
3720
3497
  return self._EnvParams
@@ -3726,7 +3503,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3726
3503
  @property
3727
3504
  def ContainerPort(self):
3728
3505
  """容器端口
3729
- 注意:此字段可能返回 null,表示取不到有效值。
3730
3506
  :rtype: int
3731
3507
  """
3732
3508
  return self._ContainerPort
@@ -3738,7 +3514,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3738
3514
  @property
3739
3515
  def CreateTime(self):
3740
3516
  """创建时间
3741
- 注意:此字段可能返回 null,表示取不到有效值。
3742
3517
  :rtype: str
3743
3518
  """
3744
3519
  return self._CreateTime
@@ -3750,7 +3525,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3750
3525
  @property
3751
3526
  def UpdateTime(self):
3752
3527
  """更新时间
3753
- 注意:此字段可能返回 null,表示取不到有效值。
3754
3528
  :rtype: str
3755
3529
  """
3756
3530
  return self._UpdateTime
@@ -3762,7 +3536,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3762
3536
  @property
3763
3537
  def UploadType(self):
3764
3538
  """更新类型
3765
- 注意:此字段可能返回 null,表示取不到有效值。
3766
3539
  :rtype: str
3767
3540
  """
3768
3541
  return self._UploadType
@@ -3774,7 +3547,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3774
3547
  @property
3775
3548
  def DockerfilePath(self):
3776
3549
  """dockerfile路径
3777
- 注意:此字段可能返回 null,表示取不到有效值。
3778
3550
  :rtype: str
3779
3551
  """
3780
3552
  return self._DockerfilePath
@@ -3786,7 +3558,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3786
3558
  @property
3787
3559
  def BuildDir(self):
3788
3560
  """构建路径
3789
- 注意:此字段可能返回 null,表示取不到有效值。
3790
3561
  :rtype: str
3791
3562
  """
3792
3563
  return self._BuildDir
@@ -3798,7 +3569,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3798
3569
  @property
3799
3570
  def RepoType(self):
3800
3571
  """repo类型
3801
- 注意:此字段可能返回 null,表示取不到有效值。
3802
3572
  :rtype: str
3803
3573
  """
3804
3574
  return self._RepoType
@@ -3810,7 +3580,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3810
3580
  @property
3811
3581
  def Repo(self):
3812
3582
  """仓库
3813
- 注意:此字段可能返回 null,表示取不到有效值。
3814
3583
  :rtype: str
3815
3584
  """
3816
3585
  return self._Repo
@@ -3822,7 +3591,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3822
3591
  @property
3823
3592
  def Branch(self):
3824
3593
  """分支
3825
- 注意:此字段可能返回 null,表示取不到有效值。
3826
3594
  :rtype: str
3827
3595
  """
3828
3596
  return self._Branch
@@ -3834,7 +3602,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3834
3602
  @property
3835
3603
  def EnvId(self):
3836
3604
  """环境id
3837
- 注意:此字段可能返回 null,表示取不到有效值。
3838
3605
  :rtype: str
3839
3606
  """
3840
3607
  return self._EnvId
@@ -3846,7 +3613,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3846
3613
  @property
3847
3614
  def ServerName(self):
3848
3615
  """服务名
3849
- 注意:此字段可能返回 null,表示取不到有效值。
3850
3616
  :rtype: str
3851
3617
  """
3852
3618
  return self._ServerName
@@ -3858,7 +3624,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3858
3624
  @property
3859
3625
  def PackageName(self):
3860
3626
  """package名字
3861
- 注意:此字段可能返回 null,表示取不到有效值。
3862
3627
  :rtype: str
3863
3628
  """
3864
3629
  return self._PackageName
@@ -3870,7 +3635,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3870
3635
  @property
3871
3636
  def PackageVersion(self):
3872
3637
  """package版本
3873
- 注意:此字段可能返回 null,表示取不到有效值。
3874
3638
  :rtype: str
3875
3639
  """
3876
3640
  return self._PackageVersion
@@ -3882,7 +3646,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3882
3646
  @property
3883
3647
  def CustomLogs(self):
3884
3648
  """自定义log路径
3885
- 注意:此字段可能返回 null,表示取不到有效值。
3886
3649
  :rtype: str
3887
3650
  """
3888
3651
  return self._CustomLogs
@@ -3894,7 +3657,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3894
3657
  @property
3895
3658
  def InitialDelaySeconds(self):
3896
3659
  """延时健康检查时间
3897
- 注意:此字段可能返回 null,表示取不到有效值。
3898
3660
  :rtype: int
3899
3661
  """
3900
3662
  return self._InitialDelaySeconds
@@ -3906,7 +3668,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3906
3668
  @property
3907
3669
  def SnapshotName(self):
3908
3670
  """snapshot名
3909
- 注意:此字段可能返回 null,表示取不到有效值。
3910
3671
  :rtype: str
3911
3672
  """
3912
3673
  return self._SnapshotName
@@ -3918,7 +3679,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3918
3679
  @property
3919
3680
  def ImageInfo(self):
3920
3681
  """镜像信息
3921
- 注意:此字段可能返回 null,表示取不到有效值。
3922
3682
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
3923
3683
  """
3924
3684
  return self._ImageInfo
@@ -3930,7 +3690,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3930
3690
  @property
3931
3691
  def CodeDetail(self):
3932
3692
  """代码仓库信息
3933
- 注意:此字段可能返回 null,表示取不到有效值。
3934
3693
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
3935
3694
  """
3936
3695
  return self._CodeDetail
@@ -3942,7 +3701,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3942
3701
  @property
3943
3702
  def Status(self):
3944
3703
  """状态
3945
- 注意:此字段可能返回 null,表示取不到有效值。
3946
3704
  :rtype: str
3947
3705
  """
3948
3706
  return self._Status
@@ -4004,22 +3762,16 @@ class CloudRunServiceVolume(AbstractModel):
4004
3762
  def __init__(self):
4005
3763
  r"""
4006
3764
  :param _Name: 名称
4007
- 注意:此字段可能返回 null,表示取不到有效值。
4008
3765
  :type Name: str
4009
3766
  :param _NFS: NFS的挂载方式
4010
- 注意:此字段可能返回 null,表示取不到有效值。
4011
3767
  :type NFS: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
4012
3768
  :param _SecretName: secret名称
4013
- 注意:此字段可能返回 null,表示取不到有效值。
4014
3769
  :type SecretName: str
4015
3770
  :param _EnableEmptyDirVolume: 是否开启临时目录逐步废弃,请使用 EmptyDir
4016
- 注意:此字段可能返回 null,表示取不到有效值。
4017
3771
  :type EnableEmptyDirVolume: bool
4018
3772
  :param _EmptyDir: emptydir数据卷详细信息
4019
- 注意:此字段可能返回 null,表示取不到有效值。
4020
3773
  :type EmptyDir: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
4021
3774
  :param _HostPath: 主机路径挂载信息
4022
- 注意:此字段可能返回 null,表示取不到有效值。
4023
3775
  :type HostPath: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
4024
3776
  """
4025
3777
  self._Name = None
@@ -4032,7 +3784,6 @@ class CloudRunServiceVolume(AbstractModel):
4032
3784
  @property
4033
3785
  def Name(self):
4034
3786
  """名称
4035
- 注意:此字段可能返回 null,表示取不到有效值。
4036
3787
  :rtype: str
4037
3788
  """
4038
3789
  return self._Name
@@ -4044,7 +3795,6 @@ class CloudRunServiceVolume(AbstractModel):
4044
3795
  @property
4045
3796
  def NFS(self):
4046
3797
  """NFS的挂载方式
4047
- 注意:此字段可能返回 null,表示取不到有效值。
4048
3798
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
4049
3799
  """
4050
3800
  return self._NFS
@@ -4056,7 +3806,6 @@ class CloudRunServiceVolume(AbstractModel):
4056
3806
  @property
4057
3807
  def SecretName(self):
4058
3808
  """secret名称
4059
- 注意:此字段可能返回 null,表示取不到有效值。
4060
3809
  :rtype: str
4061
3810
  """
4062
3811
  return self._SecretName
@@ -4068,7 +3817,6 @@ class CloudRunServiceVolume(AbstractModel):
4068
3817
  @property
4069
3818
  def EnableEmptyDirVolume(self):
4070
3819
  """是否开启临时目录逐步废弃,请使用 EmptyDir
4071
- 注意:此字段可能返回 null,表示取不到有效值。
4072
3820
  :rtype: bool
4073
3821
  """
4074
3822
  return self._EnableEmptyDirVolume
@@ -4080,7 +3828,6 @@ class CloudRunServiceVolume(AbstractModel):
4080
3828
  @property
4081
3829
  def EmptyDir(self):
4082
3830
  """emptydir数据卷详细信息
4083
- 注意:此字段可能返回 null,表示取不到有效值。
4084
3831
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
4085
3832
  """
4086
3833
  return self._EmptyDir
@@ -4092,7 +3839,6 @@ class CloudRunServiceVolume(AbstractModel):
4092
3839
  @property
4093
3840
  def HostPath(self):
4094
3841
  """主机路径挂载信息
4095
- 注意:此字段可能返回 null,表示取不到有效值。
4096
3842
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
4097
3843
  """
4098
3844
  return self._HostPath
@@ -7580,90 +7326,6 @@ class DeleteWxGatewayRouteResponse(AbstractModel):
7580
7326
  self._RequestId = params.get("RequestId")
7581
7327
 
7582
7328
 
7583
- class DescribeActivityInfoRequest(AbstractModel):
7584
- """DescribeActivityInfo请求参数结构体
7585
-
7586
- """
7587
-
7588
- def __init__(self):
7589
- r"""
7590
- :param _ActivityIdList: 活动id列表
7591
- :type ActivityIdList: list of int
7592
- """
7593
- self._ActivityIdList = None
7594
-
7595
- @property
7596
- def ActivityIdList(self):
7597
- """活动id列表
7598
- :rtype: list of int
7599
- """
7600
- return self._ActivityIdList
7601
-
7602
- @ActivityIdList.setter
7603
- def ActivityIdList(self, ActivityIdList):
7604
- self._ActivityIdList = ActivityIdList
7605
-
7606
-
7607
- def _deserialize(self, params):
7608
- self._ActivityIdList = params.get("ActivityIdList")
7609
- memeber_set = set(params.keys())
7610
- for name, value in vars(self).items():
7611
- property_name = name[1:]
7612
- if property_name in memeber_set:
7613
- memeber_set.remove(property_name)
7614
- if len(memeber_set) > 0:
7615
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7616
-
7617
-
7618
-
7619
- class DescribeActivityInfoResponse(AbstractModel):
7620
- """DescribeActivityInfo返回参数结构体
7621
-
7622
- """
7623
-
7624
- def __init__(self):
7625
- r"""
7626
- :param _ActivityInfoList: 活动详情
7627
- :type ActivityInfoList: list of ActivityInfoItem
7628
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7629
- :type RequestId: str
7630
- """
7631
- self._ActivityInfoList = None
7632
- self._RequestId = None
7633
-
7634
- @property
7635
- def ActivityInfoList(self):
7636
- """活动详情
7637
- :rtype: list of ActivityInfoItem
7638
- """
7639
- return self._ActivityInfoList
7640
-
7641
- @ActivityInfoList.setter
7642
- def ActivityInfoList(self, ActivityInfoList):
7643
- self._ActivityInfoList = ActivityInfoList
7644
-
7645
- @property
7646
- def RequestId(self):
7647
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7648
- :rtype: str
7649
- """
7650
- return self._RequestId
7651
-
7652
- @RequestId.setter
7653
- def RequestId(self, RequestId):
7654
- self._RequestId = RequestId
7655
-
7656
-
7657
- def _deserialize(self, params):
7658
- if params.get("ActivityInfoList") is not None:
7659
- self._ActivityInfoList = []
7660
- for item in params.get("ActivityInfoList"):
7661
- obj = ActivityInfoItem()
7662
- obj._deserialize(item)
7663
- self._ActivityInfoList.append(obj)
7664
- self._RequestId = params.get("RequestId")
7665
-
7666
-
7667
7329
  class DescribeActivityRecordRequest(AbstractModel):
7668
7330
  """DescribeActivityRecord请求参数结构体
7669
7331
 
@@ -16673,6 +16335,115 @@ class DestroyStaticStoreResponse(AbstractModel):
16673
16335
  self._RequestId = params.get("RequestId")
16674
16336
 
16675
16337
 
16338
+ class EditAuthConfigRequest(AbstractModel):
16339
+ """EditAuthConfig请求参数结构体
16340
+
16341
+ """
16342
+
16343
+ def __init__(self):
16344
+ r"""
16345
+ :param _EnvId: 环境id
16346
+ :type EnvId: str
16347
+ :param _PhoneNumberLogin: 手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
16348
+ :type PhoneNumberLogin: str
16349
+ :param _AnonymousLogin: 匿名登录配置 "TRUE", "FALSE"
16350
+ :type AnonymousLogin: str
16351
+ :param _UsernameLogin: 用户名密码登录配置 "TRUE", "FALSE"
16352
+ :type UsernameLogin: str
16353
+ """
16354
+ self._EnvId = None
16355
+ self._PhoneNumberLogin = None
16356
+ self._AnonymousLogin = None
16357
+ self._UsernameLogin = None
16358
+
16359
+ @property
16360
+ def EnvId(self):
16361
+ """环境id
16362
+ :rtype: str
16363
+ """
16364
+ return self._EnvId
16365
+
16366
+ @EnvId.setter
16367
+ def EnvId(self, EnvId):
16368
+ self._EnvId = EnvId
16369
+
16370
+ @property
16371
+ def PhoneNumberLogin(self):
16372
+ """手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
16373
+ :rtype: str
16374
+ """
16375
+ return self._PhoneNumberLogin
16376
+
16377
+ @PhoneNumberLogin.setter
16378
+ def PhoneNumberLogin(self, PhoneNumberLogin):
16379
+ self._PhoneNumberLogin = PhoneNumberLogin
16380
+
16381
+ @property
16382
+ def AnonymousLogin(self):
16383
+ """匿名登录配置 "TRUE", "FALSE"
16384
+ :rtype: str
16385
+ """
16386
+ return self._AnonymousLogin
16387
+
16388
+ @AnonymousLogin.setter
16389
+ def AnonymousLogin(self, AnonymousLogin):
16390
+ self._AnonymousLogin = AnonymousLogin
16391
+
16392
+ @property
16393
+ def UsernameLogin(self):
16394
+ """用户名密码登录配置 "TRUE", "FALSE"
16395
+ :rtype: str
16396
+ """
16397
+ return self._UsernameLogin
16398
+
16399
+ @UsernameLogin.setter
16400
+ def UsernameLogin(self, UsernameLogin):
16401
+ self._UsernameLogin = UsernameLogin
16402
+
16403
+
16404
+ def _deserialize(self, params):
16405
+ self._EnvId = params.get("EnvId")
16406
+ self._PhoneNumberLogin = params.get("PhoneNumberLogin")
16407
+ self._AnonymousLogin = params.get("AnonymousLogin")
16408
+ self._UsernameLogin = params.get("UsernameLogin")
16409
+ memeber_set = set(params.keys())
16410
+ for name, value in vars(self).items():
16411
+ property_name = name[1:]
16412
+ if property_name in memeber_set:
16413
+ memeber_set.remove(property_name)
16414
+ if len(memeber_set) > 0:
16415
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16416
+
16417
+
16418
+
16419
+ class EditAuthConfigResponse(AbstractModel):
16420
+ """EditAuthConfig返回参数结构体
16421
+
16422
+ """
16423
+
16424
+ def __init__(self):
16425
+ r"""
16426
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16427
+ :type RequestId: str
16428
+ """
16429
+ self._RequestId = None
16430
+
16431
+ @property
16432
+ def RequestId(self):
16433
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16434
+ :rtype: str
16435
+ """
16436
+ return self._RequestId
16437
+
16438
+ @RequestId.setter
16439
+ def RequestId(self, RequestId):
16440
+ self._RequestId = RequestId
16441
+
16442
+
16443
+ def _deserialize(self, params):
16444
+ self._RequestId = params.get("RequestId")
16445
+
16446
+
16676
16447
  class EndUserInfo(AbstractModel):
16677
16448
  """终端用户信息
16678
16449
 
@@ -19125,10 +18896,8 @@ class HpaPolicy(AbstractModel):
19125
18896
  def __init__(self):
19126
18897
  r"""
19127
18898
  :param _PolicyType: 策略类型
19128
- 注意:此字段可能返回 null,表示取不到有效值。
19129
18899
  :type PolicyType: str
19130
18900
  :param _PolicyThreshold: 策略阈值
19131
- 注意:此字段可能返回 null,表示取不到有效值。
19132
18901
  :type PolicyThreshold: int
19133
18902
  """
19134
18903
  self._PolicyType = None
@@ -19137,7 +18906,6 @@ class HpaPolicy(AbstractModel):
19137
18906
  @property
19138
18907
  def PolicyType(self):
19139
18908
  """策略类型
19140
- 注意:此字段可能返回 null,表示取不到有效值。
19141
18909
  :rtype: str
19142
18910
  """
19143
18911
  return self._PolicyType
@@ -19149,7 +18917,6 @@ class HpaPolicy(AbstractModel):
19149
18917
  @property
19150
18918
  def PolicyThreshold(self):
19151
18919
  """策略阈值
19152
- 注意:此字段可能返回 null,表示取不到有效值。
19153
18920
  :rtype: int
19154
18921
  """
19155
18922
  return self._PolicyThreshold
@@ -22908,13 +22675,10 @@ class TkeClusterInfo(AbstractModel):
22908
22675
  def __init__(self):
22909
22676
  r"""
22910
22677
  :param _ClusterId: 集群ID
22911
- 注意:此字段可能返回 null,表示取不到有效值。
22912
22678
  :type ClusterId: str
22913
22679
  :param _VpcId: 集群的vpcId
22914
- 注意:此字段可能返回 null,表示取不到有效值。
22915
22680
  :type VpcId: str
22916
22681
  :param _VersionClbSubnetId: 版本内网CLB所在子网Id
22917
- 注意:此字段可能返回 null,表示取不到有效值。
22918
22682
  :type VersionClbSubnetId: str
22919
22683
  """
22920
22684
  self._ClusterId = None
@@ -22924,7 +22688,6 @@ class TkeClusterInfo(AbstractModel):
22924
22688
  @property
22925
22689
  def ClusterId(self):
22926
22690
  """集群ID
22927
- 注意:此字段可能返回 null,表示取不到有效值。
22928
22691
  :rtype: str
22929
22692
  """
22930
22693
  return self._ClusterId
@@ -22936,7 +22699,6 @@ class TkeClusterInfo(AbstractModel):
22936
22699
  @property
22937
22700
  def VpcId(self):
22938
22701
  """集群的vpcId
22939
- 注意:此字段可能返回 null,表示取不到有效值。
22940
22702
  :rtype: str
22941
22703
  """
22942
22704
  return self._VpcId
@@ -22948,7 +22710,6 @@ class TkeClusterInfo(AbstractModel):
22948
22710
  @property
22949
22711
  def VersionClbSubnetId(self):
22950
22712
  """版本内网CLB所在子网Id
22951
- 注意:此字段可能返回 null,表示取不到有效值。
22952
22713
  :rtype: str
22953
22714
  """
22954
22715
  return self._VersionClbSubnetId