tencentcloud-sdk-python 3.0.1341__py2.py3-none-any.whl → 3.0.1343__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/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -456
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +160 -42
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +30 -26
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +136 -4
- tencentcloud/essbasic/v20210526/models.py +128 -6
- tencentcloud/hunyuan/v20230901/models.py +97 -21
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +68 -36
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- tencentcloud/mps/v20190612/models.py +170 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/redis/v20180412/models.py +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -234
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +1182 -21
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/top_level.txt +0 -0
@@ -4905,7 +4905,6 @@ class CreateCloudBaseRunResourceResponse(AbstractModel):
|
|
4905
4905
|
def __init__(self):
|
4906
4906
|
r"""
|
4907
4907
|
:param _Result: 返回集群创建是否成功 succ为成功。并且中间无err
|
4908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4909
4908
|
:type Result: str
|
4910
4909
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4911
4910
|
:type RequestId: str
|
@@ -4916,7 +4915,6 @@ class CreateCloudBaseRunResourceResponse(AbstractModel):
|
|
4916
4915
|
@property
|
4917
4916
|
def Result(self):
|
4918
4917
|
"""返回集群创建是否成功 succ为成功。并且中间无err
|
4919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4920
4918
|
:rtype: str
|
4921
4919
|
"""
|
4922
4920
|
return self._Result
|
@@ -5666,13 +5664,10 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
5666
5664
|
def __init__(self):
|
5667
5665
|
r"""
|
5668
5666
|
:param _Result: 状态(creating/succ)
|
5669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5670
5667
|
:type Result: str
|
5671
5668
|
:param _VersionName: 版本名称(只有Result为succ的时候,才会返回VersionName)
|
5672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5673
5669
|
:type VersionName: str
|
5674
5670
|
:param _RunId: 操作记录id
|
5675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5676
5671
|
:type RunId: str
|
5677
5672
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5678
5673
|
:type RequestId: str
|
@@ -5685,7 +5680,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
5685
5680
|
@property
|
5686
5681
|
def Result(self):
|
5687
5682
|
"""状态(creating/succ)
|
5688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5689
5683
|
:rtype: str
|
5690
5684
|
"""
|
5691
5685
|
return self._Result
|
@@ -5697,7 +5691,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
5697
5691
|
@property
|
5698
5692
|
def VersionName(self):
|
5699
5693
|
"""版本名称(只有Result为succ的时候,才会返回VersionName)
|
5700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5701
5694
|
:rtype: str
|
5702
5695
|
"""
|
5703
5696
|
return self._VersionName
|
@@ -5709,7 +5702,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
5709
5702
|
@property
|
5710
5703
|
def RunId(self):
|
5711
5704
|
"""操作记录id
|
5712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5713
5705
|
:rtype: str
|
5714
5706
|
"""
|
5715
5707
|
return self._RunId
|
@@ -7226,7 +7218,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
|
|
7226
7218
|
def __init__(self):
|
7227
7219
|
r"""
|
7228
7220
|
:param _Result: 返回结果,succ为成功
|
7229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7230
7221
|
:type Result: str
|
7231
7222
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7232
7223
|
:type RequestId: str
|
@@ -7237,7 +7228,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
|
|
7237
7228
|
@property
|
7238
7229
|
def Result(self):
|
7239
7230
|
"""返回结果,succ为成功
|
7240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7241
7231
|
:rtype: str
|
7242
7232
|
"""
|
7243
7233
|
return self._Result
|
@@ -8278,13 +8268,10 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8278
8268
|
:param _VersionName: 版本名称
|
8279
8269
|
:type VersionName: str
|
8280
8270
|
:param _Remark: 备注
|
8281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8282
8271
|
:type Remark: str
|
8283
8272
|
:param _DockerfilePath: Dockefile的路径
|
8284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8285
8273
|
:type DockerfilePath: str
|
8286
8274
|
:param _BuildDir: DockerBuild的目录
|
8287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8288
8275
|
:type BuildDir: str
|
8289
8276
|
:param _Cpu: Cpu大小
|
8290
8277
|
:type Cpu: float
|
@@ -8295,71 +8282,50 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8295
8282
|
:param _MaxNum: 副本最大值
|
8296
8283
|
:type MaxNum: int
|
8297
8284
|
:param _EnvParams: 环境变量
|
8298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8299
8285
|
:type EnvParams: str
|
8300
8286
|
:param _CreatedTime: 创建时间
|
8301
8287
|
:type CreatedTime: str
|
8302
8288
|
:param _UpdatedTime: 更新时间
|
8303
8289
|
:type UpdatedTime: str
|
8304
8290
|
:param _VersionIP: 版本的IP
|
8305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8306
8291
|
:type VersionIP: str
|
8307
8292
|
:param _VersionPort: 版本的端口号
|
8308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8309
8293
|
:type VersionPort: int
|
8310
8294
|
:param _Status: 版本状态
|
8311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8312
8295
|
:type Status: str
|
8313
8296
|
:param _UploadType: 枚举(package/repository/image)
|
8314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8315
8297
|
:type UploadType: str
|
8316
8298
|
:param _ServerName: 服务名字
|
8317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8318
8299
|
:type ServerName: str
|
8319
8300
|
:param _IsPublic: 是否对于外网开放
|
8320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8321
8301
|
:type IsPublic: bool
|
8322
8302
|
:param _VpcId: vpc id
|
8323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8324
8303
|
:type VpcId: str
|
8325
8304
|
:param _SubnetIds: 子网实例id
|
8326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8327
8305
|
:type SubnetIds: list of str
|
8328
8306
|
:param _CustomLogs: 日志采集路径
|
8329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8330
8307
|
:type CustomLogs: str
|
8331
8308
|
:param _ContainerPort: 监听端口
|
8332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8333
8309
|
:type ContainerPort: int
|
8334
8310
|
:param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
|
8335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8336
8311
|
:type InitialDelaySeconds: int
|
8337
8312
|
:param _ImageUrl: 镜像地址
|
8338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8339
8313
|
:type ImageUrl: str
|
8340
8314
|
:param _HasDockerfile: 是否有Dockerfile:0-default has, 1-has, 2-has not
|
8341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8342
8315
|
:type HasDockerfile: int
|
8343
8316
|
:param _BaseImage: 基础镜像
|
8344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8345
8317
|
:type BaseImage: str
|
8346
8318
|
:param _EntryPoint: 容器启动入口命令
|
8347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8348
8319
|
:type EntryPoint: str
|
8349
8320
|
:param _PolicyDetail: 自动扩缩容策略组
|
8350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8351
8321
|
:type PolicyDetail: list of HpaPolicy
|
8352
8322
|
:param _TkeClusterInfo: Tke集群信息
|
8353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8354
8323
|
:type TkeClusterInfo: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
|
8355
8324
|
:param _TkeWorkloadType: 版本工作负载类型;deployment/deamonset
|
8356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8357
8325
|
:type TkeWorkloadType: str
|
8358
8326
|
:param _PackageInfo: 代码包信息
|
8359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8360
8327
|
:type PackageInfo: :class:`tencentcloud.tcb.v20180608.models.CbrPackageInfo`
|
8361
8328
|
:param _RepoInfo: 仓库信息
|
8362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8363
8329
|
:type RepoInfo: :class:`tencentcloud.tcb.v20180608.models.CbrRepoInfo`
|
8364
8330
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8365
8331
|
:type RequestId: str
|
@@ -8411,7 +8377,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8411
8377
|
@property
|
8412
8378
|
def Remark(self):
|
8413
8379
|
"""备注
|
8414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8415
8380
|
:rtype: str
|
8416
8381
|
"""
|
8417
8382
|
return self._Remark
|
@@ -8423,7 +8388,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8423
8388
|
@property
|
8424
8389
|
def DockerfilePath(self):
|
8425
8390
|
"""Dockefile的路径
|
8426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8427
8391
|
:rtype: str
|
8428
8392
|
"""
|
8429
8393
|
return self._DockerfilePath
|
@@ -8435,7 +8399,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8435
8399
|
@property
|
8436
8400
|
def BuildDir(self):
|
8437
8401
|
"""DockerBuild的目录
|
8438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8439
8402
|
:rtype: str
|
8440
8403
|
"""
|
8441
8404
|
return self._BuildDir
|
@@ -8491,7 +8454,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8491
8454
|
@property
|
8492
8455
|
def EnvParams(self):
|
8493
8456
|
"""环境变量
|
8494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8495
8457
|
:rtype: str
|
8496
8458
|
"""
|
8497
8459
|
return self._EnvParams
|
@@ -8525,7 +8487,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8525
8487
|
@property
|
8526
8488
|
def VersionIP(self):
|
8527
8489
|
"""版本的IP
|
8528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8529
8490
|
:rtype: str
|
8530
8491
|
"""
|
8531
8492
|
return self._VersionIP
|
@@ -8537,7 +8498,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8537
8498
|
@property
|
8538
8499
|
def VersionPort(self):
|
8539
8500
|
"""版本的端口号
|
8540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8541
8501
|
:rtype: int
|
8542
8502
|
"""
|
8543
8503
|
return self._VersionPort
|
@@ -8549,7 +8509,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8549
8509
|
@property
|
8550
8510
|
def Status(self):
|
8551
8511
|
"""版本状态
|
8552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8553
8512
|
:rtype: str
|
8554
8513
|
"""
|
8555
8514
|
return self._Status
|
@@ -8561,7 +8520,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8561
8520
|
@property
|
8562
8521
|
def UploadType(self):
|
8563
8522
|
"""枚举(package/repository/image)
|
8564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8565
8523
|
:rtype: str
|
8566
8524
|
"""
|
8567
8525
|
return self._UploadType
|
@@ -8573,7 +8531,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8573
8531
|
@property
|
8574
8532
|
def ServerName(self):
|
8575
8533
|
"""服务名字
|
8576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8577
8534
|
:rtype: str
|
8578
8535
|
"""
|
8579
8536
|
return self._ServerName
|
@@ -8585,7 +8542,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8585
8542
|
@property
|
8586
8543
|
def IsPublic(self):
|
8587
8544
|
"""是否对于外网开放
|
8588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8589
8545
|
:rtype: bool
|
8590
8546
|
"""
|
8591
8547
|
return self._IsPublic
|
@@ -8597,7 +8553,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8597
8553
|
@property
|
8598
8554
|
def VpcId(self):
|
8599
8555
|
"""vpc id
|
8600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8601
8556
|
:rtype: str
|
8602
8557
|
"""
|
8603
8558
|
return self._VpcId
|
@@ -8609,7 +8564,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8609
8564
|
@property
|
8610
8565
|
def SubnetIds(self):
|
8611
8566
|
"""子网实例id
|
8612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8613
8567
|
:rtype: list of str
|
8614
8568
|
"""
|
8615
8569
|
return self._SubnetIds
|
@@ -8621,7 +8575,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8621
8575
|
@property
|
8622
8576
|
def CustomLogs(self):
|
8623
8577
|
"""日志采集路径
|
8624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8625
8578
|
:rtype: str
|
8626
8579
|
"""
|
8627
8580
|
return self._CustomLogs
|
@@ -8633,7 +8586,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8633
8586
|
@property
|
8634
8587
|
def ContainerPort(self):
|
8635
8588
|
"""监听端口
|
8636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8637
8589
|
:rtype: int
|
8638
8590
|
"""
|
8639
8591
|
return self._ContainerPort
|
@@ -8645,7 +8597,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8645
8597
|
@property
|
8646
8598
|
def InitialDelaySeconds(self):
|
8647
8599
|
"""延迟多长时间开始健康检查(单位s)
|
8648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8649
8600
|
:rtype: int
|
8650
8601
|
"""
|
8651
8602
|
return self._InitialDelaySeconds
|
@@ -8657,7 +8608,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8657
8608
|
@property
|
8658
8609
|
def ImageUrl(self):
|
8659
8610
|
"""镜像地址
|
8660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8661
8611
|
:rtype: str
|
8662
8612
|
"""
|
8663
8613
|
return self._ImageUrl
|
@@ -8669,7 +8619,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8669
8619
|
@property
|
8670
8620
|
def HasDockerfile(self):
|
8671
8621
|
"""是否有Dockerfile:0-default has, 1-has, 2-has not
|
8672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8673
8622
|
:rtype: int
|
8674
8623
|
"""
|
8675
8624
|
return self._HasDockerfile
|
@@ -8681,7 +8630,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8681
8630
|
@property
|
8682
8631
|
def BaseImage(self):
|
8683
8632
|
"""基础镜像
|
8684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8685
8633
|
:rtype: str
|
8686
8634
|
"""
|
8687
8635
|
return self._BaseImage
|
@@ -8693,7 +8641,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8693
8641
|
@property
|
8694
8642
|
def EntryPoint(self):
|
8695
8643
|
"""容器启动入口命令
|
8696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8697
8644
|
:rtype: str
|
8698
8645
|
"""
|
8699
8646
|
return self._EntryPoint
|
@@ -8705,7 +8652,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8705
8652
|
@property
|
8706
8653
|
def PolicyDetail(self):
|
8707
8654
|
"""自动扩缩容策略组
|
8708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8709
8655
|
:rtype: list of HpaPolicy
|
8710
8656
|
"""
|
8711
8657
|
return self._PolicyDetail
|
@@ -8717,7 +8663,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8717
8663
|
@property
|
8718
8664
|
def TkeClusterInfo(self):
|
8719
8665
|
"""Tke集群信息
|
8720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8721
8666
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
|
8722
8667
|
"""
|
8723
8668
|
return self._TkeClusterInfo
|
@@ -8729,7 +8674,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8729
8674
|
@property
|
8730
8675
|
def TkeWorkloadType(self):
|
8731
8676
|
"""版本工作负载类型;deployment/deamonset
|
8732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8733
8677
|
:rtype: str
|
8734
8678
|
"""
|
8735
8679
|
return self._TkeWorkloadType
|
@@ -8741,7 +8685,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8741
8685
|
@property
|
8742
8686
|
def PackageInfo(self):
|
8743
8687
|
"""代码包信息
|
8744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8745
8688
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CbrPackageInfo`
|
8746
8689
|
"""
|
8747
8690
|
return self._PackageInfo
|
@@ -8753,7 +8696,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
|
|
8753
8696
|
@property
|
8754
8697
|
def RepoInfo(self):
|
8755
8698
|
"""仓库信息
|
8756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8757
8699
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CbrRepoInfo`
|
8758
8700
|
"""
|
8759
8701
|
return self._RepoInfo
|
@@ -8932,13 +8874,10 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
|
|
8932
8874
|
:param _PackageVersion: 包版本
|
8933
8875
|
:type PackageVersion: str
|
8934
8876
|
:param _DownloadUrl: 下载链接
|
8935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8936
8877
|
:type DownloadUrl: str
|
8937
8878
|
:param _DownloadHeaders: 下载Httpheader
|
8938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8939
8879
|
:type DownloadHeaders: list of KVPair
|
8940
8880
|
:param _OutDate: 下载链接是否过期
|
8941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8942
8881
|
:type OutDate: bool
|
8943
8882
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8944
8883
|
:type RequestId: str
|
@@ -8999,7 +8938,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
|
|
8999
8938
|
@property
|
9000
8939
|
def DownloadUrl(self):
|
9001
8940
|
"""下载链接
|
9002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9003
8941
|
:rtype: str
|
9004
8942
|
"""
|
9005
8943
|
return self._DownloadUrl
|
@@ -9011,7 +8949,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
|
|
9011
8949
|
@property
|
9012
8950
|
def DownloadHeaders(self):
|
9013
8951
|
"""下载Httpheader
|
9014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9015
8952
|
:rtype: list of KVPair
|
9016
8953
|
"""
|
9017
8954
|
return self._DownloadHeaders
|
@@ -9023,7 +8960,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
|
|
9023
8960
|
@property
|
9024
8961
|
def OutDate(self):
|
9025
8962
|
"""下载链接是否过期
|
9026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9027
8963
|
:rtype: bool
|
9028
8964
|
"""
|
9029
8965
|
return self._OutDate
|
@@ -9472,7 +9408,6 @@ class DescribeCloudBaseRunAllVpcsResponse(AbstractModel):
|
|
9472
9408
|
def __init__(self):
|
9473
9409
|
r"""
|
9474
9410
|
:param _Vpcs: 所有vpcid
|
9475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9476
9411
|
:type Vpcs: list of str
|
9477
9412
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9478
9413
|
:type RequestId: str
|
@@ -9483,7 +9418,6 @@ class DescribeCloudBaseRunAllVpcsResponse(AbstractModel):
|
|
9483
9418
|
@property
|
9484
9419
|
def Vpcs(self):
|
9485
9420
|
"""所有vpcid
|
9486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9487
9421
|
:rtype: list of str
|
9488
9422
|
"""
|
9489
9423
|
return self._Vpcs
|
@@ -9568,7 +9502,6 @@ class DescribeCloudBaseRunConfForGateWayResponse(AbstractModel):
|
|
9568
9502
|
def __init__(self):
|
9569
9503
|
r"""
|
9570
9504
|
:param _LastUpTime: 最近更新时间
|
9571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9572
9505
|
:type LastUpTime: str
|
9573
9506
|
:param _Data: 配置信息
|
9574
9507
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -9583,7 +9516,6 @@ class DescribeCloudBaseRunConfForGateWayResponse(AbstractModel):
|
|
9583
9516
|
@property
|
9584
9517
|
def LastUpTime(self):
|
9585
9518
|
"""最近更新时间
|
9586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9587
9519
|
:rtype: str
|
9588
9520
|
"""
|
9589
9521
|
return self._LastUpTime
|
@@ -9949,10 +9881,8 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
|
|
9949
9881
|
def __init__(self):
|
9950
9882
|
r"""
|
9951
9883
|
:param _Action: 操作类型
|
9952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9953
9884
|
:type Action: list of str
|
9954
9885
|
:param _ServerName: 服务名列表
|
9955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9956
9886
|
:type ServerName: list of str
|
9957
9887
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9958
9888
|
:type RequestId: str
|
@@ -9964,7 +9894,6 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
|
|
9964
9894
|
@property
|
9965
9895
|
def Action(self):
|
9966
9896
|
"""操作类型
|
9967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9968
9897
|
:rtype: list of str
|
9969
9898
|
"""
|
9970
9899
|
return self._Action
|
@@ -9976,7 +9905,6 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
|
|
9976
9905
|
@property
|
9977
9906
|
def ServerName(self):
|
9978
9907
|
"""服务名列表
|
9979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9980
9908
|
:rtype: list of str
|
9981
9909
|
"""
|
9982
9910
|
return self._ServerName
|
@@ -10143,7 +10071,6 @@ class DescribeCloudBaseRunPodListResponse(AbstractModel):
|
|
10143
10071
|
:param _TotalCount: 总数
|
10144
10072
|
:type TotalCount: int
|
10145
10073
|
:param _PodList: 容器列表
|
10146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10147
10074
|
:type PodList: list of CloudBaseRunVersionPod
|
10148
10075
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10149
10076
|
:type RequestId: str
|
@@ -10190,7 +10117,6 @@ class DescribeCloudBaseRunPodListResponse(AbstractModel):
|
|
10190
10117
|
@property
|
10191
10118
|
def PodList(self):
|
10192
10119
|
"""容器列表
|
10193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10194
10120
|
:rtype: list of CloudBaseRunVersionPod
|
10195
10121
|
"""
|
10196
10122
|
return self._PodList
|
@@ -10268,19 +10194,14 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10268
10194
|
def __init__(self):
|
10269
10195
|
r"""
|
10270
10196
|
:param _ClusterStatus: 集群状态(creating/succ)
|
10271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10272
10197
|
:type ClusterStatus: str
|
10273
10198
|
:param _VirtualClusterId: 虚拟集群ID
|
10274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10275
10199
|
:type VirtualClusterId: str
|
10276
10200
|
:param _VpcId: vpc id信息
|
10277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10278
10201
|
:type VpcId: str
|
10279
10202
|
:param _Region: 地域信息
|
10280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10281
10203
|
:type Region: str
|
10282
10204
|
:param _SubnetIds: 子网信息
|
10283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10284
10205
|
:type SubnetIds: list of CloudBaseRunVpcSubnet
|
10285
10206
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10286
10207
|
:type RequestId: str
|
@@ -10295,7 +10216,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10295
10216
|
@property
|
10296
10217
|
def ClusterStatus(self):
|
10297
10218
|
"""集群状态(creating/succ)
|
10298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10299
10219
|
:rtype: str
|
10300
10220
|
"""
|
10301
10221
|
return self._ClusterStatus
|
@@ -10307,7 +10227,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10307
10227
|
@property
|
10308
10228
|
def VirtualClusterId(self):
|
10309
10229
|
"""虚拟集群ID
|
10310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10311
10230
|
:rtype: str
|
10312
10231
|
"""
|
10313
10232
|
return self._VirtualClusterId
|
@@ -10319,7 +10238,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10319
10238
|
@property
|
10320
10239
|
def VpcId(self):
|
10321
10240
|
"""vpc id信息
|
10322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10323
10241
|
:rtype: str
|
10324
10242
|
"""
|
10325
10243
|
return self._VpcId
|
@@ -10331,7 +10249,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10331
10249
|
@property
|
10332
10250
|
def Region(self):
|
10333
10251
|
"""地域信息
|
10334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10335
10252
|
:rtype: str
|
10336
10253
|
"""
|
10337
10254
|
return self._Region
|
@@ -10343,7 +10260,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
|
|
10343
10260
|
@property
|
10344
10261
|
def SubnetIds(self):
|
10345
10262
|
"""子网信息
|
10346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10347
10263
|
:rtype: list of CloudBaseRunVpcSubnet
|
10348
10264
|
"""
|
10349
10265
|
return self._SubnetIds
|
@@ -10422,16 +10338,12 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
|
|
10422
10338
|
def __init__(self):
|
10423
10339
|
r"""
|
10424
10340
|
:param _ClusterStatus: 集群状态(creating/succ)
|
10425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10426
10341
|
:type ClusterStatus: str
|
10427
10342
|
:param _VirtualClusterId: 虚拟集群ID
|
10428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10429
10343
|
:type VirtualClusterId: str
|
10430
10344
|
:param _VpcId: vpc id信息
|
10431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10432
10345
|
:type VpcId: str
|
10433
10346
|
:param _Region: 地域信息
|
10434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10435
10347
|
:type Region: str
|
10436
10348
|
:param _SubnetIds: 子网信息
|
10437
10349
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10449,7 +10361,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
|
|
10449
10361
|
@property
|
10450
10362
|
def ClusterStatus(self):
|
10451
10363
|
"""集群状态(creating/succ)
|
10452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10453
10364
|
:rtype: str
|
10454
10365
|
"""
|
10455
10366
|
return self._ClusterStatus
|
@@ -10461,7 +10372,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
|
|
10461
10372
|
@property
|
10462
10373
|
def VirtualClusterId(self):
|
10463
10374
|
"""虚拟集群ID
|
10464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10465
10375
|
:rtype: str
|
10466
10376
|
"""
|
10467
10377
|
return self._VirtualClusterId
|
@@ -10473,7 +10383,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
|
|
10473
10383
|
@property
|
10474
10384
|
def VpcId(self):
|
10475
10385
|
"""vpc id信息
|
10476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10477
10386
|
:rtype: str
|
10478
10387
|
"""
|
10479
10388
|
return self._VpcId
|
@@ -10485,7 +10394,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
|
|
10485
10394
|
@property
|
10486
10395
|
def Region(self):
|
10487
10396
|
"""地域信息
|
10488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10489
10397
|
:rtype: str
|
10490
10398
|
"""
|
10491
10399
|
return self._Region
|
@@ -10790,28 +10698,20 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10790
10698
|
def __init__(self):
|
10791
10699
|
r"""
|
10792
10700
|
:param _TotalCount: 个数
|
10793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10794
10701
|
:type TotalCount: int
|
10795
10702
|
:param _VersionItems: 版本列表
|
10796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10797
10703
|
:type VersionItems: list of CloudBaseRunServerVersionItem
|
10798
10704
|
:param _ServerName: 服务名称
|
10799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10800
10705
|
:type ServerName: str
|
10801
10706
|
:param _IsPublic: 是否对于外网开放
|
10802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10803
10707
|
:type IsPublic: bool
|
10804
10708
|
:param _ImageRepo: 镜像仓库
|
10805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10806
10709
|
:type ImageRepo: str
|
10807
10710
|
:param _TrafficType: 流量配置的类型(FLOW,URL_PARAMS)
|
10808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10809
10711
|
:type TrafficType: str
|
10810
10712
|
:param _SourceType: 服务创建类型,默认为空,一键部署为oneclick
|
10811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10812
10713
|
:type SourceType: str
|
10813
10714
|
:param _Tag: 服务标签, function: 托管函数
|
10814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10815
10715
|
:type Tag: str
|
10816
10716
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10817
10717
|
:type RequestId: str
|
@@ -10829,7 +10729,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10829
10729
|
@property
|
10830
10730
|
def TotalCount(self):
|
10831
10731
|
"""个数
|
10832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10833
10732
|
:rtype: int
|
10834
10733
|
"""
|
10835
10734
|
return self._TotalCount
|
@@ -10841,7 +10740,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10841
10740
|
@property
|
10842
10741
|
def VersionItems(self):
|
10843
10742
|
"""版本列表
|
10844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10845
10743
|
:rtype: list of CloudBaseRunServerVersionItem
|
10846
10744
|
"""
|
10847
10745
|
return self._VersionItems
|
@@ -10853,7 +10751,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10853
10751
|
@property
|
10854
10752
|
def ServerName(self):
|
10855
10753
|
"""服务名称
|
10856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10857
10754
|
:rtype: str
|
10858
10755
|
"""
|
10859
10756
|
return self._ServerName
|
@@ -10865,7 +10762,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10865
10762
|
@property
|
10866
10763
|
def IsPublic(self):
|
10867
10764
|
"""是否对于外网开放
|
10868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10869
10765
|
:rtype: bool
|
10870
10766
|
"""
|
10871
10767
|
return self._IsPublic
|
@@ -10877,7 +10773,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10877
10773
|
@property
|
10878
10774
|
def ImageRepo(self):
|
10879
10775
|
"""镜像仓库
|
10880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10881
10776
|
:rtype: str
|
10882
10777
|
"""
|
10883
10778
|
return self._ImageRepo
|
@@ -10889,7 +10784,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10889
10784
|
@property
|
10890
10785
|
def TrafficType(self):
|
10891
10786
|
"""流量配置的类型(FLOW,URL_PARAMS)
|
10892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10893
10787
|
:rtype: str
|
10894
10788
|
"""
|
10895
10789
|
return self._TrafficType
|
@@ -10901,7 +10795,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10901
10795
|
@property
|
10902
10796
|
def SourceType(self):
|
10903
10797
|
"""服务创建类型,默认为空,一键部署为oneclick
|
10904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10905
10798
|
:rtype: str
|
10906
10799
|
"""
|
10907
10800
|
return self._SourceType
|
@@ -10913,7 +10806,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
|
|
10913
10806
|
@property
|
10914
10807
|
def Tag(self):
|
10915
10808
|
"""服务标签, function: 托管函数
|
10916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10917
10809
|
:rtype: str
|
10918
10810
|
"""
|
10919
10811
|
return self._Tag
|
@@ -11027,13 +10919,10 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11027
10919
|
:param _VersionName: 版本名称
|
11028
10920
|
:type VersionName: str
|
11029
10921
|
:param _Remark: 备注
|
11030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11031
10922
|
:type Remark: str
|
11032
10923
|
:param _DockerfilePath: Dockefile的路径
|
11033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11034
10924
|
:type DockerfilePath: str
|
11035
10925
|
:param _BuildDir: DockerBuild的目录
|
11036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11037
10926
|
:type BuildDir: str
|
11038
10927
|
:param _Cpu: 请使用CPUSize
|
11039
10928
|
:type Cpu: float
|
@@ -11048,80 +10937,57 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11048
10937
|
:param _PolicyThreshold: 策略阈值
|
11049
10938
|
:type PolicyThreshold: float
|
11050
10939
|
:param _EnvParams: 环境变量
|
11051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11052
10940
|
:type EnvParams: str
|
11053
10941
|
:param _CreatedTime: 创建时间
|
11054
10942
|
:type CreatedTime: str
|
11055
10943
|
:param _UpdatedTime: 更新时间
|
11056
10944
|
:type UpdatedTime: str
|
11057
10945
|
:param _VersionIP: 版本的IP
|
11058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11059
10946
|
:type VersionIP: str
|
11060
10947
|
:param _VersionPort: 版本的端口号
|
11061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11062
10948
|
:type VersionPort: int
|
11063
10949
|
:param _Status: 版本状态
|
11064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11065
10950
|
:type Status: str
|
11066
10951
|
:param _PackageName: 代码包的名字
|
11067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11068
10952
|
:type PackageName: str
|
11069
10953
|
:param _PackageVersion: 代码版本的名字
|
11070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11071
10954
|
:type PackageVersion: str
|
11072
10955
|
:param _UploadType: 枚举(package/repository/image)
|
11073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11074
10956
|
:type UploadType: str
|
11075
10957
|
:param _RepoType: Repo的类型(gitlab/github/coding)
|
11076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11077
10958
|
:type RepoType: str
|
11078
10959
|
:param _Repo: 地址
|
11079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11080
10960
|
:type Repo: str
|
11081
10961
|
:param _Branch: 分支
|
11082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11083
10962
|
:type Branch: str
|
11084
10963
|
:param _ServerName: 服务名字
|
11085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11086
10964
|
:type ServerName: str
|
11087
10965
|
:param _IsPublic: 是否对于外网开放
|
11088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11089
10966
|
:type IsPublic: bool
|
11090
10967
|
:param _VpcId: vpc id
|
11091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11092
10968
|
:type VpcId: str
|
11093
10969
|
:param _SubnetIds: 子网实例id
|
11094
10970
|
注意:此字段可能返回 null,表示取不到有效值。
|
11095
10971
|
:type SubnetIds: list of str
|
11096
10972
|
:param _CustomLogs: 日志采集路径
|
11097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11098
10973
|
:type CustomLogs: str
|
11099
10974
|
:param _ContainerPort: 监听端口
|
11100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11101
10975
|
:type ContainerPort: int
|
11102
10976
|
:param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
|
11103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11104
10977
|
:type InitialDelaySeconds: int
|
11105
10978
|
:param _ImageUrl: 镜像地址
|
11106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11107
10979
|
:type ImageUrl: str
|
11108
10980
|
:param _CpuSize: CPU 大小
|
11109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11110
10981
|
:type CpuSize: float
|
11111
10982
|
:param _MemSize: MEM 大小
|
11112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11113
10983
|
:type MemSize: float
|
11114
10984
|
:param _HasDockerfile: 是否有Dockerfile:0-default has, 1-has, 2-has not
|
11115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11116
10985
|
:type HasDockerfile: int
|
11117
10986
|
:param _BaseImage: 基础镜像
|
11118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11119
10987
|
:type BaseImage: str
|
11120
10988
|
:param _EntryPoint: 容器启动入口命令
|
11121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11122
10989
|
:type EntryPoint: str
|
11123
10990
|
:param _RepoLanguage: 仓库语言
|
11124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11125
10991
|
:type RepoLanguage: str
|
11126
10992
|
:param _PolicyDetail: 自动扩缩容策略组
|
11127
10993
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11130,7 +10996,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11130
10996
|
注意:此字段可能返回 null,表示取不到有效值。
|
11131
10997
|
:type TkeClusterInfo: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
|
11132
10998
|
:param _TkeWorkloadType: 版本工作负载类型;deployment/deamonset
|
11133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11134
10999
|
:type TkeWorkloadType: str
|
11135
11000
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11136
11001
|
:type RequestId: str
|
@@ -11190,7 +11055,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11190
11055
|
@property
|
11191
11056
|
def Remark(self):
|
11192
11057
|
"""备注
|
11193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11194
11058
|
:rtype: str
|
11195
11059
|
"""
|
11196
11060
|
return self._Remark
|
@@ -11202,7 +11066,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11202
11066
|
@property
|
11203
11067
|
def DockerfilePath(self):
|
11204
11068
|
"""Dockefile的路径
|
11205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11206
11069
|
:rtype: str
|
11207
11070
|
"""
|
11208
11071
|
return self._DockerfilePath
|
@@ -11214,7 +11077,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11214
11077
|
@property
|
11215
11078
|
def BuildDir(self):
|
11216
11079
|
"""DockerBuild的目录
|
11217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11218
11080
|
:rtype: str
|
11219
11081
|
"""
|
11220
11082
|
return self._BuildDir
|
@@ -11292,7 +11154,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11292
11154
|
@property
|
11293
11155
|
def EnvParams(self):
|
11294
11156
|
"""环境变量
|
11295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11296
11157
|
:rtype: str
|
11297
11158
|
"""
|
11298
11159
|
return self._EnvParams
|
@@ -11326,7 +11187,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11326
11187
|
@property
|
11327
11188
|
def VersionIP(self):
|
11328
11189
|
"""版本的IP
|
11329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11330
11190
|
:rtype: str
|
11331
11191
|
"""
|
11332
11192
|
return self._VersionIP
|
@@ -11338,7 +11198,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11338
11198
|
@property
|
11339
11199
|
def VersionPort(self):
|
11340
11200
|
"""版本的端口号
|
11341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11342
11201
|
:rtype: int
|
11343
11202
|
"""
|
11344
11203
|
return self._VersionPort
|
@@ -11350,7 +11209,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11350
11209
|
@property
|
11351
11210
|
def Status(self):
|
11352
11211
|
"""版本状态
|
11353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11354
11212
|
:rtype: str
|
11355
11213
|
"""
|
11356
11214
|
return self._Status
|
@@ -11362,7 +11220,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11362
11220
|
@property
|
11363
11221
|
def PackageName(self):
|
11364
11222
|
"""代码包的名字
|
11365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11366
11223
|
:rtype: str
|
11367
11224
|
"""
|
11368
11225
|
return self._PackageName
|
@@ -11374,7 +11231,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11374
11231
|
@property
|
11375
11232
|
def PackageVersion(self):
|
11376
11233
|
"""代码版本的名字
|
11377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11378
11234
|
:rtype: str
|
11379
11235
|
"""
|
11380
11236
|
return self._PackageVersion
|
@@ -11386,7 +11242,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11386
11242
|
@property
|
11387
11243
|
def UploadType(self):
|
11388
11244
|
"""枚举(package/repository/image)
|
11389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11390
11245
|
:rtype: str
|
11391
11246
|
"""
|
11392
11247
|
return self._UploadType
|
@@ -11398,7 +11253,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11398
11253
|
@property
|
11399
11254
|
def RepoType(self):
|
11400
11255
|
"""Repo的类型(gitlab/github/coding)
|
11401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11402
11256
|
:rtype: str
|
11403
11257
|
"""
|
11404
11258
|
return self._RepoType
|
@@ -11410,7 +11264,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11410
11264
|
@property
|
11411
11265
|
def Repo(self):
|
11412
11266
|
"""地址
|
11413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11414
11267
|
:rtype: str
|
11415
11268
|
"""
|
11416
11269
|
return self._Repo
|
@@ -11422,7 +11275,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11422
11275
|
@property
|
11423
11276
|
def Branch(self):
|
11424
11277
|
"""分支
|
11425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11426
11278
|
:rtype: str
|
11427
11279
|
"""
|
11428
11280
|
return self._Branch
|
@@ -11434,7 +11286,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11434
11286
|
@property
|
11435
11287
|
def ServerName(self):
|
11436
11288
|
"""服务名字
|
11437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11438
11289
|
:rtype: str
|
11439
11290
|
"""
|
11440
11291
|
return self._ServerName
|
@@ -11446,7 +11297,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11446
11297
|
@property
|
11447
11298
|
def IsPublic(self):
|
11448
11299
|
"""是否对于外网开放
|
11449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11450
11300
|
:rtype: bool
|
11451
11301
|
"""
|
11452
11302
|
return self._IsPublic
|
@@ -11458,7 +11308,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11458
11308
|
@property
|
11459
11309
|
def VpcId(self):
|
11460
11310
|
"""vpc id
|
11461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11462
11311
|
:rtype: str
|
11463
11312
|
"""
|
11464
11313
|
return self._VpcId
|
@@ -11482,7 +11331,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11482
11331
|
@property
|
11483
11332
|
def CustomLogs(self):
|
11484
11333
|
"""日志采集路径
|
11485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11486
11334
|
:rtype: str
|
11487
11335
|
"""
|
11488
11336
|
return self._CustomLogs
|
@@ -11494,7 +11342,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11494
11342
|
@property
|
11495
11343
|
def ContainerPort(self):
|
11496
11344
|
"""监听端口
|
11497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11498
11345
|
:rtype: int
|
11499
11346
|
"""
|
11500
11347
|
return self._ContainerPort
|
@@ -11506,7 +11353,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11506
11353
|
@property
|
11507
11354
|
def InitialDelaySeconds(self):
|
11508
11355
|
"""延迟多长时间开始健康检查(单位s)
|
11509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11510
11356
|
:rtype: int
|
11511
11357
|
"""
|
11512
11358
|
return self._InitialDelaySeconds
|
@@ -11518,7 +11364,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11518
11364
|
@property
|
11519
11365
|
def ImageUrl(self):
|
11520
11366
|
"""镜像地址
|
11521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11522
11367
|
:rtype: str
|
11523
11368
|
"""
|
11524
11369
|
return self._ImageUrl
|
@@ -11530,7 +11375,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11530
11375
|
@property
|
11531
11376
|
def CpuSize(self):
|
11532
11377
|
"""CPU 大小
|
11533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11534
11378
|
:rtype: float
|
11535
11379
|
"""
|
11536
11380
|
return self._CpuSize
|
@@ -11542,7 +11386,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11542
11386
|
@property
|
11543
11387
|
def MemSize(self):
|
11544
11388
|
"""MEM 大小
|
11545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11546
11389
|
:rtype: float
|
11547
11390
|
"""
|
11548
11391
|
return self._MemSize
|
@@ -11554,7 +11397,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11554
11397
|
@property
|
11555
11398
|
def HasDockerfile(self):
|
11556
11399
|
"""是否有Dockerfile:0-default has, 1-has, 2-has not
|
11557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11558
11400
|
:rtype: int
|
11559
11401
|
"""
|
11560
11402
|
return self._HasDockerfile
|
@@ -11566,7 +11408,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11566
11408
|
@property
|
11567
11409
|
def BaseImage(self):
|
11568
11410
|
"""基础镜像
|
11569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11570
11411
|
:rtype: str
|
11571
11412
|
"""
|
11572
11413
|
return self._BaseImage
|
@@ -11578,7 +11419,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11578
11419
|
@property
|
11579
11420
|
def EntryPoint(self):
|
11580
11421
|
"""容器启动入口命令
|
11581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11582
11422
|
:rtype: str
|
11583
11423
|
"""
|
11584
11424
|
return self._EntryPoint
|
@@ -11590,7 +11430,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11590
11430
|
@property
|
11591
11431
|
def RepoLanguage(self):
|
11592
11432
|
"""仓库语言
|
11593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11594
11433
|
:rtype: str
|
11595
11434
|
"""
|
11596
11435
|
return self._RepoLanguage
|
@@ -11626,7 +11465,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
|
|
11626
11465
|
@property
|
11627
11466
|
def TkeWorkloadType(self):
|
11628
11467
|
"""版本工作负载类型;deployment/deamonset
|
11629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11630
11468
|
:rtype: str
|
11631
11469
|
"""
|
11632
11470
|
return self._TkeWorkloadType
|
@@ -11773,13 +11611,10 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11773
11611
|
:param _VersionName: 版本名称
|
11774
11612
|
:type VersionName: str
|
11775
11613
|
:param _Remark: 备注
|
11776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11777
11614
|
:type Remark: str
|
11778
11615
|
:param _DockerfilePath: Dockefile的路径
|
11779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11780
11616
|
:type DockerfilePath: str
|
11781
11617
|
:param _BuildDir: DockerBuild的目录
|
11782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11783
11618
|
:type BuildDir: str
|
11784
11619
|
:param _MinNum: 副本最小值
|
11785
11620
|
:type MinNum: int
|
@@ -11790,77 +11625,54 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11790
11625
|
:param _PolicyThreshold: 策略阈值
|
11791
11626
|
:type PolicyThreshold: float
|
11792
11627
|
:param _EnvParams: 环境变量
|
11793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11794
11628
|
:type EnvParams: str
|
11795
11629
|
:param _CreatedTime: 创建时间
|
11796
11630
|
:type CreatedTime: str
|
11797
11631
|
:param _UpdatedTime: 更新时间
|
11798
11632
|
:type UpdatedTime: str
|
11799
11633
|
:param _VersionIP: 版本的IP
|
11800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11801
11634
|
:type VersionIP: str
|
11802
11635
|
:param _VersionPort: 版本的端口号
|
11803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11804
11636
|
:type VersionPort: int
|
11805
11637
|
:param _Status: 版本状态
|
11806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11807
11638
|
:type Status: str
|
11808
11639
|
:param _PackageName: 代码包的名字
|
11809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11810
11640
|
:type PackageName: str
|
11811
11641
|
:param _PackageVersion: 代码版本的名字
|
11812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11813
11642
|
:type PackageVersion: str
|
11814
11643
|
:param _UploadType: 枚举(package/repository/image)
|
11815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11816
11644
|
:type UploadType: str
|
11817
11645
|
:param _RepoType: Repo的类型(coding/gitlab/github/coding)
|
11818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11819
11646
|
:type RepoType: str
|
11820
11647
|
:param _Repo: 地址
|
11821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11822
11648
|
:type Repo: str
|
11823
11649
|
:param _Branch: 分支
|
11824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11825
11650
|
:type Branch: str
|
11826
11651
|
:param _ServerName: 服务名字
|
11827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11828
11652
|
:type ServerName: str
|
11829
11653
|
:param _IsPublic: 是否对于外网开放
|
11830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11831
11654
|
:type IsPublic: bool
|
11832
11655
|
:param _VpcId: vpc id
|
11833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11834
11656
|
:type VpcId: str
|
11835
11657
|
:param _SubnetIds: 子网实例id
|
11836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11837
11658
|
:type SubnetIds: list of str
|
11838
11659
|
:param _CustomLogs: 日志采集路径
|
11839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11840
11660
|
:type CustomLogs: str
|
11841
11661
|
:param _ContainerPort: 监听端口
|
11842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11843
11662
|
:type ContainerPort: int
|
11844
11663
|
:param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
|
11845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11846
11664
|
:type InitialDelaySeconds: int
|
11847
11665
|
:param _ImageUrl: 镜像地址
|
11848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11849
11666
|
:type ImageUrl: str
|
11850
11667
|
:param _CpuSize: CPU 大小
|
11851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11852
11668
|
:type CpuSize: float
|
11853
11669
|
:param _MemSize: MEM 大小
|
11854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11855
11670
|
:type MemSize: float
|
11856
11671
|
:param _PolicyDetail: 扩缩容策略详情
|
11857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11858
11672
|
:type PolicyDetail: list of HpaPolicy
|
11859
11673
|
:param _Cpu: Cpu的Request值
|
11860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11861
11674
|
:type Cpu: float
|
11862
11675
|
:param _Mem: Mem的Request值
|
11863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11864
11676
|
:type Mem: float
|
11865
11677
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11866
11678
|
:type RequestId: str
|
@@ -11914,7 +11726,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11914
11726
|
@property
|
11915
11727
|
def Remark(self):
|
11916
11728
|
"""备注
|
11917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11918
11729
|
:rtype: str
|
11919
11730
|
"""
|
11920
11731
|
return self._Remark
|
@@ -11926,7 +11737,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11926
11737
|
@property
|
11927
11738
|
def DockerfilePath(self):
|
11928
11739
|
"""Dockefile的路径
|
11929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11930
11740
|
:rtype: str
|
11931
11741
|
"""
|
11932
11742
|
return self._DockerfilePath
|
@@ -11938,7 +11748,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11938
11748
|
@property
|
11939
11749
|
def BuildDir(self):
|
11940
11750
|
"""DockerBuild的目录
|
11941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11942
11751
|
:rtype: str
|
11943
11752
|
"""
|
11944
11753
|
return self._BuildDir
|
@@ -11994,7 +11803,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
11994
11803
|
@property
|
11995
11804
|
def EnvParams(self):
|
11996
11805
|
"""环境变量
|
11997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11998
11806
|
:rtype: str
|
11999
11807
|
"""
|
12000
11808
|
return self._EnvParams
|
@@ -12028,7 +11836,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12028
11836
|
@property
|
12029
11837
|
def VersionIP(self):
|
12030
11838
|
"""版本的IP
|
12031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12032
11839
|
:rtype: str
|
12033
11840
|
"""
|
12034
11841
|
return self._VersionIP
|
@@ -12040,7 +11847,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12040
11847
|
@property
|
12041
11848
|
def VersionPort(self):
|
12042
11849
|
"""版本的端口号
|
12043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12044
11850
|
:rtype: int
|
12045
11851
|
"""
|
12046
11852
|
return self._VersionPort
|
@@ -12052,7 +11858,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12052
11858
|
@property
|
12053
11859
|
def Status(self):
|
12054
11860
|
"""版本状态
|
12055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12056
11861
|
:rtype: str
|
12057
11862
|
"""
|
12058
11863
|
return self._Status
|
@@ -12064,7 +11869,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12064
11869
|
@property
|
12065
11870
|
def PackageName(self):
|
12066
11871
|
"""代码包的名字
|
12067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12068
11872
|
:rtype: str
|
12069
11873
|
"""
|
12070
11874
|
return self._PackageName
|
@@ -12076,7 +11880,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12076
11880
|
@property
|
12077
11881
|
def PackageVersion(self):
|
12078
11882
|
"""代码版本的名字
|
12079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12080
11883
|
:rtype: str
|
12081
11884
|
"""
|
12082
11885
|
return self._PackageVersion
|
@@ -12088,7 +11891,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12088
11891
|
@property
|
12089
11892
|
def UploadType(self):
|
12090
11893
|
"""枚举(package/repository/image)
|
12091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12092
11894
|
:rtype: str
|
12093
11895
|
"""
|
12094
11896
|
return self._UploadType
|
@@ -12100,7 +11902,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12100
11902
|
@property
|
12101
11903
|
def RepoType(self):
|
12102
11904
|
"""Repo的类型(coding/gitlab/github/coding)
|
12103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12104
11905
|
:rtype: str
|
12105
11906
|
"""
|
12106
11907
|
return self._RepoType
|
@@ -12112,7 +11913,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12112
11913
|
@property
|
12113
11914
|
def Repo(self):
|
12114
11915
|
"""地址
|
12115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12116
11916
|
:rtype: str
|
12117
11917
|
"""
|
12118
11918
|
return self._Repo
|
@@ -12124,7 +11924,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12124
11924
|
@property
|
12125
11925
|
def Branch(self):
|
12126
11926
|
"""分支
|
12127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12128
11927
|
:rtype: str
|
12129
11928
|
"""
|
12130
11929
|
return self._Branch
|
@@ -12136,7 +11935,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12136
11935
|
@property
|
12137
11936
|
def ServerName(self):
|
12138
11937
|
"""服务名字
|
12139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12140
11938
|
:rtype: str
|
12141
11939
|
"""
|
12142
11940
|
return self._ServerName
|
@@ -12148,7 +11946,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12148
11946
|
@property
|
12149
11947
|
def IsPublic(self):
|
12150
11948
|
"""是否对于外网开放
|
12151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12152
11949
|
:rtype: bool
|
12153
11950
|
"""
|
12154
11951
|
return self._IsPublic
|
@@ -12160,7 +11957,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12160
11957
|
@property
|
12161
11958
|
def VpcId(self):
|
12162
11959
|
"""vpc id
|
12163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12164
11960
|
:rtype: str
|
12165
11961
|
"""
|
12166
11962
|
return self._VpcId
|
@@ -12172,7 +11968,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12172
11968
|
@property
|
12173
11969
|
def SubnetIds(self):
|
12174
11970
|
"""子网实例id
|
12175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12176
11971
|
:rtype: list of str
|
12177
11972
|
"""
|
12178
11973
|
return self._SubnetIds
|
@@ -12184,7 +11979,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12184
11979
|
@property
|
12185
11980
|
def CustomLogs(self):
|
12186
11981
|
"""日志采集路径
|
12187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12188
11982
|
:rtype: str
|
12189
11983
|
"""
|
12190
11984
|
return self._CustomLogs
|
@@ -12196,7 +11990,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12196
11990
|
@property
|
12197
11991
|
def ContainerPort(self):
|
12198
11992
|
"""监听端口
|
12199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12200
11993
|
:rtype: int
|
12201
11994
|
"""
|
12202
11995
|
return self._ContainerPort
|
@@ -12208,7 +12001,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12208
12001
|
@property
|
12209
12002
|
def InitialDelaySeconds(self):
|
12210
12003
|
"""延迟多长时间开始健康检查(单位s)
|
12211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12212
12004
|
:rtype: int
|
12213
12005
|
"""
|
12214
12006
|
return self._InitialDelaySeconds
|
@@ -12220,7 +12012,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12220
12012
|
@property
|
12221
12013
|
def ImageUrl(self):
|
12222
12014
|
"""镜像地址
|
12223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12224
12015
|
:rtype: str
|
12225
12016
|
"""
|
12226
12017
|
return self._ImageUrl
|
@@ -12232,7 +12023,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12232
12023
|
@property
|
12233
12024
|
def CpuSize(self):
|
12234
12025
|
"""CPU 大小
|
12235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12236
12026
|
:rtype: float
|
12237
12027
|
"""
|
12238
12028
|
return self._CpuSize
|
@@ -12244,7 +12034,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12244
12034
|
@property
|
12245
12035
|
def MemSize(self):
|
12246
12036
|
"""MEM 大小
|
12247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12248
12037
|
:rtype: float
|
12249
12038
|
"""
|
12250
12039
|
return self._MemSize
|
@@ -12256,7 +12045,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12256
12045
|
@property
|
12257
12046
|
def PolicyDetail(self):
|
12258
12047
|
"""扩缩容策略详情
|
12259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12260
12048
|
:rtype: list of HpaPolicy
|
12261
12049
|
"""
|
12262
12050
|
return self._PolicyDetail
|
@@ -12268,7 +12056,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12268
12056
|
@property
|
12269
12057
|
def Cpu(self):
|
12270
12058
|
"""Cpu的Request值
|
12271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12272
12059
|
:rtype: float
|
12273
12060
|
"""
|
12274
12061
|
return self._Cpu
|
@@ -12280,7 +12067,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
|
|
12280
12067
|
@property
|
12281
12068
|
def Mem(self):
|
12282
12069
|
"""Mem的Request值
|
12283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12284
12070
|
:rtype: float
|
12285
12071
|
"""
|
12286
12072
|
return self._Mem
|
@@ -12496,7 +12282,6 @@ class DescribeCloudBaseRunVersionSnapshotResponse(AbstractModel):
|
|
12496
12282
|
def __init__(self):
|
12497
12283
|
r"""
|
12498
12284
|
:param _Snapshots: 版本历史
|
12499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12500
12285
|
:type Snapshots: list of CloudRunServiceSimpleVersionSnapshot
|
12501
12286
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12502
12287
|
:type RequestId: str
|
@@ -12507,7 +12292,6 @@ class DescribeCloudBaseRunVersionSnapshotResponse(AbstractModel):
|
|
12507
12292
|
@property
|
12508
12293
|
def Snapshots(self):
|
12509
12294
|
"""版本历史
|
12510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12511
12295
|
:rtype: list of CloudRunServiceSimpleVersionSnapshot
|
12512
12296
|
"""
|
12513
12297
|
return self._Snapshots
|
@@ -18098,7 +17882,6 @@ class EstablishCloudBaseRunServerResponse(AbstractModel):
|
|
18098
17882
|
def __init__(self):
|
18099
17883
|
r"""
|
18100
17884
|
:param _Result: 创建服务是否成功
|
18101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18102
17885
|
:type Result: str
|
18103
17886
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18104
17887
|
:type RequestId: str
|
@@ -18109,7 +17892,6 @@ class EstablishCloudBaseRunServerResponse(AbstractModel):
|
|
18109
17892
|
@property
|
18110
17893
|
def Result(self):
|
18111
17894
|
"""创建服务是否成功
|
18112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18113
17895
|
:rtype: str
|
18114
17896
|
"""
|
18115
17897
|
return self._Result
|
@@ -18590,11 +18372,9 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
|
|
18590
18372
|
成功:succ
|
18591
18373
|
失败:fail
|
18592
18374
|
部分:partial(部分成功、部分失败)
|
18593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18594
18375
|
注意:此字段可能返回 null,表示取不到有效值。
|
18595
18376
|
:type Result: str
|
18596
18377
|
:param _FailServerList: 冻结失败服务列表
|
18597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18598
18378
|
注意:此字段可能返回 null,表示取不到有效值。
|
18599
18379
|
:type FailServerList: list of str
|
18600
18380
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -18610,7 +18390,6 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
|
|
18610
18390
|
成功:succ
|
18611
18391
|
失败:fail
|
18612
18392
|
部分:partial(部分成功、部分失败)
|
18613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18614
18393
|
注意:此字段可能返回 null,表示取不到有效值。
|
18615
18394
|
:rtype: str
|
18616
18395
|
"""
|
@@ -18623,7 +18402,6 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
|
|
18623
18402
|
@property
|
18624
18403
|
def FailServerList(self):
|
18625
18404
|
"""冻结失败服务列表
|
18626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18627
18405
|
注意:此字段可能返回 null,表示取不到有效值。
|
18628
18406
|
:rtype: list of str
|
18629
18407
|
"""
|
@@ -19928,7 +19706,6 @@ class ModifyCloudBaseRunServerFlowConfResponse(AbstractModel):
|
|
19928
19706
|
def __init__(self):
|
19929
19707
|
r"""
|
19930
19708
|
:param _Result: 返回结果,succ代表成功
|
19931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19932
19709
|
:type Result: str
|
19933
19710
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19934
19711
|
:type RequestId: str
|
@@ -19939,7 +19716,6 @@ class ModifyCloudBaseRunServerFlowConfResponse(AbstractModel):
|
|
19939
19716
|
@property
|
19940
19717
|
def Result(self):
|
19941
19718
|
"""返回结果,succ代表成功
|
19942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19943
19719
|
:rtype: str
|
19944
19720
|
"""
|
19945
19721
|
return self._Result
|
@@ -20174,7 +19950,6 @@ class ModifyCloudBaseRunServerVersionResponse(AbstractModel):
|
|
20174
19950
|
def __init__(self):
|
20175
19951
|
r"""
|
20176
19952
|
:param _Result: 返回结果(succ为成功)
|
20177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20178
19953
|
:type Result: str
|
20179
19954
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20180
19955
|
:type RequestId: str
|
@@ -20185,7 +19960,6 @@ class ModifyCloudBaseRunServerVersionResponse(AbstractModel):
|
|
20185
19960
|
@property
|
20186
19961
|
def Result(self):
|
20187
19962
|
"""返回结果(succ为成功)
|
20188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20189
19963
|
:rtype: str
|
20190
19964
|
"""
|
20191
19965
|
return self._Result
|
@@ -22201,10 +21975,8 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
22201
21975
|
:param _Result: succ为成功
|
22202
21976
|
:type Result: str
|
22203
21977
|
:param _VersionName: 滚动更新的VersionName
|
22204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22205
21978
|
:type VersionName: str
|
22206
21979
|
:param _RunId: 操作记录id
|
22207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22208
21980
|
:type RunId: str
|
22209
21981
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22210
21982
|
:type RequestId: str
|
@@ -22228,7 +22000,6 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
22228
22000
|
@property
|
22229
22001
|
def VersionName(self):
|
22230
22002
|
"""滚动更新的VersionName
|
22231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22232
22003
|
:rtype: str
|
22233
22004
|
"""
|
22234
22005
|
return self._VersionName
|
@@ -22240,7 +22011,6 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
|
|
22240
22011
|
@property
|
22241
22012
|
def RunId(self):
|
22242
22013
|
"""操作记录id
|
22243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22244
22014
|
:rtype: str
|
22245
22015
|
"""
|
22246
22016
|
return self._RunId
|
@@ -23482,11 +23252,9 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
|
|
23482
23252
|
成功:succ
|
23483
23253
|
失败:fail
|
23484
23254
|
部分:partial(部分成功、部分失败)
|
23485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23486
23255
|
注意:此字段可能返回 null,表示取不到有效值。
|
23487
23256
|
:type Result: str
|
23488
23257
|
:param _FailServerList: 解冻失败列表
|
23489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23490
23258
|
注意:此字段可能返回 null,表示取不到有效值。
|
23491
23259
|
:type FailServerList: list of str
|
23492
23260
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -23502,7 +23270,6 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
|
|
23502
23270
|
成功:succ
|
23503
23271
|
失败:fail
|
23504
23272
|
部分:partial(部分成功、部分失败)
|
23505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23506
23273
|
注意:此字段可能返回 null,表示取不到有效值。
|
23507
23274
|
:rtype: str
|
23508
23275
|
"""
|
@@ -23515,7 +23282,6 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
|
|
23515
23282
|
@property
|
23516
23283
|
def FailServerList(self):
|
23517
23284
|
"""解冻失败列表
|
23518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23519
23285
|
注意:此字段可能返回 null,表示取不到有效值。
|
23520
23286
|
:rtype: list of str
|
23521
23287
|
"""
|