tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/advisor/v20200721/models.py +0 -26
- tencentcloud/batch/v20170312/models.py +8 -8
- tencentcloud/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +180 -168
- tencentcloud/chc/__init__.py +0 -0
- tencentcloud/chc/v20230418/__init__.py +0 -0
- tencentcloud/chc/v20230418/chc_client.py +854 -0
- tencentcloud/chc/v20230418/errorcodes.py +15 -0
- tencentcloud/chc/v20230418/models.py +9933 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/clb/v20180317/models.py +46 -16
- tencentcloud/cls/v20201016/models.py +0 -198
- tencentcloud/dbbrain/v20191016/models.py +0 -4
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1027 -210
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
- tencentcloud/ecdn/v20191012/models.py +4 -1047
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/ess/v20201111/models.py +27 -6
- tencentcloud/essbasic/v20210526/models.py +21 -0
- tencentcloud/gs/v20191118/errorcodes.py +9 -0
- tencentcloud/gs/v20191118/gs_client.py +775 -12
- tencentcloud/gs/v20191118/models.py +4914 -477
- tencentcloud/hai/v20230812/models.py +0 -66
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mariadb/v20170312/models.py +2 -70
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +318 -208
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/tbaas/v20180416/models.py +0 -46
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -148
- tencentcloud/tdmq/v20200217/models.py +0 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +49 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -94
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +196 -182
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/models.py +8 -46
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -7114,16 +7114,12 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7114
7114
|
def __init__(self):
|
7115
7115
|
r"""
|
7116
7116
|
:param _GroupId: 部署组id
|
7117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7118
7117
|
:type GroupId: str
|
7119
7118
|
:param _GroupName: 分组名称
|
7120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7121
7119
|
:type GroupName: str
|
7122
7120
|
:param _InstanceNum: 实例总数
|
7123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7124
7121
|
:type InstanceNum: int
|
7125
7122
|
:param _CurrentNum: 已启动实例总数
|
7126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7127
7123
|
:type CurrentNum: int
|
7128
7124
|
:param _Server: 镜像server
|
7129
7125
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7150,7 +7146,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7150
7146
|
注意:此字段可能返回 null,表示取不到有效值。
|
7151
7147
|
:type AccessType: int
|
7152
7148
|
:param _ProtocolPorts: 端口映射
|
7153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7154
7149
|
:type ProtocolPorts: list of ProtocolPort
|
7155
7150
|
:param _UpdateType: 更新方式:0:快速更新 1:滚动更新
|
7156
7151
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7195,16 +7190,13 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7195
7190
|
注意:此字段可能返回 null,表示取不到有效值。
|
7196
7191
|
:type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
|
7197
7192
|
:param _DeployAgent: 是否部署Agent容器
|
7198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7199
7193
|
:type DeployAgent: bool
|
7200
7194
|
:param _Alias: 部署组备注
|
7201
7195
|
注意:此字段可能返回 null,表示取不到有效值。
|
7202
7196
|
:type Alias: str
|
7203
7197
|
:param _DisableService: 是否创建 k8s service
|
7204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7205
7198
|
:type DisableService: bool
|
7206
7199
|
:param _HeadlessService: service 是否为 headless 类型
|
7207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7208
7200
|
:type HeadlessService: bool
|
7209
7201
|
:param _TcrRepoInfo: TcrRepoInfo值
|
7210
7202
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7219,25 +7211,19 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7219
7211
|
注意:此字段可能返回 null,表示取不到有效值。
|
7220
7212
|
:type KubeInjectEnable: bool
|
7221
7213
|
:param _RepoType: 仓库类型 (person, tcr)
|
7222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7223
7214
|
:type RepoType: str
|
7224
7215
|
:param _WarmupSetting: 预热配置设置
|
7225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7226
7216
|
:type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
|
7227
7217
|
:param _GatewayConfig: Envoy网关服务配置
|
7228
7218
|
注意:此字段可能返回 null,表示取不到有效值。
|
7229
7219
|
:type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
|
7230
7220
|
:param _ContainerName: 容器名称
|
7231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7232
7221
|
:type ContainerName: str
|
7233
7222
|
:param _AdditionalContainerList: 附加容器列表
|
7234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7235
7223
|
:type AdditionalContainerList: list of GroupContainerInfo
|
7236
7224
|
:param _InternalContainerList: 内部容器列表
|
7237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7238
7225
|
:type InternalContainerList: list of GroupContainerInfo
|
7239
7226
|
:param _ServiceSettingList: service列表
|
7240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7241
7227
|
:type ServiceSettingList: list of ServiceSetting
|
7242
7228
|
"""
|
7243
7229
|
self._GroupId = None
|
@@ -7286,7 +7272,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7286
7272
|
@property
|
7287
7273
|
def GroupId(self):
|
7288
7274
|
"""部署组id
|
7289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7290
7275
|
:rtype: str
|
7291
7276
|
"""
|
7292
7277
|
return self._GroupId
|
@@ -7298,7 +7283,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7298
7283
|
@property
|
7299
7284
|
def GroupName(self):
|
7300
7285
|
"""分组名称
|
7301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7302
7286
|
:rtype: str
|
7303
7287
|
"""
|
7304
7288
|
return self._GroupName
|
@@ -7310,7 +7294,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7310
7294
|
@property
|
7311
7295
|
def InstanceNum(self):
|
7312
7296
|
"""实例总数
|
7313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7314
7297
|
:rtype: int
|
7315
7298
|
"""
|
7316
7299
|
return self._InstanceNum
|
@@ -7322,7 +7305,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7322
7305
|
@property
|
7323
7306
|
def CurrentNum(self):
|
7324
7307
|
"""已启动实例总数
|
7325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7326
7308
|
:rtype: int
|
7327
7309
|
"""
|
7328
7310
|
return self._CurrentNum
|
@@ -7430,7 +7412,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7430
7412
|
@property
|
7431
7413
|
def ProtocolPorts(self):
|
7432
7414
|
"""端口映射
|
7433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7434
7415
|
:rtype: list of ProtocolPort
|
7435
7416
|
"""
|
7436
7417
|
return self._ProtocolPorts
|
@@ -7610,7 +7591,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7610
7591
|
@property
|
7611
7592
|
def DeployAgent(self):
|
7612
7593
|
"""是否部署Agent容器
|
7613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7614
7594
|
:rtype: bool
|
7615
7595
|
"""
|
7616
7596
|
return self._DeployAgent
|
@@ -7634,7 +7614,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7634
7614
|
@property
|
7635
7615
|
def DisableService(self):
|
7636
7616
|
"""是否创建 k8s service
|
7637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7638
7617
|
:rtype: bool
|
7639
7618
|
"""
|
7640
7619
|
return self._DisableService
|
@@ -7646,7 +7625,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7646
7625
|
@property
|
7647
7626
|
def HeadlessService(self):
|
7648
7627
|
"""service 是否为 headless 类型
|
7649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7650
7628
|
:rtype: bool
|
7651
7629
|
"""
|
7652
7630
|
return self._HeadlessService
|
@@ -7706,7 +7684,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7706
7684
|
@property
|
7707
7685
|
def RepoType(self):
|
7708
7686
|
"""仓库类型 (person, tcr)
|
7709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7710
7687
|
:rtype: str
|
7711
7688
|
"""
|
7712
7689
|
return self._RepoType
|
@@ -7718,7 +7695,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7718
7695
|
@property
|
7719
7696
|
def WarmupSetting(self):
|
7720
7697
|
"""预热配置设置
|
7721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7722
7698
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
|
7723
7699
|
"""
|
7724
7700
|
return self._WarmupSetting
|
@@ -7742,7 +7718,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7742
7718
|
@property
|
7743
7719
|
def ContainerName(self):
|
7744
7720
|
"""容器名称
|
7745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7746
7721
|
:rtype: str
|
7747
7722
|
"""
|
7748
7723
|
return self._ContainerName
|
@@ -7754,7 +7729,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7754
7729
|
@property
|
7755
7730
|
def AdditionalContainerList(self):
|
7756
7731
|
"""附加容器列表
|
7757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7758
7732
|
:rtype: list of GroupContainerInfo
|
7759
7733
|
"""
|
7760
7734
|
return self._AdditionalContainerList
|
@@ -7766,7 +7740,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7766
7740
|
@property
|
7767
7741
|
def InternalContainerList(self):
|
7768
7742
|
"""内部容器列表
|
7769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7770
7743
|
:rtype: list of GroupContainerInfo
|
7771
7744
|
"""
|
7772
7745
|
return self._InternalContainerList
|
@@ -7778,7 +7751,6 @@ class ContainerGroupDeploy(AbstractModel):
|
|
7778
7751
|
@property
|
7779
7752
|
def ServiceSettingList(self):
|
7780
7753
|
"""service列表
|
7781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7782
7754
|
:rtype: list of ServiceSetting
|
7783
7755
|
"""
|
7784
7756
|
return self._ServiceSettingList
|
@@ -21266,7 +21238,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
|
|
21266
21238
|
def __init__(self):
|
21267
21239
|
r"""
|
21268
21240
|
:param _Result: 获取部署组
|
21269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21270
21241
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
|
21271
21242
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21272
21243
|
:type RequestId: str
|
@@ -21277,7 +21248,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
|
|
21277
21248
|
@property
|
21278
21249
|
def Result(self):
|
21279
21250
|
"""获取部署组
|
21280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21281
21251
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
|
21282
21252
|
"""
|
21283
21253
|
return self._Result
|
@@ -23652,7 +23622,6 @@ class DescribeGroupResponse(AbstractModel):
|
|
23652
23622
|
def __init__(self):
|
23653
23623
|
r"""
|
23654
23624
|
:param _Result: 虚拟机部署组详情
|
23655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23656
23625
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
|
23657
23626
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23658
23627
|
:type RequestId: str
|
@@ -23663,7 +23632,6 @@ class DescribeGroupResponse(AbstractModel):
|
|
23663
23632
|
@property
|
23664
23633
|
def Result(self):
|
23665
23634
|
"""虚拟机部署组详情
|
23666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23667
23635
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
|
23668
23636
|
"""
|
23669
23637
|
return self._Result
|
@@ -34297,49 +34265,34 @@ class GroupContainerInfo(AbstractModel):
|
|
34297
34265
|
:param _TagName: 镜像版本名称
|
34298
34266
|
:type TagName: str
|
34299
34267
|
:param _ContainerName: 容器名字
|
34300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34301
34268
|
:type ContainerName: str
|
34302
34269
|
:param _RepoName: 镜像名
|
34303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34304
34270
|
:type RepoName: str
|
34305
34271
|
:param _RepoType: 仓库类型,tcr,address,personal,默认personal
|
34306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34307
34272
|
:type RepoType: str
|
34308
34273
|
:param _TcrRepoInfo: tcr仓库信息
|
34309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34310
34274
|
:type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
34311
34275
|
:param _Server: 镜像server
|
34312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34313
34276
|
:type Server: str
|
34314
34277
|
:param _SecretName: 凭证名字
|
34315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34316
34278
|
:type SecretName: str
|
34317
34279
|
:param _JvmOpts: jvm 参数
|
34318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34319
34280
|
:type JvmOpts: str
|
34320
34281
|
:param _CpuLimit: 容器最大的 CPU 核数,对应 K8S 的 limit
|
34321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34322
34282
|
:type CpuLimit: str
|
34323
34283
|
:param _CpuRequest: 容器分配的 CPU 核数,对应 K8S 的 request
|
34324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34325
34284
|
:type CpuRequest: str
|
34326
34285
|
:param _MemRequest: 容器分配的内存 MiB 数,对应 K8S 的 request
|
34327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34328
34286
|
:type MemRequest: str
|
34329
34287
|
:param _MemLimit: 容器最大的内存 MiB 数,对应 K8S 的 limit
|
34330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34331
34288
|
:type MemLimit: str
|
34332
34289
|
:param _HealthCheckSettings: 健康检查配置信息
|
34333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34334
34290
|
:type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
|
34335
34291
|
:param _Envs: 环境变量
|
34336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34337
34292
|
:type Envs: list of Env
|
34338
34293
|
:param _UserEnvs: 环境变量,作为入参时不用填
|
34339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34340
34294
|
:type UserEnvs: list of Env
|
34341
34295
|
:param _VolumeMountInfoList: 数据卷挂载点信息
|
34342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34343
34296
|
:type VolumeMountInfoList: list of VolumeMountInfo
|
34344
34297
|
"""
|
34345
34298
|
self._TagName = None
|
@@ -34373,7 +34326,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34373
34326
|
@property
|
34374
34327
|
def ContainerName(self):
|
34375
34328
|
"""容器名字
|
34376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34377
34329
|
:rtype: str
|
34378
34330
|
"""
|
34379
34331
|
return self._ContainerName
|
@@ -34385,7 +34337,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34385
34337
|
@property
|
34386
34338
|
def RepoName(self):
|
34387
34339
|
"""镜像名
|
34388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34389
34340
|
:rtype: str
|
34390
34341
|
"""
|
34391
34342
|
return self._RepoName
|
@@ -34397,7 +34348,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34397
34348
|
@property
|
34398
34349
|
def RepoType(self):
|
34399
34350
|
"""仓库类型,tcr,address,personal,默认personal
|
34400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34401
34351
|
:rtype: str
|
34402
34352
|
"""
|
34403
34353
|
return self._RepoType
|
@@ -34409,7 +34359,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34409
34359
|
@property
|
34410
34360
|
def TcrRepoInfo(self):
|
34411
34361
|
"""tcr仓库信息
|
34412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34413
34362
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
34414
34363
|
"""
|
34415
34364
|
return self._TcrRepoInfo
|
@@ -34421,7 +34370,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34421
34370
|
@property
|
34422
34371
|
def Server(self):
|
34423
34372
|
"""镜像server
|
34424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34425
34373
|
:rtype: str
|
34426
34374
|
"""
|
34427
34375
|
return self._Server
|
@@ -34433,7 +34381,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34433
34381
|
@property
|
34434
34382
|
def SecretName(self):
|
34435
34383
|
"""凭证名字
|
34436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34437
34384
|
:rtype: str
|
34438
34385
|
"""
|
34439
34386
|
return self._SecretName
|
@@ -34445,7 +34392,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34445
34392
|
@property
|
34446
34393
|
def JvmOpts(self):
|
34447
34394
|
"""jvm 参数
|
34448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34449
34395
|
:rtype: str
|
34450
34396
|
"""
|
34451
34397
|
return self._JvmOpts
|
@@ -34457,7 +34403,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34457
34403
|
@property
|
34458
34404
|
def CpuLimit(self):
|
34459
34405
|
"""容器最大的 CPU 核数,对应 K8S 的 limit
|
34460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34461
34406
|
:rtype: str
|
34462
34407
|
"""
|
34463
34408
|
return self._CpuLimit
|
@@ -34469,7 +34414,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34469
34414
|
@property
|
34470
34415
|
def CpuRequest(self):
|
34471
34416
|
"""容器分配的 CPU 核数,对应 K8S 的 request
|
34472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34473
34417
|
:rtype: str
|
34474
34418
|
"""
|
34475
34419
|
return self._CpuRequest
|
@@ -34481,7 +34425,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34481
34425
|
@property
|
34482
34426
|
def MemRequest(self):
|
34483
34427
|
"""容器分配的内存 MiB 数,对应 K8S 的 request
|
34484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34485
34428
|
:rtype: str
|
34486
34429
|
"""
|
34487
34430
|
return self._MemRequest
|
@@ -34493,7 +34436,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34493
34436
|
@property
|
34494
34437
|
def MemLimit(self):
|
34495
34438
|
"""容器最大的内存 MiB 数,对应 K8S 的 limit
|
34496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34497
34439
|
:rtype: str
|
34498
34440
|
"""
|
34499
34441
|
return self._MemLimit
|
@@ -34505,7 +34447,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34505
34447
|
@property
|
34506
34448
|
def HealthCheckSettings(self):
|
34507
34449
|
"""健康检查配置信息
|
34508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34509
34450
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
|
34510
34451
|
"""
|
34511
34452
|
return self._HealthCheckSettings
|
@@ -34517,7 +34458,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34517
34458
|
@property
|
34518
34459
|
def Envs(self):
|
34519
34460
|
"""环境变量
|
34520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34521
34461
|
:rtype: list of Env
|
34522
34462
|
"""
|
34523
34463
|
return self._Envs
|
@@ -34529,7 +34469,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34529
34469
|
@property
|
34530
34470
|
def UserEnvs(self):
|
34531
34471
|
"""环境变量,作为入参时不用填
|
34532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34533
34472
|
:rtype: list of Env
|
34534
34473
|
"""
|
34535
34474
|
return self._UserEnvs
|
@@ -34541,7 +34480,6 @@ class GroupContainerInfo(AbstractModel):
|
|
34541
34480
|
@property
|
34542
34481
|
def VolumeMountInfoList(self):
|
34543
34482
|
"""数据卷挂载点信息
|
34544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34545
34483
|
:rtype: list of VolumeMountInfo
|
34546
34484
|
"""
|
34547
34485
|
return self._VolumeMountInfoList
|
@@ -35933,6 +35871,8 @@ class ImageRepository(AbstractModel):
|
|
35933
35871
|
:type CreateMode: str
|
35934
35872
|
:param _RepoName: 仓库名,等同reponame字段
|
35935
35873
|
:type RepoName: str
|
35874
|
+
:param _RepoType: 仓库类型
|
35875
|
+
:type RepoType: str
|
35936
35876
|
"""
|
35937
35877
|
self._Reponame = None
|
35938
35878
|
self._Repotype = None
|
@@ -35953,6 +35893,7 @@ class ImageRepository(AbstractModel):
|
|
35953
35893
|
self._Public = None
|
35954
35894
|
self._CreateMode = None
|
35955
35895
|
self._RepoName = None
|
35896
|
+
self._RepoType = None
|
35956
35897
|
|
35957
35898
|
@property
|
35958
35899
|
def Reponame(self):
|
@@ -36163,6 +36104,17 @@ class ImageRepository(AbstractModel):
|
|
36163
36104
|
def RepoName(self, RepoName):
|
36164
36105
|
self._RepoName = RepoName
|
36165
36106
|
|
36107
|
+
@property
|
36108
|
+
def RepoType(self):
|
36109
|
+
"""仓库类型
|
36110
|
+
:rtype: str
|
36111
|
+
"""
|
36112
|
+
return self._RepoType
|
36113
|
+
|
36114
|
+
@RepoType.setter
|
36115
|
+
def RepoType(self, RepoType):
|
36116
|
+
self._RepoType = RepoType
|
36117
|
+
|
36166
36118
|
|
36167
36119
|
def _deserialize(self, params):
|
36168
36120
|
self._Reponame = params.get("Reponame")
|
@@ -36188,6 +36140,7 @@ class ImageRepository(AbstractModel):
|
|
36188
36140
|
self._Public = params.get("Public")
|
36189
36141
|
self._CreateMode = params.get("CreateMode")
|
36190
36142
|
self._RepoName = params.get("RepoName")
|
36143
|
+
self._RepoType = params.get("RepoType")
|
36191
36144
|
memeber_set = set(params.keys())
|
36192
36145
|
for name, value in vars(self).items():
|
36193
36146
|
property_name = name[1:]
|
@@ -47015,6 +46968,8 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
47015
46968
|
:type BatchType: str
|
47016
46969
|
:param _ScrollId: 游标ID
|
47017
46970
|
:type ScrollId: str
|
46971
|
+
:param _SearchAfter: 查询es使用searchAfter时,游标
|
46972
|
+
:type SearchAfter: list of str
|
47018
46973
|
"""
|
47019
46974
|
self._ConfigId = None
|
47020
46975
|
self._InstanceIds = None
|
@@ -47029,6 +46984,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
47029
46984
|
self._SearchWordType = None
|
47030
46985
|
self._BatchType = None
|
47031
46986
|
self._ScrollId = None
|
46987
|
+
self._SearchAfter = None
|
47032
46988
|
|
47033
46989
|
@property
|
47034
46990
|
def ConfigId(self):
|
@@ -47173,6 +47129,17 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
47173
47129
|
def ScrollId(self, ScrollId):
|
47174
47130
|
self._ScrollId = ScrollId
|
47175
47131
|
|
47132
|
+
@property
|
47133
|
+
def SearchAfter(self):
|
47134
|
+
"""查询es使用searchAfter时,游标
|
47135
|
+
:rtype: list of str
|
47136
|
+
"""
|
47137
|
+
return self._SearchAfter
|
47138
|
+
|
47139
|
+
@SearchAfter.setter
|
47140
|
+
def SearchAfter(self, SearchAfter):
|
47141
|
+
self._SearchAfter = SearchAfter
|
47142
|
+
|
47176
47143
|
|
47177
47144
|
def _deserialize(self, params):
|
47178
47145
|
self._ConfigId = params.get("ConfigId")
|
@@ -47188,6 +47155,7 @@ class SearchBusinessLogRequest(AbstractModel):
|
|
47188
47155
|
self._SearchWordType = params.get("SearchWordType")
|
47189
47156
|
self._BatchType = params.get("BatchType")
|
47190
47157
|
self._ScrollId = params.get("ScrollId")
|
47158
|
+
self._SearchAfter = params.get("SearchAfter")
|
47191
47159
|
memeber_set = set(params.keys())
|
47192
47160
|
for name, value in vars(self).items():
|
47193
47161
|
property_name = name[1:]
|
@@ -47206,7 +47174,6 @@ class SearchBusinessLogResponse(AbstractModel):
|
|
47206
47174
|
def __init__(self):
|
47207
47175
|
r"""
|
47208
47176
|
:param _Result: 业务日志列表
|
47209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47210
47177
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
|
47211
47178
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
47212
47179
|
:type RequestId: str
|
@@ -47217,7 +47184,6 @@ class SearchBusinessLogResponse(AbstractModel):
|
|
47217
47184
|
@property
|
47218
47185
|
def Result(self):
|
47219
47186
|
"""业务日志列表
|
47220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47221
47187
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
|
47222
47188
|
"""
|
47223
47189
|
return self._Result
|
@@ -47280,6 +47246,8 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47280
47246
|
:type BatchType: str
|
47281
47247
|
:param _ScrollId: 游标ID
|
47282
47248
|
:type ScrollId: str
|
47249
|
+
:param _SearchAfter: 查询es使用searchAfter时,游标
|
47250
|
+
:type SearchAfter: list of str
|
47283
47251
|
"""
|
47284
47252
|
self._InstanceId = None
|
47285
47253
|
self._Limit = None
|
@@ -47293,6 +47261,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47293
47261
|
self._SearchWordType = None
|
47294
47262
|
self._BatchType = None
|
47295
47263
|
self._ScrollId = None
|
47264
|
+
self._SearchAfter = None
|
47296
47265
|
|
47297
47266
|
@property
|
47298
47267
|
def InstanceId(self):
|
@@ -47430,6 +47399,17 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47430
47399
|
def ScrollId(self, ScrollId):
|
47431
47400
|
self._ScrollId = ScrollId
|
47432
47401
|
|
47402
|
+
@property
|
47403
|
+
def SearchAfter(self):
|
47404
|
+
"""查询es使用searchAfter时,游标
|
47405
|
+
:rtype: list of str
|
47406
|
+
"""
|
47407
|
+
return self._SearchAfter
|
47408
|
+
|
47409
|
+
@SearchAfter.setter
|
47410
|
+
def SearchAfter(self, SearchAfter):
|
47411
|
+
self._SearchAfter = SearchAfter
|
47412
|
+
|
47433
47413
|
|
47434
47414
|
def _deserialize(self, params):
|
47435
47415
|
self._InstanceId = params.get("InstanceId")
|
@@ -47444,6 +47424,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47444
47424
|
self._SearchWordType = params.get("SearchWordType")
|
47445
47425
|
self._BatchType = params.get("BatchType")
|
47446
47426
|
self._ScrollId = params.get("ScrollId")
|
47427
|
+
self._SearchAfter = params.get("SearchAfter")
|
47447
47428
|
memeber_set = set(params.keys())
|
47448
47429
|
for name, value in vars(self).items():
|
47449
47430
|
property_name = name[1:]
|
@@ -47462,7 +47443,6 @@ class SearchStdoutLogResponse(AbstractModel):
|
|
47462
47443
|
def __init__(self):
|
47463
47444
|
r"""
|
47464
47445
|
:param _Result: 标准输出日志列表
|
47465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47466
47446
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
|
47467
47447
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
47468
47448
|
:type RequestId: str
|
@@ -47473,7 +47453,6 @@ class SearchStdoutLogResponse(AbstractModel):
|
|
47473
47453
|
@property
|
47474
47454
|
def Result(self):
|
47475
47455
|
"""标准输出日志列表
|
47476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47477
47456
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
|
47478
47457
|
"""
|
47479
47458
|
return self._Result
|
@@ -47655,68 +47634,49 @@ class ServiceSetting(AbstractModel):
|
|
47655
47634
|
def __init__(self):
|
47656
47635
|
r"""
|
47657
47636
|
:param _AccessType: 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
|
47658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47659
47637
|
:type AccessType: int
|
47660
47638
|
:param _ProtocolPorts: 容器端口映射
|
47661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47662
47639
|
:type ProtocolPorts: list of ProtocolPort
|
47663
47640
|
:param _SubnetId: 子网ID
|
47664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47665
47641
|
:type SubnetId: str
|
47666
47642
|
:param _DisableService: 是否创建 k8s service,默认为 false
|
47667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47668
47643
|
:type DisableService: bool
|
47669
47644
|
:param _HeadlessService: service 是否为 headless 类型
|
47670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47671
47645
|
:type HeadlessService: bool
|
47672
47646
|
:param _AllowDeleteService: 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
|
47673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47674
47647
|
:type AllowDeleteService: bool
|
47675
47648
|
:param _OpenSessionAffinity: 开启SessionAffinity,true为开启,false为不开启,默认为false
|
47676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47677
47649
|
:type OpenSessionAffinity: bool
|
47678
47650
|
:param _SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
|
47679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47680
47651
|
:type SessionAffinityTimeoutSeconds: int
|
47681
47652
|
:param _ServiceName: 服务名称
|
47682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47683
47653
|
:type ServiceName: str
|
47684
47654
|
:param _ExternalTrafficStrategy: 外部流量策略
|
47685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47686
47655
|
:type ExternalTrafficStrategy: str
|
47687
47656
|
:param _ExternalTrafficPolicy: 外部流量策略
|
47688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47689
47657
|
:type ExternalTrafficPolicy: str
|
47690
47658
|
:param _LoadBalancerProvisioner: 负载均衡提供者
|
47691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47692
47659
|
:type LoadBalancerProvisioner: str
|
47693
47660
|
:param _LoadBalancingType: 负载均衡类型
|
47694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47695
47661
|
:type LoadBalancingType: str
|
47696
47662
|
:param _ClusterIp: k8s负载均衡内网vip
|
47697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47698
47663
|
:type ClusterIp: str
|
47699
47664
|
:param _DisableServiceInt: 禁用服务Int记录
|
47700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47701
47665
|
:type DisableServiceInt: int
|
47702
47666
|
:param _OpenSessionAffinityInt: 开启SessionAffinity Int记录
|
47703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47704
47667
|
:type OpenSessionAffinityInt: int
|
47705
47668
|
:param _HeadlessServiceInt: 开启HeadlessService int记录
|
47706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47707
47669
|
:type HeadlessServiceInt: int
|
47708
47670
|
:param _Name: 服务名称
|
47709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47710
47671
|
:type Name: str
|
47711
47672
|
:param _VpcId: VPC网络ID
|
47712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47713
47673
|
:type VpcId: str
|
47714
47674
|
:param _LoadBalancingIp: 负载均衡VIP
|
47715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47716
47675
|
:type LoadBalancingIp: str
|
47717
47676
|
:param _LoadBalancerId: 负载均衡id
|
47718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47719
47677
|
:type LoadBalancerId: str
|
47678
|
+
:param _ExistingLoadBalancerId: 已存在的负载均衡id
|
47679
|
+
:type ExistingLoadBalancerId: str
|
47720
47680
|
"""
|
47721
47681
|
self._AccessType = None
|
47722
47682
|
self._ProtocolPorts = None
|
@@ -47739,11 +47699,11 @@ class ServiceSetting(AbstractModel):
|
|
47739
47699
|
self._VpcId = None
|
47740
47700
|
self._LoadBalancingIp = None
|
47741
47701
|
self._LoadBalancerId = None
|
47702
|
+
self._ExistingLoadBalancerId = None
|
47742
47703
|
|
47743
47704
|
@property
|
47744
47705
|
def AccessType(self):
|
47745
47706
|
"""0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
|
47746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47747
47707
|
:rtype: int
|
47748
47708
|
"""
|
47749
47709
|
return self._AccessType
|
@@ -47755,7 +47715,6 @@ class ServiceSetting(AbstractModel):
|
|
47755
47715
|
@property
|
47756
47716
|
def ProtocolPorts(self):
|
47757
47717
|
"""容器端口映射
|
47758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47759
47718
|
:rtype: list of ProtocolPort
|
47760
47719
|
"""
|
47761
47720
|
return self._ProtocolPorts
|
@@ -47767,7 +47726,6 @@ class ServiceSetting(AbstractModel):
|
|
47767
47726
|
@property
|
47768
47727
|
def SubnetId(self):
|
47769
47728
|
"""子网ID
|
47770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47771
47729
|
:rtype: str
|
47772
47730
|
"""
|
47773
47731
|
return self._SubnetId
|
@@ -47779,7 +47737,6 @@ class ServiceSetting(AbstractModel):
|
|
47779
47737
|
@property
|
47780
47738
|
def DisableService(self):
|
47781
47739
|
"""是否创建 k8s service,默认为 false
|
47782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47783
47740
|
:rtype: bool
|
47784
47741
|
"""
|
47785
47742
|
return self._DisableService
|
@@ -47791,7 +47748,6 @@ class ServiceSetting(AbstractModel):
|
|
47791
47748
|
@property
|
47792
47749
|
def HeadlessService(self):
|
47793
47750
|
"""service 是否为 headless 类型
|
47794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47795
47751
|
:rtype: bool
|
47796
47752
|
"""
|
47797
47753
|
return self._HeadlessService
|
@@ -47803,7 +47759,6 @@ class ServiceSetting(AbstractModel):
|
|
47803
47759
|
@property
|
47804
47760
|
def AllowDeleteService(self):
|
47805
47761
|
"""当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
|
47806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47807
47762
|
:rtype: bool
|
47808
47763
|
"""
|
47809
47764
|
return self._AllowDeleteService
|
@@ -47815,7 +47770,6 @@ class ServiceSetting(AbstractModel):
|
|
47815
47770
|
@property
|
47816
47771
|
def OpenSessionAffinity(self):
|
47817
47772
|
"""开启SessionAffinity,true为开启,false为不开启,默认为false
|
47818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47819
47773
|
:rtype: bool
|
47820
47774
|
"""
|
47821
47775
|
return self._OpenSessionAffinity
|
@@ -47827,7 +47781,6 @@ class ServiceSetting(AbstractModel):
|
|
47827
47781
|
@property
|
47828
47782
|
def SessionAffinityTimeoutSeconds(self):
|
47829
47783
|
"""SessionAffinity会话时间,默认10800
|
47830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47831
47784
|
:rtype: int
|
47832
47785
|
"""
|
47833
47786
|
return self._SessionAffinityTimeoutSeconds
|
@@ -47839,7 +47792,6 @@ class ServiceSetting(AbstractModel):
|
|
47839
47792
|
@property
|
47840
47793
|
def ServiceName(self):
|
47841
47794
|
"""服务名称
|
47842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47843
47795
|
:rtype: str
|
47844
47796
|
"""
|
47845
47797
|
return self._ServiceName
|
@@ -47851,7 +47803,6 @@ class ServiceSetting(AbstractModel):
|
|
47851
47803
|
@property
|
47852
47804
|
def ExternalTrafficStrategy(self):
|
47853
47805
|
"""外部流量策略
|
47854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47855
47806
|
:rtype: str
|
47856
47807
|
"""
|
47857
47808
|
return self._ExternalTrafficStrategy
|
@@ -47863,7 +47814,6 @@ class ServiceSetting(AbstractModel):
|
|
47863
47814
|
@property
|
47864
47815
|
def ExternalTrafficPolicy(self):
|
47865
47816
|
"""外部流量策略
|
47866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47867
47817
|
:rtype: str
|
47868
47818
|
"""
|
47869
47819
|
return self._ExternalTrafficPolicy
|
@@ -47875,7 +47825,6 @@ class ServiceSetting(AbstractModel):
|
|
47875
47825
|
@property
|
47876
47826
|
def LoadBalancerProvisioner(self):
|
47877
47827
|
"""负载均衡提供者
|
47878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47879
47828
|
:rtype: str
|
47880
47829
|
"""
|
47881
47830
|
return self._LoadBalancerProvisioner
|
@@ -47887,7 +47836,6 @@ class ServiceSetting(AbstractModel):
|
|
47887
47836
|
@property
|
47888
47837
|
def LoadBalancingType(self):
|
47889
47838
|
"""负载均衡类型
|
47890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47891
47839
|
:rtype: str
|
47892
47840
|
"""
|
47893
47841
|
return self._LoadBalancingType
|
@@ -47899,7 +47847,6 @@ class ServiceSetting(AbstractModel):
|
|
47899
47847
|
@property
|
47900
47848
|
def ClusterIp(self):
|
47901
47849
|
"""k8s负载均衡内网vip
|
47902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47903
47850
|
:rtype: str
|
47904
47851
|
"""
|
47905
47852
|
return self._ClusterIp
|
@@ -47911,7 +47858,6 @@ class ServiceSetting(AbstractModel):
|
|
47911
47858
|
@property
|
47912
47859
|
def DisableServiceInt(self):
|
47913
47860
|
"""禁用服务Int记录
|
47914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47915
47861
|
:rtype: int
|
47916
47862
|
"""
|
47917
47863
|
return self._DisableServiceInt
|
@@ -47923,7 +47869,6 @@ class ServiceSetting(AbstractModel):
|
|
47923
47869
|
@property
|
47924
47870
|
def OpenSessionAffinityInt(self):
|
47925
47871
|
"""开启SessionAffinity Int记录
|
47926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47927
47872
|
:rtype: int
|
47928
47873
|
"""
|
47929
47874
|
return self._OpenSessionAffinityInt
|
@@ -47935,7 +47880,6 @@ class ServiceSetting(AbstractModel):
|
|
47935
47880
|
@property
|
47936
47881
|
def HeadlessServiceInt(self):
|
47937
47882
|
"""开启HeadlessService int记录
|
47938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47939
47883
|
:rtype: int
|
47940
47884
|
"""
|
47941
47885
|
return self._HeadlessServiceInt
|
@@ -47947,7 +47891,6 @@ class ServiceSetting(AbstractModel):
|
|
47947
47891
|
@property
|
47948
47892
|
def Name(self):
|
47949
47893
|
"""服务名称
|
47950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47951
47894
|
:rtype: str
|
47952
47895
|
"""
|
47953
47896
|
return self._Name
|
@@ -47959,7 +47902,6 @@ class ServiceSetting(AbstractModel):
|
|
47959
47902
|
@property
|
47960
47903
|
def VpcId(self):
|
47961
47904
|
"""VPC网络ID
|
47962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47963
47905
|
:rtype: str
|
47964
47906
|
"""
|
47965
47907
|
return self._VpcId
|
@@ -47971,7 +47913,6 @@ class ServiceSetting(AbstractModel):
|
|
47971
47913
|
@property
|
47972
47914
|
def LoadBalancingIp(self):
|
47973
47915
|
"""负载均衡VIP
|
47974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47975
47916
|
:rtype: str
|
47976
47917
|
"""
|
47977
47918
|
return self._LoadBalancingIp
|
@@ -47983,7 +47924,6 @@ class ServiceSetting(AbstractModel):
|
|
47983
47924
|
@property
|
47984
47925
|
def LoadBalancerId(self):
|
47985
47926
|
"""负载均衡id
|
47986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47987
47927
|
:rtype: str
|
47988
47928
|
"""
|
47989
47929
|
return self._LoadBalancerId
|
@@ -47992,6 +47932,17 @@ class ServiceSetting(AbstractModel):
|
|
47992
47932
|
def LoadBalancerId(self, LoadBalancerId):
|
47993
47933
|
self._LoadBalancerId = LoadBalancerId
|
47994
47934
|
|
47935
|
+
@property
|
47936
|
+
def ExistingLoadBalancerId(self):
|
47937
|
+
"""已存在的负载均衡id
|
47938
|
+
:rtype: str
|
47939
|
+
"""
|
47940
|
+
return self._ExistingLoadBalancerId
|
47941
|
+
|
47942
|
+
@ExistingLoadBalancerId.setter
|
47943
|
+
def ExistingLoadBalancerId(self, ExistingLoadBalancerId):
|
47944
|
+
self._ExistingLoadBalancerId = ExistingLoadBalancerId
|
47945
|
+
|
47995
47946
|
|
47996
47947
|
def _deserialize(self, params):
|
47997
47948
|
self._AccessType = params.get("AccessType")
|
@@ -48020,6 +47971,7 @@ class ServiceSetting(AbstractModel):
|
|
48020
47971
|
self._VpcId = params.get("VpcId")
|
48021
47972
|
self._LoadBalancingIp = params.get("LoadBalancingIp")
|
48022
47973
|
self._LoadBalancerId = params.get("LoadBalancerId")
|
47974
|
+
self._ExistingLoadBalancerId = params.get("ExistingLoadBalancerId")
|
48023
47975
|
memeber_set = set(params.keys())
|
48024
47976
|
for name, value in vars(self).items():
|
48025
47977
|
property_name = name[1:]
|
@@ -51567,10 +51519,8 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
51567
51519
|
def __init__(self):
|
51568
51520
|
r"""
|
51569
51521
|
:param _TotalCount: 总条数
|
51570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51571
51522
|
:type TotalCount: int
|
51572
51523
|
:param _Content: 业务日志列表
|
51573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51574
51524
|
:type Content: list of BusinessLogV2
|
51575
51525
|
:param _ScrollId: 游标ID
|
51576
51526
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -51578,16 +51528,19 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
51578
51528
|
:param _Status: 查询状态
|
51579
51529
|
注意:此字段可能返回 null,表示取不到有效值。
|
51580
51530
|
:type Status: str
|
51531
|
+
:param _SearchAfter: 查询es时,使用searchAfter返回的游标
|
51532
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51533
|
+
:type SearchAfter: list of str
|
51581
51534
|
"""
|
51582
51535
|
self._TotalCount = None
|
51583
51536
|
self._Content = None
|
51584
51537
|
self._ScrollId = None
|
51585
51538
|
self._Status = None
|
51539
|
+
self._SearchAfter = None
|
51586
51540
|
|
51587
51541
|
@property
|
51588
51542
|
def TotalCount(self):
|
51589
51543
|
"""总条数
|
51590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51591
51544
|
:rtype: int
|
51592
51545
|
"""
|
51593
51546
|
return self._TotalCount
|
@@ -51599,7 +51552,6 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
51599
51552
|
@property
|
51600
51553
|
def Content(self):
|
51601
51554
|
"""业务日志列表
|
51602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51603
51555
|
:rtype: list of BusinessLogV2
|
51604
51556
|
"""
|
51605
51557
|
return self._Content
|
@@ -51632,6 +51584,18 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
51632
51584
|
def Status(self, Status):
|
51633
51585
|
self._Status = Status
|
51634
51586
|
|
51587
|
+
@property
|
51588
|
+
def SearchAfter(self):
|
51589
|
+
"""查询es时,使用searchAfter返回的游标
|
51590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51591
|
+
:rtype: list of str
|
51592
|
+
"""
|
51593
|
+
return self._SearchAfter
|
51594
|
+
|
51595
|
+
@SearchAfter.setter
|
51596
|
+
def SearchAfter(self, SearchAfter):
|
51597
|
+
self._SearchAfter = SearchAfter
|
51598
|
+
|
51635
51599
|
|
51636
51600
|
def _deserialize(self, params):
|
51637
51601
|
self._TotalCount = params.get("TotalCount")
|
@@ -51643,6 +51607,7 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
51643
51607
|
self._Content.append(obj)
|
51644
51608
|
self._ScrollId = params.get("ScrollId")
|
51645
51609
|
self._Status = params.get("Status")
|
51610
|
+
self._SearchAfter = params.get("SearchAfter")
|
51646
51611
|
memeber_set = set(params.keys())
|
51647
51612
|
for name, value in vars(self).items():
|
51648
51613
|
property_name = name[1:]
|
@@ -52636,10 +52601,8 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
52636
52601
|
def __init__(self):
|
52637
52602
|
r"""
|
52638
52603
|
:param _TotalCount: 总条数
|
52639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52640
52604
|
:type TotalCount: int
|
52641
52605
|
:param _Content: 标准输出日志列表
|
52642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52643
52606
|
:type Content: list of StdoutLogV2
|
52644
52607
|
:param _ScrollId: 游标ID
|
52645
52608
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -52647,16 +52610,19 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
52647
52610
|
:param _Status: 查询状态
|
52648
52611
|
注意:此字段可能返回 null,表示取不到有效值。
|
52649
52612
|
:type Status: str
|
52613
|
+
:param _SearchAfter: 游标ID
|
52614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52615
|
+
:type SearchAfter: list of str
|
52650
52616
|
"""
|
52651
52617
|
self._TotalCount = None
|
52652
52618
|
self._Content = None
|
52653
52619
|
self._ScrollId = None
|
52654
52620
|
self._Status = None
|
52621
|
+
self._SearchAfter = None
|
52655
52622
|
|
52656
52623
|
@property
|
52657
52624
|
def TotalCount(self):
|
52658
52625
|
"""总条数
|
52659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52660
52626
|
:rtype: int
|
52661
52627
|
"""
|
52662
52628
|
return self._TotalCount
|
@@ -52668,7 +52634,6 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
52668
52634
|
@property
|
52669
52635
|
def Content(self):
|
52670
52636
|
"""标准输出日志列表
|
52671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52672
52637
|
:rtype: list of StdoutLogV2
|
52673
52638
|
"""
|
52674
52639
|
return self._Content
|
@@ -52701,6 +52666,18 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
52701
52666
|
def Status(self, Status):
|
52702
52667
|
self._Status = Status
|
52703
52668
|
|
52669
|
+
@property
|
52670
|
+
def SearchAfter(self):
|
52671
|
+
"""游标ID
|
52672
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52673
|
+
:rtype: list of str
|
52674
|
+
"""
|
52675
|
+
return self._SearchAfter
|
52676
|
+
|
52677
|
+
@SearchAfter.setter
|
52678
|
+
def SearchAfter(self, SearchAfter):
|
52679
|
+
self._SearchAfter = SearchAfter
|
52680
|
+
|
52704
52681
|
|
52705
52682
|
def _deserialize(self, params):
|
52706
52683
|
self._TotalCount = params.get("TotalCount")
|
@@ -52712,6 +52689,7 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
52712
52689
|
self._Content.append(obj)
|
52713
52690
|
self._ScrollId = params.get("ScrollId")
|
52714
52691
|
self._Status = params.get("Status")
|
52692
|
+
self._SearchAfter = params.get("SearchAfter")
|
52715
52693
|
memeber_set = set(params.keys())
|
52716
52694
|
for name, value in vars(self).items():
|
52717
52695
|
property_name = name[1:]
|
@@ -54918,13 +54896,10 @@ class VmGroup(AbstractModel):
|
|
54918
54896
|
def __init__(self):
|
54919
54897
|
r"""
|
54920
54898
|
:param _GroupId: 部署组ID
|
54921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54922
54899
|
:type GroupId: str
|
54923
54900
|
:param _GroupName: 部署组名称
|
54924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54925
54901
|
:type GroupName: str
|
54926
54902
|
:param _GroupStatus: 部署组状态
|
54927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54928
54903
|
:type GroupStatus: str
|
54929
54904
|
:param _PackageId: 程序包ID
|
54930
54905
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -54936,76 +54911,55 @@ class VmGroup(AbstractModel):
|
|
54936
54911
|
注意:此字段可能返回 null,表示取不到有效值。
|
54937
54912
|
:type PackageVersion: str
|
54938
54913
|
:param _ClusterId: 集群ID
|
54939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54940
54914
|
:type ClusterId: str
|
54941
54915
|
:param _ClusterName: 集群名称
|
54942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54943
54916
|
:type ClusterName: str
|
54944
54917
|
:param _NamespaceId: 命名空间ID
|
54945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54946
54918
|
:type NamespaceId: str
|
54947
54919
|
:param _NamespaceName: 命名空间名称
|
54948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54949
54920
|
:type NamespaceName: str
|
54950
54921
|
:param _ApplicationId: 应用ID
|
54951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54952
54922
|
:type ApplicationId: str
|
54953
54923
|
:param _ApplicationName: 应用名称
|
54954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54955
54924
|
:type ApplicationName: str
|
54956
54925
|
:param _InstanceCount: 部署组机器数目
|
54957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54958
54926
|
:type InstanceCount: int
|
54959
54927
|
:param _RunInstanceCount: 部署组运行中机器数目
|
54960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54961
54928
|
:type RunInstanceCount: int
|
54962
54929
|
:param _StartupParameters: 部署组启动参数信息
|
54963
54930
|
注意:此字段可能返回 null,表示取不到有效值。
|
54964
54931
|
:type StartupParameters: str
|
54965
54932
|
:param _CreateTime: 部署组创建时间
|
54966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54967
54933
|
:type CreateTime: str
|
54968
54934
|
:param _UpdateTime: 部署组更新时间
|
54969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54970
54935
|
:type UpdateTime: str
|
54971
54936
|
:param _OffInstanceCount: 部署组停止机器数目
|
54972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54973
54937
|
:type OffInstanceCount: int
|
54974
54938
|
:param _GroupDesc: 部署组描述信息
|
54975
54939
|
注意:此字段可能返回 null,表示取不到有效值。
|
54976
54940
|
:type GroupDesc: str
|
54977
54941
|
:param _MicroserviceType: 微服务类型
|
54978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54979
54942
|
:type MicroserviceType: str
|
54980
54943
|
:param _ApplicationType: 应用类型
|
54981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54982
54944
|
:type ApplicationType: str
|
54983
54945
|
:param _GroupResourceType: 部署组资源类型
|
54984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54985
54946
|
:type GroupResourceType: str
|
54986
54947
|
:param _UpdatedTime: 部署组更新时间戳
|
54987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54988
54948
|
:type UpdatedTime: int
|
54989
54949
|
:param _DeployDesc: 部署应用描述信息
|
54990
54950
|
注意:此字段可能返回 null,表示取不到有效值。
|
54991
54951
|
:type DeployDesc: str
|
54992
54952
|
:param _UpdateType: 滚动发布的更新方式
|
54993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54994
54953
|
:type UpdateType: int
|
54995
54954
|
:param _DeployBetaEnable: 发布是否启用beta批次
|
54996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54997
54955
|
:type DeployBetaEnable: bool
|
54998
54956
|
:param _DeployBatch: 滚动发布的批次比例列表
|
54999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55000
54957
|
:type DeployBatch: list of float
|
55001
54958
|
:param _DeployExeMode: 滚动发布的批次执行方式
|
55002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55003
54959
|
:type DeployExeMode: str
|
55004
54960
|
:param _DeployWaitTime: 滚动发布的每个批次的等待时间
|
55005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55006
54961
|
:type DeployWaitTime: int
|
55007
54962
|
:param _EnableHealthCheck: 是否开启了健康检查
|
55008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55009
54963
|
:type EnableHealthCheck: bool
|
55010
54964
|
:param _HealthCheckSettings: 健康检查配置
|
55011
54965
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -55023,17 +54977,32 @@ class VmGroup(AbstractModel):
|
|
55023
54977
|
注意:此字段可能返回 null,表示取不到有效值。
|
55024
54978
|
:type Alias: str
|
55025
54979
|
:param _AgentProfileList: javaagent信息
|
55026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55027
54980
|
:type AgentProfileList: list of AgentProfile
|
55028
54981
|
:param _WarmupSetting: 预热属性配置
|
55029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55030
54982
|
:type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
|
55031
54983
|
:param _GatewayConfig: Envoy网关配置
|
55032
54984
|
注意:此字段可能返回 null,表示取不到有效值。
|
55033
54985
|
:type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
|
55034
54986
|
:param _EnableBatchHealthCheck: 批次是否开启健康检查
|
55035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55036
54987
|
:type EnableBatchHealthCheck: bool
|
54988
|
+
:param _FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
|
54989
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
54990
|
+
:type FilebeatCgroupEnable: bool
|
54991
|
+
:param _FilebeatMaxCpu: filebeat使用cpu上限
|
54992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
54993
|
+
:type FilebeatMaxCpu: float
|
54994
|
+
:param _FilebeatMaxMem: filebeat使用内存上限
|
54995
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
54996
|
+
:type FilebeatMaxMem: int
|
54997
|
+
:param _RepositoryId: 仓库ID
|
54998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
54999
|
+
:type RepositoryId: str
|
55000
|
+
:param _RepositoryName: 仓库名称
|
55001
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55002
|
+
:type RepositoryName: str
|
55003
|
+
:param _RepositoryType: 仓库类型
|
55004
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55005
|
+
:type RepositoryType: str
|
55037
55006
|
"""
|
55038
55007
|
self._GroupId = None
|
55039
55008
|
self._GroupName = None
|
@@ -55074,11 +55043,16 @@ class VmGroup(AbstractModel):
|
|
55074
55043
|
self._WarmupSetting = None
|
55075
55044
|
self._GatewayConfig = None
|
55076
55045
|
self._EnableBatchHealthCheck = None
|
55046
|
+
self._FilebeatCgroupEnable = None
|
55047
|
+
self._FilebeatMaxCpu = None
|
55048
|
+
self._FilebeatMaxMem = None
|
55049
|
+
self._RepositoryId = None
|
55050
|
+
self._RepositoryName = None
|
55051
|
+
self._RepositoryType = None
|
55077
55052
|
|
55078
55053
|
@property
|
55079
55054
|
def GroupId(self):
|
55080
55055
|
"""部署组ID
|
55081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55082
55056
|
:rtype: str
|
55083
55057
|
"""
|
55084
55058
|
return self._GroupId
|
@@ -55090,7 +55064,6 @@ class VmGroup(AbstractModel):
|
|
55090
55064
|
@property
|
55091
55065
|
def GroupName(self):
|
55092
55066
|
"""部署组名称
|
55093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55094
55067
|
:rtype: str
|
55095
55068
|
"""
|
55096
55069
|
return self._GroupName
|
@@ -55102,7 +55075,6 @@ class VmGroup(AbstractModel):
|
|
55102
55075
|
@property
|
55103
55076
|
def GroupStatus(self):
|
55104
55077
|
"""部署组状态
|
55105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55106
55078
|
:rtype: str
|
55107
55079
|
"""
|
55108
55080
|
return self._GroupStatus
|
@@ -55150,7 +55122,6 @@ class VmGroup(AbstractModel):
|
|
55150
55122
|
@property
|
55151
55123
|
def ClusterId(self):
|
55152
55124
|
"""集群ID
|
55153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55154
55125
|
:rtype: str
|
55155
55126
|
"""
|
55156
55127
|
return self._ClusterId
|
@@ -55162,7 +55133,6 @@ class VmGroup(AbstractModel):
|
|
55162
55133
|
@property
|
55163
55134
|
def ClusterName(self):
|
55164
55135
|
"""集群名称
|
55165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55166
55136
|
:rtype: str
|
55167
55137
|
"""
|
55168
55138
|
return self._ClusterName
|
@@ -55174,7 +55144,6 @@ class VmGroup(AbstractModel):
|
|
55174
55144
|
@property
|
55175
55145
|
def NamespaceId(self):
|
55176
55146
|
"""命名空间ID
|
55177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55178
55147
|
:rtype: str
|
55179
55148
|
"""
|
55180
55149
|
return self._NamespaceId
|
@@ -55186,7 +55155,6 @@ class VmGroup(AbstractModel):
|
|
55186
55155
|
@property
|
55187
55156
|
def NamespaceName(self):
|
55188
55157
|
"""命名空间名称
|
55189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55190
55158
|
:rtype: str
|
55191
55159
|
"""
|
55192
55160
|
return self._NamespaceName
|
@@ -55198,7 +55166,6 @@ class VmGroup(AbstractModel):
|
|
55198
55166
|
@property
|
55199
55167
|
def ApplicationId(self):
|
55200
55168
|
"""应用ID
|
55201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55202
55169
|
:rtype: str
|
55203
55170
|
"""
|
55204
55171
|
return self._ApplicationId
|
@@ -55210,7 +55177,6 @@ class VmGroup(AbstractModel):
|
|
55210
55177
|
@property
|
55211
55178
|
def ApplicationName(self):
|
55212
55179
|
"""应用名称
|
55213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55214
55180
|
:rtype: str
|
55215
55181
|
"""
|
55216
55182
|
return self._ApplicationName
|
@@ -55222,7 +55188,6 @@ class VmGroup(AbstractModel):
|
|
55222
55188
|
@property
|
55223
55189
|
def InstanceCount(self):
|
55224
55190
|
"""部署组机器数目
|
55225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55226
55191
|
:rtype: int
|
55227
55192
|
"""
|
55228
55193
|
return self._InstanceCount
|
@@ -55234,7 +55199,6 @@ class VmGroup(AbstractModel):
|
|
55234
55199
|
@property
|
55235
55200
|
def RunInstanceCount(self):
|
55236
55201
|
"""部署组运行中机器数目
|
55237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55238
55202
|
:rtype: int
|
55239
55203
|
"""
|
55240
55204
|
return self._RunInstanceCount
|
@@ -55258,7 +55222,6 @@ class VmGroup(AbstractModel):
|
|
55258
55222
|
@property
|
55259
55223
|
def CreateTime(self):
|
55260
55224
|
"""部署组创建时间
|
55261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55262
55225
|
:rtype: str
|
55263
55226
|
"""
|
55264
55227
|
return self._CreateTime
|
@@ -55270,7 +55233,6 @@ class VmGroup(AbstractModel):
|
|
55270
55233
|
@property
|
55271
55234
|
def UpdateTime(self):
|
55272
55235
|
"""部署组更新时间
|
55273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55274
55236
|
:rtype: str
|
55275
55237
|
"""
|
55276
55238
|
return self._UpdateTime
|
@@ -55282,7 +55244,6 @@ class VmGroup(AbstractModel):
|
|
55282
55244
|
@property
|
55283
55245
|
def OffInstanceCount(self):
|
55284
55246
|
"""部署组停止机器数目
|
55285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55286
55247
|
:rtype: int
|
55287
55248
|
"""
|
55288
55249
|
return self._OffInstanceCount
|
@@ -55306,7 +55267,6 @@ class VmGroup(AbstractModel):
|
|
55306
55267
|
@property
|
55307
55268
|
def MicroserviceType(self):
|
55308
55269
|
"""微服务类型
|
55309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55310
55270
|
:rtype: str
|
55311
55271
|
"""
|
55312
55272
|
return self._MicroserviceType
|
@@ -55318,7 +55278,6 @@ class VmGroup(AbstractModel):
|
|
55318
55278
|
@property
|
55319
55279
|
def ApplicationType(self):
|
55320
55280
|
"""应用类型
|
55321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55322
55281
|
:rtype: str
|
55323
55282
|
"""
|
55324
55283
|
return self._ApplicationType
|
@@ -55330,7 +55289,6 @@ class VmGroup(AbstractModel):
|
|
55330
55289
|
@property
|
55331
55290
|
def GroupResourceType(self):
|
55332
55291
|
"""部署组资源类型
|
55333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55334
55292
|
:rtype: str
|
55335
55293
|
"""
|
55336
55294
|
return self._GroupResourceType
|
@@ -55342,7 +55300,6 @@ class VmGroup(AbstractModel):
|
|
55342
55300
|
@property
|
55343
55301
|
def UpdatedTime(self):
|
55344
55302
|
"""部署组更新时间戳
|
55345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55346
55303
|
:rtype: int
|
55347
55304
|
"""
|
55348
55305
|
return self._UpdatedTime
|
@@ -55366,7 +55323,6 @@ class VmGroup(AbstractModel):
|
|
55366
55323
|
@property
|
55367
55324
|
def UpdateType(self):
|
55368
55325
|
"""滚动发布的更新方式
|
55369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55370
55326
|
:rtype: int
|
55371
55327
|
"""
|
55372
55328
|
return self._UpdateType
|
@@ -55378,7 +55334,6 @@ class VmGroup(AbstractModel):
|
|
55378
55334
|
@property
|
55379
55335
|
def DeployBetaEnable(self):
|
55380
55336
|
"""发布是否启用beta批次
|
55381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55382
55337
|
:rtype: bool
|
55383
55338
|
"""
|
55384
55339
|
return self._DeployBetaEnable
|
@@ -55390,7 +55345,6 @@ class VmGroup(AbstractModel):
|
|
55390
55345
|
@property
|
55391
55346
|
def DeployBatch(self):
|
55392
55347
|
"""滚动发布的批次比例列表
|
55393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55394
55348
|
:rtype: list of float
|
55395
55349
|
"""
|
55396
55350
|
return self._DeployBatch
|
@@ -55402,7 +55356,6 @@ class VmGroup(AbstractModel):
|
|
55402
55356
|
@property
|
55403
55357
|
def DeployExeMode(self):
|
55404
55358
|
"""滚动发布的批次执行方式
|
55405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55406
55359
|
:rtype: str
|
55407
55360
|
"""
|
55408
55361
|
return self._DeployExeMode
|
@@ -55414,7 +55367,6 @@ class VmGroup(AbstractModel):
|
|
55414
55367
|
@property
|
55415
55368
|
def DeployWaitTime(self):
|
55416
55369
|
"""滚动发布的每个批次的等待时间
|
55417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55418
55370
|
:rtype: int
|
55419
55371
|
"""
|
55420
55372
|
return self._DeployWaitTime
|
@@ -55426,7 +55378,6 @@ class VmGroup(AbstractModel):
|
|
55426
55378
|
@property
|
55427
55379
|
def EnableHealthCheck(self):
|
55428
55380
|
"""是否开启了健康检查
|
55429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55430
55381
|
:rtype: bool
|
55431
55382
|
"""
|
55432
55383
|
return self._EnableHealthCheck
|
@@ -55498,7 +55449,6 @@ class VmGroup(AbstractModel):
|
|
55498
55449
|
@property
|
55499
55450
|
def AgentProfileList(self):
|
55500
55451
|
"""javaagent信息
|
55501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55502
55452
|
:rtype: list of AgentProfile
|
55503
55453
|
"""
|
55504
55454
|
return self._AgentProfileList
|
@@ -55510,7 +55460,6 @@ class VmGroup(AbstractModel):
|
|
55510
55460
|
@property
|
55511
55461
|
def WarmupSetting(self):
|
55512
55462
|
"""预热属性配置
|
55513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55514
55463
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
|
55515
55464
|
"""
|
55516
55465
|
return self._WarmupSetting
|
@@ -55534,7 +55483,6 @@ class VmGroup(AbstractModel):
|
|
55534
55483
|
@property
|
55535
55484
|
def EnableBatchHealthCheck(self):
|
55536
55485
|
"""批次是否开启健康检查
|
55537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55538
55486
|
:rtype: bool
|
55539
55487
|
"""
|
55540
55488
|
return self._EnableBatchHealthCheck
|
@@ -55543,6 +55491,78 @@ class VmGroup(AbstractModel):
|
|
55543
55491
|
def EnableBatchHealthCheck(self, EnableBatchHealthCheck):
|
55544
55492
|
self._EnableBatchHealthCheck = EnableBatchHealthCheck
|
55545
55493
|
|
55494
|
+
@property
|
55495
|
+
def FilebeatCgroupEnable(self):
|
55496
|
+
"""是否开启cgroup控制内存cpu
|
55497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55498
|
+
:rtype: bool
|
55499
|
+
"""
|
55500
|
+
return self._FilebeatCgroupEnable
|
55501
|
+
|
55502
|
+
@FilebeatCgroupEnable.setter
|
55503
|
+
def FilebeatCgroupEnable(self, FilebeatCgroupEnable):
|
55504
|
+
self._FilebeatCgroupEnable = FilebeatCgroupEnable
|
55505
|
+
|
55506
|
+
@property
|
55507
|
+
def FilebeatMaxCpu(self):
|
55508
|
+
"""filebeat使用cpu上限
|
55509
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55510
|
+
:rtype: float
|
55511
|
+
"""
|
55512
|
+
return self._FilebeatMaxCpu
|
55513
|
+
|
55514
|
+
@FilebeatMaxCpu.setter
|
55515
|
+
def FilebeatMaxCpu(self, FilebeatMaxCpu):
|
55516
|
+
self._FilebeatMaxCpu = FilebeatMaxCpu
|
55517
|
+
|
55518
|
+
@property
|
55519
|
+
def FilebeatMaxMem(self):
|
55520
|
+
"""filebeat使用内存上限
|
55521
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55522
|
+
:rtype: int
|
55523
|
+
"""
|
55524
|
+
return self._FilebeatMaxMem
|
55525
|
+
|
55526
|
+
@FilebeatMaxMem.setter
|
55527
|
+
def FilebeatMaxMem(self, FilebeatMaxMem):
|
55528
|
+
self._FilebeatMaxMem = FilebeatMaxMem
|
55529
|
+
|
55530
|
+
@property
|
55531
|
+
def RepositoryId(self):
|
55532
|
+
"""仓库ID
|
55533
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55534
|
+
:rtype: str
|
55535
|
+
"""
|
55536
|
+
return self._RepositoryId
|
55537
|
+
|
55538
|
+
@RepositoryId.setter
|
55539
|
+
def RepositoryId(self, RepositoryId):
|
55540
|
+
self._RepositoryId = RepositoryId
|
55541
|
+
|
55542
|
+
@property
|
55543
|
+
def RepositoryName(self):
|
55544
|
+
"""仓库名称
|
55545
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55546
|
+
:rtype: str
|
55547
|
+
"""
|
55548
|
+
return self._RepositoryName
|
55549
|
+
|
55550
|
+
@RepositoryName.setter
|
55551
|
+
def RepositoryName(self, RepositoryName):
|
55552
|
+
self._RepositoryName = RepositoryName
|
55553
|
+
|
55554
|
+
@property
|
55555
|
+
def RepositoryType(self):
|
55556
|
+
"""仓库类型
|
55557
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55558
|
+
:rtype: str
|
55559
|
+
"""
|
55560
|
+
return self._RepositoryType
|
55561
|
+
|
55562
|
+
@RepositoryType.setter
|
55563
|
+
def RepositoryType(self, RepositoryType):
|
55564
|
+
self._RepositoryType = RepositoryType
|
55565
|
+
|
55546
55566
|
|
55547
55567
|
def _deserialize(self, params):
|
55548
55568
|
self._GroupId = params.get("GroupId")
|
@@ -55595,6 +55615,12 @@ class VmGroup(AbstractModel):
|
|
55595
55615
|
self._GatewayConfig = GatewayConfig()
|
55596
55616
|
self._GatewayConfig._deserialize(params.get("GatewayConfig"))
|
55597
55617
|
self._EnableBatchHealthCheck = params.get("EnableBatchHealthCheck")
|
55618
|
+
self._FilebeatCgroupEnable = params.get("FilebeatCgroupEnable")
|
55619
|
+
self._FilebeatMaxCpu = params.get("FilebeatMaxCpu")
|
55620
|
+
self._FilebeatMaxMem = params.get("FilebeatMaxMem")
|
55621
|
+
self._RepositoryId = params.get("RepositoryId")
|
55622
|
+
self._RepositoryName = params.get("RepositoryName")
|
55623
|
+
self._RepositoryType = params.get("RepositoryType")
|
55598
55624
|
memeber_set = set(params.keys())
|
55599
55625
|
for name, value in vars(self).items():
|
55600
55626
|
property_name = name[1:]
|
@@ -55613,7 +55639,6 @@ class VmGroupOther(AbstractModel):
|
|
55613
55639
|
def __init__(self):
|
55614
55640
|
r"""
|
55615
55641
|
:param _GroupId: 部署组ID
|
55616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55617
55642
|
:type GroupId: str
|
55618
55643
|
:param _PackageId: 程序包ID
|
55619
55644
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -55625,19 +55650,14 @@ class VmGroupOther(AbstractModel):
|
|
55625
55650
|
注意:此字段可能返回 null,表示取不到有效值。
|
55626
55651
|
:type PackageVersion: str
|
55627
55652
|
:param _InstanceCount: 部署组实例数
|
55628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55629
55653
|
:type InstanceCount: int
|
55630
55654
|
:param _RunInstanceCount: 部署组运行中实例数
|
55631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55632
55655
|
:type RunInstanceCount: int
|
55633
55656
|
:param _OffInstanceCount: 部署组中停止实例数
|
55634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55635
55657
|
:type OffInstanceCount: int
|
55636
55658
|
:param _GroupStatus: 部署组状态
|
55637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55638
55659
|
:type GroupStatus: str
|
55639
55660
|
:param _IsNotEqualServiceConfig: 服务配置信息是否匹配
|
55640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55641
55661
|
:type IsNotEqualServiceConfig: bool
|
55642
55662
|
:param _HealthCheckSettings: HealthCheckSettings
|
55643
55663
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -55657,7 +55677,6 @@ class VmGroupOther(AbstractModel):
|
|
55657
55677
|
@property
|
55658
55678
|
def GroupId(self):
|
55659
55679
|
"""部署组ID
|
55660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55661
55680
|
:rtype: str
|
55662
55681
|
"""
|
55663
55682
|
return self._GroupId
|
@@ -55705,7 +55724,6 @@ class VmGroupOther(AbstractModel):
|
|
55705
55724
|
@property
|
55706
55725
|
def InstanceCount(self):
|
55707
55726
|
"""部署组实例数
|
55708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55709
55727
|
:rtype: int
|
55710
55728
|
"""
|
55711
55729
|
return self._InstanceCount
|
@@ -55717,7 +55735,6 @@ class VmGroupOther(AbstractModel):
|
|
55717
55735
|
@property
|
55718
55736
|
def RunInstanceCount(self):
|
55719
55737
|
"""部署组运行中实例数
|
55720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55721
55738
|
:rtype: int
|
55722
55739
|
"""
|
55723
55740
|
return self._RunInstanceCount
|
@@ -55729,7 +55746,6 @@ class VmGroupOther(AbstractModel):
|
|
55729
55746
|
@property
|
55730
55747
|
def OffInstanceCount(self):
|
55731
55748
|
"""部署组中停止实例数
|
55732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55733
55749
|
:rtype: int
|
55734
55750
|
"""
|
55735
55751
|
return self._OffInstanceCount
|
@@ -55741,7 +55757,6 @@ class VmGroupOther(AbstractModel):
|
|
55741
55757
|
@property
|
55742
55758
|
def GroupStatus(self):
|
55743
55759
|
"""部署组状态
|
55744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55745
55760
|
:rtype: str
|
55746
55761
|
"""
|
55747
55762
|
return self._GroupStatus
|
@@ -55753,7 +55768,6 @@ class VmGroupOther(AbstractModel):
|
|
55753
55768
|
@property
|
55754
55769
|
def IsNotEqualServiceConfig(self):
|
55755
55770
|
"""服务配置信息是否匹配
|
55756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55757
55771
|
:rtype: bool
|
55758
55772
|
"""
|
55759
55773
|
return self._IsNotEqualServiceConfig
|