tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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 (108) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +237 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +13 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +16 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +7 -33
  20. tencentcloud/cfw/v20190904/models.py +711 -1329
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +4 -4
  23. tencentcloud/clb/v20180317/models.py +2 -4
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +226 -136
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +6 -2
  33. tencentcloud/cwp/v20180228/models.py +240 -114
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  38. tencentcloud/eb/v20210416/models.py +19 -19
  39. tencentcloud/es/v20180416/errorcodes.py +4 -1
  40. tencentcloud/es/v20180416/es_client.py +92 -0
  41. tencentcloud/es/v20180416/models.py +770 -12
  42. tencentcloud/ess/v20201111/ess_client.py +87 -8
  43. tencentcloud/ess/v20201111/models.py +239 -11
  44. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  45. tencentcloud/essbasic/v20210526/models.py +365 -19
  46. tencentcloud/gaap/v20180529/models.py +40 -3
  47. tencentcloud/hunyuan/v20230901/models.py +12 -0
  48. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  49. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  50. tencentcloud/ioa/v20220601/models.py +516 -46
  51. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  52. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  53. tencentcloud/iotvideo/v20191126/models.py +379 -0
  54. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  55. tencentcloud/live/v20180801/models.py +51 -0
  56. tencentcloud/mongodb/v20190725/models.py +3 -7
  57. tencentcloud/mqtt/v20240516/models.py +2 -2
  58. tencentcloud/mrs/v20200910/models.py +22 -0
  59. tencentcloud/ms/v20180408/models.py +101 -62
  60. tencentcloud/ocr/v20181119/models.py +7 -16
  61. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  62. tencentcloud/organization/v20210331/errorcodes.py +30 -0
  63. tencentcloud/organization/v20210331/models.py +674 -0
  64. tencentcloud/organization/v20210331/organization_client.py +138 -0
  65. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  66. tencentcloud/privatedns/v20201028/models.py +858 -4
  67. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  68. tencentcloud/redis/v20180412/models.py +14 -14
  69. tencentcloud/redis/v20180412/redis_client.py +2 -0
  70. tencentcloud/region/v20220627/models.py +0 -1
  71. tencentcloud/scf/v20180416/models.py +889 -8
  72. tencentcloud/scf/v20180416/scf_client.py +115 -0
  73. tencentcloud/smop/v20201203/models.py +17 -17
  74. tencentcloud/ssl/v20191205/models.py +1 -1
  75. tencentcloud/ssm/v20190923/models.py +84 -0
  76. tencentcloud/tat/v20201028/models.py +1 -29
  77. tencentcloud/tcss/v20201101/models.py +472 -46
  78. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  79. tencentcloud/tdmq/v20200217/models.py +7 -7
  80. tencentcloud/tem/v20210701/models.py +202 -198
  81. tencentcloud/teo/v20220901/errorcodes.py +30 -0
  82. tencentcloud/teo/v20220901/models.py +1466 -93
  83. tencentcloud/teo/v20220901/teo_client.py +115 -0
  84. tencentcloud/tke/v20180525/models.py +70 -0
  85. tencentcloud/tke/v20180525/tke_client.py +23 -0
  86. tencentcloud/tms/v20201229/models.py +0 -558
  87. tencentcloud/tms/v20201229/tms_client.py +0 -23
  88. tencentcloud/trp/v20210515/models.py +6 -6
  89. tencentcloud/trtc/v20190722/models.py +353 -4
  90. tencentcloud/tse/v20201207/models.py +94 -0
  91. tencentcloud/tse/v20201207/tse_client.py +23 -0
  92. tencentcloud/vclm/v20240523/models.py +166 -0
  93. tencentcloud/vpc/v20170312/models.py +134 -2
  94. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  95. tencentcloud/waf/v20180125/models.py +239 -531
  96. tencentcloud/waf/v20180125/waf_client.py +23 -25
  97. tencentcloud/wedata/v20210820/models.py +991 -0
  98. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  99. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  100. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
  101. tencentcloud/cr/__init__.py +0 -0
  102. tencentcloud/cr/v20180321/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/cr_client.py +0 -672
  104. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  105. tencentcloud/cr/v20180321/models.py +0 -4966
  106. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  107. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  108. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -29,10 +29,10 @@ class Autoscaler(AbstractModel):
29
29
  :type MinReplicas: int
30
30
  :param _MaxReplicas: 弹性伸缩最大实例数
31
31
  :type MaxReplicas: int
32
- :param _HorizontalAutoscaler: 指标弹性伸缩策略
32
+ :param _HorizontalAutoscaler: 指标弹性伸缩策略(指标策略和定时策略必须填写一个)
33
33
  注意:此字段可能返回 null,表示取不到有效值。
34
34
  :type HorizontalAutoscaler: list of HorizontalAutoscaler
35
- :param _CronHorizontalAutoscaler: 定时弹性伸缩策略
35
+ :param _CronHorizontalAutoscaler: 定时弹性伸缩策略(指标策略和定时策略必须填写一个)
36
36
  注意:此字段可能返回 null,表示取不到有效值。
37
37
  :type CronHorizontalAutoscaler: list of CronHorizontalAutoscaler
38
38
  :param _AutoscalerId: 弹性伸缩ID
@@ -409,15 +409,15 @@ class CreateApplicationAutoscalerRequest(AbstractModel):
409
409
  :type ApplicationId: str
410
410
  :param _EnvironmentId: 环境ID
411
411
  :type EnvironmentId: str
412
- :param _SourceChannel: 来源渠道
413
- :type SourceChannel: int
414
412
  :param _Autoscaler: 弹性伸缩策略
415
413
  :type Autoscaler: :class:`tencentcloud.tem.v20210701.models.Autoscaler`
414
+ :param _SourceChannel: 来源渠道
415
+ :type SourceChannel: int
416
416
  """
417
417
  self._ApplicationId = None
418
418
  self._EnvironmentId = None
419
- self._SourceChannel = None
420
419
  self._Autoscaler = None
420
+ self._SourceChannel = None
421
421
 
422
422
  @property
423
423
  def ApplicationId(self):
@@ -435,14 +435,6 @@ class CreateApplicationAutoscalerRequest(AbstractModel):
435
435
  def EnvironmentId(self, EnvironmentId):
436
436
  self._EnvironmentId = EnvironmentId
437
437
 
438
- @property
439
- def SourceChannel(self):
440
- return self._SourceChannel
441
-
442
- @SourceChannel.setter
443
- def SourceChannel(self, SourceChannel):
444
- self._SourceChannel = SourceChannel
445
-
446
438
  @property
447
439
  def Autoscaler(self):
448
440
  return self._Autoscaler
@@ -451,14 +443,22 @@ class CreateApplicationAutoscalerRequest(AbstractModel):
451
443
  def Autoscaler(self, Autoscaler):
452
444
  self._Autoscaler = Autoscaler
453
445
 
446
+ @property
447
+ def SourceChannel(self):
448
+ return self._SourceChannel
449
+
450
+ @SourceChannel.setter
451
+ def SourceChannel(self, SourceChannel):
452
+ self._SourceChannel = SourceChannel
453
+
454
454
 
455
455
  def _deserialize(self, params):
456
456
  self._ApplicationId = params.get("ApplicationId")
457
457
  self._EnvironmentId = params.get("EnvironmentId")
458
- self._SourceChannel = params.get("SourceChannel")
459
458
  if params.get("Autoscaler") is not None:
460
459
  self._Autoscaler = Autoscaler()
461
460
  self._Autoscaler._deserialize(params.get("Autoscaler"))
461
+ self._SourceChannel = params.get("SourceChannel")
462
462
  memeber_set = set(params.keys())
463
463
  for name, value in vars(self).items():
464
464
  property_name = name[1:]
@@ -756,15 +756,15 @@ class CreateApplicationServiceRequest(AbstractModel):
756
756
  :type ApplicationId: str
757
757
  :param _EnvironmentId: 环境ID
758
758
  :type EnvironmentId: str
759
- :param _SourceChannel: 来源渠道
760
- :type SourceChannel: int
761
759
  :param _Service: 访问方式详情
762
760
  :type Service: :class:`tencentcloud.tem.v20210701.models.ServicePortMapping`
761
+ :param _SourceChannel: 来源渠道
762
+ :type SourceChannel: int
763
763
  """
764
764
  self._ApplicationId = None
765
765
  self._EnvironmentId = None
766
- self._SourceChannel = None
767
766
  self._Service = None
767
+ self._SourceChannel = None
768
768
 
769
769
  @property
770
770
  def ApplicationId(self):
@@ -782,14 +782,6 @@ class CreateApplicationServiceRequest(AbstractModel):
782
782
  def EnvironmentId(self, EnvironmentId):
783
783
  self._EnvironmentId = EnvironmentId
784
784
 
785
- @property
786
- def SourceChannel(self):
787
- return self._SourceChannel
788
-
789
- @SourceChannel.setter
790
- def SourceChannel(self, SourceChannel):
791
- self._SourceChannel = SourceChannel
792
-
793
785
  @property
794
786
  def Service(self):
795
787
  return self._Service
@@ -798,14 +790,22 @@ class CreateApplicationServiceRequest(AbstractModel):
798
790
  def Service(self, Service):
799
791
  self._Service = Service
800
792
 
793
+ @property
794
+ def SourceChannel(self):
795
+ return self._SourceChannel
796
+
797
+ @SourceChannel.setter
798
+ def SourceChannel(self, SourceChannel):
799
+ self._SourceChannel = SourceChannel
800
+
801
801
 
802
802
  def _deserialize(self, params):
803
803
  self._ApplicationId = params.get("ApplicationId")
804
804
  self._EnvironmentId = params.get("EnvironmentId")
805
- self._SourceChannel = params.get("SourceChannel")
806
805
  if params.get("Service") is not None:
807
806
  self._Service = ServicePortMapping()
808
807
  self._Service._deserialize(params.get("Service"))
808
+ self._SourceChannel = params.get("SourceChannel")
809
809
  memeber_set = set(params.keys())
810
810
  for name, value in vars(self).items():
811
811
  property_name = name[1:]
@@ -865,15 +865,15 @@ class CreateConfigDataRequest(AbstractModel):
865
865
  :type EnvironmentId: str
866
866
  :param _Name: 配置名
867
867
  :type Name: str
868
- :param _SourceChannel: 来源渠道
869
- :type SourceChannel: int
870
868
  :param _Data: 配置信息
871
869
  :type Data: list of Pair
870
+ :param _SourceChannel: 来源渠道
871
+ :type SourceChannel: int
872
872
  """
873
873
  self._EnvironmentId = None
874
874
  self._Name = None
875
- self._SourceChannel = None
876
875
  self._Data = None
876
+ self._SourceChannel = None
877
877
 
878
878
  @property
879
879
  def EnvironmentId(self):
@@ -891,14 +891,6 @@ class CreateConfigDataRequest(AbstractModel):
891
891
  def Name(self, Name):
892
892
  self._Name = Name
893
893
 
894
- @property
895
- def SourceChannel(self):
896
- return self._SourceChannel
897
-
898
- @SourceChannel.setter
899
- def SourceChannel(self, SourceChannel):
900
- self._SourceChannel = SourceChannel
901
-
902
894
  @property
903
895
  def Data(self):
904
896
  return self._Data
@@ -907,17 +899,25 @@ class CreateConfigDataRequest(AbstractModel):
907
899
  def Data(self, Data):
908
900
  self._Data = Data
909
901
 
902
+ @property
903
+ def SourceChannel(self):
904
+ return self._SourceChannel
905
+
906
+ @SourceChannel.setter
907
+ def SourceChannel(self, SourceChannel):
908
+ self._SourceChannel = SourceChannel
909
+
910
910
 
911
911
  def _deserialize(self, params):
912
912
  self._EnvironmentId = params.get("EnvironmentId")
913
913
  self._Name = params.get("Name")
914
- self._SourceChannel = params.get("SourceChannel")
915
914
  if params.get("Data") is not None:
916
915
  self._Data = []
917
916
  for item in params.get("Data"):
918
917
  obj = Pair()
919
918
  obj._deserialize(item)
920
919
  self._Data.append(obj)
920
+ self._SourceChannel = params.get("SourceChannel")
921
921
  memeber_set = set(params.keys())
922
922
  for name, value in vars(self).items():
923
923
  property_name = name[1:]
@@ -1105,17 +1105,17 @@ class CreateEnvironmentRequest(AbstractModel):
1105
1105
  :type K8sVersion: str
1106
1106
  :param _SourceChannel: 来源渠道
1107
1107
  :type SourceChannel: int
1108
- :param _EnableTswTraceService: 是否开启tsw服务
1108
+ :param _EnableTswTraceService: 是否开启tsw服务。默认值:false
1109
1109
  :type EnableTswTraceService: bool
1110
1110
  :param _Tags: 标签
1111
1111
  :type Tags: list of Tag
1112
- :param _EnvType: 环境类型:test、pre、prod
1112
+ :param _EnvType: 环境类型:test、pre、prod。默认值:prod
1113
1113
  :type EnvType: str
1114
1114
  :param _CreateRegion: 创建环境的region
1115
1115
  :type CreateRegion: str
1116
- :param _SetupVpc: 是否创建私有网络
1116
+ :param _SetupVpc: 是否创建私有网络.默认值:true
1117
1117
  :type SetupVpc: bool
1118
- :param _SetupPrometheus: 是否创建 Prometheus 实例
1118
+ :param _SetupPrometheus: 是否创建 Prometheus 实例。默认值:false
1119
1119
  :type SetupPrometheus: bool
1120
1120
  :param _PrometheusId: prometheus 实例 id
1121
1121
  :type PrometheusId: str
@@ -1519,7 +1519,7 @@ class CreateResourceRequest(AbstractModel):
1519
1519
  r"""
1520
1520
  :param _EnvironmentId: 环境 Id
1521
1521
  :type EnvironmentId: str
1522
- :param _ResourceType: 资源类型,目前支持文件系统:CFS;日志服务:CLS;注册中心:TSE_SRE
1522
+ :param _ResourceType: 资源类型,目前支持文件系统:CFS;注册中心:TSE_SRE
1523
1523
  :type ResourceType: str
1524
1524
  :param _ResourceId: 资源 Id
1525
1525
  :type ResourceId: str
@@ -1791,15 +1791,15 @@ class DeleteApplicationAutoscalerRequest(AbstractModel):
1791
1791
  :type ApplicationId: str
1792
1792
  :param _EnvironmentId: 环境ID
1793
1793
  :type EnvironmentId: str
1794
- :param _SourceChannel: 来源渠道
1795
- :type SourceChannel: int
1796
1794
  :param _AutoscalerId: 弹性伸缩策略ID
1797
1795
  :type AutoscalerId: str
1796
+ :param _SourceChannel: 来源渠道
1797
+ :type SourceChannel: int
1798
1798
  """
1799
1799
  self._ApplicationId = None
1800
1800
  self._EnvironmentId = None
1801
- self._SourceChannel = None
1802
1801
  self._AutoscalerId = None
1802
+ self._SourceChannel = None
1803
1803
 
1804
1804
  @property
1805
1805
  def ApplicationId(self):
@@ -1817,14 +1817,6 @@ class DeleteApplicationAutoscalerRequest(AbstractModel):
1817
1817
  def EnvironmentId(self, EnvironmentId):
1818
1818
  self._EnvironmentId = EnvironmentId
1819
1819
 
1820
- @property
1821
- def SourceChannel(self):
1822
- return self._SourceChannel
1823
-
1824
- @SourceChannel.setter
1825
- def SourceChannel(self, SourceChannel):
1826
- self._SourceChannel = SourceChannel
1827
-
1828
1820
  @property
1829
1821
  def AutoscalerId(self):
1830
1822
  return self._AutoscalerId
@@ -1833,12 +1825,20 @@ class DeleteApplicationAutoscalerRequest(AbstractModel):
1833
1825
  def AutoscalerId(self, AutoscalerId):
1834
1826
  self._AutoscalerId = AutoscalerId
1835
1827
 
1828
+ @property
1829
+ def SourceChannel(self):
1830
+ return self._SourceChannel
1831
+
1832
+ @SourceChannel.setter
1833
+ def SourceChannel(self, SourceChannel):
1834
+ self._SourceChannel = SourceChannel
1835
+
1836
1836
 
1837
1837
  def _deserialize(self, params):
1838
1838
  self._ApplicationId = params.get("ApplicationId")
1839
1839
  self._EnvironmentId = params.get("EnvironmentId")
1840
- self._SourceChannel = params.get("SourceChannel")
1841
1840
  self._AutoscalerId = params.get("AutoscalerId")
1841
+ self._SourceChannel = params.get("SourceChannel")
1842
1842
  memeber_set = set(params.keys())
1843
1843
  for name, value in vars(self).items():
1844
1844
  property_name = name[1:]
@@ -2002,17 +2002,17 @@ class DeleteApplicationServiceRequest(AbstractModel):
2002
2002
  r"""
2003
2003
  :param _ApplicationId: 服务id
2004
2004
  :type ApplicationId: str
2005
- :param _SourceChannel: 来源渠道
2006
- :type SourceChannel: int
2007
2005
  :param _EnvironmentId: 环境ID
2008
2006
  :type EnvironmentId: str
2009
2007
  :param _ServiceName: 访问方式服务名
2010
2008
  :type ServiceName: str
2009
+ :param _SourceChannel: 来源渠道
2010
+ :type SourceChannel: int
2011
2011
  """
2012
2012
  self._ApplicationId = None
2013
- self._SourceChannel = None
2014
2013
  self._EnvironmentId = None
2015
2014
  self._ServiceName = None
2015
+ self._SourceChannel = None
2016
2016
 
2017
2017
  @property
2018
2018
  def ApplicationId(self):
@@ -2022,14 +2022,6 @@ class DeleteApplicationServiceRequest(AbstractModel):
2022
2022
  def ApplicationId(self, ApplicationId):
2023
2023
  self._ApplicationId = ApplicationId
2024
2024
 
2025
- @property
2026
- def SourceChannel(self):
2027
- return self._SourceChannel
2028
-
2029
- @SourceChannel.setter
2030
- def SourceChannel(self, SourceChannel):
2031
- self._SourceChannel = SourceChannel
2032
-
2033
2025
  @property
2034
2026
  def EnvironmentId(self):
2035
2027
  return self._EnvironmentId
@@ -2046,12 +2038,20 @@ class DeleteApplicationServiceRequest(AbstractModel):
2046
2038
  def ServiceName(self, ServiceName):
2047
2039
  self._ServiceName = ServiceName
2048
2040
 
2041
+ @property
2042
+ def SourceChannel(self):
2043
+ return self._SourceChannel
2044
+
2045
+ @SourceChannel.setter
2046
+ def SourceChannel(self, SourceChannel):
2047
+ self._SourceChannel = SourceChannel
2048
+
2049
2049
 
2050
2050
  def _deserialize(self, params):
2051
2051
  self._ApplicationId = params.get("ApplicationId")
2052
- self._SourceChannel = params.get("SourceChannel")
2053
2052
  self._EnvironmentId = params.get("EnvironmentId")
2054
2053
  self._ServiceName = params.get("ServiceName")
2054
+ self._SourceChannel = params.get("SourceChannel")
2055
2055
  memeber_set = set(params.keys())
2056
2056
  for name, value in vars(self).items():
2057
2057
  property_name = name[1:]
@@ -2217,12 +2217,15 @@ class DeployApplicationRequest(AbstractModel):
2217
2217
  :type ApplicationId: str
2218
2218
  :param _InitPodNum: 初始化 pod 数
2219
2219
  :type InitPodNum: int
2220
- :param _CpuSpec: cpu规格
2220
+ :param _CpuSpec: cpu规格 单位:核
2221
2221
  :type CpuSpec: float
2222
- :param _MemorySpec: 内存规格
2222
+ :param _MemorySpec: 内存规格 单位:G
2223
2223
  :type MemorySpec: float
2224
2224
  :param _EnvironmentId: 环境ID
2225
2225
  :type EnvironmentId: str
2226
+ :param _DeployVersion: 部署类型为 IMAGE 时,该参数表示镜像 tag。
2227
+ 部署类型为 JAR/WAR 时,该参数表示包版本号。
2228
+ :type DeployVersion: str
2226
2229
  :param _ImgRepo: 镜像仓库
2227
2230
  :type ImgRepo: str
2228
2231
  :param _VersionDesc: 版本描述信息
@@ -2244,9 +2247,6 @@ class DeployApplicationRequest(AbstractModel):
2244
2247
  - WAR:通过 war 包部署
2245
2248
  - IMAGE:通过镜像部署
2246
2249
  :type DeployMode: str
2247
- :param _DeployVersion: 部署类型为 IMAGE 时,该参数表示镜像 tag。
2248
- 部署类型为 JAR/WAR 时,该参数表示包版本号。
2249
- :type DeployVersion: str
2250
2250
  :param _PkgName: 传入内容为 /jar包名字 的形式。也就是在 jar包名字前增加一个/。
2251
2251
 
2252
2252
  如上传的 jar 包名字为 demo-1.0.0.jar,那么这里传入内容为:/demo-1.0.0.jar
@@ -2333,6 +2333,7 @@ class DeployApplicationRequest(AbstractModel):
2333
2333
  self._CpuSpec = None
2334
2334
  self._MemorySpec = None
2335
2335
  self._EnvironmentId = None
2336
+ self._DeployVersion = None
2336
2337
  self._ImgRepo = None
2337
2338
  self._VersionDesc = None
2338
2339
  self._JvmOpts = None
@@ -2342,7 +2343,6 @@ class DeployApplicationRequest(AbstractModel):
2342
2343
  self._StorageConfs = None
2343
2344
  self._StorageMountConfs = None
2344
2345
  self._DeployMode = None
2345
- self._DeployVersion = None
2346
2346
  self._PkgName = None
2347
2347
  self._JdkVersion = None
2348
2348
  self._SecurityGroupIds = None
@@ -2416,6 +2416,14 @@ class DeployApplicationRequest(AbstractModel):
2416
2416
  def EnvironmentId(self, EnvironmentId):
2417
2417
  self._EnvironmentId = EnvironmentId
2418
2418
 
2419
+ @property
2420
+ def DeployVersion(self):
2421
+ return self._DeployVersion
2422
+
2423
+ @DeployVersion.setter
2424
+ def DeployVersion(self, DeployVersion):
2425
+ self._DeployVersion = DeployVersion
2426
+
2419
2427
  @property
2420
2428
  def ImgRepo(self):
2421
2429
  return self._ImgRepo
@@ -2488,14 +2496,6 @@ class DeployApplicationRequest(AbstractModel):
2488
2496
  def DeployMode(self, DeployMode):
2489
2497
  self._DeployMode = DeployMode
2490
2498
 
2491
- @property
2492
- def DeployVersion(self):
2493
- return self._DeployVersion
2494
-
2495
- @DeployVersion.setter
2496
- def DeployVersion(self, DeployVersion):
2497
- self._DeployVersion = DeployVersion
2498
-
2499
2499
  @property
2500
2500
  def PkgName(self):
2501
2501
  return self._PkgName
@@ -2759,6 +2759,7 @@ class DeployApplicationRequest(AbstractModel):
2759
2759
  self._CpuSpec = params.get("CpuSpec")
2760
2760
  self._MemorySpec = params.get("MemorySpec")
2761
2761
  self._EnvironmentId = params.get("EnvironmentId")
2762
+ self._DeployVersion = params.get("DeployVersion")
2762
2763
  self._ImgRepo = params.get("ImgRepo")
2763
2764
  self._VersionDesc = params.get("VersionDesc")
2764
2765
  self._JvmOpts = params.get("JvmOpts")
@@ -2785,7 +2786,6 @@ class DeployApplicationRequest(AbstractModel):
2785
2786
  obj._deserialize(item)
2786
2787
  self._StorageMountConfs.append(obj)
2787
2788
  self._DeployMode = params.get("DeployMode")
2788
- self._DeployVersion = params.get("DeployVersion")
2789
2789
  self._PkgName = params.get("PkgName")
2790
2790
  self._JdkVersion = params.get("JdkVersion")
2791
2791
  self._SecurityGroupIds = params.get("SecurityGroupIds")
@@ -3592,7 +3592,7 @@ class DescribeApplicationServiceListRequest(AbstractModel):
3592
3592
  :type EnvironmentId: str
3593
3593
  :param _ApplicationId: 服务ID
3594
3594
  :type ApplicationId: str
3595
- :param _SourceChannel: xx
3595
+ :param _SourceChannel: 来源渠道
3596
3596
  :type SourceChannel: int
3597
3597
  """
3598
3598
  self._EnvironmentId = None
@@ -3686,9 +3686,9 @@ class DescribeApplicationsRequest(AbstractModel):
3686
3686
  r"""
3687
3687
  :param _EnvironmentId: 命名空间ID
3688
3688
  :type EnvironmentId: str
3689
- :param _Limit: 分页Limit
3689
+ :param _Limit: 分页Limit,默认值:20
3690
3690
  :type Limit: int
3691
- :param _Offset: 分页offset
3691
+ :param _Offset: 分页offset,默认值:0
3692
3692
  :type Offset: int
3693
3693
  :param _SourceChannel: 来源渠道
3694
3694
  :type SourceChannel: int
@@ -3847,21 +3847,13 @@ class DescribeApplicationsStatusRequest(AbstractModel):
3847
3847
 
3848
3848
  def __init__(self):
3849
3849
  r"""
3850
- :param _SourceChannel: 来源渠道
3851
- :type SourceChannel: int
3852
3850
  :param _EnvironmentId: 环境ID
3853
3851
  :type EnvironmentId: str
3852
+ :param _SourceChannel: 来源渠道
3853
+ :type SourceChannel: int
3854
3854
  """
3855
- self._SourceChannel = None
3856
3855
  self._EnvironmentId = None
3857
-
3858
- @property
3859
- def SourceChannel(self):
3860
- return self._SourceChannel
3861
-
3862
- @SourceChannel.setter
3863
- def SourceChannel(self, SourceChannel):
3864
- self._SourceChannel = SourceChannel
3856
+ self._SourceChannel = None
3865
3857
 
3866
3858
  @property
3867
3859
  def EnvironmentId(self):
@@ -3871,10 +3863,18 @@ class DescribeApplicationsStatusRequest(AbstractModel):
3871
3863
  def EnvironmentId(self, EnvironmentId):
3872
3864
  self._EnvironmentId = EnvironmentId
3873
3865
 
3866
+ @property
3867
+ def SourceChannel(self):
3868
+ return self._SourceChannel
3869
+
3870
+ @SourceChannel.setter
3871
+ def SourceChannel(self, SourceChannel):
3872
+ self._SourceChannel = SourceChannel
3873
+
3874
3874
 
3875
3875
  def _deserialize(self, params):
3876
- self._SourceChannel = params.get("SourceChannel")
3877
3876
  self._EnvironmentId = params.get("EnvironmentId")
3877
+ self._SourceChannel = params.get("SourceChannel")
3878
3878
  memeber_set = set(params.keys())
3879
3879
  for name, value in vars(self).items():
3880
3880
  property_name = name[1:]
@@ -4469,9 +4469,9 @@ class DescribeEnvironmentsRequest(AbstractModel):
4469
4469
 
4470
4470
  def __init__(self):
4471
4471
  r"""
4472
- :param _Limit: 分页limit
4472
+ :param _Limit: 分页limit,默认:20
4473
4473
  :type Limit: int
4474
- :param _Offset: 分页下标
4474
+ :param _Offset: 分页下标,默认:0
4475
4475
  :type Offset: int
4476
4476
  :param _SourceChannel: 来源source
4477
4477
  :type SourceChannel: int
@@ -5060,15 +5060,15 @@ class DescribeRelatedIngressesRequest(AbstractModel):
5060
5060
  :type EnvironmentId: str
5061
5061
  :param _ClusterNamespace: 环境 namespace
5062
5062
  :type ClusterNamespace: str
5063
- :param _SourceChannel: 来源渠道
5064
- :type SourceChannel: int
5065
5063
  :param _ApplicationId: 应用 ID
5066
5064
  :type ApplicationId: str
5065
+ :param _SourceChannel: 来源渠道
5066
+ :type SourceChannel: int
5067
5067
  """
5068
5068
  self._EnvironmentId = None
5069
5069
  self._ClusterNamespace = None
5070
- self._SourceChannel = None
5071
5070
  self._ApplicationId = None
5071
+ self._SourceChannel = None
5072
5072
 
5073
5073
  @property
5074
5074
  def EnvironmentId(self):
@@ -5086,14 +5086,6 @@ class DescribeRelatedIngressesRequest(AbstractModel):
5086
5086
  def ClusterNamespace(self, ClusterNamespace):
5087
5087
  self._ClusterNamespace = ClusterNamespace
5088
5088
 
5089
- @property
5090
- def SourceChannel(self):
5091
- return self._SourceChannel
5092
-
5093
- @SourceChannel.setter
5094
- def SourceChannel(self, SourceChannel):
5095
- self._SourceChannel = SourceChannel
5096
-
5097
5089
  @property
5098
5090
  def ApplicationId(self):
5099
5091
  return self._ApplicationId
@@ -5102,12 +5094,20 @@ class DescribeRelatedIngressesRequest(AbstractModel):
5102
5094
  def ApplicationId(self, ApplicationId):
5103
5095
  self._ApplicationId = ApplicationId
5104
5096
 
5097
+ @property
5098
+ def SourceChannel(self):
5099
+ return self._SourceChannel
5100
+
5101
+ @SourceChannel.setter
5102
+ def SourceChannel(self, SourceChannel):
5103
+ self._SourceChannel = SourceChannel
5104
+
5105
5105
 
5106
5106
  def _deserialize(self, params):
5107
5107
  self._EnvironmentId = params.get("EnvironmentId")
5108
5108
  self._ClusterNamespace = params.get("ClusterNamespace")
5109
- self._SourceChannel = params.get("SourceChannel")
5110
5109
  self._ApplicationId = params.get("ApplicationId")
5110
+ self._SourceChannel = params.get("SourceChannel")
5111
5111
  memeber_set = set(params.keys())
5112
5112
  for name, value in vars(self).items():
5113
5113
  property_name = name[1:]
@@ -5350,7 +5350,7 @@ class DestroyEnvironmentRequest(AbstractModel):
5350
5350
  r"""
5351
5351
  :param _EnvironmentId: 命名空间ID
5352
5352
  :type EnvironmentId: str
5353
- :param _SourceChannel: Namespace
5353
+ :param _SourceChannel: 来源渠道 示例值:0
5354
5354
  :type SourceChannel: int
5355
5355
  """
5356
5356
  self._EnvironmentId = None
@@ -5528,15 +5528,15 @@ class DisableApplicationAutoscalerRequest(AbstractModel):
5528
5528
  :type ApplicationId: str
5529
5529
  :param _EnvironmentId: 环境ID
5530
5530
  :type EnvironmentId: str
5531
- :param _SourceChannel: 来源渠道
5532
- :type SourceChannel: int
5533
5531
  :param _AutoscalerId: 弹性伸缩策略ID
5534
5532
  :type AutoscalerId: str
5533
+ :param _SourceChannel: 来源渠道
5534
+ :type SourceChannel: int
5535
5535
  """
5536
5536
  self._ApplicationId = None
5537
5537
  self._EnvironmentId = None
5538
- self._SourceChannel = None
5539
5538
  self._AutoscalerId = None
5539
+ self._SourceChannel = None
5540
5540
 
5541
5541
  @property
5542
5542
  def ApplicationId(self):
@@ -5554,14 +5554,6 @@ class DisableApplicationAutoscalerRequest(AbstractModel):
5554
5554
  def EnvironmentId(self, EnvironmentId):
5555
5555
  self._EnvironmentId = EnvironmentId
5556
5556
 
5557
- @property
5558
- def SourceChannel(self):
5559
- return self._SourceChannel
5560
-
5561
- @SourceChannel.setter
5562
- def SourceChannel(self, SourceChannel):
5563
- self._SourceChannel = SourceChannel
5564
-
5565
5557
  @property
5566
5558
  def AutoscalerId(self):
5567
5559
  return self._AutoscalerId
@@ -5570,12 +5562,20 @@ class DisableApplicationAutoscalerRequest(AbstractModel):
5570
5562
  def AutoscalerId(self, AutoscalerId):
5571
5563
  self._AutoscalerId = AutoscalerId
5572
5564
 
5565
+ @property
5566
+ def SourceChannel(self):
5567
+ return self._SourceChannel
5568
+
5569
+ @SourceChannel.setter
5570
+ def SourceChannel(self, SourceChannel):
5571
+ self._SourceChannel = SourceChannel
5572
+
5573
5573
 
5574
5574
  def _deserialize(self, params):
5575
5575
  self._ApplicationId = params.get("ApplicationId")
5576
5576
  self._EnvironmentId = params.get("EnvironmentId")
5577
- self._SourceChannel = params.get("SourceChannel")
5578
5577
  self._AutoscalerId = params.get("AutoscalerId")
5578
+ self._SourceChannel = params.get("SourceChannel")
5579
5579
  memeber_set = set(params.keys())
5580
5580
  for name, value in vars(self).items():
5581
5581
  property_name = name[1:]
@@ -5887,15 +5887,15 @@ class EnableApplicationAutoscalerRequest(AbstractModel):
5887
5887
  :type ApplicationId: str
5888
5888
  :param _EnvironmentId: 环境ID
5889
5889
  :type EnvironmentId: str
5890
- :param _SourceChannel: 来源渠道
5891
- :type SourceChannel: int
5892
5890
  :param _AutoscalerId: 弹性伸缩策略ID
5893
5891
  :type AutoscalerId: str
5892
+ :param _SourceChannel: 来源渠道
5893
+ :type SourceChannel: int
5894
5894
  """
5895
5895
  self._ApplicationId = None
5896
5896
  self._EnvironmentId = None
5897
- self._SourceChannel = None
5898
5897
  self._AutoscalerId = None
5898
+ self._SourceChannel = None
5899
5899
 
5900
5900
  @property
5901
5901
  def ApplicationId(self):
@@ -5913,14 +5913,6 @@ class EnableApplicationAutoscalerRequest(AbstractModel):
5913
5913
  def EnvironmentId(self, EnvironmentId):
5914
5914
  self._EnvironmentId = EnvironmentId
5915
5915
 
5916
- @property
5917
- def SourceChannel(self):
5918
- return self._SourceChannel
5919
-
5920
- @SourceChannel.setter
5921
- def SourceChannel(self, SourceChannel):
5922
- self._SourceChannel = SourceChannel
5923
-
5924
5916
  @property
5925
5917
  def AutoscalerId(self):
5926
5918
  return self._AutoscalerId
@@ -5929,12 +5921,20 @@ class EnableApplicationAutoscalerRequest(AbstractModel):
5929
5921
  def AutoscalerId(self, AutoscalerId):
5930
5922
  self._AutoscalerId = AutoscalerId
5931
5923
 
5924
+ @property
5925
+ def SourceChannel(self):
5926
+ return self._SourceChannel
5927
+
5928
+ @SourceChannel.setter
5929
+ def SourceChannel(self, SourceChannel):
5930
+ self._SourceChannel = SourceChannel
5931
+
5932
5932
 
5933
5933
  def _deserialize(self, params):
5934
5934
  self._ApplicationId = params.get("ApplicationId")
5935
5935
  self._EnvironmentId = params.get("EnvironmentId")
5936
- self._SourceChannel = params.get("SourceChannel")
5937
5936
  self._AutoscalerId = params.get("AutoscalerId")
5937
+ self._SourceChannel = params.get("SourceChannel")
5938
5938
  memeber_set = set(params.keys())
5939
5939
  for name, value in vars(self).items():
5940
5940
  property_name = name[1:]
@@ -6451,8 +6451,6 @@ class IngressInfo(AbstractModel):
6451
6451
  :param _EnvironmentId: 环境ID
6452
6452
  注意:此字段可能返回 null,表示取不到有效值。
6453
6453
  :type EnvironmentId: str
6454
- :param _ClusterNamespace: 环境namespace
6455
- :type ClusterNamespace: str
6456
6454
  :param _AddressIPVersion: ip version
6457
6455
  :type AddressIPVersion: str
6458
6456
  :param _IngressName: ingress name
@@ -6462,6 +6460,8 @@ class IngressInfo(AbstractModel):
6462
6460
  :param _ClbId: clb ID
6463
6461
  注意:此字段可能返回 null,表示取不到有效值。
6464
6462
  :type ClbId: str
6463
+ :param _ClusterNamespace: 环境namespace
6464
+ :type ClusterNamespace: str
6465
6465
  :param _Tls: tls 配置
6466
6466
  注意:此字段可能返回 null,表示取不到有效值。
6467
6467
  :type Tls: list of IngressTls
@@ -6486,11 +6486,11 @@ class IngressInfo(AbstractModel):
6486
6486
  :type Domain: str
6487
6487
  """
6488
6488
  self._EnvironmentId = None
6489
- self._ClusterNamespace = None
6490
6489
  self._AddressIPVersion = None
6491
6490
  self._IngressName = None
6492
6491
  self._Rules = None
6493
6492
  self._ClbId = None
6493
+ self._ClusterNamespace = None
6494
6494
  self._Tls = None
6495
6495
  self._ClusterId = None
6496
6496
  self._Vip = None
@@ -6507,14 +6507,6 @@ class IngressInfo(AbstractModel):
6507
6507
  def EnvironmentId(self, EnvironmentId):
6508
6508
  self._EnvironmentId = EnvironmentId
6509
6509
 
6510
- @property
6511
- def ClusterNamespace(self):
6512
- return self._ClusterNamespace
6513
-
6514
- @ClusterNamespace.setter
6515
- def ClusterNamespace(self, ClusterNamespace):
6516
- self._ClusterNamespace = ClusterNamespace
6517
-
6518
6510
  @property
6519
6511
  def AddressIPVersion(self):
6520
6512
  return self._AddressIPVersion
@@ -6547,6 +6539,14 @@ class IngressInfo(AbstractModel):
6547
6539
  def ClbId(self, ClbId):
6548
6540
  self._ClbId = ClbId
6549
6541
 
6542
+ @property
6543
+ def ClusterNamespace(self):
6544
+ return self._ClusterNamespace
6545
+
6546
+ @ClusterNamespace.setter
6547
+ def ClusterNamespace(self, ClusterNamespace):
6548
+ self._ClusterNamespace = ClusterNamespace
6549
+
6550
6550
  @property
6551
6551
  def Tls(self):
6552
6552
  return self._Tls
@@ -6606,7 +6606,6 @@ class IngressInfo(AbstractModel):
6606
6606
 
6607
6607
  def _deserialize(self, params):
6608
6608
  self._EnvironmentId = params.get("EnvironmentId")
6609
- self._ClusterNamespace = params.get("ClusterNamespace")
6610
6609
  self._AddressIPVersion = params.get("AddressIPVersion")
6611
6610
  self._IngressName = params.get("IngressName")
6612
6611
  if params.get("Rules") is not None:
@@ -6616,6 +6615,7 @@ class IngressInfo(AbstractModel):
6616
6615
  obj._deserialize(item)
6617
6616
  self._Rules.append(obj)
6618
6617
  self._ClbId = params.get("ClbId")
6618
+ self._ClusterNamespace = params.get("ClusterNamespace")
6619
6619
  if params.get("Tls") is not None:
6620
6620
  self._Tls = []
6621
6621
  for item in params.get("Tls"):
@@ -7382,18 +7382,18 @@ class ModifyApplicationAutoscalerRequest(AbstractModel):
7382
7382
  :type ApplicationId: str
7383
7383
  :param _EnvironmentId: 环境ID
7384
7384
  :type EnvironmentId: str
7385
- :param _SourceChannel: 来源渠道
7386
- :type SourceChannel: int
7387
7385
  :param _AutoscalerId: 弹性伸缩策略ID
7388
7386
  :type AutoscalerId: str
7389
7387
  :param _Autoscaler: 弹性伸缩策略
7390
7388
  :type Autoscaler: :class:`tencentcloud.tem.v20210701.models.Autoscaler`
7389
+ :param _SourceChannel: 来源渠道
7390
+ :type SourceChannel: int
7391
7391
  """
7392
7392
  self._ApplicationId = None
7393
7393
  self._EnvironmentId = None
7394
- self._SourceChannel = None
7395
7394
  self._AutoscalerId = None
7396
7395
  self._Autoscaler = None
7396
+ self._SourceChannel = None
7397
7397
 
7398
7398
  @property
7399
7399
  def ApplicationId(self):
@@ -7411,14 +7411,6 @@ class ModifyApplicationAutoscalerRequest(AbstractModel):
7411
7411
  def EnvironmentId(self, EnvironmentId):
7412
7412
  self._EnvironmentId = EnvironmentId
7413
7413
 
7414
- @property
7415
- def SourceChannel(self):
7416
- return self._SourceChannel
7417
-
7418
- @SourceChannel.setter
7419
- def SourceChannel(self, SourceChannel):
7420
- self._SourceChannel = SourceChannel
7421
-
7422
7414
  @property
7423
7415
  def AutoscalerId(self):
7424
7416
  return self._AutoscalerId
@@ -7435,15 +7427,23 @@ class ModifyApplicationAutoscalerRequest(AbstractModel):
7435
7427
  def Autoscaler(self, Autoscaler):
7436
7428
  self._Autoscaler = Autoscaler
7437
7429
 
7430
+ @property
7431
+ def SourceChannel(self):
7432
+ return self._SourceChannel
7433
+
7434
+ @SourceChannel.setter
7435
+ def SourceChannel(self, SourceChannel):
7436
+ self._SourceChannel = SourceChannel
7437
+
7438
7438
 
7439
7439
  def _deserialize(self, params):
7440
7440
  self._ApplicationId = params.get("ApplicationId")
7441
7441
  self._EnvironmentId = params.get("EnvironmentId")
7442
- self._SourceChannel = params.get("SourceChannel")
7443
7442
  self._AutoscalerId = params.get("AutoscalerId")
7444
7443
  if params.get("Autoscaler") is not None:
7445
7444
  self._Autoscaler = Autoscaler()
7446
7445
  self._Autoscaler._deserialize(params.get("Autoscaler"))
7446
+ self._SourceChannel = params.get("SourceChannel")
7447
7447
  memeber_set = set(params.keys())
7448
7448
  for name, value in vars(self).items():
7449
7449
  property_name = name[1:]
@@ -7840,15 +7840,15 @@ class ModifyConfigDataRequest(AbstractModel):
7840
7840
  :type EnvironmentId: str
7841
7841
  :param _Name: 配置名
7842
7842
  :type Name: str
7843
- :param _SourceChannel: 来源渠道
7844
- :type SourceChannel: int
7845
7843
  :param _Data: 配置信息
7846
7844
  :type Data: list of Pair
7845
+ :param _SourceChannel: 来源渠道
7846
+ :type SourceChannel: int
7847
7847
  """
7848
7848
  self._EnvironmentId = None
7849
7849
  self._Name = None
7850
- self._SourceChannel = None
7851
7850
  self._Data = None
7851
+ self._SourceChannel = None
7852
7852
 
7853
7853
  @property
7854
7854
  def EnvironmentId(self):
@@ -7866,14 +7866,6 @@ class ModifyConfigDataRequest(AbstractModel):
7866
7866
  def Name(self, Name):
7867
7867
  self._Name = Name
7868
7868
 
7869
- @property
7870
- def SourceChannel(self):
7871
- return self._SourceChannel
7872
-
7873
- @SourceChannel.setter
7874
- def SourceChannel(self, SourceChannel):
7875
- self._SourceChannel = SourceChannel
7876
-
7877
7869
  @property
7878
7870
  def Data(self):
7879
7871
  return self._Data
@@ -7882,17 +7874,25 @@ class ModifyConfigDataRequest(AbstractModel):
7882
7874
  def Data(self, Data):
7883
7875
  self._Data = Data
7884
7876
 
7877
+ @property
7878
+ def SourceChannel(self):
7879
+ return self._SourceChannel
7880
+
7881
+ @SourceChannel.setter
7882
+ def SourceChannel(self, SourceChannel):
7883
+ self._SourceChannel = SourceChannel
7884
+
7885
7885
 
7886
7886
  def _deserialize(self, params):
7887
7887
  self._EnvironmentId = params.get("EnvironmentId")
7888
7888
  self._Name = params.get("Name")
7889
- self._SourceChannel = params.get("SourceChannel")
7890
7889
  if params.get("Data") is not None:
7891
7890
  self._Data = []
7892
7891
  for item in params.get("Data"):
7893
7892
  obj = Pair()
7894
7893
  obj._deserialize(item)
7895
7894
  self._Data.append(obj)
7895
+ self._SourceChannel = params.get("SourceChannel")
7896
7896
  memeber_set = set(params.keys())
7897
7897
  for name, value in vars(self).items():
7898
7898
  property_name = name[1:]
@@ -7949,7 +7949,7 @@ class ModifyEnvironmentRequest(AbstractModel):
7949
7949
  r"""
7950
7950
  :param _EnvironmentId: 环境id
7951
7951
  :type EnvironmentId: str
7952
- :param _EnvironmentName: 环境名称
7952
+ :param _EnvironmentName: 环境名称。环境名称不可修改
7953
7953
  :type EnvironmentName: str
7954
7954
  :param _Description: 环境描述
7955
7955
  :type Description: str
@@ -8284,12 +8284,16 @@ class MountedSettingConf(AbstractModel):
8284
8284
  def __init__(self):
8285
8285
  r"""
8286
8286
  :param _ConfigDataName: 配置名称
8287
+ 注意:此字段可能返回 null,表示取不到有效值。
8287
8288
  :type ConfigDataName: str
8288
8289
  :param _MountedPath: 挂载路径
8290
+ 注意:此字段可能返回 null,表示取不到有效值。
8289
8291
  :type MountedPath: str
8290
8292
  :param _Data: 配置内容
8293
+ 注意:此字段可能返回 null,表示取不到有效值。
8291
8294
  :type Data: list of Pair
8292
8295
  :param _SecretDataName: 加密配置名称
8296
+ 注意:此字段可能返回 null,表示取不到有效值。
8293
8297
  :type SecretDataName: str
8294
8298
  """
8295
8299
  self._ConfigDataName = None
@@ -9146,14 +9150,14 @@ class RestartApplicationRequest(AbstractModel):
9146
9150
  r"""
9147
9151
  :param _ApplicationId: 服务id
9148
9152
  :type ApplicationId: str
9149
- :param _SourceChannel: 来源渠道
9150
- :type SourceChannel: int
9151
9153
  :param _EnvironmentId: 环境ID/命名空间ID
9152
9154
  :type EnvironmentId: str
9155
+ :param _SourceChannel: 来源渠道
9156
+ :type SourceChannel: int
9153
9157
  """
9154
9158
  self._ApplicationId = None
9155
- self._SourceChannel = None
9156
9159
  self._EnvironmentId = None
9160
+ self._SourceChannel = None
9157
9161
 
9158
9162
  @property
9159
9163
  def ApplicationId(self):
@@ -9163,14 +9167,6 @@ class RestartApplicationRequest(AbstractModel):
9163
9167
  def ApplicationId(self, ApplicationId):
9164
9168
  self._ApplicationId = ApplicationId
9165
9169
 
9166
- @property
9167
- def SourceChannel(self):
9168
- return self._SourceChannel
9169
-
9170
- @SourceChannel.setter
9171
- def SourceChannel(self, SourceChannel):
9172
- self._SourceChannel = SourceChannel
9173
-
9174
9170
  @property
9175
9171
  def EnvironmentId(self):
9176
9172
  return self._EnvironmentId
@@ -9179,11 +9175,19 @@ class RestartApplicationRequest(AbstractModel):
9179
9175
  def EnvironmentId(self, EnvironmentId):
9180
9176
  self._EnvironmentId = EnvironmentId
9181
9177
 
9178
+ @property
9179
+ def SourceChannel(self):
9180
+ return self._SourceChannel
9181
+
9182
+ @SourceChannel.setter
9183
+ def SourceChannel(self, SourceChannel):
9184
+ self._SourceChannel = SourceChannel
9185
+
9182
9186
 
9183
9187
  def _deserialize(self, params):
9184
9188
  self._ApplicationId = params.get("ApplicationId")
9185
- self._SourceChannel = params.get("SourceChannel")
9186
9189
  self._EnvironmentId = params.get("EnvironmentId")
9190
+ self._SourceChannel = params.get("SourceChannel")
9187
9191
  memeber_set = set(params.keys())
9188
9192
  for name, value in vars(self).items():
9189
9193
  property_name = name[1:]
@@ -9905,7 +9909,7 @@ class ServicePortMapping(AbstractModel):
9905
9909
 
9906
9910
  def __init__(self):
9907
9911
  r"""
9908
- :param _Type: 服务类型
9912
+ :param _Type: 服务类型:如:EXTERNAL,VPC,CLUSTER
9909
9913
  注意:此字段可能返回 null,表示取不到有效值。
9910
9914
  :type Type: str
9911
9915
  :param _ServiceName: 服务名称
@@ -10481,14 +10485,14 @@ class StopApplicationRequest(AbstractModel):
10481
10485
  r"""
10482
10486
  :param _ApplicationId: 服务id
10483
10487
  :type ApplicationId: str
10484
- :param _SourceChannel: 来源渠道
10485
- :type SourceChannel: int
10486
10488
  :param _EnvironmentId: 环境ID/命名空间ID
10487
10489
  :type EnvironmentId: str
10490
+ :param _SourceChannel: 来源渠道
10491
+ :type SourceChannel: int
10488
10492
  """
10489
10493
  self._ApplicationId = None
10490
- self._SourceChannel = None
10491
10494
  self._EnvironmentId = None
10495
+ self._SourceChannel = None
10492
10496
 
10493
10497
  @property
10494
10498
  def ApplicationId(self):
@@ -10498,14 +10502,6 @@ class StopApplicationRequest(AbstractModel):
10498
10502
  def ApplicationId(self, ApplicationId):
10499
10503
  self._ApplicationId = ApplicationId
10500
10504
 
10501
- @property
10502
- def SourceChannel(self):
10503
- return self._SourceChannel
10504
-
10505
- @SourceChannel.setter
10506
- def SourceChannel(self, SourceChannel):
10507
- self._SourceChannel = SourceChannel
10508
-
10509
10505
  @property
10510
10506
  def EnvironmentId(self):
10511
10507
  return self._EnvironmentId
@@ -10514,11 +10510,19 @@ class StopApplicationRequest(AbstractModel):
10514
10510
  def EnvironmentId(self, EnvironmentId):
10515
10511
  self._EnvironmentId = EnvironmentId
10516
10512
 
10513
+ @property
10514
+ def SourceChannel(self):
10515
+ return self._SourceChannel
10516
+
10517
+ @SourceChannel.setter
10518
+ def SourceChannel(self, SourceChannel):
10519
+ self._SourceChannel = SourceChannel
10520
+
10517
10521
 
10518
10522
  def _deserialize(self, params):
10519
10523
  self._ApplicationId = params.get("ApplicationId")
10520
- self._SourceChannel = params.get("SourceChannel")
10521
10524
  self._EnvironmentId = params.get("EnvironmentId")
10525
+ self._SourceChannel = params.get("SourceChannel")
10522
10526
  memeber_set = set(params.keys())
10523
10527
  for name, value in vars(self).items():
10524
10528
  property_name = name[1:]