tencentcloud-sdk-python 3.0.1384__py2.py3-none-any.whl → 3.0.1385__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/batch/v20170312/models.py +2 -2
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +62 -2
- tencentcloud/clb/v20180317/models.py +10 -2
- tencentcloud/cls/v20201016/cls_client.py +2 -1
- tencentcloud/cls/v20201016/models.py +21 -2
- tencentcloud/cvm/v20170312/errorcodes.py +12 -3
- tencentcloud/cvm/v20170312/models.py +12 -10
- tencentcloud/cynosdb/v20190107/models.py +0 -4
- tencentcloud/dsgc/v20190723/dsgc_client.py +45 -15
- tencentcloud/dsgc/v20190723/models.py +24 -4
- tencentcloud/dts/v20180330/models.py +8 -0
- tencentcloud/ess/v20201111/models.py +2 -2
- tencentcloud/goosefs/v20220519/goosefs_client.py +138 -0
- tencentcloud/goosefs/v20220519/models.py +861 -1
- tencentcloud/hai/v20230812/models.py +6 -6
- tencentcloud/iotexplorer/v20190423/models.py +19 -4
- tencentcloud/keewidb/v20220308/models.py +26 -2
- tencentcloud/lighthouse/v20200324/models.py +4 -0
- tencentcloud/lke/v20231130/lke_client.py +3 -3
- tencentcloud/lke/v20231130/models.py +0 -90
- tencentcloud/postgres/v20170312/models.py +0 -214
- tencentcloud/postgres/v20170312/postgres_client.py +0 -25
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/sqlserver/v20180328/models.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +30 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +50 -2
- tencentcloud/tse/v20201207/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1385.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1385.dist-info}/RECORD +37 -37
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1385.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1385.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1385.dist-info}/top_level.txt +0 -0
@@ -27868,7 +27868,7 @@ class RegionInfo(AbstractModel):
|
|
27868
27868
|
|
27869
27869
|
def __init__(self):
|
27870
27870
|
r"""
|
27871
|
-
:param _Region: 地域英文ID,类似ap-
|
27871
|
+
:param _Region: 地域英文ID,类似ap-guangzhou
|
27872
27872
|
:type Region: str
|
27873
27873
|
:param _RegionName: 地域中文名称
|
27874
27874
|
:type RegionName: str
|
@@ -27884,7 +27884,7 @@ class RegionInfo(AbstractModel):
|
|
27884
27884
|
|
27885
27885
|
@property
|
27886
27886
|
def Region(self):
|
27887
|
-
"""地域英文ID,类似ap-
|
27887
|
+
"""地域英文ID,类似ap-guangzhou
|
27888
27888
|
:rtype: str
|
27889
27889
|
"""
|
27890
27890
|
return self._Region
|
@@ -98,6 +98,9 @@ FAILEDOPERATION_CERTIFICATEHOSTRESOURCEINSTANCEHUGELIMIT = 'FailedOperation.Cert
|
|
98
98
|
# 云资源类型无效。
|
99
99
|
FAILEDOPERATION_CERTIFICATEHOSTRESOURCETYPEINVALID = 'FailedOperation.CertificateHostResourceTypeInvalid'
|
100
100
|
|
101
|
+
# 邮箱不能为空
|
102
|
+
FAILEDOPERATION_CERTIFICATEINFOSUBMITCONTACTEMAILEMPTY = 'FailedOperation.CertificateInfoSubmitContactEmailEmpty'
|
103
|
+
|
101
104
|
# 您输入的域名%s格式有误,请您核对后重新提交
|
102
105
|
FAILEDOPERATION_CERTIFICATEINFOSUBMITDOMAININVALID = 'FailedOperation.CertificateInfoSubmitDomainInvalid'
|
103
106
|
|
@@ -131,6 +134,9 @@ FAILEDOPERATION_CERTIFICATENOTFOUNDORCANTCANCEL = 'FailedOperation.CertificateNo
|
|
131
134
|
# 订单正在处理中,请您耐心等待
|
132
135
|
FAILEDOPERATION_CERTIFICATEORDERSUBMITPROCESSING = 'FailedOperation.CertificateOrderSubmitProcessing'
|
133
136
|
|
137
|
+
# 当前选择的根证书无效,请您重新选择
|
138
|
+
FAILEDOPERATION_CERTIFICATEORDERSUBMITROOTCAINVALID = 'FailedOperation.CertificateOrderSubmitRootCAInvalid'
|
139
|
+
|
134
140
|
# 解析失败,请检查证书是否符合标准,请留意是否有多余的空格
|
135
141
|
FAILEDOPERATION_CERTIFICATEPARSEERROR = 'FailedOperation.CertificateParseError'
|
136
142
|
|
@@ -1535,6 +1535,10 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
1535
1535
|
:type TechEmail: str
|
1536
1536
|
:param _TechTitle: 联系人职位。若没有传ManagerId, 则此字段必传
|
1537
1537
|
:type TechTitle: str
|
1538
|
+
:param _Type: 证书类型
|
1539
|
+
:type Type: int
|
1540
|
+
:param _CaType: 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
|
1541
|
+
:type CaType: str
|
1538
1542
|
"""
|
1539
1543
|
self._CertId = None
|
1540
1544
|
self._GenCsrType = None
|
@@ -1574,6 +1578,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
1574
1578
|
self._TechPhone = None
|
1575
1579
|
self._TechEmail = None
|
1576
1580
|
self._TechTitle = None
|
1581
|
+
self._Type = None
|
1582
|
+
self._CaType = None
|
1577
1583
|
|
1578
1584
|
@property
|
1579
1585
|
def CertId(self):
|
@@ -2019,6 +2025,28 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
2019
2025
|
def TechTitle(self, TechTitle):
|
2020
2026
|
self._TechTitle = TechTitle
|
2021
2027
|
|
2028
|
+
@property
|
2029
|
+
def Type(self):
|
2030
|
+
"""证书类型
|
2031
|
+
:rtype: int
|
2032
|
+
"""
|
2033
|
+
return self._Type
|
2034
|
+
|
2035
|
+
@Type.setter
|
2036
|
+
def Type(self, Type):
|
2037
|
+
self._Type = Type
|
2038
|
+
|
2039
|
+
@property
|
2040
|
+
def CaType(self):
|
2041
|
+
"""只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
|
2042
|
+
:rtype: str
|
2043
|
+
"""
|
2044
|
+
return self._CaType
|
2045
|
+
|
2046
|
+
@CaType.setter
|
2047
|
+
def CaType(self, CaType):
|
2048
|
+
self._CaType = CaType
|
2049
|
+
|
2022
2050
|
|
2023
2051
|
def _deserialize(self, params):
|
2024
2052
|
self._CertId = params.get("CertId")
|
@@ -2059,6 +2087,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
2059
2087
|
self._TechPhone = params.get("TechPhone")
|
2060
2088
|
self._TechEmail = params.get("TechEmail")
|
2061
2089
|
self._TechTitle = params.get("TechTitle")
|
2090
|
+
self._Type = params.get("Type")
|
2091
|
+
self._CaType = params.get("CaType")
|
2062
2092
|
memeber_set = set(params.keys())
|
2063
2093
|
for name, value in vars(self).items():
|
2064
2094
|
property_name = name[1:]
|
@@ -137,6 +137,9 @@ FAILEDOPERATION_KUBECLIENTCONF = 'FailedOperation.KubeClientConf'
|
|
137
137
|
# 连接用户Kubernetes集群失败。
|
138
138
|
FAILEDOPERATION_KUBECLIENTCONNECTION = 'FailedOperation.KubeClientConnection'
|
139
139
|
|
140
|
+
# 创建kube client失败
|
141
|
+
FAILEDOPERATION_KUBECLIENTCREATE = 'FailedOperation.KubeClientCreate'
|
142
|
+
|
140
143
|
# KubernetesAPI错误。
|
141
144
|
FAILEDOPERATION_KUBECOMMON = 'FailedOperation.KubeCommon'
|
142
145
|
|
@@ -11377,14 +11377,29 @@ class ServerPushText(AbstractModel):
|
|
11377
11377
|
:param _StopAfterPlay: 播报完文本后,是否自动关闭对话任务
|
11378
11378
|
:type StopAfterPlay: bool
|
11379
11379
|
:param _Audio: 服务端推送播报音频
|
11380
|
-
|
11380
|
+
格式说明:音频必须为单声道,采样率必须跟对应TTS的采样率保持一致,编码为Base64字符串。
|
11381
11381
|
输入规则:当提供Audio字段时,将不接受Text字段的输入。系统将直接播放Audio字段中的音频内容。
|
11382
11382
|
:type Audio: str
|
11383
|
+
:param _DropMode: 默认为0,仅在Interrupt为false时有效
|
11384
|
+
- 0表示当前有交互发生时,会丢弃Interrupt为false的消息
|
11385
|
+
- 1表示当前有交互发生时,不会丢弃Interrupt为false的消息,而是缓存下来,等待当前交互结束后,再去处理
|
11386
|
+
|
11387
|
+
注意:DropMode为1时,允许缓存多个消息,如果后续出现了打断,缓存的消息会被清空
|
11388
|
+
:type DropMode: int
|
11389
|
+
:param _Priority: ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。**目前仅支持传入0,如果需要传入1,请提工单联系我们添加权限。**
|
11390
|
+
注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。
|
11391
|
+
例子:
|
11392
|
+
- Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断
|
11393
|
+
- Priority=1、Interrupt=false、DropMode=1,会等待当前交互结束,再进行播报,播报过程中不会被打断
|
11394
|
+
|
11395
|
+
:type Priority: int
|
11383
11396
|
"""
|
11384
11397
|
self._Text = None
|
11385
11398
|
self._Interrupt = None
|
11386
11399
|
self._StopAfterPlay = None
|
11387
11400
|
self._Audio = None
|
11401
|
+
self._DropMode = None
|
11402
|
+
self._Priority = None
|
11388
11403
|
|
11389
11404
|
@property
|
11390
11405
|
def Text(self):
|
@@ -11422,7 +11437,7 @@ class ServerPushText(AbstractModel):
|
|
11422
11437
|
@property
|
11423
11438
|
def Audio(self):
|
11424
11439
|
"""服务端推送播报音频
|
11425
|
-
|
11440
|
+
格式说明:音频必须为单声道,采样率必须跟对应TTS的采样率保持一致,编码为Base64字符串。
|
11426
11441
|
输入规则:当提供Audio字段时,将不接受Text字段的输入。系统将直接播放Audio字段中的音频内容。
|
11427
11442
|
:rtype: str
|
11428
11443
|
"""
|
@@ -11432,12 +11447,45 @@ class ServerPushText(AbstractModel):
|
|
11432
11447
|
def Audio(self, Audio):
|
11433
11448
|
self._Audio = Audio
|
11434
11449
|
|
11450
|
+
@property
|
11451
|
+
def DropMode(self):
|
11452
|
+
"""默认为0,仅在Interrupt为false时有效
|
11453
|
+
- 0表示当前有交互发生时,会丢弃Interrupt为false的消息
|
11454
|
+
- 1表示当前有交互发生时,不会丢弃Interrupt为false的消息,而是缓存下来,等待当前交互结束后,再去处理
|
11455
|
+
|
11456
|
+
注意:DropMode为1时,允许缓存多个消息,如果后续出现了打断,缓存的消息会被清空
|
11457
|
+
:rtype: int
|
11458
|
+
"""
|
11459
|
+
return self._DropMode
|
11460
|
+
|
11461
|
+
@DropMode.setter
|
11462
|
+
def DropMode(self, DropMode):
|
11463
|
+
self._DropMode = DropMode
|
11464
|
+
|
11465
|
+
@property
|
11466
|
+
def Priority(self):
|
11467
|
+
"""ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。**目前仅支持传入0,如果需要传入1,请提工单联系我们添加权限。**
|
11468
|
+
注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。
|
11469
|
+
例子:
|
11470
|
+
- Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断
|
11471
|
+
- Priority=1、Interrupt=false、DropMode=1,会等待当前交互结束,再进行播报,播报过程中不会被打断
|
11472
|
+
|
11473
|
+
:rtype: int
|
11474
|
+
"""
|
11475
|
+
return self._Priority
|
11476
|
+
|
11477
|
+
@Priority.setter
|
11478
|
+
def Priority(self, Priority):
|
11479
|
+
self._Priority = Priority
|
11480
|
+
|
11435
11481
|
|
11436
11482
|
def _deserialize(self, params):
|
11437
11483
|
self._Text = params.get("Text")
|
11438
11484
|
self._Interrupt = params.get("Interrupt")
|
11439
11485
|
self._StopAfterPlay = params.get("StopAfterPlay")
|
11440
11486
|
self._Audio = params.get("Audio")
|
11487
|
+
self._DropMode = params.get("DropMode")
|
11488
|
+
self._Priority = params.get("Priority")
|
11441
11489
|
memeber_set = set(params.keys())
|
11442
11490
|
for name, value in vars(self).items():
|
11443
11491
|
property_name = name[1:]
|
@@ -95,6 +95,9 @@ INTERNALERROR_VPCFAILURE = 'InternalError.VPCFailure'
|
|
95
95
|
# 参数错误。
|
96
96
|
INVALIDPARAMETER = 'InvalidParameter'
|
97
97
|
|
98
|
+
# json转换失败
|
99
|
+
INVALIDPARAMETER_PARSEJSONERROR = 'InvalidParameter.ParseJsonError'
|
100
|
+
|
98
101
|
# 参数取值错误。
|
99
102
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
100
103
|
|
@@ -18968,6 +18968,9 @@ class GovernanceAlias(AbstractModel):
|
|
18968
18968
|
:type Id: str
|
18969
18969
|
:param _Editable: 该服务别名是否可以编辑
|
18970
18970
|
:type Editable: bool
|
18971
|
+
:param _Metadatas: 元数据信息
|
18972
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
18973
|
+
:type Metadatas: list of Metadata
|
18971
18974
|
"""
|
18972
18975
|
self._Alias = None
|
18973
18976
|
self._AliasNamespace = None
|
@@ -18978,6 +18981,7 @@ class GovernanceAlias(AbstractModel):
|
|
18978
18981
|
self._ModifyTime = None
|
18979
18982
|
self._Id = None
|
18980
18983
|
self._Editable = None
|
18984
|
+
self._Metadatas = None
|
18981
18985
|
|
18982
18986
|
@property
|
18983
18987
|
def Alias(self):
|
@@ -19078,6 +19082,18 @@ class GovernanceAlias(AbstractModel):
|
|
19078
19082
|
def Editable(self, Editable):
|
19079
19083
|
self._Editable = Editable
|
19080
19084
|
|
19085
|
+
@property
|
19086
|
+
def Metadatas(self):
|
19087
|
+
"""元数据信息
|
19088
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19089
|
+
:rtype: list of Metadata
|
19090
|
+
"""
|
19091
|
+
return self._Metadatas
|
19092
|
+
|
19093
|
+
@Metadatas.setter
|
19094
|
+
def Metadatas(self, Metadatas):
|
19095
|
+
self._Metadatas = Metadatas
|
19096
|
+
|
19081
19097
|
|
19082
19098
|
def _deserialize(self, params):
|
19083
19099
|
self._Alias = params.get("Alias")
|
@@ -19089,6 +19105,12 @@ class GovernanceAlias(AbstractModel):
|
|
19089
19105
|
self._ModifyTime = params.get("ModifyTime")
|
19090
19106
|
self._Id = params.get("Id")
|
19091
19107
|
self._Editable = params.get("Editable")
|
19108
|
+
if params.get("Metadatas") is not None:
|
19109
|
+
self._Metadatas = []
|
19110
|
+
for item in params.get("Metadatas"):
|
19111
|
+
obj = Metadata()
|
19112
|
+
obj._deserialize(item)
|
19113
|
+
self._Metadatas.append(obj)
|
19092
19114
|
memeber_set = set(params.keys())
|
19093
19115
|
for name, value in vars(self).items():
|
19094
19116
|
property_name = name[1:]
|
@@ -19995,6 +20017,9 @@ class GovernanceNamespace(AbstractModel):
|
|
19995
20017
|
:type ServiceExportTo: list of str
|
19996
20018
|
:param _SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
19997
20019
|
:type SyncToGlobalRegistry: bool
|
20020
|
+
:param _Metadatas: 元数据
|
20021
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20022
|
+
:type Metadatas: list of Metadata
|
19998
20023
|
"""
|
19999
20024
|
self._Name = None
|
20000
20025
|
self._Comment = None
|
@@ -20011,6 +20036,7 @@ class GovernanceNamespace(AbstractModel):
|
|
20011
20036
|
self._RemoveGroupIds = None
|
20012
20037
|
self._ServiceExportTo = None
|
20013
20038
|
self._SyncToGlobalRegistry = None
|
20039
|
+
self._Metadatas = None
|
20014
20040
|
|
20015
20041
|
@property
|
20016
20042
|
def Name(self):
|
@@ -20177,6 +20203,18 @@ class GovernanceNamespace(AbstractModel):
|
|
20177
20203
|
def SyncToGlobalRegistry(self, SyncToGlobalRegistry):
|
20178
20204
|
self._SyncToGlobalRegistry = SyncToGlobalRegistry
|
20179
20205
|
|
20206
|
+
@property
|
20207
|
+
def Metadatas(self):
|
20208
|
+
"""元数据
|
20209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20210
|
+
:rtype: list of Metadata
|
20211
|
+
"""
|
20212
|
+
return self._Metadatas
|
20213
|
+
|
20214
|
+
@Metadatas.setter
|
20215
|
+
def Metadatas(self, Metadatas):
|
20216
|
+
self._Metadatas = Metadatas
|
20217
|
+
|
20180
20218
|
|
20181
20219
|
def _deserialize(self, params):
|
20182
20220
|
self._Name = params.get("Name")
|
@@ -20194,6 +20232,12 @@ class GovernanceNamespace(AbstractModel):
|
|
20194
20232
|
self._RemoveGroupIds = params.get("RemoveGroupIds")
|
20195
20233
|
self._ServiceExportTo = params.get("ServiceExportTo")
|
20196
20234
|
self._SyncToGlobalRegistry = params.get("SyncToGlobalRegistry")
|
20235
|
+
if params.get("Metadatas") is not None:
|
20236
|
+
self._Metadatas = []
|
20237
|
+
for item in params.get("Metadatas"):
|
20238
|
+
obj = Metadata()
|
20239
|
+
obj._deserialize(item)
|
20240
|
+
self._Metadatas.append(obj)
|
20197
20241
|
memeber_set = set(params.keys())
|
20198
20242
|
for name, value in vars(self).items():
|
20199
20243
|
property_name = name[1:]
|
@@ -20691,6 +20735,9 @@ class GovernanceServiceContract(AbstractModel):
|
|
20691
20735
|
:type ModifyTime: str
|
20692
20736
|
:param _Interfaces: 契约接口列表
|
20693
20737
|
:type Interfaces: list of GovernanceInterfaceDescription
|
20738
|
+
:param _Metadatas: 元数据
|
20739
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20740
|
+
:type Metadatas: list of Metadata
|
20694
20741
|
"""
|
20695
20742
|
self._Name = None
|
20696
20743
|
self._Namespace = None
|
@@ -20703,6 +20750,7 @@ class GovernanceServiceContract(AbstractModel):
|
|
20703
20750
|
self._CreateTime = None
|
20704
20751
|
self._ModifyTime = None
|
20705
20752
|
self._Interfaces = None
|
20753
|
+
self._Metadatas = None
|
20706
20754
|
|
20707
20755
|
@property
|
20708
20756
|
def Name(self):
|
@@ -20825,6 +20873,18 @@ class GovernanceServiceContract(AbstractModel):
|
|
20825
20873
|
def Interfaces(self, Interfaces):
|
20826
20874
|
self._Interfaces = Interfaces
|
20827
20875
|
|
20876
|
+
@property
|
20877
|
+
def Metadatas(self):
|
20878
|
+
"""元数据
|
20879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20880
|
+
:rtype: list of Metadata
|
20881
|
+
"""
|
20882
|
+
return self._Metadatas
|
20883
|
+
|
20884
|
+
@Metadatas.setter
|
20885
|
+
def Metadatas(self, Metadatas):
|
20886
|
+
self._Metadatas = Metadatas
|
20887
|
+
|
20828
20888
|
|
20829
20889
|
def _deserialize(self, params):
|
20830
20890
|
self._Name = params.get("Name")
|
@@ -20843,6 +20903,12 @@ class GovernanceServiceContract(AbstractModel):
|
|
20843
20903
|
obj = GovernanceInterfaceDescription()
|
20844
20904
|
obj._deserialize(item)
|
20845
20905
|
self._Interfaces.append(obj)
|
20906
|
+
if params.get("Metadatas") is not None:
|
20907
|
+
self._Metadatas = []
|
20908
|
+
for item in params.get("Metadatas"):
|
20909
|
+
obj = Metadata()
|
20910
|
+
obj._deserialize(item)
|
20911
|
+
self._Metadatas.append(obj)
|
20846
20912
|
memeber_set = set(params.keys())
|
20847
20913
|
for name, value in vars(self).items():
|
20848
20914
|
property_name = name[1:]
|
@@ -28470,6 +28536,14 @@ class SREInstance(AbstractModel):
|
|
28470
28536
|
:type ZookeeperRegionInfo: :class:`tencentcloud.tse.v20201207.models.ZookeeperRegionInfo`
|
28471
28537
|
:param _DeployMode: 部署架构
|
28472
28538
|
:type DeployMode: str
|
28539
|
+
:param _GlobalType: 全局属性
|
28540
|
+
:type GlobalType: str
|
28541
|
+
:param _GroupType: 所属组类型
|
28542
|
+
:type GroupType: str
|
28543
|
+
:param _GroupId: 组id
|
28544
|
+
:type GroupId: list of str
|
28545
|
+
:param _IsMainRegion: 是否为主地域
|
28546
|
+
:type IsMainRegion: bool
|
28473
28547
|
"""
|
28474
28548
|
self._InstanceId = None
|
28475
28549
|
self._Name = None
|
@@ -28507,6 +28581,10 @@ class SREInstance(AbstractModel):
|
|
28507
28581
|
self._StorageOption = None
|
28508
28582
|
self._ZookeeperRegionInfo = None
|
28509
28583
|
self._DeployMode = None
|
28584
|
+
self._GlobalType = None
|
28585
|
+
self._GroupType = None
|
28586
|
+
self._GroupId = None
|
28587
|
+
self._IsMainRegion = None
|
28510
28588
|
|
28511
28589
|
@property
|
28512
28590
|
def InstanceId(self):
|
@@ -28904,6 +28982,50 @@ class SREInstance(AbstractModel):
|
|
28904
28982
|
def DeployMode(self, DeployMode):
|
28905
28983
|
self._DeployMode = DeployMode
|
28906
28984
|
|
28985
|
+
@property
|
28986
|
+
def GlobalType(self):
|
28987
|
+
"""全局属性
|
28988
|
+
:rtype: str
|
28989
|
+
"""
|
28990
|
+
return self._GlobalType
|
28991
|
+
|
28992
|
+
@GlobalType.setter
|
28993
|
+
def GlobalType(self, GlobalType):
|
28994
|
+
self._GlobalType = GlobalType
|
28995
|
+
|
28996
|
+
@property
|
28997
|
+
def GroupType(self):
|
28998
|
+
"""所属组类型
|
28999
|
+
:rtype: str
|
29000
|
+
"""
|
29001
|
+
return self._GroupType
|
29002
|
+
|
29003
|
+
@GroupType.setter
|
29004
|
+
def GroupType(self, GroupType):
|
29005
|
+
self._GroupType = GroupType
|
29006
|
+
|
29007
|
+
@property
|
29008
|
+
def GroupId(self):
|
29009
|
+
"""组id
|
29010
|
+
:rtype: list of str
|
29011
|
+
"""
|
29012
|
+
return self._GroupId
|
29013
|
+
|
29014
|
+
@GroupId.setter
|
29015
|
+
def GroupId(self, GroupId):
|
29016
|
+
self._GroupId = GroupId
|
29017
|
+
|
29018
|
+
@property
|
29019
|
+
def IsMainRegion(self):
|
29020
|
+
"""是否为主地域
|
29021
|
+
:rtype: bool
|
29022
|
+
"""
|
29023
|
+
return self._IsMainRegion
|
29024
|
+
|
29025
|
+
@IsMainRegion.setter
|
29026
|
+
def IsMainRegion(self, IsMainRegion):
|
29027
|
+
self._IsMainRegion = IsMainRegion
|
29028
|
+
|
28907
29029
|
|
28908
29030
|
def _deserialize(self, params):
|
28909
29031
|
self._InstanceId = params.get("InstanceId")
|
@@ -28974,6 +29096,10 @@ class SREInstance(AbstractModel):
|
|
28974
29096
|
self._ZookeeperRegionInfo = ZookeeperRegionInfo()
|
28975
29097
|
self._ZookeeperRegionInfo._deserialize(params.get("ZookeeperRegionInfo"))
|
28976
29098
|
self._DeployMode = params.get("DeployMode")
|
29099
|
+
self._GlobalType = params.get("GlobalType")
|
29100
|
+
self._GroupType = params.get("GroupType")
|
29101
|
+
self._GroupId = params.get("GroupId")
|
29102
|
+
self._IsMainRegion = params.get("IsMainRegion")
|
28977
29103
|
memeber_set = set(params.keys())
|
28978
29104
|
for name, value in vars(self).items():
|
28979
29105
|
property_name = name[1:]
|