tencentcloud-sdk-python 3.0.1303__py2.py3-none-any.whl → 3.0.1304__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/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +0 -188
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/dc/v20180410/models.py +30 -2
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/emr/v20190103/models.py +50 -116
- tencentcloud/ess/v20201111/models.py +30 -22
- tencentcloud/essbasic/v20210526/models.py +52 -40
- tencentcloud/hunyuan/v20230901/models.py +40 -2
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/ocr/v20181119/models.py +45 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/vpc/v20170312/models.py +362 -12
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/RECORD +21 -21
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/top_level.txt +0 -0
@@ -1023,7 +1023,6 @@ class CancelBackupJobResponse(AbstractModel):
|
|
1023
1023
|
def __init__(self):
|
1024
1024
|
r"""
|
1025
1025
|
:param _ErrorMsg: 错误信息
|
1026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1027
1026
|
:type ErrorMsg: str
|
1028
1027
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1029
1028
|
:type RequestId: str
|
@@ -1034,7 +1033,6 @@ class CancelBackupJobResponse(AbstractModel):
|
|
1034
1033
|
@property
|
1035
1034
|
def ErrorMsg(self):
|
1036
1035
|
"""错误信息
|
1037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1038
1036
|
:rtype: str
|
1039
1037
|
"""
|
1040
1038
|
return self._ErrorMsg
|
@@ -7476,7 +7474,6 @@ class DescribeSpecResponse(AbstractModel):
|
|
7476
7474
|
:param _CoreSpec: be节点规格描述
|
7477
7475
|
:type CoreSpec: list of ResourceSpec
|
7478
7476
|
:param _AttachCBSSpec: 云盘列表
|
7479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7480
7477
|
:type AttachCBSSpec: list of DiskSpec
|
7481
7478
|
:param _CNSpec: cn节点列表
|
7482
7479
|
:type CNSpec: list of ResourceSpec
|
@@ -7514,7 +7511,6 @@ class DescribeSpecResponse(AbstractModel):
|
|
7514
7511
|
@property
|
7515
7512
|
def AttachCBSSpec(self):
|
7516
7513
|
"""云盘列表
|
7517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7518
7514
|
:rtype: list of DiskSpec
|
7519
7515
|
"""
|
7520
7516
|
return self._AttachCBSSpec
|
@@ -7733,10 +7729,8 @@ class DescribeSqlApisResponse(AbstractModel):
|
|
7733
7729
|
def __init__(self):
|
7734
7730
|
r"""
|
7735
7731
|
:param _ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
|
7736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7737
7732
|
:type ReturnData: str
|
7738
7733
|
:param _ErrorMsg: 错误消息
|
7739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7740
7734
|
:type ErrorMsg: str
|
7741
7735
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7742
7736
|
:type RequestId: str
|
@@ -7748,7 +7742,6 @@ class DescribeSqlApisResponse(AbstractModel):
|
|
7748
7742
|
@property
|
7749
7743
|
def ReturnData(self):
|
7750
7744
|
"""返回的查询数据,大部分情况是list,也可能是bool
|
7751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7752
7745
|
:rtype: str
|
7753
7746
|
"""
|
7754
7747
|
return self._ReturnData
|
@@ -7760,7 +7753,6 @@ class DescribeSqlApisResponse(AbstractModel):
|
|
7760
7753
|
@property
|
7761
7754
|
def ErrorMsg(self):
|
7762
7755
|
"""错误消息
|
7763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7764
7756
|
:rtype: str
|
7765
7757
|
"""
|
7766
7758
|
return self._ErrorMsg
|
@@ -7891,10 +7883,8 @@ class DescribeTableListResponse(AbstractModel):
|
|
7891
7883
|
def __init__(self):
|
7892
7884
|
r"""
|
7893
7885
|
:param _TableNames: 表名列表
|
7894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7895
7886
|
:type TableNames: list of str
|
7896
7887
|
:param _Message: 错误信息
|
7897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7898
7888
|
:type Message: str
|
7899
7889
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7900
7890
|
:type RequestId: str
|
@@ -7906,7 +7896,6 @@ class DescribeTableListResponse(AbstractModel):
|
|
7906
7896
|
@property
|
7907
7897
|
def TableNames(self):
|
7908
7898
|
"""表名列表
|
7909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7910
7899
|
:rtype: list of str
|
7911
7900
|
"""
|
7912
7901
|
return self._TableNames
|
@@ -7918,7 +7907,6 @@ class DescribeTableListResponse(AbstractModel):
|
|
7918
7907
|
@property
|
7919
7908
|
def Message(self):
|
7920
7909
|
"""错误信息
|
7921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7922
7910
|
:rtype: str
|
7923
7911
|
"""
|
7924
7912
|
return self._Message
|
@@ -8371,16 +8359,12 @@ class DorisSourceInfo(AbstractModel):
|
|
8371
8359
|
def __init__(self):
|
8372
8360
|
r"""
|
8373
8361
|
:param _Host: doris集群的fe的ip
|
8374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8375
8362
|
:type Host: str
|
8376
8363
|
:param _Port: doris集群的fe的端口号
|
8377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8378
8364
|
:type Port: int
|
8379
8365
|
:param _User: doris集群的账号
|
8380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8381
8366
|
:type User: str
|
8382
8367
|
:param _Password: base64编码的doris集群对应用户的密码
|
8383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8384
8368
|
:type Password: str
|
8385
8369
|
"""
|
8386
8370
|
self._Host = None
|
@@ -8391,7 +8375,6 @@ class DorisSourceInfo(AbstractModel):
|
|
8391
8375
|
@property
|
8392
8376
|
def Host(self):
|
8393
8377
|
"""doris集群的fe的ip
|
8394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8395
8378
|
:rtype: str
|
8396
8379
|
"""
|
8397
8380
|
return self._Host
|
@@ -8403,7 +8386,6 @@ class DorisSourceInfo(AbstractModel):
|
|
8403
8386
|
@property
|
8404
8387
|
def Port(self):
|
8405
8388
|
"""doris集群的fe的端口号
|
8406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8407
8389
|
:rtype: int
|
8408
8390
|
"""
|
8409
8391
|
return self._Port
|
@@ -8415,7 +8397,6 @@ class DorisSourceInfo(AbstractModel):
|
|
8415
8397
|
@property
|
8416
8398
|
def User(self):
|
8417
8399
|
"""doris集群的账号
|
8418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8419
8400
|
:rtype: str
|
8420
8401
|
"""
|
8421
8402
|
return self._User
|
@@ -8427,7 +8408,6 @@ class DorisSourceInfo(AbstractModel):
|
|
8427
8408
|
@property
|
8428
8409
|
def Password(self):
|
8429
8410
|
"""base64编码的doris集群对应用户的密码
|
8430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8431
8411
|
:rtype: str
|
8432
8412
|
"""
|
8433
8413
|
return self._Password
|
@@ -8460,13 +8440,10 @@ class FrontEndRule(AbstractModel):
|
|
8460
8440
|
def __init__(self):
|
8461
8441
|
r"""
|
8462
8442
|
:param _ID: id序列
|
8463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8464
8443
|
:type ID: int
|
8465
8444
|
:param _Name: 规则名称
|
8466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8467
8445
|
:type Name: str
|
8468
8446
|
:param _Rule: 详细规则
|
8469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8470
8447
|
:type Rule: str
|
8471
8448
|
"""
|
8472
8449
|
self._ID = None
|
@@ -8476,7 +8453,6 @@ class FrontEndRule(AbstractModel):
|
|
8476
8453
|
@property
|
8477
8454
|
def ID(self):
|
8478
8455
|
"""id序列
|
8479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8480
8456
|
:rtype: int
|
8481
8457
|
"""
|
8482
8458
|
return self._ID
|
@@ -8488,7 +8464,6 @@ class FrontEndRule(AbstractModel):
|
|
8488
8464
|
@property
|
8489
8465
|
def Name(self):
|
8490
8466
|
"""规则名称
|
8491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8492
8467
|
:rtype: str
|
8493
8468
|
"""
|
8494
8469
|
return self._Name
|
@@ -8500,7 +8475,6 @@ class FrontEndRule(AbstractModel):
|
|
8500
8475
|
@property
|
8501
8476
|
def Rule(self):
|
8502
8477
|
"""详细规则
|
8503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8504
8478
|
:rtype: str
|
8505
8479
|
"""
|
8506
8480
|
return self._Rule
|
@@ -8583,7 +8557,6 @@ class InstanceDetail(AbstractModel):
|
|
8583
8557
|
def __init__(self):
|
8584
8558
|
r"""
|
8585
8559
|
:param _EnableAlarmStrategy: 告警策略是否可用
|
8586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8587
8560
|
:type EnableAlarmStrategy: bool
|
8588
8561
|
"""
|
8589
8562
|
self._EnableAlarmStrategy = None
|
@@ -8591,7 +8564,6 @@ class InstanceDetail(AbstractModel):
|
|
8591
8564
|
@property
|
8592
8565
|
def EnableAlarmStrategy(self):
|
8593
8566
|
"""告警策略是否可用
|
8594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8595
8567
|
:rtype: bool
|
8596
8568
|
"""
|
8597
8569
|
return self._EnableAlarmStrategy
|
@@ -8621,164 +8593,114 @@ class InstanceInfo(AbstractModel):
|
|
8621
8593
|
def __init__(self):
|
8622
8594
|
r"""
|
8623
8595
|
:param _InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
|
8624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8625
8596
|
:type InstanceId: str
|
8626
8597
|
:param _InstanceName: 集群实例名称
|
8627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8628
8598
|
:type InstanceName: str
|
8629
8599
|
:param _Status: 状态,
|
8630
8600
|
Init 创建中; Serving 运行中;
|
8631
8601
|
Deleted已销毁;Deleting 销毁中;
|
8632
8602
|
Modify 集群变更中;
|
8633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8634
8603
|
:type Status: str
|
8635
8604
|
:param _Version: 版本
|
8636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8637
8605
|
:type Version: str
|
8638
8606
|
:param _Region: 地域, ap-guangzhou
|
8639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8640
8607
|
:type Region: str
|
8641
8608
|
:param _Zone: 可用区, ap-guangzhou-3
|
8642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8643
8609
|
:type Zone: str
|
8644
8610
|
:param _VpcId: 私有网络名称
|
8645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8646
8611
|
:type VpcId: str
|
8647
8612
|
:param _SubnetId: 子网名称
|
8648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8649
8613
|
:type SubnetId: str
|
8650
8614
|
:param _PayMode: 付费类型,"hour", "prepay"
|
8651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8652
8615
|
:type PayMode: str
|
8653
8616
|
:param _CreateTime: 创建时间
|
8654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8655
8617
|
:type CreateTime: str
|
8656
8618
|
:param _ExpireTime: 过期时间
|
8657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8658
8619
|
:type ExpireTime: str
|
8659
8620
|
:param _MasterSummary: 数据节点描述信息
|
8660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8661
8621
|
:type MasterSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
|
8662
8622
|
:param _CoreSummary: zookeeper节点描述信息
|
8663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8664
8623
|
:type CoreSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
|
8665
8624
|
:param _HA: 高可用,“true" "false"
|
8666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8667
8625
|
:type HA: str
|
8668
8626
|
:param _HaType: 高可用类型:
|
8669
8627
|
0:非高可用
|
8670
8628
|
1:读高可用
|
8671
8629
|
2:读写高可用。
|
8672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8673
8630
|
:type HaType: int
|
8674
8631
|
:param _AccessInfo: 访问地址,例如 "10.0.0.1:9000"
|
8675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8676
8632
|
:type AccessInfo: str
|
8677
8633
|
:param _Id: 记录ID,数值型
|
8678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8679
8634
|
:type Id: int
|
8680
8635
|
:param _RegionId: regionId, 表示地域
|
8681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8682
8636
|
:type RegionId: int
|
8683
8637
|
:param _ZoneDesc: 可用区说明,例如 "广州二区"
|
8684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8685
8638
|
:type ZoneDesc: str
|
8686
8639
|
:param _FlowMsg: 错误流程说明信息
|
8687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8688
8640
|
:type FlowMsg: str
|
8689
8641
|
:param _StatusDesc: 状态描述,例如“运行中”等
|
8690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8691
8642
|
:type StatusDesc: str
|
8692
8643
|
:param _RenewFlag: 自动续费标记
|
8693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8694
8644
|
:type RenewFlag: bool
|
8695
8645
|
:param _Tags: 标签列表
|
8696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8697
8646
|
:type Tags: list of Tag
|
8698
8647
|
:param _Monitor: 监控信息
|
8699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8700
8648
|
:type Monitor: str
|
8701
8649
|
:param _HasClsTopic: 是否开通日志
|
8702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8703
8650
|
:type HasClsTopic: bool
|
8704
8651
|
:param _ClsTopicId: 日志主题ID
|
8705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8706
8652
|
:type ClsTopicId: str
|
8707
8653
|
:param _ClsLogSetId: 日志集ID
|
8708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8709
8654
|
:type ClsLogSetId: str
|
8710
8655
|
:param _EnableXMLConfig: 是否支持xml配置管理
|
8711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8712
8656
|
:type EnableXMLConfig: int
|
8713
8657
|
:param _RegionDesc: 区域
|
8714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8715
8658
|
:type RegionDesc: str
|
8716
8659
|
:param _Eip: 弹性网卡地址
|
8717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8718
8660
|
:type Eip: str
|
8719
8661
|
:param _CosMoveFactor: 冷热分层系数
|
8720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8721
8662
|
:type CosMoveFactor: int
|
8722
8663
|
:param _Kind: external/local/yunti
|
8723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8724
8664
|
:type Kind: str
|
8725
8665
|
:param _CosBucketName: cos桶
|
8726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8727
8666
|
:type CosBucketName: str
|
8728
8667
|
:param _CanAttachCbs: cbs
|
8729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8730
8668
|
:type CanAttachCbs: bool
|
8731
8669
|
:param _BuildVersion: 小版本
|
8732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8733
8670
|
:type BuildVersion: str
|
8734
8671
|
:param _Components: 组件信息
|
8735
8672
|
注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
|
8736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8737
8673
|
:type Components: str
|
8738
8674
|
:param _IfExistCatalog: 判断审计日志表是否有catalog字段
|
8739
8675
|
注意:此字段可能返回 null,表示取不到有效值。
|
8740
8676
|
:type IfExistCatalog: int
|
8741
8677
|
:param _Characteristic: 页面特性,用于前端屏蔽一些页面入口
|
8742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8743
8678
|
:type Characteristic: list of str
|
8744
8679
|
:param _RestartTimeout: 超时时间 单位s
|
8745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8746
8680
|
:type RestartTimeout: str
|
8747
8681
|
:param _GraceShutdownWaitSeconds: 内核优雅重启超时时间,如果为-1说明未设置
|
8748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8749
8682
|
:type GraceShutdownWaitSeconds: str
|
8750
8683
|
:param _CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
8751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8752
8684
|
:type CaseSensitive: int
|
8753
8685
|
:param _IsWhiteSGs: 用户是否可以绑定安全组
|
8754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8755
8686
|
:type IsWhiteSGs: bool
|
8756
8687
|
:param _BindSGs: 已绑定的安全组信息
|
8757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8758
8688
|
:type BindSGs: list of str
|
8759
8689
|
:param _EnableMultiZones: 是否为多可用区
|
8760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8761
8690
|
:type EnableMultiZones: bool
|
8762
8691
|
:param _UserNetworkInfos: 用户可用区和子网信息
|
8763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8764
8692
|
:type UserNetworkInfos: str
|
8765
8693
|
:param _EnableCoolDown: 是否启用冷热分层。0:未开启 1:已开启
|
8766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8767
8694
|
:type EnableCoolDown: int
|
8768
8695
|
:param _CoolDownBucket: 冷热分层使用COS桶
|
8769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8770
8696
|
:type CoolDownBucket: str
|
8771
8697
|
:param _Details: 实例扩展信息
|
8772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8773
8698
|
:type Details: :class:`tencentcloud.cdwdoris.v20211228.models.InstanceDetail`
|
8774
8699
|
:param _EnableDlc: 是否启用DLC 0:关闭 1:开启
|
8775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8776
8700
|
:type EnableDlc: int
|
8777
8701
|
:param _AccountType: 账户类型 0:普通用户 1:CAM用户
|
8778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8779
8702
|
:type AccountType: int
|
8780
8703
|
:param _MonitorMode: 监控模式 0: 老监控 1:新监控
|
8781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8782
8704
|
:type MonitorMode: int
|
8783
8705
|
:param _CNSummary: cn节点信息
|
8784
8706
|
:type CNSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
|
@@ -8839,7 +8761,6 @@ Modify 集群变更中;
|
|
8839
8761
|
@property
|
8840
8762
|
def InstanceId(self):
|
8841
8763
|
"""集群实例ID, "cdw-xxxx" 字符串类型
|
8842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8843
8764
|
:rtype: str
|
8844
8765
|
"""
|
8845
8766
|
return self._InstanceId
|
@@ -8851,7 +8772,6 @@ Modify 集群变更中;
|
|
8851
8772
|
@property
|
8852
8773
|
def InstanceName(self):
|
8853
8774
|
"""集群实例名称
|
8854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8855
8775
|
:rtype: str
|
8856
8776
|
"""
|
8857
8777
|
return self._InstanceName
|
@@ -8866,7 +8786,6 @@ Modify 集群变更中;
|
|
8866
8786
|
Init 创建中; Serving 运行中;
|
8867
8787
|
Deleted已销毁;Deleting 销毁中;
|
8868
8788
|
Modify 集群变更中;
|
8869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8870
8789
|
:rtype: str
|
8871
8790
|
"""
|
8872
8791
|
return self._Status
|
@@ -8878,7 +8797,6 @@ Modify 集群变更中;
|
|
8878
8797
|
@property
|
8879
8798
|
def Version(self):
|
8880
8799
|
"""版本
|
8881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8882
8800
|
:rtype: str
|
8883
8801
|
"""
|
8884
8802
|
return self._Version
|
@@ -8890,7 +8808,6 @@ Modify 集群变更中;
|
|
8890
8808
|
@property
|
8891
8809
|
def Region(self):
|
8892
8810
|
"""地域, ap-guangzhou
|
8893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8894
8811
|
:rtype: str
|
8895
8812
|
"""
|
8896
8813
|
return self._Region
|
@@ -8902,7 +8819,6 @@ Modify 集群变更中;
|
|
8902
8819
|
@property
|
8903
8820
|
def Zone(self):
|
8904
8821
|
"""可用区, ap-guangzhou-3
|
8905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8906
8822
|
:rtype: str
|
8907
8823
|
"""
|
8908
8824
|
return self._Zone
|
@@ -8914,7 +8830,6 @@ Modify 集群变更中;
|
|
8914
8830
|
@property
|
8915
8831
|
def VpcId(self):
|
8916
8832
|
"""私有网络名称
|
8917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8918
8833
|
:rtype: str
|
8919
8834
|
"""
|
8920
8835
|
return self._VpcId
|
@@ -8926,7 +8841,6 @@ Modify 集群变更中;
|
|
8926
8841
|
@property
|
8927
8842
|
def SubnetId(self):
|
8928
8843
|
"""子网名称
|
8929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8930
8844
|
:rtype: str
|
8931
8845
|
"""
|
8932
8846
|
return self._SubnetId
|
@@ -8938,7 +8852,6 @@ Modify 集群变更中;
|
|
8938
8852
|
@property
|
8939
8853
|
def PayMode(self):
|
8940
8854
|
"""付费类型,"hour", "prepay"
|
8941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8942
8855
|
:rtype: str
|
8943
8856
|
"""
|
8944
8857
|
return self._PayMode
|
@@ -8950,7 +8863,6 @@ Modify 集群变更中;
|
|
8950
8863
|
@property
|
8951
8864
|
def CreateTime(self):
|
8952
8865
|
"""创建时间
|
8953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8954
8866
|
:rtype: str
|
8955
8867
|
"""
|
8956
8868
|
return self._CreateTime
|
@@ -8962,7 +8874,6 @@ Modify 集群变更中;
|
|
8962
8874
|
@property
|
8963
8875
|
def ExpireTime(self):
|
8964
8876
|
"""过期时间
|
8965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8966
8877
|
:rtype: str
|
8967
8878
|
"""
|
8968
8879
|
return self._ExpireTime
|
@@ -8974,7 +8885,6 @@ Modify 集群变更中;
|
|
8974
8885
|
@property
|
8975
8886
|
def MasterSummary(self):
|
8976
8887
|
"""数据节点描述信息
|
8977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8978
8888
|
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
|
8979
8889
|
"""
|
8980
8890
|
return self._MasterSummary
|
@@ -8986,7 +8896,6 @@ Modify 集群变更中;
|
|
8986
8896
|
@property
|
8987
8897
|
def CoreSummary(self):
|
8988
8898
|
"""zookeeper节点描述信息
|
8989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8990
8899
|
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
|
8991
8900
|
"""
|
8992
8901
|
return self._CoreSummary
|
@@ -8998,7 +8907,6 @@ Modify 集群变更中;
|
|
8998
8907
|
@property
|
8999
8908
|
def HA(self):
|
9000
8909
|
"""高可用,“true" "false"
|
9001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9002
8910
|
:rtype: str
|
9003
8911
|
"""
|
9004
8912
|
return self._HA
|
@@ -9013,7 +8921,6 @@ Modify 集群变更中;
|
|
9013
8921
|
0:非高可用
|
9014
8922
|
1:读高可用
|
9015
8923
|
2:读写高可用。
|
9016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9017
8924
|
:rtype: int
|
9018
8925
|
"""
|
9019
8926
|
return self._HaType
|
@@ -9025,7 +8932,6 @@ Modify 集群变更中;
|
|
9025
8932
|
@property
|
9026
8933
|
def AccessInfo(self):
|
9027
8934
|
"""访问地址,例如 "10.0.0.1:9000"
|
9028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9029
8935
|
:rtype: str
|
9030
8936
|
"""
|
9031
8937
|
return self._AccessInfo
|
@@ -9037,7 +8943,6 @@ Modify 集群变更中;
|
|
9037
8943
|
@property
|
9038
8944
|
def Id(self):
|
9039
8945
|
"""记录ID,数值型
|
9040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9041
8946
|
:rtype: int
|
9042
8947
|
"""
|
9043
8948
|
return self._Id
|
@@ -9049,7 +8954,6 @@ Modify 集群变更中;
|
|
9049
8954
|
@property
|
9050
8955
|
def RegionId(self):
|
9051
8956
|
"""regionId, 表示地域
|
9052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9053
8957
|
:rtype: int
|
9054
8958
|
"""
|
9055
8959
|
return self._RegionId
|
@@ -9061,7 +8965,6 @@ Modify 集群变更中;
|
|
9061
8965
|
@property
|
9062
8966
|
def ZoneDesc(self):
|
9063
8967
|
"""可用区说明,例如 "广州二区"
|
9064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9065
8968
|
:rtype: str
|
9066
8969
|
"""
|
9067
8970
|
return self._ZoneDesc
|
@@ -9073,7 +8976,6 @@ Modify 集群变更中;
|
|
9073
8976
|
@property
|
9074
8977
|
def FlowMsg(self):
|
9075
8978
|
"""错误流程说明信息
|
9076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9077
8979
|
:rtype: str
|
9078
8980
|
"""
|
9079
8981
|
return self._FlowMsg
|
@@ -9085,7 +8987,6 @@ Modify 集群变更中;
|
|
9085
8987
|
@property
|
9086
8988
|
def StatusDesc(self):
|
9087
8989
|
"""状态描述,例如“运行中”等
|
9088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9089
8990
|
:rtype: str
|
9090
8991
|
"""
|
9091
8992
|
return self._StatusDesc
|
@@ -9097,7 +8998,6 @@ Modify 集群变更中;
|
|
9097
8998
|
@property
|
9098
8999
|
def RenewFlag(self):
|
9099
9000
|
"""自动续费标记
|
9100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9101
9001
|
:rtype: bool
|
9102
9002
|
"""
|
9103
9003
|
return self._RenewFlag
|
@@ -9109,7 +9009,6 @@ Modify 集群变更中;
|
|
9109
9009
|
@property
|
9110
9010
|
def Tags(self):
|
9111
9011
|
"""标签列表
|
9112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9113
9012
|
:rtype: list of Tag
|
9114
9013
|
"""
|
9115
9014
|
return self._Tags
|
@@ -9121,7 +9020,6 @@ Modify 集群变更中;
|
|
9121
9020
|
@property
|
9122
9021
|
def Monitor(self):
|
9123
9022
|
"""监控信息
|
9124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9125
9023
|
:rtype: str
|
9126
9024
|
"""
|
9127
9025
|
return self._Monitor
|
@@ -9133,7 +9031,6 @@ Modify 集群变更中;
|
|
9133
9031
|
@property
|
9134
9032
|
def HasClsTopic(self):
|
9135
9033
|
"""是否开通日志
|
9136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9137
9034
|
:rtype: bool
|
9138
9035
|
"""
|
9139
9036
|
return self._HasClsTopic
|
@@ -9145,7 +9042,6 @@ Modify 集群变更中;
|
|
9145
9042
|
@property
|
9146
9043
|
def ClsTopicId(self):
|
9147
9044
|
"""日志主题ID
|
9148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9149
9045
|
:rtype: str
|
9150
9046
|
"""
|
9151
9047
|
return self._ClsTopicId
|
@@ -9157,7 +9053,6 @@ Modify 集群变更中;
|
|
9157
9053
|
@property
|
9158
9054
|
def ClsLogSetId(self):
|
9159
9055
|
"""日志集ID
|
9160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9161
9056
|
:rtype: str
|
9162
9057
|
"""
|
9163
9058
|
return self._ClsLogSetId
|
@@ -9169,7 +9064,6 @@ Modify 集群变更中;
|
|
9169
9064
|
@property
|
9170
9065
|
def EnableXMLConfig(self):
|
9171
9066
|
"""是否支持xml配置管理
|
9172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9173
9067
|
:rtype: int
|
9174
9068
|
"""
|
9175
9069
|
return self._EnableXMLConfig
|
@@ -9181,7 +9075,6 @@ Modify 集群变更中;
|
|
9181
9075
|
@property
|
9182
9076
|
def RegionDesc(self):
|
9183
9077
|
"""区域
|
9184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9185
9078
|
:rtype: str
|
9186
9079
|
"""
|
9187
9080
|
return self._RegionDesc
|
@@ -9193,7 +9086,6 @@ Modify 集群变更中;
|
|
9193
9086
|
@property
|
9194
9087
|
def Eip(self):
|
9195
9088
|
"""弹性网卡地址
|
9196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9197
9089
|
:rtype: str
|
9198
9090
|
"""
|
9199
9091
|
return self._Eip
|
@@ -9205,7 +9097,6 @@ Modify 集群变更中;
|
|
9205
9097
|
@property
|
9206
9098
|
def CosMoveFactor(self):
|
9207
9099
|
"""冷热分层系数
|
9208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9209
9100
|
:rtype: int
|
9210
9101
|
"""
|
9211
9102
|
return self._CosMoveFactor
|
@@ -9217,7 +9108,6 @@ Modify 集群变更中;
|
|
9217
9108
|
@property
|
9218
9109
|
def Kind(self):
|
9219
9110
|
"""external/local/yunti
|
9220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9221
9111
|
:rtype: str
|
9222
9112
|
"""
|
9223
9113
|
return self._Kind
|
@@ -9229,7 +9119,6 @@ Modify 集群变更中;
|
|
9229
9119
|
@property
|
9230
9120
|
def CosBucketName(self):
|
9231
9121
|
"""cos桶
|
9232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9233
9122
|
:rtype: str
|
9234
9123
|
"""
|
9235
9124
|
return self._CosBucketName
|
@@ -9241,7 +9130,6 @@ Modify 集群变更中;
|
|
9241
9130
|
@property
|
9242
9131
|
def CanAttachCbs(self):
|
9243
9132
|
"""cbs
|
9244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9245
9133
|
:rtype: bool
|
9246
9134
|
"""
|
9247
9135
|
return self._CanAttachCbs
|
@@ -9253,7 +9141,6 @@ Modify 集群变更中;
|
|
9253
9141
|
@property
|
9254
9142
|
def BuildVersion(self):
|
9255
9143
|
"""小版本
|
9256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9257
9144
|
:rtype: str
|
9258
9145
|
"""
|
9259
9146
|
return self._BuildVersion
|
@@ -9266,7 +9153,6 @@ Modify 集群变更中;
|
|
9266
9153
|
def Components(self):
|
9267
9154
|
"""组件信息
|
9268
9155
|
注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
|
9269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9270
9156
|
:rtype: str
|
9271
9157
|
"""
|
9272
9158
|
return self._Components
|
@@ -9294,7 +9180,6 @@ Modify 集群变更中;
|
|
9294
9180
|
@property
|
9295
9181
|
def Characteristic(self):
|
9296
9182
|
"""页面特性,用于前端屏蔽一些页面入口
|
9297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9298
9183
|
:rtype: list of str
|
9299
9184
|
"""
|
9300
9185
|
return self._Characteristic
|
@@ -9306,7 +9191,6 @@ Modify 集群变更中;
|
|
9306
9191
|
@property
|
9307
9192
|
def RestartTimeout(self):
|
9308
9193
|
"""超时时间 单位s
|
9309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9310
9194
|
:rtype: str
|
9311
9195
|
"""
|
9312
9196
|
return self._RestartTimeout
|
@@ -9318,7 +9202,6 @@ Modify 集群变更中;
|
|
9318
9202
|
@property
|
9319
9203
|
def GraceShutdownWaitSeconds(self):
|
9320
9204
|
"""内核优雅重启超时时间,如果为-1说明未设置
|
9321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9322
9205
|
:rtype: str
|
9323
9206
|
"""
|
9324
9207
|
return self._GraceShutdownWaitSeconds
|
@@ -9330,7 +9213,6 @@ Modify 集群变更中;
|
|
9330
9213
|
@property
|
9331
9214
|
def CaseSensitive(self):
|
9332
9215
|
"""表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
9333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9334
9216
|
:rtype: int
|
9335
9217
|
"""
|
9336
9218
|
return self._CaseSensitive
|
@@ -9342,7 +9224,6 @@ Modify 集群变更中;
|
|
9342
9224
|
@property
|
9343
9225
|
def IsWhiteSGs(self):
|
9344
9226
|
"""用户是否可以绑定安全组
|
9345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9346
9227
|
:rtype: bool
|
9347
9228
|
"""
|
9348
9229
|
return self._IsWhiteSGs
|
@@ -9354,7 +9235,6 @@ Modify 集群变更中;
|
|
9354
9235
|
@property
|
9355
9236
|
def BindSGs(self):
|
9356
9237
|
"""已绑定的安全组信息
|
9357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9358
9238
|
:rtype: list of str
|
9359
9239
|
"""
|
9360
9240
|
return self._BindSGs
|
@@ -9366,7 +9246,6 @@ Modify 集群变更中;
|
|
9366
9246
|
@property
|
9367
9247
|
def EnableMultiZones(self):
|
9368
9248
|
"""是否为多可用区
|
9369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9370
9249
|
:rtype: bool
|
9371
9250
|
"""
|
9372
9251
|
return self._EnableMultiZones
|
@@ -9378,7 +9257,6 @@ Modify 集群变更中;
|
|
9378
9257
|
@property
|
9379
9258
|
def UserNetworkInfos(self):
|
9380
9259
|
"""用户可用区和子网信息
|
9381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9382
9260
|
:rtype: str
|
9383
9261
|
"""
|
9384
9262
|
return self._UserNetworkInfos
|
@@ -9390,7 +9268,6 @@ Modify 集群变更中;
|
|
9390
9268
|
@property
|
9391
9269
|
def EnableCoolDown(self):
|
9392
9270
|
"""是否启用冷热分层。0:未开启 1:已开启
|
9393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9394
9271
|
:rtype: int
|
9395
9272
|
"""
|
9396
9273
|
return self._EnableCoolDown
|
@@ -9402,7 +9279,6 @@ Modify 集群变更中;
|
|
9402
9279
|
@property
|
9403
9280
|
def CoolDownBucket(self):
|
9404
9281
|
"""冷热分层使用COS桶
|
9405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9406
9282
|
:rtype: str
|
9407
9283
|
"""
|
9408
9284
|
return self._CoolDownBucket
|
@@ -9414,7 +9290,6 @@ Modify 集群变更中;
|
|
9414
9290
|
@property
|
9415
9291
|
def Details(self):
|
9416
9292
|
"""实例扩展信息
|
9417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9418
9293
|
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.InstanceDetail`
|
9419
9294
|
"""
|
9420
9295
|
return self._Details
|
@@ -9426,7 +9301,6 @@ Modify 集群变更中;
|
|
9426
9301
|
@property
|
9427
9302
|
def EnableDlc(self):
|
9428
9303
|
"""是否启用DLC 0:关闭 1:开启
|
9429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9430
9304
|
:rtype: int
|
9431
9305
|
"""
|
9432
9306
|
return self._EnableDlc
|
@@ -9438,7 +9312,6 @@ Modify 集群变更中;
|
|
9438
9312
|
@property
|
9439
9313
|
def AccountType(self):
|
9440
9314
|
"""账户类型 0:普通用户 1:CAM用户
|
9441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9442
9315
|
:rtype: int
|
9443
9316
|
"""
|
9444
9317
|
return self._AccountType
|
@@ -9450,7 +9323,6 @@ Modify 集群变更中;
|
|
9450
9323
|
@property
|
9451
9324
|
def MonitorMode(self):
|
9452
9325
|
"""监控模式 0: 老监控 1:新监控
|
9453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9454
9326
|
:rtype: int
|
9455
9327
|
"""
|
9456
9328
|
return self._MonitorMode
|
@@ -9569,19 +9441,14 @@ class InstanceNode(AbstractModel):
|
|
9569
9441
|
:param _Role: 所属clickhouse cluster名称
|
9570
9442
|
:type Role: str
|
9571
9443
|
:param _Status: 状态
|
9572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9573
9444
|
:type Status: str
|
9574
9445
|
:param _Rip: rip
|
9575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9576
9446
|
:type Rip: str
|
9577
9447
|
:param _FeRole: FE节点角色
|
9578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9579
9448
|
:type FeRole: str
|
9580
9449
|
:param _UUID: UUID
|
9581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9582
9450
|
:type UUID: str
|
9583
9451
|
:param _Zone: 可用区
|
9584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9585
9452
|
:type Zone: str
|
9586
9453
|
:param _CreateTime: 创建时间
|
9587
9454
|
:type CreateTime: str
|
@@ -9680,7 +9547,6 @@ class InstanceNode(AbstractModel):
|
|
9680
9547
|
@property
|
9681
9548
|
def Status(self):
|
9682
9549
|
"""状态
|
9683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9684
9550
|
:rtype: str
|
9685
9551
|
"""
|
9686
9552
|
return self._Status
|
@@ -9692,7 +9558,6 @@ class InstanceNode(AbstractModel):
|
|
9692
9558
|
@property
|
9693
9559
|
def Rip(self):
|
9694
9560
|
"""rip
|
9695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9696
9561
|
:rtype: str
|
9697
9562
|
"""
|
9698
9563
|
return self._Rip
|
@@ -9704,7 +9569,6 @@ class InstanceNode(AbstractModel):
|
|
9704
9569
|
@property
|
9705
9570
|
def FeRole(self):
|
9706
9571
|
"""FE节点角色
|
9707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9708
9572
|
:rtype: str
|
9709
9573
|
"""
|
9710
9574
|
return self._FeRole
|
@@ -9716,7 +9580,6 @@ class InstanceNode(AbstractModel):
|
|
9716
9580
|
@property
|
9717
9581
|
def UUID(self):
|
9718
9582
|
"""UUID
|
9719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9720
9583
|
:rtype: str
|
9721
9584
|
"""
|
9722
9585
|
return self._UUID
|
@@ -9728,7 +9591,6 @@ class InstanceNode(AbstractModel):
|
|
9728
9591
|
@property
|
9729
9592
|
def Zone(self):
|
9730
9593
|
"""可用区
|
9731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9732
9594
|
:rtype: str
|
9733
9595
|
"""
|
9734
9596
|
return self._Zone
|
@@ -10177,7 +10039,6 @@ class ModifyCoolDownPolicyResponse(AbstractModel):
|
|
10177
10039
|
def __init__(self):
|
10178
10040
|
r"""
|
10179
10041
|
:param _ErrorMsg: 错误信息
|
10180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10181
10042
|
:type ErrorMsg: str
|
10182
10043
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10183
10044
|
:type RequestId: str
|
@@ -10188,7 +10049,6 @@ class ModifyCoolDownPolicyResponse(AbstractModel):
|
|
10188
10049
|
@property
|
10189
10050
|
def ErrorMsg(self):
|
10190
10051
|
"""错误信息
|
10191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10192
10052
|
:rtype: str
|
10193
10053
|
"""
|
10194
10054
|
return self._ErrorMsg
|
@@ -10400,7 +10260,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
|
|
10400
10260
|
def __init__(self):
|
10401
10261
|
r"""
|
10402
10262
|
:param _ErrorMsg: 错误信息
|
10403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10404
10263
|
:type ErrorMsg: str
|
10405
10264
|
:param _FlowId: ID
|
10406
10265
|
:type FlowId: int
|
@@ -10414,7 +10273,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
|
|
10414
10273
|
@property
|
10415
10274
|
def ErrorMsg(self):
|
10416
10275
|
"""错误信息
|
10417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10418
10276
|
:rtype: str
|
10419
10277
|
"""
|
10420
10278
|
return self._ErrorMsg
|
@@ -10749,7 +10607,6 @@ class ModifySecurityGroupsResponse(AbstractModel):
|
|
10749
10607
|
def __init__(self):
|
10750
10608
|
r"""
|
10751
10609
|
:param _ErrorMsg: 错误信息
|
10752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10753
10610
|
:type ErrorMsg: str
|
10754
10611
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10755
10612
|
:type RequestId: str
|
@@ -10760,7 +10617,6 @@ class ModifySecurityGroupsResponse(AbstractModel):
|
|
10760
10617
|
@property
|
10761
10618
|
def ErrorMsg(self):
|
10762
10619
|
"""错误信息
|
10763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10764
10620
|
:rtype: str
|
10765
10621
|
"""
|
10766
10622
|
return self._ErrorMsg
|
@@ -11006,7 +10862,6 @@ class ModifyUserPrivilegesV3Response(AbstractModel):
|
|
11006
10862
|
def __init__(self):
|
11007
10863
|
r"""
|
11008
10864
|
:param _ErrorMsg: 错误信息,为空就是没有错误
|
11009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11010
10865
|
:type ErrorMsg: str
|
11011
10866
|
:param _InstanceId: 集群id
|
11012
10867
|
:type InstanceId: str
|
@@ -11020,7 +10875,6 @@ class ModifyUserPrivilegesV3Response(AbstractModel):
|
|
11020
10875
|
@property
|
11021
10876
|
def ErrorMsg(self):
|
11022
10877
|
"""错误信息,为空就是没有错误
|
11023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11024
10878
|
:rtype: str
|
11025
10879
|
"""
|
11026
10880
|
return self._ErrorMsg
|
@@ -11256,13 +11110,10 @@ class NetworkInfo(AbstractModel):
|
|
11256
11110
|
def __init__(self):
|
11257
11111
|
r"""
|
11258
11112
|
:param _Zone: 可用区
|
11259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11260
11113
|
:type Zone: str
|
11261
11114
|
:param _SubnetId: 子网id
|
11262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11263
11115
|
:type SubnetId: str
|
11264
11116
|
:param _SubnetIpNum: 当前子网可用ip数
|
11265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11266
11117
|
:type SubnetIpNum: int
|
11267
11118
|
"""
|
11268
11119
|
self._Zone = None
|
@@ -11272,7 +11123,6 @@ class NetworkInfo(AbstractModel):
|
|
11272
11123
|
@property
|
11273
11124
|
def Zone(self):
|
11274
11125
|
"""可用区
|
11275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11276
11126
|
:rtype: str
|
11277
11127
|
"""
|
11278
11128
|
return self._Zone
|
@@ -11284,7 +11134,6 @@ class NetworkInfo(AbstractModel):
|
|
11284
11134
|
@property
|
11285
11135
|
def SubnetId(self):
|
11286
11136
|
"""子网id
|
11287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11288
11137
|
:rtype: str
|
11289
11138
|
"""
|
11290
11139
|
return self._SubnetId
|
@@ -11296,7 +11145,6 @@ class NetworkInfo(AbstractModel):
|
|
11296
11145
|
@property
|
11297
11146
|
def SubnetIpNum(self):
|
11298
11147
|
"""当前子网可用ip数
|
11299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11300
11148
|
:rtype: int
|
11301
11149
|
"""
|
11302
11150
|
return self._SubnetIpNum
|
@@ -11328,28 +11176,20 @@ class NodeInfo(AbstractModel):
|
|
11328
11176
|
def __init__(self):
|
11329
11177
|
r"""
|
11330
11178
|
:param _Ip: 用户IP
|
11331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11332
11179
|
:type Ip: str
|
11333
11180
|
:param _Status: 节点状态
|
11334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11335
11181
|
:type Status: int
|
11336
11182
|
:param _NodeName: 节点角色名
|
11337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11338
11183
|
:type NodeName: str
|
11339
11184
|
:param _ComponentName: 组件名
|
11340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11341
11185
|
:type ComponentName: str
|
11342
11186
|
:param _NodeRole: 节点角色
|
11343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11344
11187
|
:type NodeRole: str
|
11345
11188
|
:param _LastRestartTime: 节点上次重启的时间
|
11346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11347
11189
|
:type LastRestartTime: str
|
11348
11190
|
:param _Zone: 节点所在可用区
|
11349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11350
11191
|
:type Zone: str
|
11351
11192
|
:param _Id: Id
|
11352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11353
11193
|
:type Id: str
|
11354
11194
|
"""
|
11355
11195
|
self._Ip = None
|
@@ -11364,7 +11204,6 @@ class NodeInfo(AbstractModel):
|
|
11364
11204
|
@property
|
11365
11205
|
def Ip(self):
|
11366
11206
|
"""用户IP
|
11367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11368
11207
|
:rtype: str
|
11369
11208
|
"""
|
11370
11209
|
return self._Ip
|
@@ -11376,7 +11215,6 @@ class NodeInfo(AbstractModel):
|
|
11376
11215
|
@property
|
11377
11216
|
def Status(self):
|
11378
11217
|
"""节点状态
|
11379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11380
11218
|
:rtype: int
|
11381
11219
|
"""
|
11382
11220
|
return self._Status
|
@@ -11388,7 +11226,6 @@ class NodeInfo(AbstractModel):
|
|
11388
11226
|
@property
|
11389
11227
|
def NodeName(self):
|
11390
11228
|
"""节点角色名
|
11391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11392
11229
|
:rtype: str
|
11393
11230
|
"""
|
11394
11231
|
return self._NodeName
|
@@ -11400,7 +11237,6 @@ class NodeInfo(AbstractModel):
|
|
11400
11237
|
@property
|
11401
11238
|
def ComponentName(self):
|
11402
11239
|
"""组件名
|
11403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11404
11240
|
:rtype: str
|
11405
11241
|
"""
|
11406
11242
|
return self._ComponentName
|
@@ -11412,7 +11248,6 @@ class NodeInfo(AbstractModel):
|
|
11412
11248
|
@property
|
11413
11249
|
def NodeRole(self):
|
11414
11250
|
"""节点角色
|
11415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11416
11251
|
:rtype: str
|
11417
11252
|
"""
|
11418
11253
|
return self._NodeRole
|
@@ -11424,7 +11259,6 @@ class NodeInfo(AbstractModel):
|
|
11424
11259
|
@property
|
11425
11260
|
def LastRestartTime(self):
|
11426
11261
|
"""节点上次重启的时间
|
11427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11428
11262
|
:rtype: str
|
11429
11263
|
"""
|
11430
11264
|
return self._LastRestartTime
|
@@ -11436,7 +11270,6 @@ class NodeInfo(AbstractModel):
|
|
11436
11270
|
@property
|
11437
11271
|
def Zone(self):
|
11438
11272
|
"""节点所在可用区
|
11439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11440
11273
|
:rtype: str
|
11441
11274
|
"""
|
11442
11275
|
return self._Zone
|
@@ -11448,7 +11281,6 @@ class NodeInfo(AbstractModel):
|
|
11448
11281
|
@property
|
11449
11282
|
def Id(self):
|
11450
11283
|
"""Id
|
11451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11452
11284
|
:rtype: str
|
11453
11285
|
"""
|
11454
11286
|
return self._Id
|
@@ -11497,10 +11329,8 @@ class NodeInfos(AbstractModel):
|
|
11497
11329
|
:param _LastRestartTime: 上一次重启时间
|
11498
11330
|
:type LastRestartTime: str
|
11499
11331
|
:param _Id: id
|
11500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11501
11332
|
:type Id: str
|
11502
11333
|
:param _Zone: 可用区
|
11503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11504
11334
|
:type Zone: str
|
11505
11335
|
:param _CreateTime: 创建时间
|
11506
11336
|
:type CreateTime: str
|
@@ -11584,7 +11414,6 @@ class NodeInfos(AbstractModel):
|
|
11584
11414
|
@property
|
11585
11415
|
def Id(self):
|
11586
11416
|
"""id
|
11587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11588
11417
|
:rtype: str
|
11589
11418
|
"""
|
11590
11419
|
return self._Id
|
@@ -11596,7 +11425,6 @@ class NodeInfos(AbstractModel):
|
|
11596
11425
|
@property
|
11597
11426
|
def Zone(self):
|
11598
11427
|
"""可用区
|
11599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11600
11428
|
:rtype: str
|
11601
11429
|
"""
|
11602
11430
|
return self._Zone
|
@@ -11659,25 +11487,18 @@ class NodesSummary(AbstractModel):
|
|
11659
11487
|
:param _DiskDesc: 磁盘描述
|
11660
11488
|
:type DiskDesc: str
|
11661
11489
|
:param _AttachCBSSpec: 挂载云盘信息
|
11662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11663
11490
|
:type AttachCBSSpec: :class:`tencentcloud.cdwdoris.v20211228.models.AttachCBSSpec`
|
11664
11491
|
:param _SubProductType: 子产品名称
|
11665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11666
11492
|
:type SubProductType: str
|
11667
11493
|
:param _SpecCore: 规格核数
|
11668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11669
11494
|
:type SpecCore: int
|
11670
11495
|
:param _SpecMemory: 规格内存
|
11671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11672
11496
|
:type SpecMemory: int
|
11673
11497
|
:param _DiskCount: 磁盘大小
|
11674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11675
11498
|
:type DiskCount: int
|
11676
11499
|
:param _Encrypt: 是否加密
|
11677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11678
11500
|
:type Encrypt: int
|
11679
11501
|
:param _MaxDiskSize: 最大磁盘
|
11680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11681
11502
|
:type MaxDiskSize: int
|
11682
11503
|
"""
|
11683
11504
|
self._Spec = None
|
@@ -11775,7 +11596,6 @@ class NodesSummary(AbstractModel):
|
|
11775
11596
|
@property
|
11776
11597
|
def AttachCBSSpec(self):
|
11777
11598
|
"""挂载云盘信息
|
11778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11779
11599
|
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.AttachCBSSpec`
|
11780
11600
|
"""
|
11781
11601
|
return self._AttachCBSSpec
|
@@ -11787,7 +11607,6 @@ class NodesSummary(AbstractModel):
|
|
11787
11607
|
@property
|
11788
11608
|
def SubProductType(self):
|
11789
11609
|
"""子产品名称
|
11790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11791
11610
|
:rtype: str
|
11792
11611
|
"""
|
11793
11612
|
return self._SubProductType
|
@@ -11799,7 +11618,6 @@ class NodesSummary(AbstractModel):
|
|
11799
11618
|
@property
|
11800
11619
|
def SpecCore(self):
|
11801
11620
|
"""规格核数
|
11802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11803
11621
|
:rtype: int
|
11804
11622
|
"""
|
11805
11623
|
return self._SpecCore
|
@@ -11811,7 +11629,6 @@ class NodesSummary(AbstractModel):
|
|
11811
11629
|
@property
|
11812
11630
|
def SpecMemory(self):
|
11813
11631
|
"""规格内存
|
11814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11815
11632
|
:rtype: int
|
11816
11633
|
"""
|
11817
11634
|
return self._SpecMemory
|
@@ -11823,7 +11640,6 @@ class NodesSummary(AbstractModel):
|
|
11823
11640
|
@property
|
11824
11641
|
def DiskCount(self):
|
11825
11642
|
"""磁盘大小
|
11826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11827
11643
|
:rtype: int
|
11828
11644
|
"""
|
11829
11645
|
return self._DiskCount
|
@@ -11835,7 +11651,6 @@ class NodesSummary(AbstractModel):
|
|
11835
11651
|
@property
|
11836
11652
|
def Encrypt(self):
|
11837
11653
|
"""是否加密
|
11838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11839
11654
|
:rtype: int
|
11840
11655
|
"""
|
11841
11656
|
return self._Encrypt
|
@@ -11847,7 +11662,6 @@ class NodesSummary(AbstractModel):
|
|
11847
11662
|
@property
|
11848
11663
|
def MaxDiskSize(self):
|
11849
11664
|
"""最大磁盘
|
11850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11851
11665
|
:rtype: int
|
11852
11666
|
"""
|
11853
11667
|
return self._MaxDiskSize
|
@@ -12112,7 +11926,6 @@ class OpenCoolDownResponse(AbstractModel):
|
|
12112
11926
|
def __init__(self):
|
12113
11927
|
r"""
|
12114
11928
|
:param _ErrorMsg: 错误信息
|
12115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12116
11929
|
:type ErrorMsg: str
|
12117
11930
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12118
11931
|
:type RequestId: str
|
@@ -12123,7 +11936,6 @@ class OpenCoolDownResponse(AbstractModel):
|
|
12123
11936
|
@property
|
12124
11937
|
def ErrorMsg(self):
|
12125
11938
|
"""错误信息
|
12126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12127
11939
|
:rtype: str
|
12128
11940
|
"""
|
12129
11941
|
return self._ErrorMsg
|