tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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 (62) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/models.py +61 -23
  3. tencentcloud/cam/v20190116/models.py +2 -2
  4. tencentcloud/captcha/v20190722/models.py +15 -30
  5. tencentcloud/cbs/v20170312/models.py +0 -4
  6. tencentcloud/ccc/v20200210/errorcodes.py +3 -0
  7. tencentcloud/ccc/v20200210/models.py +159 -2
  8. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  9. tencentcloud/cdwpg/v20201230/models.py +98 -86
  10. tencentcloud/chc/v20230418/models.py +0 -30
  11. tencentcloud/clb/v20180317/models.py +48 -18
  12. tencentcloud/dbbrain/v20210527/models.py +0 -8
  13. tencentcloud/dbdc/v20201029/models.py +0 -16
  14. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  15. tencentcloud/dcdb/v20180411/models.py +0 -64
  16. tencentcloud/dlc/v20210125/models.py +256 -16
  17. tencentcloud/emr/v20190103/models.py +15 -54
  18. tencentcloud/es/v20180416/errorcodes.py +3 -0
  19. tencentcloud/ess/v20201111/models.py +12 -12
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
  21. tencentcloud/essbasic/v20210526/models.py +10 -10
  22. tencentcloud/gs/v20191118/models.py +4 -58
  23. tencentcloud/hai/v20230812/models.py +0 -96
  24. tencentcloud/hunyuan/v20230901/models.py +6 -4
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  26. tencentcloud/iotvideo/v20191126/models.py +0 -4
  27. tencentcloud/iotvideo/v20201215/models.py +17 -0
  28. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  29. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  30. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  31. tencentcloud/lcic/v20220817/models.py +56 -68
  32. tencentcloud/live/v20180801/models.py +8 -24
  33. tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
  34. tencentcloud/mariadb/v20170312/models.py +4 -76
  35. tencentcloud/monitor/v20180724/models.py +95 -14
  36. tencentcloud/mps/v20190612/models.py +260 -0
  37. tencentcloud/mqtt/v20240516/models.py +402 -284
  38. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  39. tencentcloud/organization/v20210331/models.py +30 -0
  40. tencentcloud/privatedns/v20201028/models.py +0 -22
  41. tencentcloud/taf/v20200210/models.py +270 -0
  42. tencentcloud/taf/v20200210/taf_client.py +23 -0
  43. tencentcloud/tbaas/v20180416/models.py +0 -58
  44. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  45. tencentcloud/tcr/v20190924/models.py +30 -154
  46. tencentcloud/tdmq/v20200217/models.py +0 -16
  47. tencentcloud/thpc/v20230321/models.py +34 -0
  48. tencentcloud/tke/v20180525/models.py +692 -622
  49. tencentcloud/tke/v20180525/tke_client.py +23 -0
  50. tencentcloud/trocket/v20230308/models.py +0 -24
  51. tencentcloud/tsf/v20180326/models.py +252 -196
  52. tencentcloud/vcube/v20220410/models.py +51 -158
  53. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  54. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  55. tencentcloud/vod/v20180717/models.py +28 -260
  56. tencentcloud/vpc/v20170312/models.py +135 -0
  57. tencentcloud/wedata/v20210820/models.py +17 -0
  58. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
  59. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
  60. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
  61. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
  62. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -3634,7 +3634,6 @@ class BusinessLogConfig(AbstractModel):
3634
3634
  :param _ConfigName: 配置项名称
3635
3635
  :type ConfigName: str
3636
3636
  :param _ConfigPath: 配置项日志路径
3637
- 注意:此字段可能返回 null,表示取不到有效值。
3638
3637
  :type ConfigPath: str
3639
3638
  :param _ConfigDesc: 配置项描述
3640
3639
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3643,7 +3642,6 @@ class BusinessLogConfig(AbstractModel):
3643
3642
  注意:此字段可能返回 null,表示取不到有效值。
3644
3643
  :type ConfigTags: str
3645
3644
  :param _ConfigPipeline: 配置项对应的ES管道
3646
- 注意:此字段可能返回 null,表示取不到有效值。
3647
3645
  :type ConfigPipeline: str
3648
3646
  :param _ConfigCreateTime: 配置项创建时间
3649
3647
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3652,14 +3650,18 @@ class BusinessLogConfig(AbstractModel):
3652
3650
  注意:此字段可能返回 null,表示取不到有效值。
3653
3651
  :type ConfigUpdateTime: str
3654
3652
  :param _ConfigSchema: 配置项解析规则
3655
- 注意:此字段可能返回 null,表示取不到有效值。
3656
3653
  :type ConfigSchema: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfigSchema`
3657
3654
  :param _ConfigAssociatedGroups: 配置项关联部署组
3658
3655
  注意:此字段可能返回 null,表示取不到有效值。
3659
3656
  :type ConfigAssociatedGroups: list of BusinesLogConfigAssociatedGroup
3660
3657
  :param _ConfigAssociatedGroupList: 配置项关联部署组
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3658
  :type ConfigAssociatedGroupList: list of BusinessLogConfigAssociatedGroup
3659
+ :param _FilebeatConfigEnable: 是否开启filebeat高级配置开关
3660
+ 注意:此字段可能返回 null,表示取不到有效值。
3661
+ :type FilebeatConfigEnable: bool
3662
+ :param _FilebeatCloseTimeout: close_timeout参数
3663
+ 注意:此字段可能返回 null,表示取不到有效值。
3664
+ :type FilebeatCloseTimeout: int
3663
3665
  """
3664
3666
  self._ConfigId = None
3665
3667
  self._ConfigName = None
@@ -3672,6 +3674,8 @@ class BusinessLogConfig(AbstractModel):
3672
3674
  self._ConfigSchema = None
3673
3675
  self._ConfigAssociatedGroups = None
3674
3676
  self._ConfigAssociatedGroupList = None
3677
+ self._FilebeatConfigEnable = None
3678
+ self._FilebeatCloseTimeout = None
3675
3679
 
3676
3680
  @property
3677
3681
  def ConfigId(self):
@@ -3698,7 +3702,6 @@ class BusinessLogConfig(AbstractModel):
3698
3702
  @property
3699
3703
  def ConfigPath(self):
3700
3704
  """配置项日志路径
3701
- 注意:此字段可能返回 null,表示取不到有效值。
3702
3705
  :rtype: str
3703
3706
  """
3704
3707
  return self._ConfigPath
@@ -3734,7 +3737,6 @@ class BusinessLogConfig(AbstractModel):
3734
3737
  @property
3735
3738
  def ConfigPipeline(self):
3736
3739
  """配置项对应的ES管道
3737
- 注意:此字段可能返回 null,表示取不到有效值。
3738
3740
  :rtype: str
3739
3741
  """
3740
3742
  return self._ConfigPipeline
@@ -3770,7 +3772,6 @@ class BusinessLogConfig(AbstractModel):
3770
3772
  @property
3771
3773
  def ConfigSchema(self):
3772
3774
  """配置项解析规则
3773
- 注意:此字段可能返回 null,表示取不到有效值。
3774
3775
  :rtype: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfigSchema`
3775
3776
  """
3776
3777
  return self._ConfigSchema
@@ -3798,7 +3799,6 @@ class BusinessLogConfig(AbstractModel):
3798
3799
  @property
3799
3800
  def ConfigAssociatedGroupList(self):
3800
3801
  """配置项关联部署组
3801
- 注意:此字段可能返回 null,表示取不到有效值。
3802
3802
  :rtype: list of BusinessLogConfigAssociatedGroup
3803
3803
  """
3804
3804
  return self._ConfigAssociatedGroupList
@@ -3807,6 +3807,30 @@ class BusinessLogConfig(AbstractModel):
3807
3807
  def ConfigAssociatedGroupList(self, ConfigAssociatedGroupList):
3808
3808
  self._ConfigAssociatedGroupList = ConfigAssociatedGroupList
3809
3809
 
3810
+ @property
3811
+ def FilebeatConfigEnable(self):
3812
+ """是否开启filebeat高级配置开关
3813
+ 注意:此字段可能返回 null,表示取不到有效值。
3814
+ :rtype: bool
3815
+ """
3816
+ return self._FilebeatConfigEnable
3817
+
3818
+ @FilebeatConfigEnable.setter
3819
+ def FilebeatConfigEnable(self, FilebeatConfigEnable):
3820
+ self._FilebeatConfigEnable = FilebeatConfigEnable
3821
+
3822
+ @property
3823
+ def FilebeatCloseTimeout(self):
3824
+ """close_timeout参数
3825
+ 注意:此字段可能返回 null,表示取不到有效值。
3826
+ :rtype: int
3827
+ """
3828
+ return self._FilebeatCloseTimeout
3829
+
3830
+ @FilebeatCloseTimeout.setter
3831
+ def FilebeatCloseTimeout(self, FilebeatCloseTimeout):
3832
+ self._FilebeatCloseTimeout = FilebeatCloseTimeout
3833
+
3810
3834
 
3811
3835
  def _deserialize(self, params):
3812
3836
  self._ConfigId = params.get("ConfigId")
@@ -3832,6 +3856,8 @@ class BusinessLogConfig(AbstractModel):
3832
3856
  obj = BusinessLogConfigAssociatedGroup()
3833
3857
  obj._deserialize(item)
3834
3858
  self._ConfigAssociatedGroupList.append(obj)
3859
+ self._FilebeatConfigEnable = params.get("FilebeatConfigEnable")
3860
+ self._FilebeatCloseTimeout = params.get("FilebeatCloseTimeout")
3835
3861
  memeber_set = set(params.keys())
3836
3862
  for name, value in vars(self).items():
3837
3863
  property_name = name[1:]
@@ -7114,16 +7140,12 @@ class ContainerGroupDeploy(AbstractModel):
7114
7140
  def __init__(self):
7115
7141
  r"""
7116
7142
  :param _GroupId: 部署组id
7117
- 注意:此字段可能返回 null,表示取不到有效值。
7118
7143
  :type GroupId: str
7119
7144
  :param _GroupName: 分组名称
7120
- 注意:此字段可能返回 null,表示取不到有效值。
7121
7145
  :type GroupName: str
7122
7146
  :param _InstanceNum: 实例总数
7123
- 注意:此字段可能返回 null,表示取不到有效值。
7124
7147
  :type InstanceNum: int
7125
7148
  :param _CurrentNum: 已启动实例总数
7126
- 注意:此字段可能返回 null,表示取不到有效值。
7127
7149
  :type CurrentNum: int
7128
7150
  :param _Server: 镜像server
7129
7151
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7150,7 +7172,6 @@ class ContainerGroupDeploy(AbstractModel):
7150
7172
  注意:此字段可能返回 null,表示取不到有效值。
7151
7173
  :type AccessType: int
7152
7174
  :param _ProtocolPorts: 端口映射
7153
- 注意:此字段可能返回 null,表示取不到有效值。
7154
7175
  :type ProtocolPorts: list of ProtocolPort
7155
7176
  :param _UpdateType: 更新方式:0:快速更新 1:滚动更新
7156
7177
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7195,16 +7216,13 @@ class ContainerGroupDeploy(AbstractModel):
7195
7216
  注意:此字段可能返回 null,表示取不到有效值。
7196
7217
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
7197
7218
  :param _DeployAgent: 是否部署Agent容器
7198
- 注意:此字段可能返回 null,表示取不到有效值。
7199
7219
  :type DeployAgent: bool
7200
7220
  :param _Alias: 部署组备注
7201
7221
  注意:此字段可能返回 null,表示取不到有效值。
7202
7222
  :type Alias: str
7203
7223
  :param _DisableService: 是否创建 k8s service
7204
- 注意:此字段可能返回 null,表示取不到有效值。
7205
7224
  :type DisableService: bool
7206
7225
  :param _HeadlessService: service 是否为 headless 类型
7207
- 注意:此字段可能返回 null,表示取不到有效值。
7208
7226
  :type HeadlessService: bool
7209
7227
  :param _TcrRepoInfo: TcrRepoInfo值
7210
7228
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7219,25 +7237,19 @@ class ContainerGroupDeploy(AbstractModel):
7219
7237
  注意:此字段可能返回 null,表示取不到有效值。
7220
7238
  :type KubeInjectEnable: bool
7221
7239
  :param _RepoType: 仓库类型 (person, tcr)
7222
- 注意:此字段可能返回 null,表示取不到有效值。
7223
7240
  :type RepoType: str
7224
7241
  :param _WarmupSetting: 预热配置设置
7225
- 注意:此字段可能返回 null,表示取不到有效值。
7226
7242
  :type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
7227
7243
  :param _GatewayConfig: Envoy网关服务配置
7228
7244
  注意:此字段可能返回 null,表示取不到有效值。
7229
7245
  :type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
7230
7246
  :param _ContainerName: 容器名称
7231
- 注意:此字段可能返回 null,表示取不到有效值。
7232
7247
  :type ContainerName: str
7233
7248
  :param _AdditionalContainerList: 附加容器列表
7234
- 注意:此字段可能返回 null,表示取不到有效值。
7235
7249
  :type AdditionalContainerList: list of GroupContainerInfo
7236
7250
  :param _InternalContainerList: 内部容器列表
7237
- 注意:此字段可能返回 null,表示取不到有效值。
7238
7251
  :type InternalContainerList: list of GroupContainerInfo
7239
7252
  :param _ServiceSettingList: service列表
7240
- 注意:此字段可能返回 null,表示取不到有效值。
7241
7253
  :type ServiceSettingList: list of ServiceSetting
7242
7254
  """
7243
7255
  self._GroupId = None
@@ -7286,7 +7298,6 @@ class ContainerGroupDeploy(AbstractModel):
7286
7298
  @property
7287
7299
  def GroupId(self):
7288
7300
  """部署组id
7289
- 注意:此字段可能返回 null,表示取不到有效值。
7290
7301
  :rtype: str
7291
7302
  """
7292
7303
  return self._GroupId
@@ -7298,7 +7309,6 @@ class ContainerGroupDeploy(AbstractModel):
7298
7309
  @property
7299
7310
  def GroupName(self):
7300
7311
  """分组名称
7301
- 注意:此字段可能返回 null,表示取不到有效值。
7302
7312
  :rtype: str
7303
7313
  """
7304
7314
  return self._GroupName
@@ -7310,7 +7320,6 @@ class ContainerGroupDeploy(AbstractModel):
7310
7320
  @property
7311
7321
  def InstanceNum(self):
7312
7322
  """实例总数
7313
- 注意:此字段可能返回 null,表示取不到有效值。
7314
7323
  :rtype: int
7315
7324
  """
7316
7325
  return self._InstanceNum
@@ -7322,7 +7331,6 @@ class ContainerGroupDeploy(AbstractModel):
7322
7331
  @property
7323
7332
  def CurrentNum(self):
7324
7333
  """已启动实例总数
7325
- 注意:此字段可能返回 null,表示取不到有效值。
7326
7334
  :rtype: int
7327
7335
  """
7328
7336
  return self._CurrentNum
@@ -7430,7 +7438,6 @@ class ContainerGroupDeploy(AbstractModel):
7430
7438
  @property
7431
7439
  def ProtocolPorts(self):
7432
7440
  """端口映射
7433
- 注意:此字段可能返回 null,表示取不到有效值。
7434
7441
  :rtype: list of ProtocolPort
7435
7442
  """
7436
7443
  return self._ProtocolPorts
@@ -7610,7 +7617,6 @@ class ContainerGroupDeploy(AbstractModel):
7610
7617
  @property
7611
7618
  def DeployAgent(self):
7612
7619
  """是否部署Agent容器
7613
- 注意:此字段可能返回 null,表示取不到有效值。
7614
7620
  :rtype: bool
7615
7621
  """
7616
7622
  return self._DeployAgent
@@ -7634,7 +7640,6 @@ class ContainerGroupDeploy(AbstractModel):
7634
7640
  @property
7635
7641
  def DisableService(self):
7636
7642
  """是否创建 k8s service
7637
- 注意:此字段可能返回 null,表示取不到有效值。
7638
7643
  :rtype: bool
7639
7644
  """
7640
7645
  return self._DisableService
@@ -7646,7 +7651,6 @@ class ContainerGroupDeploy(AbstractModel):
7646
7651
  @property
7647
7652
  def HeadlessService(self):
7648
7653
  """service 是否为 headless 类型
7649
- 注意:此字段可能返回 null,表示取不到有效值。
7650
7654
  :rtype: bool
7651
7655
  """
7652
7656
  return self._HeadlessService
@@ -7706,7 +7710,6 @@ class ContainerGroupDeploy(AbstractModel):
7706
7710
  @property
7707
7711
  def RepoType(self):
7708
7712
  """仓库类型 (person, tcr)
7709
- 注意:此字段可能返回 null,表示取不到有效值。
7710
7713
  :rtype: str
7711
7714
  """
7712
7715
  return self._RepoType
@@ -7718,7 +7721,6 @@ class ContainerGroupDeploy(AbstractModel):
7718
7721
  @property
7719
7722
  def WarmupSetting(self):
7720
7723
  """预热配置设置
7721
- 注意:此字段可能返回 null,表示取不到有效值。
7722
7724
  :rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
7723
7725
  """
7724
7726
  return self._WarmupSetting
@@ -7742,7 +7744,6 @@ class ContainerGroupDeploy(AbstractModel):
7742
7744
  @property
7743
7745
  def ContainerName(self):
7744
7746
  """容器名称
7745
- 注意:此字段可能返回 null,表示取不到有效值。
7746
7747
  :rtype: str
7747
7748
  """
7748
7749
  return self._ContainerName
@@ -7754,7 +7755,6 @@ class ContainerGroupDeploy(AbstractModel):
7754
7755
  @property
7755
7756
  def AdditionalContainerList(self):
7756
7757
  """附加容器列表
7757
- 注意:此字段可能返回 null,表示取不到有效值。
7758
7758
  :rtype: list of GroupContainerInfo
7759
7759
  """
7760
7760
  return self._AdditionalContainerList
@@ -7766,7 +7766,6 @@ class ContainerGroupDeploy(AbstractModel):
7766
7766
  @property
7767
7767
  def InternalContainerList(self):
7768
7768
  """内部容器列表
7769
- 注意:此字段可能返回 null,表示取不到有效值。
7770
7769
  :rtype: list of GroupContainerInfo
7771
7770
  """
7772
7771
  return self._InternalContainerList
@@ -7778,7 +7777,6 @@ class ContainerGroupDeploy(AbstractModel):
7778
7777
  @property
7779
7778
  def ServiceSettingList(self):
7780
7779
  """service列表
7781
- 注意:此字段可能返回 null,表示取不到有效值。
7782
7780
  :rtype: list of ServiceSetting
7783
7781
  """
7784
7782
  return self._ServiceSettingList
@@ -19545,7 +19543,6 @@ class DescribeBusinessLogConfigResponse(AbstractModel):
19545
19543
  def __init__(self):
19546
19544
  r"""
19547
19545
  :param _Result: 日志配置项
19548
- 注意:此字段可能返回 null,表示取不到有效值。
19549
19546
  :type Result: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfig`
19550
19547
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19551
19548
  :type RequestId: str
@@ -19556,7 +19553,6 @@ class DescribeBusinessLogConfigResponse(AbstractModel):
19556
19553
  @property
19557
19554
  def Result(self):
19558
19555
  """日志配置项
19559
- 注意:此字段可能返回 null,表示取不到有效值。
19560
19556
  :rtype: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfig`
19561
19557
  """
19562
19558
  return self._Result
@@ -21266,7 +21262,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
21266
21262
  def __init__(self):
21267
21263
  r"""
21268
21264
  :param _Result: 获取部署组
21269
- 注意:此字段可能返回 null,表示取不到有效值。
21270
21265
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
21271
21266
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21272
21267
  :type RequestId: str
@@ -21277,7 +21272,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
21277
21272
  @property
21278
21273
  def Result(self):
21279
21274
  """获取部署组
21280
- 注意:此字段可能返回 null,表示取不到有效值。
21281
21275
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
21282
21276
  """
21283
21277
  return self._Result
@@ -23652,7 +23646,6 @@ class DescribeGroupResponse(AbstractModel):
23652
23646
  def __init__(self):
23653
23647
  r"""
23654
23648
  :param _Result: 虚拟机部署组详情
23655
- 注意:此字段可能返回 null,表示取不到有效值。
23656
23649
  :type Result: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
23657
23650
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23658
23651
  :type RequestId: str
@@ -23663,7 +23656,6 @@ class DescribeGroupResponse(AbstractModel):
23663
23656
  @property
23664
23657
  def Result(self):
23665
23658
  """虚拟机部署组详情
23666
- 注意:此字段可能返回 null,表示取不到有效值。
23667
23659
  :rtype: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
23668
23660
  """
23669
23661
  return self._Result
@@ -25760,7 +25752,6 @@ class DescribeJvmMonitorResponse(AbstractModel):
25760
25752
  def __init__(self):
25761
25753
  r"""
25762
25754
  :param _Result: Java实例jvm监控数据
25763
- 注意:此字段可能返回 null,表示取不到有效值。
25764
25755
  :type Result: :class:`tencentcloud.tsf.v20180326.models.JvmMonitorData`
25765
25756
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25766
25757
  :type RequestId: str
@@ -25771,7 +25762,6 @@ class DescribeJvmMonitorResponse(AbstractModel):
25771
25762
  @property
25772
25763
  def Result(self):
25773
25764
  """Java实例jvm监控数据
25774
- 注意:此字段可能返回 null,表示取不到有效值。
25775
25765
  :rtype: :class:`tencentcloud.tsf.v20180326.models.JvmMonitorData`
25776
25766
  """
25777
25767
  return self._Result
@@ -34297,49 +34287,34 @@ class GroupContainerInfo(AbstractModel):
34297
34287
  :param _TagName: 镜像版本名称
34298
34288
  :type TagName: str
34299
34289
  :param _ContainerName: 容器名字
34300
- 注意:此字段可能返回 null,表示取不到有效值。
34301
34290
  :type ContainerName: str
34302
34291
  :param _RepoName: 镜像名
34303
- 注意:此字段可能返回 null,表示取不到有效值。
34304
34292
  :type RepoName: str
34305
34293
  :param _RepoType: 仓库类型,tcr,address,personal,默认personal
34306
- 注意:此字段可能返回 null,表示取不到有效值。
34307
34294
  :type RepoType: str
34308
34295
  :param _TcrRepoInfo: tcr仓库信息
34309
- 注意:此字段可能返回 null,表示取不到有效值。
34310
34296
  :type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
34311
34297
  :param _Server: 镜像server
34312
- 注意:此字段可能返回 null,表示取不到有效值。
34313
34298
  :type Server: str
34314
34299
  :param _SecretName: 凭证名字
34315
- 注意:此字段可能返回 null,表示取不到有效值。
34316
34300
  :type SecretName: str
34317
34301
  :param _JvmOpts: jvm 参数
34318
- 注意:此字段可能返回 null,表示取不到有效值。
34319
34302
  :type JvmOpts: str
34320
34303
  :param _CpuLimit: 容器最大的 CPU 核数,对应 K8S 的 limit
34321
- 注意:此字段可能返回 null,表示取不到有效值。
34322
34304
  :type CpuLimit: str
34323
34305
  :param _CpuRequest: 容器分配的 CPU 核数,对应 K8S 的 request
34324
- 注意:此字段可能返回 null,表示取不到有效值。
34325
34306
  :type CpuRequest: str
34326
34307
  :param _MemRequest: 容器分配的内存 MiB 数,对应 K8S 的 request
34327
- 注意:此字段可能返回 null,表示取不到有效值。
34328
34308
  :type MemRequest: str
34329
34309
  :param _MemLimit: 容器最大的内存 MiB 数,对应 K8S 的 limit
34330
- 注意:此字段可能返回 null,表示取不到有效值。
34331
34310
  :type MemLimit: str
34332
34311
  :param _HealthCheckSettings: 健康检查配置信息
34333
- 注意:此字段可能返回 null,表示取不到有效值。
34334
34312
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
34335
34313
  :param _Envs: 环境变量
34336
- 注意:此字段可能返回 null,表示取不到有效值。
34337
34314
  :type Envs: list of Env
34338
34315
  :param _UserEnvs: 环境变量,作为入参时不用填
34339
- 注意:此字段可能返回 null,表示取不到有效值。
34340
34316
  :type UserEnvs: list of Env
34341
34317
  :param _VolumeMountInfoList: 数据卷挂载点信息
34342
- 注意:此字段可能返回 null,表示取不到有效值。
34343
34318
  :type VolumeMountInfoList: list of VolumeMountInfo
34344
34319
  """
34345
34320
  self._TagName = None
@@ -34373,7 +34348,6 @@ class GroupContainerInfo(AbstractModel):
34373
34348
  @property
34374
34349
  def ContainerName(self):
34375
34350
  """容器名字
34376
- 注意:此字段可能返回 null,表示取不到有效值。
34377
34351
  :rtype: str
34378
34352
  """
34379
34353
  return self._ContainerName
@@ -34385,7 +34359,6 @@ class GroupContainerInfo(AbstractModel):
34385
34359
  @property
34386
34360
  def RepoName(self):
34387
34361
  """镜像名
34388
- 注意:此字段可能返回 null,表示取不到有效值。
34389
34362
  :rtype: str
34390
34363
  """
34391
34364
  return self._RepoName
@@ -34397,7 +34370,6 @@ class GroupContainerInfo(AbstractModel):
34397
34370
  @property
34398
34371
  def RepoType(self):
34399
34372
  """仓库类型,tcr,address,personal,默认personal
34400
- 注意:此字段可能返回 null,表示取不到有效值。
34401
34373
  :rtype: str
34402
34374
  """
34403
34375
  return self._RepoType
@@ -34409,7 +34381,6 @@ class GroupContainerInfo(AbstractModel):
34409
34381
  @property
34410
34382
  def TcrRepoInfo(self):
34411
34383
  """tcr仓库信息
34412
- 注意:此字段可能返回 null,表示取不到有效值。
34413
34384
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
34414
34385
  """
34415
34386
  return self._TcrRepoInfo
@@ -34421,7 +34392,6 @@ class GroupContainerInfo(AbstractModel):
34421
34392
  @property
34422
34393
  def Server(self):
34423
34394
  """镜像server
34424
- 注意:此字段可能返回 null,表示取不到有效值。
34425
34395
  :rtype: str
34426
34396
  """
34427
34397
  return self._Server
@@ -34433,7 +34403,6 @@ class GroupContainerInfo(AbstractModel):
34433
34403
  @property
34434
34404
  def SecretName(self):
34435
34405
  """凭证名字
34436
- 注意:此字段可能返回 null,表示取不到有效值。
34437
34406
  :rtype: str
34438
34407
  """
34439
34408
  return self._SecretName
@@ -34445,7 +34414,6 @@ class GroupContainerInfo(AbstractModel):
34445
34414
  @property
34446
34415
  def JvmOpts(self):
34447
34416
  """jvm 参数
34448
- 注意:此字段可能返回 null,表示取不到有效值。
34449
34417
  :rtype: str
34450
34418
  """
34451
34419
  return self._JvmOpts
@@ -34457,7 +34425,6 @@ class GroupContainerInfo(AbstractModel):
34457
34425
  @property
34458
34426
  def CpuLimit(self):
34459
34427
  """容器最大的 CPU 核数,对应 K8S 的 limit
34460
- 注意:此字段可能返回 null,表示取不到有效值。
34461
34428
  :rtype: str
34462
34429
  """
34463
34430
  return self._CpuLimit
@@ -34469,7 +34436,6 @@ class GroupContainerInfo(AbstractModel):
34469
34436
  @property
34470
34437
  def CpuRequest(self):
34471
34438
  """容器分配的 CPU 核数,对应 K8S 的 request
34472
- 注意:此字段可能返回 null,表示取不到有效值。
34473
34439
  :rtype: str
34474
34440
  """
34475
34441
  return self._CpuRequest
@@ -34481,7 +34447,6 @@ class GroupContainerInfo(AbstractModel):
34481
34447
  @property
34482
34448
  def MemRequest(self):
34483
34449
  """容器分配的内存 MiB 数,对应 K8S 的 request
34484
- 注意:此字段可能返回 null,表示取不到有效值。
34485
34450
  :rtype: str
34486
34451
  """
34487
34452
  return self._MemRequest
@@ -34493,7 +34458,6 @@ class GroupContainerInfo(AbstractModel):
34493
34458
  @property
34494
34459
  def MemLimit(self):
34495
34460
  """容器最大的内存 MiB 数,对应 K8S 的 limit
34496
- 注意:此字段可能返回 null,表示取不到有效值。
34497
34461
  :rtype: str
34498
34462
  """
34499
34463
  return self._MemLimit
@@ -34505,7 +34469,6 @@ class GroupContainerInfo(AbstractModel):
34505
34469
  @property
34506
34470
  def HealthCheckSettings(self):
34507
34471
  """健康检查配置信息
34508
- 注意:此字段可能返回 null,表示取不到有效值。
34509
34472
  :rtype: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
34510
34473
  """
34511
34474
  return self._HealthCheckSettings
@@ -34517,7 +34480,6 @@ class GroupContainerInfo(AbstractModel):
34517
34480
  @property
34518
34481
  def Envs(self):
34519
34482
  """环境变量
34520
- 注意:此字段可能返回 null,表示取不到有效值。
34521
34483
  :rtype: list of Env
34522
34484
  """
34523
34485
  return self._Envs
@@ -34529,7 +34491,6 @@ class GroupContainerInfo(AbstractModel):
34529
34491
  @property
34530
34492
  def UserEnvs(self):
34531
34493
  """环境变量,作为入参时不用填
34532
- 注意:此字段可能返回 null,表示取不到有效值。
34533
34494
  :rtype: list of Env
34534
34495
  """
34535
34496
  return self._UserEnvs
@@ -34541,7 +34502,6 @@ class GroupContainerInfo(AbstractModel):
34541
34502
  @property
34542
34503
  def VolumeMountInfoList(self):
34543
34504
  """数据卷挂载点信息
34544
- 注意:此字段可能返回 null,表示取不到有效值。
34545
34505
  :rtype: list of VolumeMountInfo
34546
34506
  """
34547
34507
  return self._VolumeMountInfoList
@@ -35933,6 +35893,8 @@ class ImageRepository(AbstractModel):
35933
35893
  :type CreateMode: str
35934
35894
  :param _RepoName: 仓库名,等同reponame字段
35935
35895
  :type RepoName: str
35896
+ :param _RepoType: 仓库类型
35897
+ :type RepoType: str
35936
35898
  """
35937
35899
  self._Reponame = None
35938
35900
  self._Repotype = None
@@ -35953,6 +35915,7 @@ class ImageRepository(AbstractModel):
35953
35915
  self._Public = None
35954
35916
  self._CreateMode = None
35955
35917
  self._RepoName = None
35918
+ self._RepoType = None
35956
35919
 
35957
35920
  @property
35958
35921
  def Reponame(self):
@@ -36163,6 +36126,17 @@ class ImageRepository(AbstractModel):
36163
36126
  def RepoName(self, RepoName):
36164
36127
  self._RepoName = RepoName
36165
36128
 
36129
+ @property
36130
+ def RepoType(self):
36131
+ """仓库类型
36132
+ :rtype: str
36133
+ """
36134
+ return self._RepoType
36135
+
36136
+ @RepoType.setter
36137
+ def RepoType(self, RepoType):
36138
+ self._RepoType = RepoType
36139
+
36166
36140
 
36167
36141
  def _deserialize(self, params):
36168
36142
  self._Reponame = params.get("Reponame")
@@ -36188,6 +36162,7 @@ class ImageRepository(AbstractModel):
36188
36162
  self._Public = params.get("Public")
36189
36163
  self._CreateMode = params.get("CreateMode")
36190
36164
  self._RepoName = params.get("RepoName")
36165
+ self._RepoType = params.get("RepoType")
36191
36166
  memeber_set = set(params.keys())
36192
36167
  for name, value in vars(self).items():
36193
36168
  property_name = name[1:]
@@ -47015,6 +46990,8 @@ class SearchBusinessLogRequest(AbstractModel):
47015
46990
  :type BatchType: str
47016
46991
  :param _ScrollId: 游标ID
47017
46992
  :type ScrollId: str
46993
+ :param _SearchAfter: 查询es使用searchAfter时,游标
46994
+ :type SearchAfter: list of str
47018
46995
  """
47019
46996
  self._ConfigId = None
47020
46997
  self._InstanceIds = None
@@ -47029,6 +47006,7 @@ class SearchBusinessLogRequest(AbstractModel):
47029
47006
  self._SearchWordType = None
47030
47007
  self._BatchType = None
47031
47008
  self._ScrollId = None
47009
+ self._SearchAfter = None
47032
47010
 
47033
47011
  @property
47034
47012
  def ConfigId(self):
@@ -47173,6 +47151,17 @@ class SearchBusinessLogRequest(AbstractModel):
47173
47151
  def ScrollId(self, ScrollId):
47174
47152
  self._ScrollId = ScrollId
47175
47153
 
47154
+ @property
47155
+ def SearchAfter(self):
47156
+ """查询es使用searchAfter时,游标
47157
+ :rtype: list of str
47158
+ """
47159
+ return self._SearchAfter
47160
+
47161
+ @SearchAfter.setter
47162
+ def SearchAfter(self, SearchAfter):
47163
+ self._SearchAfter = SearchAfter
47164
+
47176
47165
 
47177
47166
  def _deserialize(self, params):
47178
47167
  self._ConfigId = params.get("ConfigId")
@@ -47188,6 +47177,7 @@ class SearchBusinessLogRequest(AbstractModel):
47188
47177
  self._SearchWordType = params.get("SearchWordType")
47189
47178
  self._BatchType = params.get("BatchType")
47190
47179
  self._ScrollId = params.get("ScrollId")
47180
+ self._SearchAfter = params.get("SearchAfter")
47191
47181
  memeber_set = set(params.keys())
47192
47182
  for name, value in vars(self).items():
47193
47183
  property_name = name[1:]
@@ -47206,7 +47196,6 @@ class SearchBusinessLogResponse(AbstractModel):
47206
47196
  def __init__(self):
47207
47197
  r"""
47208
47198
  :param _Result: 业务日志列表
47209
- 注意:此字段可能返回 null,表示取不到有效值。
47210
47199
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
47211
47200
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
47212
47201
  :type RequestId: str
@@ -47217,7 +47206,6 @@ class SearchBusinessLogResponse(AbstractModel):
47217
47206
  @property
47218
47207
  def Result(self):
47219
47208
  """业务日志列表
47220
- 注意:此字段可能返回 null,表示取不到有效值。
47221
47209
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
47222
47210
  """
47223
47211
  return self._Result
@@ -47280,6 +47268,8 @@ class SearchStdoutLogRequest(AbstractModel):
47280
47268
  :type BatchType: str
47281
47269
  :param _ScrollId: 游标ID
47282
47270
  :type ScrollId: str
47271
+ :param _SearchAfter: 查询es使用searchAfter时,游标
47272
+ :type SearchAfter: list of str
47283
47273
  """
47284
47274
  self._InstanceId = None
47285
47275
  self._Limit = None
@@ -47293,6 +47283,7 @@ class SearchStdoutLogRequest(AbstractModel):
47293
47283
  self._SearchWordType = None
47294
47284
  self._BatchType = None
47295
47285
  self._ScrollId = None
47286
+ self._SearchAfter = None
47296
47287
 
47297
47288
  @property
47298
47289
  def InstanceId(self):
@@ -47430,6 +47421,17 @@ class SearchStdoutLogRequest(AbstractModel):
47430
47421
  def ScrollId(self, ScrollId):
47431
47422
  self._ScrollId = ScrollId
47432
47423
 
47424
+ @property
47425
+ def SearchAfter(self):
47426
+ """查询es使用searchAfter时,游标
47427
+ :rtype: list of str
47428
+ """
47429
+ return self._SearchAfter
47430
+
47431
+ @SearchAfter.setter
47432
+ def SearchAfter(self, SearchAfter):
47433
+ self._SearchAfter = SearchAfter
47434
+
47433
47435
 
47434
47436
  def _deserialize(self, params):
47435
47437
  self._InstanceId = params.get("InstanceId")
@@ -47444,6 +47446,7 @@ class SearchStdoutLogRequest(AbstractModel):
47444
47446
  self._SearchWordType = params.get("SearchWordType")
47445
47447
  self._BatchType = params.get("BatchType")
47446
47448
  self._ScrollId = params.get("ScrollId")
47449
+ self._SearchAfter = params.get("SearchAfter")
47447
47450
  memeber_set = set(params.keys())
47448
47451
  for name, value in vars(self).items():
47449
47452
  property_name = name[1:]
@@ -47462,7 +47465,6 @@ class SearchStdoutLogResponse(AbstractModel):
47462
47465
  def __init__(self):
47463
47466
  r"""
47464
47467
  :param _Result: 标准输出日志列表
47465
- 注意:此字段可能返回 null,表示取不到有效值。
47466
47468
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
47467
47469
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
47468
47470
  :type RequestId: str
@@ -47473,7 +47475,6 @@ class SearchStdoutLogResponse(AbstractModel):
47473
47475
  @property
47474
47476
  def Result(self):
47475
47477
  """标准输出日志列表
47476
- 注意:此字段可能返回 null,表示取不到有效值。
47477
47478
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
47478
47479
  """
47479
47480
  return self._Result
@@ -47655,68 +47656,49 @@ class ServiceSetting(AbstractModel):
47655
47656
  def __init__(self):
47656
47657
  r"""
47657
47658
  :param _AccessType: 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
47658
- 注意:此字段可能返回 null,表示取不到有效值。
47659
47659
  :type AccessType: int
47660
47660
  :param _ProtocolPorts: 容器端口映射
47661
- 注意:此字段可能返回 null,表示取不到有效值。
47662
47661
  :type ProtocolPorts: list of ProtocolPort
47663
47662
  :param _SubnetId: 子网ID
47664
- 注意:此字段可能返回 null,表示取不到有效值。
47665
47663
  :type SubnetId: str
47666
47664
  :param _DisableService: 是否创建 k8s service,默认为 false
47667
- 注意:此字段可能返回 null,表示取不到有效值。
47668
47665
  :type DisableService: bool
47669
47666
  :param _HeadlessService: service 是否为 headless 类型
47670
- 注意:此字段可能返回 null,表示取不到有效值。
47671
47667
  :type HeadlessService: bool
47672
47668
  :param _AllowDeleteService: 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
47673
- 注意:此字段可能返回 null,表示取不到有效值。
47674
47669
  :type AllowDeleteService: bool
47675
47670
  :param _OpenSessionAffinity: 开启SessionAffinity,true为开启,false为不开启,默认为false
47676
- 注意:此字段可能返回 null,表示取不到有效值。
47677
47671
  :type OpenSessionAffinity: bool
47678
47672
  :param _SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
47679
- 注意:此字段可能返回 null,表示取不到有效值。
47680
47673
  :type SessionAffinityTimeoutSeconds: int
47681
47674
  :param _ServiceName: 服务名称
47682
- 注意:此字段可能返回 null,表示取不到有效值。
47683
47675
  :type ServiceName: str
47684
47676
  :param _ExternalTrafficStrategy: 外部流量策略
47685
- 注意:此字段可能返回 null,表示取不到有效值。
47686
47677
  :type ExternalTrafficStrategy: str
47687
47678
  :param _ExternalTrafficPolicy: 外部流量策略
47688
- 注意:此字段可能返回 null,表示取不到有效值。
47689
47679
  :type ExternalTrafficPolicy: str
47690
47680
  :param _LoadBalancerProvisioner: 负载均衡提供者
47691
- 注意:此字段可能返回 null,表示取不到有效值。
47692
47681
  :type LoadBalancerProvisioner: str
47693
47682
  :param _LoadBalancingType: 负载均衡类型
47694
- 注意:此字段可能返回 null,表示取不到有效值。
47695
47683
  :type LoadBalancingType: str
47696
47684
  :param _ClusterIp: k8s负载均衡内网vip
47697
- 注意:此字段可能返回 null,表示取不到有效值。
47698
47685
  :type ClusterIp: str
47699
47686
  :param _DisableServiceInt: 禁用服务Int记录
47700
- 注意:此字段可能返回 null,表示取不到有效值。
47701
47687
  :type DisableServiceInt: int
47702
47688
  :param _OpenSessionAffinityInt: 开启SessionAffinity Int记录
47703
- 注意:此字段可能返回 null,表示取不到有效值。
47704
47689
  :type OpenSessionAffinityInt: int
47705
47690
  :param _HeadlessServiceInt: 开启HeadlessService int记录
47706
- 注意:此字段可能返回 null,表示取不到有效值。
47707
47691
  :type HeadlessServiceInt: int
47708
47692
  :param _Name: 服务名称
47709
- 注意:此字段可能返回 null,表示取不到有效值。
47710
47693
  :type Name: str
47711
47694
  :param _VpcId: VPC网络ID
47712
- 注意:此字段可能返回 null,表示取不到有效值。
47713
47695
  :type VpcId: str
47714
47696
  :param _LoadBalancingIp: 负载均衡VIP
47715
- 注意:此字段可能返回 null,表示取不到有效值。
47716
47697
  :type LoadBalancingIp: str
47717
47698
  :param _LoadBalancerId: 负载均衡id
47718
- 注意:此字段可能返回 null,表示取不到有效值。
47719
47699
  :type LoadBalancerId: str
47700
+ :param _ExistingLoadBalancerId: 已存在的负载均衡id
47701
+ :type ExistingLoadBalancerId: str
47720
47702
  """
47721
47703
  self._AccessType = None
47722
47704
  self._ProtocolPorts = None
@@ -47739,11 +47721,11 @@ class ServiceSetting(AbstractModel):
47739
47721
  self._VpcId = None
47740
47722
  self._LoadBalancingIp = None
47741
47723
  self._LoadBalancerId = None
47724
+ self._ExistingLoadBalancerId = None
47742
47725
 
47743
47726
  @property
47744
47727
  def AccessType(self):
47745
47728
  """0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
47746
- 注意:此字段可能返回 null,表示取不到有效值。
47747
47729
  :rtype: int
47748
47730
  """
47749
47731
  return self._AccessType
@@ -47755,7 +47737,6 @@ class ServiceSetting(AbstractModel):
47755
47737
  @property
47756
47738
  def ProtocolPorts(self):
47757
47739
  """容器端口映射
47758
- 注意:此字段可能返回 null,表示取不到有效值。
47759
47740
  :rtype: list of ProtocolPort
47760
47741
  """
47761
47742
  return self._ProtocolPorts
@@ -47767,7 +47748,6 @@ class ServiceSetting(AbstractModel):
47767
47748
  @property
47768
47749
  def SubnetId(self):
47769
47750
  """子网ID
47770
- 注意:此字段可能返回 null,表示取不到有效值。
47771
47751
  :rtype: str
47772
47752
  """
47773
47753
  return self._SubnetId
@@ -47779,7 +47759,6 @@ class ServiceSetting(AbstractModel):
47779
47759
  @property
47780
47760
  def DisableService(self):
47781
47761
  """是否创建 k8s service,默认为 false
47782
- 注意:此字段可能返回 null,表示取不到有效值。
47783
47762
  :rtype: bool
47784
47763
  """
47785
47764
  return self._DisableService
@@ -47791,7 +47770,6 @@ class ServiceSetting(AbstractModel):
47791
47770
  @property
47792
47771
  def HeadlessService(self):
47793
47772
  """service 是否为 headless 类型
47794
- 注意:此字段可能返回 null,表示取不到有效值。
47795
47773
  :rtype: bool
47796
47774
  """
47797
47775
  return self._HeadlessService
@@ -47803,7 +47781,6 @@ class ServiceSetting(AbstractModel):
47803
47781
  @property
47804
47782
  def AllowDeleteService(self):
47805
47783
  """当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
47806
- 注意:此字段可能返回 null,表示取不到有效值。
47807
47784
  :rtype: bool
47808
47785
  """
47809
47786
  return self._AllowDeleteService
@@ -47815,7 +47792,6 @@ class ServiceSetting(AbstractModel):
47815
47792
  @property
47816
47793
  def OpenSessionAffinity(self):
47817
47794
  """开启SessionAffinity,true为开启,false为不开启,默认为false
47818
- 注意:此字段可能返回 null,表示取不到有效值。
47819
47795
  :rtype: bool
47820
47796
  """
47821
47797
  return self._OpenSessionAffinity
@@ -47827,7 +47803,6 @@ class ServiceSetting(AbstractModel):
47827
47803
  @property
47828
47804
  def SessionAffinityTimeoutSeconds(self):
47829
47805
  """SessionAffinity会话时间,默认10800
47830
- 注意:此字段可能返回 null,表示取不到有效值。
47831
47806
  :rtype: int
47832
47807
  """
47833
47808
  return self._SessionAffinityTimeoutSeconds
@@ -47839,7 +47814,6 @@ class ServiceSetting(AbstractModel):
47839
47814
  @property
47840
47815
  def ServiceName(self):
47841
47816
  """服务名称
47842
- 注意:此字段可能返回 null,表示取不到有效值。
47843
47817
  :rtype: str
47844
47818
  """
47845
47819
  return self._ServiceName
@@ -47851,7 +47825,6 @@ class ServiceSetting(AbstractModel):
47851
47825
  @property
47852
47826
  def ExternalTrafficStrategy(self):
47853
47827
  """外部流量策略
47854
- 注意:此字段可能返回 null,表示取不到有效值。
47855
47828
  :rtype: str
47856
47829
  """
47857
47830
  return self._ExternalTrafficStrategy
@@ -47863,7 +47836,6 @@ class ServiceSetting(AbstractModel):
47863
47836
  @property
47864
47837
  def ExternalTrafficPolicy(self):
47865
47838
  """外部流量策略
47866
- 注意:此字段可能返回 null,表示取不到有效值。
47867
47839
  :rtype: str
47868
47840
  """
47869
47841
  return self._ExternalTrafficPolicy
@@ -47875,7 +47847,6 @@ class ServiceSetting(AbstractModel):
47875
47847
  @property
47876
47848
  def LoadBalancerProvisioner(self):
47877
47849
  """负载均衡提供者
47878
- 注意:此字段可能返回 null,表示取不到有效值。
47879
47850
  :rtype: str
47880
47851
  """
47881
47852
  return self._LoadBalancerProvisioner
@@ -47887,7 +47858,6 @@ class ServiceSetting(AbstractModel):
47887
47858
  @property
47888
47859
  def LoadBalancingType(self):
47889
47860
  """负载均衡类型
47890
- 注意:此字段可能返回 null,表示取不到有效值。
47891
47861
  :rtype: str
47892
47862
  """
47893
47863
  return self._LoadBalancingType
@@ -47899,7 +47869,6 @@ class ServiceSetting(AbstractModel):
47899
47869
  @property
47900
47870
  def ClusterIp(self):
47901
47871
  """k8s负载均衡内网vip
47902
- 注意:此字段可能返回 null,表示取不到有效值。
47903
47872
  :rtype: str
47904
47873
  """
47905
47874
  return self._ClusterIp
@@ -47911,7 +47880,6 @@ class ServiceSetting(AbstractModel):
47911
47880
  @property
47912
47881
  def DisableServiceInt(self):
47913
47882
  """禁用服务Int记录
47914
- 注意:此字段可能返回 null,表示取不到有效值。
47915
47883
  :rtype: int
47916
47884
  """
47917
47885
  return self._DisableServiceInt
@@ -47923,7 +47891,6 @@ class ServiceSetting(AbstractModel):
47923
47891
  @property
47924
47892
  def OpenSessionAffinityInt(self):
47925
47893
  """开启SessionAffinity Int记录
47926
- 注意:此字段可能返回 null,表示取不到有效值。
47927
47894
  :rtype: int
47928
47895
  """
47929
47896
  return self._OpenSessionAffinityInt
@@ -47935,7 +47902,6 @@ class ServiceSetting(AbstractModel):
47935
47902
  @property
47936
47903
  def HeadlessServiceInt(self):
47937
47904
  """开启HeadlessService int记录
47938
- 注意:此字段可能返回 null,表示取不到有效值。
47939
47905
  :rtype: int
47940
47906
  """
47941
47907
  return self._HeadlessServiceInt
@@ -47947,7 +47913,6 @@ class ServiceSetting(AbstractModel):
47947
47913
  @property
47948
47914
  def Name(self):
47949
47915
  """服务名称
47950
- 注意:此字段可能返回 null,表示取不到有效值。
47951
47916
  :rtype: str
47952
47917
  """
47953
47918
  return self._Name
@@ -47959,7 +47924,6 @@ class ServiceSetting(AbstractModel):
47959
47924
  @property
47960
47925
  def VpcId(self):
47961
47926
  """VPC网络ID
47962
- 注意:此字段可能返回 null,表示取不到有效值。
47963
47927
  :rtype: str
47964
47928
  """
47965
47929
  return self._VpcId
@@ -47971,7 +47935,6 @@ class ServiceSetting(AbstractModel):
47971
47935
  @property
47972
47936
  def LoadBalancingIp(self):
47973
47937
  """负载均衡VIP
47974
- 注意:此字段可能返回 null,表示取不到有效值。
47975
47938
  :rtype: str
47976
47939
  """
47977
47940
  return self._LoadBalancingIp
@@ -47983,7 +47946,6 @@ class ServiceSetting(AbstractModel):
47983
47946
  @property
47984
47947
  def LoadBalancerId(self):
47985
47948
  """负载均衡id
47986
- 注意:此字段可能返回 null,表示取不到有效值。
47987
47949
  :rtype: str
47988
47950
  """
47989
47951
  return self._LoadBalancerId
@@ -47992,6 +47954,17 @@ class ServiceSetting(AbstractModel):
47992
47954
  def LoadBalancerId(self, LoadBalancerId):
47993
47955
  self._LoadBalancerId = LoadBalancerId
47994
47956
 
47957
+ @property
47958
+ def ExistingLoadBalancerId(self):
47959
+ """已存在的负载均衡id
47960
+ :rtype: str
47961
+ """
47962
+ return self._ExistingLoadBalancerId
47963
+
47964
+ @ExistingLoadBalancerId.setter
47965
+ def ExistingLoadBalancerId(self, ExistingLoadBalancerId):
47966
+ self._ExistingLoadBalancerId = ExistingLoadBalancerId
47967
+
47995
47968
 
47996
47969
  def _deserialize(self, params):
47997
47970
  self._AccessType = params.get("AccessType")
@@ -48020,6 +47993,7 @@ class ServiceSetting(AbstractModel):
48020
47993
  self._VpcId = params.get("VpcId")
48021
47994
  self._LoadBalancingIp = params.get("LoadBalancingIp")
48022
47995
  self._LoadBalancerId = params.get("LoadBalancerId")
47996
+ self._ExistingLoadBalancerId = params.get("ExistingLoadBalancerId")
48023
47997
  memeber_set = set(params.keys())
48024
47998
  for name, value in vars(self).items():
48025
47999
  property_name = name[1:]
@@ -50975,12 +50949,15 @@ class ThreadPicture(AbstractModel):
50975
50949
  :type ThreadCount: list of CurvePoint
50976
50950
  :param _ThreadActive: 活跃线程数
50977
50951
  :type ThreadActive: list of CurvePoint
50978
- :param _DeamonThreadCount: 守护线程数
50952
+ :param _DeamonThreadCount: 守护线程数 拼写错误,废弃
50979
50953
  :type DeamonThreadCount: list of CurvePoint
50954
+ :param _DaemonThreadCount: 守护线程数
50955
+ :type DaemonThreadCount: list of CurvePoint
50980
50956
  """
50981
50957
  self._ThreadCount = None
50982
50958
  self._ThreadActive = None
50983
50959
  self._DeamonThreadCount = None
50960
+ self._DaemonThreadCount = None
50984
50961
 
50985
50962
  @property
50986
50963
  def ThreadCount(self):
@@ -51006,7 +50983,7 @@ class ThreadPicture(AbstractModel):
51006
50983
 
51007
50984
  @property
51008
50985
  def DeamonThreadCount(self):
51009
- """守护线程数
50986
+ """守护线程数 拼写错误,废弃
51010
50987
  :rtype: list of CurvePoint
51011
50988
  """
51012
50989
  return self._DeamonThreadCount
@@ -51015,6 +50992,17 @@ class ThreadPicture(AbstractModel):
51015
50992
  def DeamonThreadCount(self, DeamonThreadCount):
51016
50993
  self._DeamonThreadCount = DeamonThreadCount
51017
50994
 
50995
+ @property
50996
+ def DaemonThreadCount(self):
50997
+ """守护线程数
50998
+ :rtype: list of CurvePoint
50999
+ """
51000
+ return self._DaemonThreadCount
51001
+
51002
+ @DaemonThreadCount.setter
51003
+ def DaemonThreadCount(self, DaemonThreadCount):
51004
+ self._DaemonThreadCount = DaemonThreadCount
51005
+
51018
51006
 
51019
51007
  def _deserialize(self, params):
51020
51008
  if params.get("ThreadCount") is not None:
@@ -51035,6 +51023,12 @@ class ThreadPicture(AbstractModel):
51035
51023
  obj = CurvePoint()
51036
51024
  obj._deserialize(item)
51037
51025
  self._DeamonThreadCount.append(obj)
51026
+ if params.get("DaemonThreadCount") is not None:
51027
+ self._DaemonThreadCount = []
51028
+ for item in params.get("DaemonThreadCount"):
51029
+ obj = CurvePoint()
51030
+ obj._deserialize(item)
51031
+ self._DaemonThreadCount.append(obj)
51038
51032
  memeber_set = set(params.keys())
51039
51033
  for name, value in vars(self).items():
51040
51034
  property_name = name[1:]
@@ -51567,10 +51561,8 @@ class TsfPageBusinessLogV2(AbstractModel):
51567
51561
  def __init__(self):
51568
51562
  r"""
51569
51563
  :param _TotalCount: 总条数
51570
- 注意:此字段可能返回 null,表示取不到有效值。
51571
51564
  :type TotalCount: int
51572
51565
  :param _Content: 业务日志列表
51573
- 注意:此字段可能返回 null,表示取不到有效值。
51574
51566
  :type Content: list of BusinessLogV2
51575
51567
  :param _ScrollId: 游标ID
51576
51568
  注意:此字段可能返回 null,表示取不到有效值。
@@ -51578,16 +51570,19 @@ class TsfPageBusinessLogV2(AbstractModel):
51578
51570
  :param _Status: 查询状态
51579
51571
  注意:此字段可能返回 null,表示取不到有效值。
51580
51572
  :type Status: str
51573
+ :param _SearchAfter: 查询es时,使用searchAfter返回的游标
51574
+ 注意:此字段可能返回 null,表示取不到有效值。
51575
+ :type SearchAfter: list of str
51581
51576
  """
51582
51577
  self._TotalCount = None
51583
51578
  self._Content = None
51584
51579
  self._ScrollId = None
51585
51580
  self._Status = None
51581
+ self._SearchAfter = None
51586
51582
 
51587
51583
  @property
51588
51584
  def TotalCount(self):
51589
51585
  """总条数
51590
- 注意:此字段可能返回 null,表示取不到有效值。
51591
51586
  :rtype: int
51592
51587
  """
51593
51588
  return self._TotalCount
@@ -51599,7 +51594,6 @@ class TsfPageBusinessLogV2(AbstractModel):
51599
51594
  @property
51600
51595
  def Content(self):
51601
51596
  """业务日志列表
51602
- 注意:此字段可能返回 null,表示取不到有效值。
51603
51597
  :rtype: list of BusinessLogV2
51604
51598
  """
51605
51599
  return self._Content
@@ -51632,6 +51626,18 @@ class TsfPageBusinessLogV2(AbstractModel):
51632
51626
  def Status(self, Status):
51633
51627
  self._Status = Status
51634
51628
 
51629
+ @property
51630
+ def SearchAfter(self):
51631
+ """查询es时,使用searchAfter返回的游标
51632
+ 注意:此字段可能返回 null,表示取不到有效值。
51633
+ :rtype: list of str
51634
+ """
51635
+ return self._SearchAfter
51636
+
51637
+ @SearchAfter.setter
51638
+ def SearchAfter(self, SearchAfter):
51639
+ self._SearchAfter = SearchAfter
51640
+
51635
51641
 
51636
51642
  def _deserialize(self, params):
51637
51643
  self._TotalCount = params.get("TotalCount")
@@ -51643,6 +51649,7 @@ class TsfPageBusinessLogV2(AbstractModel):
51643
51649
  self._Content.append(obj)
51644
51650
  self._ScrollId = params.get("ScrollId")
51645
51651
  self._Status = params.get("Status")
51652
+ self._SearchAfter = params.get("SearchAfter")
51646
51653
  memeber_set = set(params.keys())
51647
51654
  for name, value in vars(self).items():
51648
51655
  property_name = name[1:]
@@ -52636,10 +52643,8 @@ class TsfPageStdoutLogV2(AbstractModel):
52636
52643
  def __init__(self):
52637
52644
  r"""
52638
52645
  :param _TotalCount: 总条数
52639
- 注意:此字段可能返回 null,表示取不到有效值。
52640
52646
  :type TotalCount: int
52641
52647
  :param _Content: 标准输出日志列表
52642
- 注意:此字段可能返回 null,表示取不到有效值。
52643
52648
  :type Content: list of StdoutLogV2
52644
52649
  :param _ScrollId: 游标ID
52645
52650
  注意:此字段可能返回 null,表示取不到有效值。
@@ -52647,16 +52652,19 @@ class TsfPageStdoutLogV2(AbstractModel):
52647
52652
  :param _Status: 查询状态
52648
52653
  注意:此字段可能返回 null,表示取不到有效值。
52649
52654
  :type Status: str
52655
+ :param _SearchAfter: 游标ID
52656
+ 注意:此字段可能返回 null,表示取不到有效值。
52657
+ :type SearchAfter: list of str
52650
52658
  """
52651
52659
  self._TotalCount = None
52652
52660
  self._Content = None
52653
52661
  self._ScrollId = None
52654
52662
  self._Status = None
52663
+ self._SearchAfter = None
52655
52664
 
52656
52665
  @property
52657
52666
  def TotalCount(self):
52658
52667
  """总条数
52659
- 注意:此字段可能返回 null,表示取不到有效值。
52660
52668
  :rtype: int
52661
52669
  """
52662
52670
  return self._TotalCount
@@ -52668,7 +52676,6 @@ class TsfPageStdoutLogV2(AbstractModel):
52668
52676
  @property
52669
52677
  def Content(self):
52670
52678
  """标准输出日志列表
52671
- 注意:此字段可能返回 null,表示取不到有效值。
52672
52679
  :rtype: list of StdoutLogV2
52673
52680
  """
52674
52681
  return self._Content
@@ -52701,6 +52708,18 @@ class TsfPageStdoutLogV2(AbstractModel):
52701
52708
  def Status(self, Status):
52702
52709
  self._Status = Status
52703
52710
 
52711
+ @property
52712
+ def SearchAfter(self):
52713
+ """游标ID
52714
+ 注意:此字段可能返回 null,表示取不到有效值。
52715
+ :rtype: list of str
52716
+ """
52717
+ return self._SearchAfter
52718
+
52719
+ @SearchAfter.setter
52720
+ def SearchAfter(self, SearchAfter):
52721
+ self._SearchAfter = SearchAfter
52722
+
52704
52723
 
52705
52724
  def _deserialize(self, params):
52706
52725
  self._TotalCount = params.get("TotalCount")
@@ -52712,6 +52731,7 @@ class TsfPageStdoutLogV2(AbstractModel):
52712
52731
  self._Content.append(obj)
52713
52732
  self._ScrollId = params.get("ScrollId")
52714
52733
  self._Status = params.get("Status")
52734
+ self._SearchAfter = params.get("SearchAfter")
52715
52735
  memeber_set = set(params.keys())
52716
52736
  for name, value in vars(self).items():
52717
52737
  property_name = name[1:]
@@ -54918,13 +54938,10 @@ class VmGroup(AbstractModel):
54918
54938
  def __init__(self):
54919
54939
  r"""
54920
54940
  :param _GroupId: 部署组ID
54921
- 注意:此字段可能返回 null,表示取不到有效值。
54922
54941
  :type GroupId: str
54923
54942
  :param _GroupName: 部署组名称
54924
- 注意:此字段可能返回 null,表示取不到有效值。
54925
54943
  :type GroupName: str
54926
54944
  :param _GroupStatus: 部署组状态
54927
- 注意:此字段可能返回 null,表示取不到有效值。
54928
54945
  :type GroupStatus: str
54929
54946
  :param _PackageId: 程序包ID
54930
54947
  注意:此字段可能返回 null,表示取不到有效值。
@@ -54936,76 +54953,55 @@ class VmGroup(AbstractModel):
54936
54953
  注意:此字段可能返回 null,表示取不到有效值。
54937
54954
  :type PackageVersion: str
54938
54955
  :param _ClusterId: 集群ID
54939
- 注意:此字段可能返回 null,表示取不到有效值。
54940
54956
  :type ClusterId: str
54941
54957
  :param _ClusterName: 集群名称
54942
- 注意:此字段可能返回 null,表示取不到有效值。
54943
54958
  :type ClusterName: str
54944
54959
  :param _NamespaceId: 命名空间ID
54945
- 注意:此字段可能返回 null,表示取不到有效值。
54946
54960
  :type NamespaceId: str
54947
54961
  :param _NamespaceName: 命名空间名称
54948
- 注意:此字段可能返回 null,表示取不到有效值。
54949
54962
  :type NamespaceName: str
54950
54963
  :param _ApplicationId: 应用ID
54951
- 注意:此字段可能返回 null,表示取不到有效值。
54952
54964
  :type ApplicationId: str
54953
54965
  :param _ApplicationName: 应用名称
54954
- 注意:此字段可能返回 null,表示取不到有效值。
54955
54966
  :type ApplicationName: str
54956
54967
  :param _InstanceCount: 部署组机器数目
54957
- 注意:此字段可能返回 null,表示取不到有效值。
54958
54968
  :type InstanceCount: int
54959
54969
  :param _RunInstanceCount: 部署组运行中机器数目
54960
- 注意:此字段可能返回 null,表示取不到有效值。
54961
54970
  :type RunInstanceCount: int
54962
54971
  :param _StartupParameters: 部署组启动参数信息
54963
54972
  注意:此字段可能返回 null,表示取不到有效值。
54964
54973
  :type StartupParameters: str
54965
54974
  :param _CreateTime: 部署组创建时间
54966
- 注意:此字段可能返回 null,表示取不到有效值。
54967
54975
  :type CreateTime: str
54968
54976
  :param _UpdateTime: 部署组更新时间
54969
- 注意:此字段可能返回 null,表示取不到有效值。
54970
54977
  :type UpdateTime: str
54971
54978
  :param _OffInstanceCount: 部署组停止机器数目
54972
- 注意:此字段可能返回 null,表示取不到有效值。
54973
54979
  :type OffInstanceCount: int
54974
54980
  :param _GroupDesc: 部署组描述信息
54975
54981
  注意:此字段可能返回 null,表示取不到有效值。
54976
54982
  :type GroupDesc: str
54977
54983
  :param _MicroserviceType: 微服务类型
54978
- 注意:此字段可能返回 null,表示取不到有效值。
54979
54984
  :type MicroserviceType: str
54980
54985
  :param _ApplicationType: 应用类型
54981
- 注意:此字段可能返回 null,表示取不到有效值。
54982
54986
  :type ApplicationType: str
54983
54987
  :param _GroupResourceType: 部署组资源类型
54984
- 注意:此字段可能返回 null,表示取不到有效值。
54985
54988
  :type GroupResourceType: str
54986
54989
  :param _UpdatedTime: 部署组更新时间戳
54987
- 注意:此字段可能返回 null,表示取不到有效值。
54988
54990
  :type UpdatedTime: int
54989
54991
  :param _DeployDesc: 部署应用描述信息
54990
54992
  注意:此字段可能返回 null,表示取不到有效值。
54991
54993
  :type DeployDesc: str
54992
54994
  :param _UpdateType: 滚动发布的更新方式
54993
- 注意:此字段可能返回 null,表示取不到有效值。
54994
54995
  :type UpdateType: int
54995
54996
  :param _DeployBetaEnable: 发布是否启用beta批次
54996
- 注意:此字段可能返回 null,表示取不到有效值。
54997
54997
  :type DeployBetaEnable: bool
54998
54998
  :param _DeployBatch: 滚动发布的批次比例列表
54999
- 注意:此字段可能返回 null,表示取不到有效值。
55000
54999
  :type DeployBatch: list of float
55001
55000
  :param _DeployExeMode: 滚动发布的批次执行方式
55002
- 注意:此字段可能返回 null,表示取不到有效值。
55003
55001
  :type DeployExeMode: str
55004
55002
  :param _DeployWaitTime: 滚动发布的每个批次的等待时间
55005
- 注意:此字段可能返回 null,表示取不到有效值。
55006
55003
  :type DeployWaitTime: int
55007
55004
  :param _EnableHealthCheck: 是否开启了健康检查
55008
- 注意:此字段可能返回 null,表示取不到有效值。
55009
55005
  :type EnableHealthCheck: bool
55010
55006
  :param _HealthCheckSettings: 健康检查配置
55011
55007
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55023,17 +55019,32 @@ class VmGroup(AbstractModel):
55023
55019
  注意:此字段可能返回 null,表示取不到有效值。
55024
55020
  :type Alias: str
55025
55021
  :param _AgentProfileList: javaagent信息
55026
- 注意:此字段可能返回 null,表示取不到有效值。
55027
55022
  :type AgentProfileList: list of AgentProfile
55028
55023
  :param _WarmupSetting: 预热属性配置
55029
- 注意:此字段可能返回 null,表示取不到有效值。
55030
55024
  :type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
55031
55025
  :param _GatewayConfig: Envoy网关配置
55032
55026
  注意:此字段可能返回 null,表示取不到有效值。
55033
55027
  :type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
55034
55028
  :param _EnableBatchHealthCheck: 批次是否开启健康检查
55035
- 注意:此字段可能返回 null,表示取不到有效值。
55036
55029
  :type EnableBatchHealthCheck: bool
55030
+ :param _FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
55031
+ 注意:此字段可能返回 null,表示取不到有效值。
55032
+ :type FilebeatCgroupEnable: bool
55033
+ :param _FilebeatMaxCpu: filebeat使用cpu上限
55034
+ 注意:此字段可能返回 null,表示取不到有效值。
55035
+ :type FilebeatMaxCpu: float
55036
+ :param _FilebeatMaxMem: filebeat使用内存上限
55037
+ 注意:此字段可能返回 null,表示取不到有效值。
55038
+ :type FilebeatMaxMem: int
55039
+ :param _RepositoryId: 仓库ID
55040
+ 注意:此字段可能返回 null,表示取不到有效值。
55041
+ :type RepositoryId: str
55042
+ :param _RepositoryName: 仓库名称
55043
+ 注意:此字段可能返回 null,表示取不到有效值。
55044
+ :type RepositoryName: str
55045
+ :param _RepositoryType: 仓库类型
55046
+ 注意:此字段可能返回 null,表示取不到有效值。
55047
+ :type RepositoryType: str
55037
55048
  """
55038
55049
  self._GroupId = None
55039
55050
  self._GroupName = None
@@ -55074,11 +55085,16 @@ class VmGroup(AbstractModel):
55074
55085
  self._WarmupSetting = None
55075
55086
  self._GatewayConfig = None
55076
55087
  self._EnableBatchHealthCheck = None
55088
+ self._FilebeatCgroupEnable = None
55089
+ self._FilebeatMaxCpu = None
55090
+ self._FilebeatMaxMem = None
55091
+ self._RepositoryId = None
55092
+ self._RepositoryName = None
55093
+ self._RepositoryType = None
55077
55094
 
55078
55095
  @property
55079
55096
  def GroupId(self):
55080
55097
  """部署组ID
55081
- 注意:此字段可能返回 null,表示取不到有效值。
55082
55098
  :rtype: str
55083
55099
  """
55084
55100
  return self._GroupId
@@ -55090,7 +55106,6 @@ class VmGroup(AbstractModel):
55090
55106
  @property
55091
55107
  def GroupName(self):
55092
55108
  """部署组名称
55093
- 注意:此字段可能返回 null,表示取不到有效值。
55094
55109
  :rtype: str
55095
55110
  """
55096
55111
  return self._GroupName
@@ -55102,7 +55117,6 @@ class VmGroup(AbstractModel):
55102
55117
  @property
55103
55118
  def GroupStatus(self):
55104
55119
  """部署组状态
55105
- 注意:此字段可能返回 null,表示取不到有效值。
55106
55120
  :rtype: str
55107
55121
  """
55108
55122
  return self._GroupStatus
@@ -55150,7 +55164,6 @@ class VmGroup(AbstractModel):
55150
55164
  @property
55151
55165
  def ClusterId(self):
55152
55166
  """集群ID
55153
- 注意:此字段可能返回 null,表示取不到有效值。
55154
55167
  :rtype: str
55155
55168
  """
55156
55169
  return self._ClusterId
@@ -55162,7 +55175,6 @@ class VmGroup(AbstractModel):
55162
55175
  @property
55163
55176
  def ClusterName(self):
55164
55177
  """集群名称
55165
- 注意:此字段可能返回 null,表示取不到有效值。
55166
55178
  :rtype: str
55167
55179
  """
55168
55180
  return self._ClusterName
@@ -55174,7 +55186,6 @@ class VmGroup(AbstractModel):
55174
55186
  @property
55175
55187
  def NamespaceId(self):
55176
55188
  """命名空间ID
55177
- 注意:此字段可能返回 null,表示取不到有效值。
55178
55189
  :rtype: str
55179
55190
  """
55180
55191
  return self._NamespaceId
@@ -55186,7 +55197,6 @@ class VmGroup(AbstractModel):
55186
55197
  @property
55187
55198
  def NamespaceName(self):
55188
55199
  """命名空间名称
55189
- 注意:此字段可能返回 null,表示取不到有效值。
55190
55200
  :rtype: str
55191
55201
  """
55192
55202
  return self._NamespaceName
@@ -55198,7 +55208,6 @@ class VmGroup(AbstractModel):
55198
55208
  @property
55199
55209
  def ApplicationId(self):
55200
55210
  """应用ID
55201
- 注意:此字段可能返回 null,表示取不到有效值。
55202
55211
  :rtype: str
55203
55212
  """
55204
55213
  return self._ApplicationId
@@ -55210,7 +55219,6 @@ class VmGroup(AbstractModel):
55210
55219
  @property
55211
55220
  def ApplicationName(self):
55212
55221
  """应用名称
55213
- 注意:此字段可能返回 null,表示取不到有效值。
55214
55222
  :rtype: str
55215
55223
  """
55216
55224
  return self._ApplicationName
@@ -55222,7 +55230,6 @@ class VmGroup(AbstractModel):
55222
55230
  @property
55223
55231
  def InstanceCount(self):
55224
55232
  """部署组机器数目
55225
- 注意:此字段可能返回 null,表示取不到有效值。
55226
55233
  :rtype: int
55227
55234
  """
55228
55235
  return self._InstanceCount
@@ -55234,7 +55241,6 @@ class VmGroup(AbstractModel):
55234
55241
  @property
55235
55242
  def RunInstanceCount(self):
55236
55243
  """部署组运行中机器数目
55237
- 注意:此字段可能返回 null,表示取不到有效值。
55238
55244
  :rtype: int
55239
55245
  """
55240
55246
  return self._RunInstanceCount
@@ -55258,7 +55264,6 @@ class VmGroup(AbstractModel):
55258
55264
  @property
55259
55265
  def CreateTime(self):
55260
55266
  """部署组创建时间
55261
- 注意:此字段可能返回 null,表示取不到有效值。
55262
55267
  :rtype: str
55263
55268
  """
55264
55269
  return self._CreateTime
@@ -55270,7 +55275,6 @@ class VmGroup(AbstractModel):
55270
55275
  @property
55271
55276
  def UpdateTime(self):
55272
55277
  """部署组更新时间
55273
- 注意:此字段可能返回 null,表示取不到有效值。
55274
55278
  :rtype: str
55275
55279
  """
55276
55280
  return self._UpdateTime
@@ -55282,7 +55286,6 @@ class VmGroup(AbstractModel):
55282
55286
  @property
55283
55287
  def OffInstanceCount(self):
55284
55288
  """部署组停止机器数目
55285
- 注意:此字段可能返回 null,表示取不到有效值。
55286
55289
  :rtype: int
55287
55290
  """
55288
55291
  return self._OffInstanceCount
@@ -55306,7 +55309,6 @@ class VmGroup(AbstractModel):
55306
55309
  @property
55307
55310
  def MicroserviceType(self):
55308
55311
  """微服务类型
55309
- 注意:此字段可能返回 null,表示取不到有效值。
55310
55312
  :rtype: str
55311
55313
  """
55312
55314
  return self._MicroserviceType
@@ -55318,7 +55320,6 @@ class VmGroup(AbstractModel):
55318
55320
  @property
55319
55321
  def ApplicationType(self):
55320
55322
  """应用类型
55321
- 注意:此字段可能返回 null,表示取不到有效值。
55322
55323
  :rtype: str
55323
55324
  """
55324
55325
  return self._ApplicationType
@@ -55330,7 +55331,6 @@ class VmGroup(AbstractModel):
55330
55331
  @property
55331
55332
  def GroupResourceType(self):
55332
55333
  """部署组资源类型
55333
- 注意:此字段可能返回 null,表示取不到有效值。
55334
55334
  :rtype: str
55335
55335
  """
55336
55336
  return self._GroupResourceType
@@ -55342,7 +55342,6 @@ class VmGroup(AbstractModel):
55342
55342
  @property
55343
55343
  def UpdatedTime(self):
55344
55344
  """部署组更新时间戳
55345
- 注意:此字段可能返回 null,表示取不到有效值。
55346
55345
  :rtype: int
55347
55346
  """
55348
55347
  return self._UpdatedTime
@@ -55366,7 +55365,6 @@ class VmGroup(AbstractModel):
55366
55365
  @property
55367
55366
  def UpdateType(self):
55368
55367
  """滚动发布的更新方式
55369
- 注意:此字段可能返回 null,表示取不到有效值。
55370
55368
  :rtype: int
55371
55369
  """
55372
55370
  return self._UpdateType
@@ -55378,7 +55376,6 @@ class VmGroup(AbstractModel):
55378
55376
  @property
55379
55377
  def DeployBetaEnable(self):
55380
55378
  """发布是否启用beta批次
55381
- 注意:此字段可能返回 null,表示取不到有效值。
55382
55379
  :rtype: bool
55383
55380
  """
55384
55381
  return self._DeployBetaEnable
@@ -55390,7 +55387,6 @@ class VmGroup(AbstractModel):
55390
55387
  @property
55391
55388
  def DeployBatch(self):
55392
55389
  """滚动发布的批次比例列表
55393
- 注意:此字段可能返回 null,表示取不到有效值。
55394
55390
  :rtype: list of float
55395
55391
  """
55396
55392
  return self._DeployBatch
@@ -55402,7 +55398,6 @@ class VmGroup(AbstractModel):
55402
55398
  @property
55403
55399
  def DeployExeMode(self):
55404
55400
  """滚动发布的批次执行方式
55405
- 注意:此字段可能返回 null,表示取不到有效值。
55406
55401
  :rtype: str
55407
55402
  """
55408
55403
  return self._DeployExeMode
@@ -55414,7 +55409,6 @@ class VmGroup(AbstractModel):
55414
55409
  @property
55415
55410
  def DeployWaitTime(self):
55416
55411
  """滚动发布的每个批次的等待时间
55417
- 注意:此字段可能返回 null,表示取不到有效值。
55418
55412
  :rtype: int
55419
55413
  """
55420
55414
  return self._DeployWaitTime
@@ -55426,7 +55420,6 @@ class VmGroup(AbstractModel):
55426
55420
  @property
55427
55421
  def EnableHealthCheck(self):
55428
55422
  """是否开启了健康检查
55429
- 注意:此字段可能返回 null,表示取不到有效值。
55430
55423
  :rtype: bool
55431
55424
  """
55432
55425
  return self._EnableHealthCheck
@@ -55498,7 +55491,6 @@ class VmGroup(AbstractModel):
55498
55491
  @property
55499
55492
  def AgentProfileList(self):
55500
55493
  """javaagent信息
55501
- 注意:此字段可能返回 null,表示取不到有效值。
55502
55494
  :rtype: list of AgentProfile
55503
55495
  """
55504
55496
  return self._AgentProfileList
@@ -55510,7 +55502,6 @@ class VmGroup(AbstractModel):
55510
55502
  @property
55511
55503
  def WarmupSetting(self):
55512
55504
  """预热属性配置
55513
- 注意:此字段可能返回 null,表示取不到有效值。
55514
55505
  :rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
55515
55506
  """
55516
55507
  return self._WarmupSetting
@@ -55534,7 +55525,6 @@ class VmGroup(AbstractModel):
55534
55525
  @property
55535
55526
  def EnableBatchHealthCheck(self):
55536
55527
  """批次是否开启健康检查
55537
- 注意:此字段可能返回 null,表示取不到有效值。
55538
55528
  :rtype: bool
55539
55529
  """
55540
55530
  return self._EnableBatchHealthCheck
@@ -55543,6 +55533,78 @@ class VmGroup(AbstractModel):
55543
55533
  def EnableBatchHealthCheck(self, EnableBatchHealthCheck):
55544
55534
  self._EnableBatchHealthCheck = EnableBatchHealthCheck
55545
55535
 
55536
+ @property
55537
+ def FilebeatCgroupEnable(self):
55538
+ """是否开启cgroup控制内存cpu
55539
+ 注意:此字段可能返回 null,表示取不到有效值。
55540
+ :rtype: bool
55541
+ """
55542
+ return self._FilebeatCgroupEnable
55543
+
55544
+ @FilebeatCgroupEnable.setter
55545
+ def FilebeatCgroupEnable(self, FilebeatCgroupEnable):
55546
+ self._FilebeatCgroupEnable = FilebeatCgroupEnable
55547
+
55548
+ @property
55549
+ def FilebeatMaxCpu(self):
55550
+ """filebeat使用cpu上限
55551
+ 注意:此字段可能返回 null,表示取不到有效值。
55552
+ :rtype: float
55553
+ """
55554
+ return self._FilebeatMaxCpu
55555
+
55556
+ @FilebeatMaxCpu.setter
55557
+ def FilebeatMaxCpu(self, FilebeatMaxCpu):
55558
+ self._FilebeatMaxCpu = FilebeatMaxCpu
55559
+
55560
+ @property
55561
+ def FilebeatMaxMem(self):
55562
+ """filebeat使用内存上限
55563
+ 注意:此字段可能返回 null,表示取不到有效值。
55564
+ :rtype: int
55565
+ """
55566
+ return self._FilebeatMaxMem
55567
+
55568
+ @FilebeatMaxMem.setter
55569
+ def FilebeatMaxMem(self, FilebeatMaxMem):
55570
+ self._FilebeatMaxMem = FilebeatMaxMem
55571
+
55572
+ @property
55573
+ def RepositoryId(self):
55574
+ """仓库ID
55575
+ 注意:此字段可能返回 null,表示取不到有效值。
55576
+ :rtype: str
55577
+ """
55578
+ return self._RepositoryId
55579
+
55580
+ @RepositoryId.setter
55581
+ def RepositoryId(self, RepositoryId):
55582
+ self._RepositoryId = RepositoryId
55583
+
55584
+ @property
55585
+ def RepositoryName(self):
55586
+ """仓库名称
55587
+ 注意:此字段可能返回 null,表示取不到有效值。
55588
+ :rtype: str
55589
+ """
55590
+ return self._RepositoryName
55591
+
55592
+ @RepositoryName.setter
55593
+ def RepositoryName(self, RepositoryName):
55594
+ self._RepositoryName = RepositoryName
55595
+
55596
+ @property
55597
+ def RepositoryType(self):
55598
+ """仓库类型
55599
+ 注意:此字段可能返回 null,表示取不到有效值。
55600
+ :rtype: str
55601
+ """
55602
+ return self._RepositoryType
55603
+
55604
+ @RepositoryType.setter
55605
+ def RepositoryType(self, RepositoryType):
55606
+ self._RepositoryType = RepositoryType
55607
+
55546
55608
 
55547
55609
  def _deserialize(self, params):
55548
55610
  self._GroupId = params.get("GroupId")
@@ -55595,6 +55657,12 @@ class VmGroup(AbstractModel):
55595
55657
  self._GatewayConfig = GatewayConfig()
55596
55658
  self._GatewayConfig._deserialize(params.get("GatewayConfig"))
55597
55659
  self._EnableBatchHealthCheck = params.get("EnableBatchHealthCheck")
55660
+ self._FilebeatCgroupEnable = params.get("FilebeatCgroupEnable")
55661
+ self._FilebeatMaxCpu = params.get("FilebeatMaxCpu")
55662
+ self._FilebeatMaxMem = params.get("FilebeatMaxMem")
55663
+ self._RepositoryId = params.get("RepositoryId")
55664
+ self._RepositoryName = params.get("RepositoryName")
55665
+ self._RepositoryType = params.get("RepositoryType")
55598
55666
  memeber_set = set(params.keys())
55599
55667
  for name, value in vars(self).items():
55600
55668
  property_name = name[1:]
@@ -55613,7 +55681,6 @@ class VmGroupOther(AbstractModel):
55613
55681
  def __init__(self):
55614
55682
  r"""
55615
55683
  :param _GroupId: 部署组ID
55616
- 注意:此字段可能返回 null,表示取不到有效值。
55617
55684
  :type GroupId: str
55618
55685
  :param _PackageId: 程序包ID
55619
55686
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55625,19 +55692,14 @@ class VmGroupOther(AbstractModel):
55625
55692
  注意:此字段可能返回 null,表示取不到有效值。
55626
55693
  :type PackageVersion: str
55627
55694
  :param _InstanceCount: 部署组实例数
55628
- 注意:此字段可能返回 null,表示取不到有效值。
55629
55695
  :type InstanceCount: int
55630
55696
  :param _RunInstanceCount: 部署组运行中实例数
55631
- 注意:此字段可能返回 null,表示取不到有效值。
55632
55697
  :type RunInstanceCount: int
55633
55698
  :param _OffInstanceCount: 部署组中停止实例数
55634
- 注意:此字段可能返回 null,表示取不到有效值。
55635
55699
  :type OffInstanceCount: int
55636
55700
  :param _GroupStatus: 部署组状态
55637
- 注意:此字段可能返回 null,表示取不到有效值。
55638
55701
  :type GroupStatus: str
55639
55702
  :param _IsNotEqualServiceConfig: 服务配置信息是否匹配
55640
- 注意:此字段可能返回 null,表示取不到有效值。
55641
55703
  :type IsNotEqualServiceConfig: bool
55642
55704
  :param _HealthCheckSettings: HealthCheckSettings
55643
55705
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55657,7 +55719,6 @@ class VmGroupOther(AbstractModel):
55657
55719
  @property
55658
55720
  def GroupId(self):
55659
55721
  """部署组ID
55660
- 注意:此字段可能返回 null,表示取不到有效值。
55661
55722
  :rtype: str
55662
55723
  """
55663
55724
  return self._GroupId
@@ -55705,7 +55766,6 @@ class VmGroupOther(AbstractModel):
55705
55766
  @property
55706
55767
  def InstanceCount(self):
55707
55768
  """部署组实例数
55708
- 注意:此字段可能返回 null,表示取不到有效值。
55709
55769
  :rtype: int
55710
55770
  """
55711
55771
  return self._InstanceCount
@@ -55717,7 +55777,6 @@ class VmGroupOther(AbstractModel):
55717
55777
  @property
55718
55778
  def RunInstanceCount(self):
55719
55779
  """部署组运行中实例数
55720
- 注意:此字段可能返回 null,表示取不到有效值。
55721
55780
  :rtype: int
55722
55781
  """
55723
55782
  return self._RunInstanceCount
@@ -55729,7 +55788,6 @@ class VmGroupOther(AbstractModel):
55729
55788
  @property
55730
55789
  def OffInstanceCount(self):
55731
55790
  """部署组中停止实例数
55732
- 注意:此字段可能返回 null,表示取不到有效值。
55733
55791
  :rtype: int
55734
55792
  """
55735
55793
  return self._OffInstanceCount
@@ -55741,7 +55799,6 @@ class VmGroupOther(AbstractModel):
55741
55799
  @property
55742
55800
  def GroupStatus(self):
55743
55801
  """部署组状态
55744
- 注意:此字段可能返回 null,表示取不到有效值。
55745
55802
  :rtype: str
55746
55803
  """
55747
55804
  return self._GroupStatus
@@ -55753,7 +55810,6 @@ class VmGroupOther(AbstractModel):
55753
55810
  @property
55754
55811
  def IsNotEqualServiceConfig(self):
55755
55812
  """服务配置信息是否匹配
55756
- 注意:此字段可能返回 null,表示取不到有效值。
55757
55813
  :rtype: bool
55758
55814
  """
55759
55815
  return self._IsNotEqualServiceConfig