tencentcloud-sdk-python-tsf 3.1.152__tar.gz → 3.1.175__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/models.py +454 -111
  5. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/tsf_client.py +0 -25
  6. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -20
  7. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_tsf-3.1.175/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_tsf-3.1.152/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/README.rst +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.152 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.152
3
+ Version: 3.1.175
4
4
  Summary: Tencent Cloud Tsf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.152
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.175
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-tsf',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.152,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.175,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tsf SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.152'
17
+ __version__ = '3.1.175'
@@ -46081,115 +46081,6 @@ class QuantileEntity(AbstractModel):
46081
46081
 
46082
46082
 
46083
46083
 
46084
- class ReassociateBusinessLogConfigRequest(AbstractModel):
46085
- r"""ReassociateBusinessLogConfig请求参数结构体
46086
-
46087
- """
46088
-
46089
- def __init__(self):
46090
- r"""
46091
- :param _ConfigId: 原关联日志配置ID
46092
- :type ConfigId: str
46093
- :param _NewConfigId: 新关联日志配置ID
46094
- :type NewConfigId: str
46095
- :param _ApplicationId: TSF应用ID
46096
- :type ApplicationId: str
46097
- :param _GroupId: TSF部署组ID
46098
- :type GroupId: str
46099
- """
46100
- self._ConfigId = None
46101
- self._NewConfigId = None
46102
- self._ApplicationId = None
46103
- self._GroupId = None
46104
-
46105
- @property
46106
- def ConfigId(self):
46107
- r"""原关联日志配置ID
46108
- :rtype: str
46109
- """
46110
- return self._ConfigId
46111
-
46112
- @ConfigId.setter
46113
- def ConfigId(self, ConfigId):
46114
- self._ConfigId = ConfigId
46115
-
46116
- @property
46117
- def NewConfigId(self):
46118
- r"""新关联日志配置ID
46119
- :rtype: str
46120
- """
46121
- return self._NewConfigId
46122
-
46123
- @NewConfigId.setter
46124
- def NewConfigId(self, NewConfigId):
46125
- self._NewConfigId = NewConfigId
46126
-
46127
- @property
46128
- def ApplicationId(self):
46129
- r"""TSF应用ID
46130
- :rtype: str
46131
- """
46132
- return self._ApplicationId
46133
-
46134
- @ApplicationId.setter
46135
- def ApplicationId(self, ApplicationId):
46136
- self._ApplicationId = ApplicationId
46137
-
46138
- @property
46139
- def GroupId(self):
46140
- r"""TSF部署组ID
46141
- :rtype: str
46142
- """
46143
- return self._GroupId
46144
-
46145
- @GroupId.setter
46146
- def GroupId(self, GroupId):
46147
- self._GroupId = GroupId
46148
-
46149
-
46150
- def _deserialize(self, params):
46151
- self._ConfigId = params.get("ConfigId")
46152
- self._NewConfigId = params.get("NewConfigId")
46153
- self._ApplicationId = params.get("ApplicationId")
46154
- self._GroupId = params.get("GroupId")
46155
- memeber_set = set(params.keys())
46156
- for name, value in vars(self).items():
46157
- property_name = name[1:]
46158
- if property_name in memeber_set:
46159
- memeber_set.remove(property_name)
46160
- if len(memeber_set) > 0:
46161
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
46162
-
46163
-
46164
-
46165
- class ReassociateBusinessLogConfigResponse(AbstractModel):
46166
- r"""ReassociateBusinessLogConfig返回参数结构体
46167
-
46168
- """
46169
-
46170
- def __init__(self):
46171
- r"""
46172
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46173
- :type RequestId: str
46174
- """
46175
- self._RequestId = None
46176
-
46177
- @property
46178
- def RequestId(self):
46179
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46180
- :rtype: str
46181
- """
46182
- return self._RequestId
46183
-
46184
- @RequestId.setter
46185
- def RequestId(self, RequestId):
46186
- self._RequestId = RequestId
46187
-
46188
-
46189
- def _deserialize(self, params):
46190
- self._RequestId = params.get("RequestId")
46191
-
46192
-
46193
46084
  class ReleaseApiGroupRequest(AbstractModel):
46194
46085
  r"""ReleaseApiGroup请求参数结构体
46195
46086
 
@@ -55137,7 +55028,7 @@ class VmGroup(AbstractModel):
55137
55028
  :type MicroserviceType: str
55138
55029
  :param _ApplicationType: <p>应用类型</p>
55139
55030
  :type ApplicationType: str
55140
- :param _GroupResourceType: <p>部署组资源类型</p>
55031
+ :param _GroupResourceType: <p>部署组资源类型</p><p>枚举值:</p><ul><li>GW: 网关</li><li>DEF: 普通业务部署组</li><li>SVL: Serverless</li></ul>
55141
55032
  :type GroupResourceType: str
55142
55033
  :param _UpdatedTime: <p>部署组更新时间戳</p>
55143
55034
  :type UpdatedTime: int
@@ -55194,6 +55085,64 @@ class VmGroup(AbstractModel):
55194
55085
  :type RepositoryType: str
55195
55086
  :param _LivenessAutoRestart: <p>是否自动重启</p>
55196
55087
  :type LivenessAutoRestart: bool
55088
+ :param _MeshSidecarVersion: <p>Mesh Sidecar 数据面版本通道</p><p>枚举值:</p><ul><li>stable: 稳定版</li><li>release: 最新版</li></ul>
55089
+ :type MeshSidecarVersion: str
55090
+ :param _BusinessLogConfigIdList: <p>业务日志配置 ID 列表</p>
55091
+ :type BusinessLogConfigIdList: str
55092
+ :param _BusinessLogDeliveryConfigIdList: <p>业务系统 ID</p>
55093
+ :type BusinessLogDeliveryConfigIdList: str
55094
+ :param _BusinessSystemId: <p>String型普通说明场景</p>
55095
+ :type BusinessSystemId: str
55096
+ :param _BusinessSystemName: <p>业务系统名称</p>
55097
+ :type BusinessSystemName: str
55098
+ :param _ClsMachineGroupId: <p>CLS 机器组 ID</p>
55099
+ :type ClsMachineGroupId: str
55100
+ :param _EnableGovernance: <p>是否开启服务治理</p>
55101
+ :type EnableGovernance: bool
55102
+ :param _EnableTelemetry: <p>是否开启可观测</p>
55103
+ :type EnableTelemetry: bool
55104
+ :param _EnableTelemetryAgent: <p>是否开启 OT Agent</p>
55105
+ :type EnableTelemetryAgent: bool
55106
+ :param _EnabledUnit: <p>是否开启单元化</p>
55107
+ :type EnabledUnit: bool
55108
+ :param _ExclusiveInstances: <p>独享注册中心/配置中心实例列表</p>
55109
+ :type ExclusiveInstances: list of ExclusiveInstance
55110
+ :param _FrameworkType: <p>框架接入类型</p>
55111
+ :type FrameworkType: str
55112
+ :param _GovernanceType: <p>服务治理实例模式</p>
55113
+ :type GovernanceType: str
55114
+ :param _InstanceIdList: <p>部署组关联实例 ID 列表</p>
55115
+ :type InstanceIdList: list of str
55116
+ :param _IsStop: <p>部署组是否处于停止状态</p>
55117
+ :type IsStop: str
55118
+ :param _K8sNamespaceName: <p>K8s 命名空间名称</p>
55119
+ :type K8sNamespaceName: str
55120
+ :param _Language: <p>请求语言</p>
55121
+ :type Language: str
55122
+ :param _MicroserviceSubType: <p>微服务子类型</p>
55123
+ :type MicroserviceSubType: str
55124
+ :param _NonInvasiveType: <p>非侵入接入子类型</p>
55125
+ :type NonInvasiveType: str
55126
+ :param _PreStopScript: <p>预停止脚本内容</p>
55127
+ :type PreStopScript: str
55128
+ :param _RealNamespaceName: <p>实际使用的 K8s 命名空间名称</p>
55129
+ :type RealNamespaceName: str
55130
+ :param _ServiceConfigList: <p>Mesh 服务端口与健康检查配置列表</p>
55131
+ :type ServiceConfigList: list of ServiceConfig
55132
+ :param _ServiceGovernanceConfig: <p>服务治理配置聚合对象</p>
55133
+ :type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
55134
+ :param _Tags: <p>部署组标签列表</p>
55135
+ :type Tags: list of Tag
55136
+ :param _TapmOtAgentVersion: <p>Tapm OT Agent 版本</p>
55137
+ :type TapmOtAgentVersion: str
55138
+ :param _UnitEnvType: <p>单元环境类型</p>
55139
+ :type UnitEnvType: str
55140
+ :param _UnitId: <p>单元 ID</p>
55141
+ :type UnitId: str
55142
+ :param _UnitName: <p>单元类型</p>
55143
+ :type UnitName: str
55144
+ :param _UnitType: <p>部署组资源类型</p>
55145
+ :type UnitType: str
55197
55146
  """
55198
55147
  self._GroupId = None
55199
55148
  self._GroupName = None
@@ -55241,6 +55190,35 @@ class VmGroup(AbstractModel):
55241
55190
  self._RepositoryName = None
55242
55191
  self._RepositoryType = None
55243
55192
  self._LivenessAutoRestart = None
55193
+ self._MeshSidecarVersion = None
55194
+ self._BusinessLogConfigIdList = None
55195
+ self._BusinessLogDeliveryConfigIdList = None
55196
+ self._BusinessSystemId = None
55197
+ self._BusinessSystemName = None
55198
+ self._ClsMachineGroupId = None
55199
+ self._EnableGovernance = None
55200
+ self._EnableTelemetry = None
55201
+ self._EnableTelemetryAgent = None
55202
+ self._EnabledUnit = None
55203
+ self._ExclusiveInstances = None
55204
+ self._FrameworkType = None
55205
+ self._GovernanceType = None
55206
+ self._InstanceIdList = None
55207
+ self._IsStop = None
55208
+ self._K8sNamespaceName = None
55209
+ self._Language = None
55210
+ self._MicroserviceSubType = None
55211
+ self._NonInvasiveType = None
55212
+ self._PreStopScript = None
55213
+ self._RealNamespaceName = None
55214
+ self._ServiceConfigList = None
55215
+ self._ServiceGovernanceConfig = None
55216
+ self._Tags = None
55217
+ self._TapmOtAgentVersion = None
55218
+ self._UnitEnvType = None
55219
+ self._UnitId = None
55220
+ self._UnitName = None
55221
+ self._UnitType = None
55244
55222
 
55245
55223
  @property
55246
55224
  def GroupId(self):
@@ -55480,7 +55458,7 @@ class VmGroup(AbstractModel):
55480
55458
 
55481
55459
  @property
55482
55460
  def GroupResourceType(self):
55483
- r"""<p>部署组资源类型</p>
55461
+ r"""<p>部署组资源类型</p><p>枚举值:</p><ul><li>GW: 网关</li><li>DEF: 普通业务部署组</li><li>SVL: Serverless</li></ul>
55484
55462
  :rtype: str
55485
55463
  """
55486
55464
  return self._GroupResourceType
@@ -55760,6 +55738,325 @@ class VmGroup(AbstractModel):
55760
55738
  def LivenessAutoRestart(self, LivenessAutoRestart):
55761
55739
  self._LivenessAutoRestart = LivenessAutoRestart
55762
55740
 
55741
+ @property
55742
+ def MeshSidecarVersion(self):
55743
+ r"""<p>Mesh Sidecar 数据面版本通道</p><p>枚举值:</p><ul><li>stable: 稳定版</li><li>release: 最新版</li></ul>
55744
+ :rtype: str
55745
+ """
55746
+ return self._MeshSidecarVersion
55747
+
55748
+ @MeshSidecarVersion.setter
55749
+ def MeshSidecarVersion(self, MeshSidecarVersion):
55750
+ self._MeshSidecarVersion = MeshSidecarVersion
55751
+
55752
+ @property
55753
+ def BusinessLogConfigIdList(self):
55754
+ r"""<p>业务日志配置 ID 列表</p>
55755
+ :rtype: str
55756
+ """
55757
+ return self._BusinessLogConfigIdList
55758
+
55759
+ @BusinessLogConfigIdList.setter
55760
+ def BusinessLogConfigIdList(self, BusinessLogConfigIdList):
55761
+ self._BusinessLogConfigIdList = BusinessLogConfigIdList
55762
+
55763
+ @property
55764
+ def BusinessLogDeliveryConfigIdList(self):
55765
+ r"""<p>业务系统 ID</p>
55766
+ :rtype: str
55767
+ """
55768
+ return self._BusinessLogDeliveryConfigIdList
55769
+
55770
+ @BusinessLogDeliveryConfigIdList.setter
55771
+ def BusinessLogDeliveryConfigIdList(self, BusinessLogDeliveryConfigIdList):
55772
+ self._BusinessLogDeliveryConfigIdList = BusinessLogDeliveryConfigIdList
55773
+
55774
+ @property
55775
+ def BusinessSystemId(self):
55776
+ r"""<p>String型普通说明场景</p>
55777
+ :rtype: str
55778
+ """
55779
+ return self._BusinessSystemId
55780
+
55781
+ @BusinessSystemId.setter
55782
+ def BusinessSystemId(self, BusinessSystemId):
55783
+ self._BusinessSystemId = BusinessSystemId
55784
+
55785
+ @property
55786
+ def BusinessSystemName(self):
55787
+ r"""<p>业务系统名称</p>
55788
+ :rtype: str
55789
+ """
55790
+ return self._BusinessSystemName
55791
+
55792
+ @BusinessSystemName.setter
55793
+ def BusinessSystemName(self, BusinessSystemName):
55794
+ self._BusinessSystemName = BusinessSystemName
55795
+
55796
+ @property
55797
+ def ClsMachineGroupId(self):
55798
+ r"""<p>CLS 机器组 ID</p>
55799
+ :rtype: str
55800
+ """
55801
+ return self._ClsMachineGroupId
55802
+
55803
+ @ClsMachineGroupId.setter
55804
+ def ClsMachineGroupId(self, ClsMachineGroupId):
55805
+ self._ClsMachineGroupId = ClsMachineGroupId
55806
+
55807
+ @property
55808
+ def EnableGovernance(self):
55809
+ r"""<p>是否开启服务治理</p>
55810
+ :rtype: bool
55811
+ """
55812
+ return self._EnableGovernance
55813
+
55814
+ @EnableGovernance.setter
55815
+ def EnableGovernance(self, EnableGovernance):
55816
+ self._EnableGovernance = EnableGovernance
55817
+
55818
+ @property
55819
+ def EnableTelemetry(self):
55820
+ r"""<p>是否开启可观测</p>
55821
+ :rtype: bool
55822
+ """
55823
+ return self._EnableTelemetry
55824
+
55825
+ @EnableTelemetry.setter
55826
+ def EnableTelemetry(self, EnableTelemetry):
55827
+ self._EnableTelemetry = EnableTelemetry
55828
+
55829
+ @property
55830
+ def EnableTelemetryAgent(self):
55831
+ r"""<p>是否开启 OT Agent</p>
55832
+ :rtype: bool
55833
+ """
55834
+ return self._EnableTelemetryAgent
55835
+
55836
+ @EnableTelemetryAgent.setter
55837
+ def EnableTelemetryAgent(self, EnableTelemetryAgent):
55838
+ self._EnableTelemetryAgent = EnableTelemetryAgent
55839
+
55840
+ @property
55841
+ def EnabledUnit(self):
55842
+ r"""<p>是否开启单元化</p>
55843
+ :rtype: bool
55844
+ """
55845
+ return self._EnabledUnit
55846
+
55847
+ @EnabledUnit.setter
55848
+ def EnabledUnit(self, EnabledUnit):
55849
+ self._EnabledUnit = EnabledUnit
55850
+
55851
+ @property
55852
+ def ExclusiveInstances(self):
55853
+ r"""<p>独享注册中心/配置中心实例列表</p>
55854
+ :rtype: list of ExclusiveInstance
55855
+ """
55856
+ return self._ExclusiveInstances
55857
+
55858
+ @ExclusiveInstances.setter
55859
+ def ExclusiveInstances(self, ExclusiveInstances):
55860
+ self._ExclusiveInstances = ExclusiveInstances
55861
+
55862
+ @property
55863
+ def FrameworkType(self):
55864
+ r"""<p>框架接入类型</p>
55865
+ :rtype: str
55866
+ """
55867
+ return self._FrameworkType
55868
+
55869
+ @FrameworkType.setter
55870
+ def FrameworkType(self, FrameworkType):
55871
+ self._FrameworkType = FrameworkType
55872
+
55873
+ @property
55874
+ def GovernanceType(self):
55875
+ r"""<p>服务治理实例模式</p>
55876
+ :rtype: str
55877
+ """
55878
+ return self._GovernanceType
55879
+
55880
+ @GovernanceType.setter
55881
+ def GovernanceType(self, GovernanceType):
55882
+ self._GovernanceType = GovernanceType
55883
+
55884
+ @property
55885
+ def InstanceIdList(self):
55886
+ r"""<p>部署组关联实例 ID 列表</p>
55887
+ :rtype: list of str
55888
+ """
55889
+ return self._InstanceIdList
55890
+
55891
+ @InstanceIdList.setter
55892
+ def InstanceIdList(self, InstanceIdList):
55893
+ self._InstanceIdList = InstanceIdList
55894
+
55895
+ @property
55896
+ def IsStop(self):
55897
+ r"""<p>部署组是否处于停止状态</p>
55898
+ :rtype: str
55899
+ """
55900
+ return self._IsStop
55901
+
55902
+ @IsStop.setter
55903
+ def IsStop(self, IsStop):
55904
+ self._IsStop = IsStop
55905
+
55906
+ @property
55907
+ def K8sNamespaceName(self):
55908
+ r"""<p>K8s 命名空间名称</p>
55909
+ :rtype: str
55910
+ """
55911
+ return self._K8sNamespaceName
55912
+
55913
+ @K8sNamespaceName.setter
55914
+ def K8sNamespaceName(self, K8sNamespaceName):
55915
+ self._K8sNamespaceName = K8sNamespaceName
55916
+
55917
+ @property
55918
+ def Language(self):
55919
+ r"""<p>请求语言</p>
55920
+ :rtype: str
55921
+ """
55922
+ return self._Language
55923
+
55924
+ @Language.setter
55925
+ def Language(self, Language):
55926
+ self._Language = Language
55927
+
55928
+ @property
55929
+ def MicroserviceSubType(self):
55930
+ r"""<p>微服务子类型</p>
55931
+ :rtype: str
55932
+ """
55933
+ return self._MicroserviceSubType
55934
+
55935
+ @MicroserviceSubType.setter
55936
+ def MicroserviceSubType(self, MicroserviceSubType):
55937
+ self._MicroserviceSubType = MicroserviceSubType
55938
+
55939
+ @property
55940
+ def NonInvasiveType(self):
55941
+ r"""<p>非侵入接入子类型</p>
55942
+ :rtype: str
55943
+ """
55944
+ return self._NonInvasiveType
55945
+
55946
+ @NonInvasiveType.setter
55947
+ def NonInvasiveType(self, NonInvasiveType):
55948
+ self._NonInvasiveType = NonInvasiveType
55949
+
55950
+ @property
55951
+ def PreStopScript(self):
55952
+ r"""<p>预停止脚本内容</p>
55953
+ :rtype: str
55954
+ """
55955
+ return self._PreStopScript
55956
+
55957
+ @PreStopScript.setter
55958
+ def PreStopScript(self, PreStopScript):
55959
+ self._PreStopScript = PreStopScript
55960
+
55961
+ @property
55962
+ def RealNamespaceName(self):
55963
+ r"""<p>实际使用的 K8s 命名空间名称</p>
55964
+ :rtype: str
55965
+ """
55966
+ return self._RealNamespaceName
55967
+
55968
+ @RealNamespaceName.setter
55969
+ def RealNamespaceName(self, RealNamespaceName):
55970
+ self._RealNamespaceName = RealNamespaceName
55971
+
55972
+ @property
55973
+ def ServiceConfigList(self):
55974
+ r"""<p>Mesh 服务端口与健康检查配置列表</p>
55975
+ :rtype: list of ServiceConfig
55976
+ """
55977
+ return self._ServiceConfigList
55978
+
55979
+ @ServiceConfigList.setter
55980
+ def ServiceConfigList(self, ServiceConfigList):
55981
+ self._ServiceConfigList = ServiceConfigList
55982
+
55983
+ @property
55984
+ def ServiceGovernanceConfig(self):
55985
+ r"""<p>服务治理配置聚合对象</p>
55986
+ :rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
55987
+ """
55988
+ return self._ServiceGovernanceConfig
55989
+
55990
+ @ServiceGovernanceConfig.setter
55991
+ def ServiceGovernanceConfig(self, ServiceGovernanceConfig):
55992
+ self._ServiceGovernanceConfig = ServiceGovernanceConfig
55993
+
55994
+ @property
55995
+ def Tags(self):
55996
+ r"""<p>部署组标签列表</p>
55997
+ :rtype: list of Tag
55998
+ """
55999
+ return self._Tags
56000
+
56001
+ @Tags.setter
56002
+ def Tags(self, Tags):
56003
+ self._Tags = Tags
56004
+
56005
+ @property
56006
+ def TapmOtAgentVersion(self):
56007
+ r"""<p>Tapm OT Agent 版本</p>
56008
+ :rtype: str
56009
+ """
56010
+ return self._TapmOtAgentVersion
56011
+
56012
+ @TapmOtAgentVersion.setter
56013
+ def TapmOtAgentVersion(self, TapmOtAgentVersion):
56014
+ self._TapmOtAgentVersion = TapmOtAgentVersion
56015
+
56016
+ @property
56017
+ def UnitEnvType(self):
56018
+ r"""<p>单元环境类型</p>
56019
+ :rtype: str
56020
+ """
56021
+ return self._UnitEnvType
56022
+
56023
+ @UnitEnvType.setter
56024
+ def UnitEnvType(self, UnitEnvType):
56025
+ self._UnitEnvType = UnitEnvType
56026
+
56027
+ @property
56028
+ def UnitId(self):
56029
+ r"""<p>单元 ID</p>
56030
+ :rtype: str
56031
+ """
56032
+ return self._UnitId
56033
+
56034
+ @UnitId.setter
56035
+ def UnitId(self, UnitId):
56036
+ self._UnitId = UnitId
56037
+
56038
+ @property
56039
+ def UnitName(self):
56040
+ r"""<p>单元类型</p>
56041
+ :rtype: str
56042
+ """
56043
+ return self._UnitName
56044
+
56045
+ @UnitName.setter
56046
+ def UnitName(self, UnitName):
56047
+ self._UnitName = UnitName
56048
+
56049
+ @property
56050
+ def UnitType(self):
56051
+ r"""<p>部署组资源类型</p>
56052
+ :rtype: str
56053
+ """
56054
+ return self._UnitType
56055
+
56056
+ @UnitType.setter
56057
+ def UnitType(self, UnitType):
56058
+ self._UnitType = UnitType
56059
+
55763
56060
 
55764
56061
  def _deserialize(self, params):
55765
56062
  self._GroupId = params.get("GroupId")
@@ -55819,6 +56116,52 @@ class VmGroup(AbstractModel):
55819
56116
  self._RepositoryName = params.get("RepositoryName")
55820
56117
  self._RepositoryType = params.get("RepositoryType")
55821
56118
  self._LivenessAutoRestart = params.get("LivenessAutoRestart")
56119
+ self._MeshSidecarVersion = params.get("MeshSidecarVersion")
56120
+ self._BusinessLogConfigIdList = params.get("BusinessLogConfigIdList")
56121
+ self._BusinessLogDeliveryConfigIdList = params.get("BusinessLogDeliveryConfigIdList")
56122
+ self._BusinessSystemId = params.get("BusinessSystemId")
56123
+ self._BusinessSystemName = params.get("BusinessSystemName")
56124
+ self._ClsMachineGroupId = params.get("ClsMachineGroupId")
56125
+ self._EnableGovernance = params.get("EnableGovernance")
56126
+ self._EnableTelemetry = params.get("EnableTelemetry")
56127
+ self._EnableTelemetryAgent = params.get("EnableTelemetryAgent")
56128
+ self._EnabledUnit = params.get("EnabledUnit")
56129
+ if params.get("ExclusiveInstances") is not None:
56130
+ self._ExclusiveInstances = []
56131
+ for item in params.get("ExclusiveInstances"):
56132
+ obj = ExclusiveInstance()
56133
+ obj._deserialize(item)
56134
+ self._ExclusiveInstances.append(obj)
56135
+ self._FrameworkType = params.get("FrameworkType")
56136
+ self._GovernanceType = params.get("GovernanceType")
56137
+ self._InstanceIdList = params.get("InstanceIdList")
56138
+ self._IsStop = params.get("IsStop")
56139
+ self._K8sNamespaceName = params.get("K8sNamespaceName")
56140
+ self._Language = params.get("Language")
56141
+ self._MicroserviceSubType = params.get("MicroserviceSubType")
56142
+ self._NonInvasiveType = params.get("NonInvasiveType")
56143
+ self._PreStopScript = params.get("PreStopScript")
56144
+ self._RealNamespaceName = params.get("RealNamespaceName")
56145
+ if params.get("ServiceConfigList") is not None:
56146
+ self._ServiceConfigList = []
56147
+ for item in params.get("ServiceConfigList"):
56148
+ obj = ServiceConfig()
56149
+ obj._deserialize(item)
56150
+ self._ServiceConfigList.append(obj)
56151
+ if params.get("ServiceGovernanceConfig") is not None:
56152
+ self._ServiceGovernanceConfig = ServiceGovernanceConfig()
56153
+ self._ServiceGovernanceConfig._deserialize(params.get("ServiceGovernanceConfig"))
56154
+ if params.get("Tags") is not None:
56155
+ self._Tags = []
56156
+ for item in params.get("Tags"):
56157
+ obj = Tag()
56158
+ obj._deserialize(item)
56159
+ self._Tags.append(obj)
56160
+ self._TapmOtAgentVersion = params.get("TapmOtAgentVersion")
56161
+ self._UnitEnvType = params.get("UnitEnvType")
56162
+ self._UnitId = params.get("UnitId")
56163
+ self._UnitName = params.get("UnitName")
56164
+ self._UnitType = params.get("UnitType")
55822
56165
  memeber_set = set(params.keys())
55823
56166
  for name, value in vars(self).items():
55824
56167
  property_name = name[1:]
@@ -4058,31 +4058,6 @@ class TsfClient(AbstractClient):
4058
4058
  raise TencentCloudSDKException(type(e).__name__, str(e))
4059
4059
 
4060
4060
 
4061
- def ReassociateBusinessLogConfig(self, request):
4062
- r"""后端服务已经删除这个接口, API 接口下线处理
4063
-
4064
- 重关联业务日志配置
4065
-
4066
- :param request: Request instance for ReassociateBusinessLogConfig.
4067
- :type request: :class:`tencentcloud.tsf.v20180326.models.ReassociateBusinessLogConfigRequest`
4068
- :rtype: :class:`tencentcloud.tsf.v20180326.models.ReassociateBusinessLogConfigResponse`
4069
-
4070
- """
4071
- try:
4072
- params = request._serialize()
4073
- headers = request.headers
4074
- body = self.call("ReassociateBusinessLogConfig", params, headers=headers)
4075
- response = json.loads(body)
4076
- model = models.ReassociateBusinessLogConfigResponse()
4077
- model._deserialize(response["Response"])
4078
- return model
4079
- except Exception as e:
4080
- if isinstance(e, TencentCloudSDKException):
4081
- raise
4082
- else:
4083
- raise TencentCloudSDKException(type(e).__name__, str(e))
4084
-
4085
-
4086
4061
  def ReleaseApiGroup(self, request):
4087
4062
  r"""发布Api分组
4088
4063
 
@@ -3182,26 +3182,6 @@ class TsfClient(AbstractClient):
3182
3182
 
3183
3183
  return await self.call_and_deserialize(**kwargs)
3184
3184
 
3185
- async def ReassociateBusinessLogConfig(
3186
- self,
3187
- request: models.ReassociateBusinessLogConfigRequest,
3188
- opts: Dict = None,
3189
- ) -> models.ReassociateBusinessLogConfigResponse:
3190
- """
3191
- 后端服务已经删除这个接口, API 接口下线处理
3192
-
3193
- 重关联业务日志配置
3194
- """
3195
-
3196
- kwargs = {}
3197
- kwargs["action"] = "ReassociateBusinessLogConfig"
3198
- kwargs["params"] = request._serialize()
3199
- kwargs["resp_cls"] = models.ReassociateBusinessLogConfigResponse
3200
- kwargs["headers"] = request.headers
3201
- kwargs["opts"] = opts or {}
3202
-
3203
- return await self.call_and_deserialize(**kwargs)
3204
-
3205
3185
  async def ReleaseApiGroup(
3206
3186
  self,
3207
3187
  request: models.ReleaseApiGroupRequest,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.152
3
+ Version: 3.1.175
4
4
  Summary: Tencent Cloud Tsf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.152
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.175
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.175
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.152