tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1347__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/advisor/v20200721/models.py +0 -26
- tencentcloud/batch/v20170312/models.py +8 -8
- tencentcloud/cdwpg/v20201230/models.py +84 -84
- tencentcloud/chc/__init__.py +0 -0
- tencentcloud/chc/v20230418/__init__.py +0 -0
- tencentcloud/chc/v20230418/chc_client.py +854 -0
- tencentcloud/chc/v20230418/errorcodes.py +15 -0
- tencentcloud/chc/v20230418/models.py +9963 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/cls/v20201016/models.py +0 -198
- tencentcloud/dbbrain/v20191016/models.py +0 -4
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1024 -199
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
- tencentcloud/ecdn/v20191012/models.py +4 -1047
- tencentcloud/ess/v20201111/models.py +27 -6
- tencentcloud/essbasic/v20210526/models.py +21 -0
- tencentcloud/gs/v20191118/errorcodes.py +9 -0
- tencentcloud/gs/v20191118/gs_client.py +775 -12
- tencentcloud/gs/v20191118/models.py +4968 -477
- tencentcloud/hai/v20230812/models.py +0 -22
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +24 -22
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +15 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -28
- tencentcloud/wedata/v20210820/models.py +109 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/RECORD +40 -35
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/top_level.txt +0 -0
@@ -3882,13 +3882,10 @@ class EnhancedService(AbstractModel):
|
|
3882
3882
|
def __init__(self):
|
3883
3883
|
r"""
|
3884
3884
|
:param _SecurityService: 开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
3885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3886
3885
|
:type SecurityService: :class:`tencentcloud.thpc.v20230321.models.RunSecurityServiceEnabled`
|
3887
3886
|
:param _MonitorService: 开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
|
3888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3889
3887
|
:type MonitorService: :class:`tencentcloud.thpc.v20230321.models.RunMonitorServiceEnabled`
|
3890
3888
|
:param _AutomationService: 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
|
3891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3892
3889
|
:type AutomationService: :class:`tencentcloud.thpc.v20230321.models.RunAutomationServiceEnabled`
|
3893
3890
|
"""
|
3894
3891
|
self._SecurityService = None
|
@@ -3898,7 +3895,6 @@ class EnhancedService(AbstractModel):
|
|
3898
3895
|
@property
|
3899
3896
|
def SecurityService(self):
|
3900
3897
|
"""开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
3901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3902
3898
|
:rtype: :class:`tencentcloud.thpc.v20230321.models.RunSecurityServiceEnabled`
|
3903
3899
|
"""
|
3904
3900
|
return self._SecurityService
|
@@ -3910,7 +3906,6 @@ class EnhancedService(AbstractModel):
|
|
3910
3906
|
@property
|
3911
3907
|
def MonitorService(self):
|
3912
3908
|
"""开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
|
3913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3914
3909
|
:rtype: :class:`tencentcloud.thpc.v20230321.models.RunMonitorServiceEnabled`
|
3915
3910
|
"""
|
3916
3911
|
return self._MonitorService
|
@@ -3922,7 +3917,6 @@ class EnhancedService(AbstractModel):
|
|
3922
3917
|
@property
|
3923
3918
|
def AutomationService(self):
|
3924
3919
|
"""开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
|
3925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3926
3920
|
:rtype: :class:`tencentcloud.thpc.v20230321.models.RunAutomationServiceEnabled`
|
3927
3921
|
"""
|
3928
3922
|
return self._AutomationService
|
@@ -5408,6 +5402,8 @@ class NodeOverview(AbstractModel):
|
|
5408
5402
|
:param _NodeId: thpc集群节点id
|
5409
5403
|
注意:此字段可能返回 null,表示取不到有效值。
|
5410
5404
|
:type NodeId: str
|
5405
|
+
:param _NodeAllocateState: 节点的工作状态
|
5406
|
+
:type NodeAllocateState: str
|
5411
5407
|
"""
|
5412
5408
|
self._InstanceId = None
|
5413
5409
|
self._Zone = None
|
@@ -5417,6 +5413,7 @@ class NodeOverview(AbstractModel):
|
|
5417
5413
|
self._NodeRole = None
|
5418
5414
|
self._NodeType = None
|
5419
5415
|
self._NodeId = None
|
5416
|
+
self._NodeAllocateState = None
|
5420
5417
|
|
5421
5418
|
@property
|
5422
5419
|
def InstanceId(self):
|
@@ -5514,6 +5511,17 @@ class NodeOverview(AbstractModel):
|
|
5514
5511
|
def NodeId(self, NodeId):
|
5515
5512
|
self._NodeId = NodeId
|
5516
5513
|
|
5514
|
+
@property
|
5515
|
+
def NodeAllocateState(self):
|
5516
|
+
"""节点的工作状态
|
5517
|
+
:rtype: str
|
5518
|
+
"""
|
5519
|
+
return self._NodeAllocateState
|
5520
|
+
|
5521
|
+
@NodeAllocateState.setter
|
5522
|
+
def NodeAllocateState(self, NodeAllocateState):
|
5523
|
+
self._NodeAllocateState = NodeAllocateState
|
5524
|
+
|
5517
5525
|
|
5518
5526
|
def _deserialize(self, params):
|
5519
5527
|
self._InstanceId = params.get("InstanceId")
|
@@ -5524,6 +5532,7 @@ class NodeOverview(AbstractModel):
|
|
5524
5532
|
self._NodeRole = params.get("NodeRole")
|
5525
5533
|
self._NodeType = params.get("NodeType")
|
5526
5534
|
self._NodeId = params.get("NodeId")
|
5535
|
+
self._NodeAllocateState = params.get("NodeAllocateState")
|
5527
5536
|
memeber_set = set(params.keys())
|
5528
5537
|
for name, value in vars(self).items():
|
5529
5538
|
property_name = name[1:]
|
@@ -5543,10 +5552,8 @@ class NodeScript(AbstractModel):
|
|
5543
5552
|
r"""
|
5544
5553
|
:param _ScriptPath: 节点执行脚本获取地址。
|
5545
5554
|
目前仅支持cos地址。地址最大长度:255。
|
5546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5547
5555
|
:type ScriptPath: str
|
5548
5556
|
:param _Timeout: 脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
|
5549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5550
5557
|
:type Timeout: int
|
5551
5558
|
"""
|
5552
5559
|
self._ScriptPath = None
|
@@ -5556,7 +5563,6 @@ class NodeScript(AbstractModel):
|
|
5556
5563
|
def ScriptPath(self):
|
5557
5564
|
"""节点执行脚本获取地址。
|
5558
5565
|
目前仅支持cos地址。地址最大长度:255。
|
5559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5560
5566
|
:rtype: str
|
5561
5567
|
"""
|
5562
5568
|
return self._ScriptPath
|
@@ -5568,7 +5574,6 @@ class NodeScript(AbstractModel):
|
|
5568
5574
|
@property
|
5569
5575
|
def Timeout(self):
|
5570
5576
|
"""脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
|
5571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5572
5577
|
:rtype: int
|
5573
5578
|
"""
|
5574
5579
|
return self._Timeout
|
@@ -5955,28 +5960,23 @@ class QueueConfigOverview(AbstractModel):
|
|
5955
5960
|
:param _ExpansionNodeConfigs: 扩容节点配置信息。
|
5956
5961
|
:type ExpansionNodeConfigs: list of ExpansionNodeConfigOverview
|
5957
5962
|
:param _DesiredIdleNodeCapacity: 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
5958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5959
5963
|
:type DesiredIdleNodeCapacity: int
|
5960
5964
|
:param _DesiredNodeCount: 队列中期望的总节点数。
|
5961
5965
|
:type DesiredNodeCount: int
|
5962
5966
|
:param _ScaleOutRatio: 扩容比例。默认值:100。取值范围:1~100。
|
5963
5967
|
如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
|
5964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5965
5968
|
:type ScaleOutRatio: int
|
5966
5969
|
:param _ScaleOutNodeThreshold: 比例扩容阈值。默认值:0。取值范围:0~200。
|
5967
5970
|
当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
|
5968
5971
|
此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
|
5969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5970
5972
|
:type ScaleOutNodeThreshold: int
|
5971
5973
|
:param _MaxNodesPerCycle: 每轮扩容最大节点个数。
|
5972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5973
5974
|
:type MaxNodesPerCycle: int
|
5974
5975
|
:param _ScaleUpMemRatio: 扩容过程中,作业的内存在匹配实例机型时增大比例(不会影响作业提交的内存大小,只影响匹配计算过程)。<br/>
|
5975
5976
|
针对场景:由于实例机型的总内存会大于实例内部的可用内存,16GB内存规格的实例,实例操作系统内的可用内存只有约14.9GB内存。假设此时提交一个需要15GB内存的作业,
|
5976
5977
|
|
5977
5978
|
- 当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。
|
5978
5979
|
- 当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。
|
5979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5980
5980
|
:type ScaleUpMemRatio: int
|
5981
5981
|
"""
|
5982
5982
|
self._QueueName = None
|
@@ -6061,7 +6061,6 @@ class QueueConfigOverview(AbstractModel):
|
|
6061
6061
|
@property
|
6062
6062
|
def DesiredIdleNodeCapacity(self):
|
6063
6063
|
"""队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
6064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6065
6064
|
:rtype: int
|
6066
6065
|
"""
|
6067
6066
|
return self._DesiredIdleNodeCapacity
|
@@ -6085,7 +6084,6 @@ class QueueConfigOverview(AbstractModel):
|
|
6085
6084
|
def ScaleOutRatio(self):
|
6086
6085
|
"""扩容比例。默认值:100。取值范围:1~100。
|
6087
6086
|
如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
|
6088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6089
6087
|
:rtype: int
|
6090
6088
|
"""
|
6091
6089
|
return self._ScaleOutRatio
|
@@ -6099,7 +6097,6 @@ class QueueConfigOverview(AbstractModel):
|
|
6099
6097
|
"""比例扩容阈值。默认值:0。取值范围:0~200。
|
6100
6098
|
当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
|
6101
6099
|
此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
|
6102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6103
6100
|
:rtype: int
|
6104
6101
|
"""
|
6105
6102
|
return self._ScaleOutNodeThreshold
|
@@ -6111,7 +6108,6 @@ class QueueConfigOverview(AbstractModel):
|
|
6111
6108
|
@property
|
6112
6109
|
def MaxNodesPerCycle(self):
|
6113
6110
|
"""每轮扩容最大节点个数。
|
6114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6115
6111
|
:rtype: int
|
6116
6112
|
"""
|
6117
6113
|
return self._MaxNodesPerCycle
|
@@ -6127,7 +6123,6 @@ class QueueConfigOverview(AbstractModel):
|
|
6127
6123
|
|
6128
6124
|
- 当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。
|
6129
6125
|
- 当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。
|
6130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6131
6126
|
:rtype: int
|
6132
6127
|
"""
|
6133
6128
|
return self._ScaleUpMemRatio
|
@@ -6173,7 +6168,6 @@ class QueueOverview(AbstractModel):
|
|
6173
6168
|
def __init__(self):
|
6174
6169
|
r"""
|
6175
6170
|
:param _QueueName: 队列名称。
|
6176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6177
6171
|
:type QueueName: str
|
6178
6172
|
"""
|
6179
6173
|
self._QueueName = None
|
@@ -6181,7 +6175,6 @@ class QueueOverview(AbstractModel):
|
|
6181
6175
|
@property
|
6182
6176
|
def QueueName(self):
|
6183
6177
|
"""队列名称。
|
6184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6185
6178
|
:rtype: str
|
6186
6179
|
"""
|
6187
6180
|
return self._QueueName
|
@@ -6247,7 +6240,6 @@ class RunMonitorServiceEnabled(AbstractModel):
|
|
6247
6240
|
def __init__(self):
|
6248
6241
|
r"""
|
6249
6242
|
:param _Enabled: 是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE:表示开启腾讯云可观测平台服务</li><br><li>FALSE:表示不开启腾讯云可观测平台服务</li><br><br>默认取值:TRUE。
|
6250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6251
6243
|
:type Enabled: bool
|
6252
6244
|
"""
|
6253
6245
|
self._Enabled = None
|
@@ -6255,7 +6247,6 @@ class RunMonitorServiceEnabled(AbstractModel):
|
|
6255
6247
|
@property
|
6256
6248
|
def Enabled(self):
|
6257
6249
|
"""是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE:表示开启腾讯云可观测平台服务</li><br><li>FALSE:表示不开启腾讯云可观测平台服务</li><br><br>默认取值:TRUE。
|
6258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6259
6250
|
:rtype: bool
|
6260
6251
|
"""
|
6261
6252
|
return self._Enabled
|
@@ -7124,10 +7115,8 @@ class SpacePlacement(AbstractModel):
|
|
7124
7115
|
def __init__(self):
|
7125
7116
|
r"""
|
7126
7117
|
:param _Zone: 可用区
|
7127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7128
7118
|
:type Zone: str
|
7129
7119
|
:param _ProjectId: 项目,默认是0
|
7130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7131
7120
|
:type ProjectId: int
|
7132
7121
|
"""
|
7133
7122
|
self._Zone = None
|
@@ -7136,7 +7125,6 @@ class SpacePlacement(AbstractModel):
|
|
7136
7125
|
@property
|
7137
7126
|
def Zone(self):
|
7138
7127
|
"""可用区
|
7139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7140
7128
|
:rtype: str
|
7141
7129
|
"""
|
7142
7130
|
return self._Zone
|
@@ -7148,7 +7136,6 @@ class SpacePlacement(AbstractModel):
|
|
7148
7136
|
@property
|
7149
7137
|
def ProjectId(self):
|
7150
7138
|
"""项目,默认是0
|
7151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7152
7139
|
:rtype: int
|
7153
7140
|
"""
|
7154
7141
|
return self._ProjectId
|
@@ -7608,10 +7595,8 @@ class TagSpecification(AbstractModel):
|
|
7608
7595
|
def __init__(self):
|
7609
7596
|
r"""
|
7610
7597
|
:param _ResourceType: 标签绑定的资源类型
|
7611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7612
7598
|
:type ResourceType: str
|
7613
7599
|
:param _Tags: 标签对列表
|
7614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7615
7600
|
:type Tags: list of Tag
|
7616
7601
|
"""
|
7617
7602
|
self._ResourceType = None
|
@@ -7620,7 +7605,6 @@ class TagSpecification(AbstractModel):
|
|
7620
7605
|
@property
|
7621
7606
|
def ResourceType(self):
|
7622
7607
|
"""标签绑定的资源类型
|
7623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7624
7608
|
:rtype: str
|
7625
7609
|
"""
|
7626
7610
|
return self._ResourceType
|
@@ -7632,7 +7616,6 @@ class TagSpecification(AbstractModel):
|
|
7632
7616
|
@property
|
7633
7617
|
def Tags(self):
|
7634
7618
|
"""标签对列表
|
7635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7636
7619
|
:rtype: list of Tag
|
7637
7620
|
"""
|
7638
7621
|
return self._Tags
|
@@ -8339,6 +8339,57 @@ class GooseFS(AbstractModel):
|
|
8339
8339
|
|
8340
8340
|
|
8341
8341
|
|
8342
|
+
class GooseFSx(AbstractModel):
|
8343
|
+
"""GosseFSx的配置
|
8344
|
+
|
8345
|
+
"""
|
8346
|
+
|
8347
|
+
def __init__(self):
|
8348
|
+
r"""
|
8349
|
+
:param _Id: goosefsx实例id
|
8350
|
+
:type Id: str
|
8351
|
+
:param _Path: GooseFSx实例需要挂载的路径
|
8352
|
+
:type Path: str
|
8353
|
+
"""
|
8354
|
+
self._Id = None
|
8355
|
+
self._Path = None
|
8356
|
+
|
8357
|
+
@property
|
8358
|
+
def Id(self):
|
8359
|
+
"""goosefsx实例id
|
8360
|
+
:rtype: str
|
8361
|
+
"""
|
8362
|
+
return self._Id
|
8363
|
+
|
8364
|
+
@Id.setter
|
8365
|
+
def Id(self, Id):
|
8366
|
+
self._Id = Id
|
8367
|
+
|
8368
|
+
@property
|
8369
|
+
def Path(self):
|
8370
|
+
"""GooseFSx实例需要挂载的路径
|
8371
|
+
:rtype: str
|
8372
|
+
"""
|
8373
|
+
return self._Path
|
8374
|
+
|
8375
|
+
@Path.setter
|
8376
|
+
def Path(self, Path):
|
8377
|
+
self._Path = Path
|
8378
|
+
|
8379
|
+
|
8380
|
+
def _deserialize(self, params):
|
8381
|
+
self._Id = params.get("Id")
|
8382
|
+
self._Path = params.get("Path")
|
8383
|
+
memeber_set = set(params.keys())
|
8384
|
+
for name, value in vars(self).items():
|
8385
|
+
property_name = name[1:]
|
8386
|
+
if property_name in memeber_set:
|
8387
|
+
memeber_set.remove(property_name)
|
8388
|
+
if len(memeber_set) > 0:
|
8389
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8390
|
+
|
8391
|
+
|
8392
|
+
|
8342
8393
|
class GpuDetail(AbstractModel):
|
8343
8394
|
"""gpu 详情
|
8344
8395
|
|
@@ -11043,6 +11094,8 @@ class ModelInfo(AbstractModel):
|
|
11043
11094
|
:type ModelSource: str
|
11044
11095
|
:param _CosPathInfo: cos路径信息
|
11045
11096
|
:type CosPathInfo: :class:`tencentcloud.tione.v20211111.models.CosPathInfo`
|
11097
|
+
:param _GooseFSx: GooseFSx的配置,ModelSource为GooseFSx时有效
|
11098
|
+
:type GooseFSx: :class:`tencentcloud.tione.v20211111.models.GooseFSx`
|
11046
11099
|
:param _AlgorithmFramework: 模型对应的算法框架,预留
|
11047
11100
|
注意:此字段可能返回 null,表示取不到有效值。
|
11048
11101
|
:type AlgorithmFramework: str
|
@@ -11064,6 +11117,7 @@ class ModelInfo(AbstractModel):
|
|
11064
11117
|
self._ModelVersion = None
|
11065
11118
|
self._ModelSource = None
|
11066
11119
|
self._CosPathInfo = None
|
11120
|
+
self._GooseFSx = None
|
11067
11121
|
self._AlgorithmFramework = None
|
11068
11122
|
self._ModelType = None
|
11069
11123
|
self._ModelFormat = None
|
@@ -11137,6 +11191,17 @@ class ModelInfo(AbstractModel):
|
|
11137
11191
|
def CosPathInfo(self, CosPathInfo):
|
11138
11192
|
self._CosPathInfo = CosPathInfo
|
11139
11193
|
|
11194
|
+
@property
|
11195
|
+
def GooseFSx(self):
|
11196
|
+
"""GooseFSx的配置,ModelSource为GooseFSx时有效
|
11197
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.GooseFSx`
|
11198
|
+
"""
|
11199
|
+
return self._GooseFSx
|
11200
|
+
|
11201
|
+
@GooseFSx.setter
|
11202
|
+
def GooseFSx(self, GooseFSx):
|
11203
|
+
self._GooseFSx = GooseFSx
|
11204
|
+
|
11140
11205
|
@property
|
11141
11206
|
def AlgorithmFramework(self):
|
11142
11207
|
"""模型对应的算法框架,预留
|
@@ -11206,6 +11271,9 @@ class ModelInfo(AbstractModel):
|
|
11206
11271
|
if params.get("CosPathInfo") is not None:
|
11207
11272
|
self._CosPathInfo = CosPathInfo()
|
11208
11273
|
self._CosPathInfo._deserialize(params.get("CosPathInfo"))
|
11274
|
+
if params.get("GooseFSx") is not None:
|
11275
|
+
self._GooseFSx = GooseFSx()
|
11276
|
+
self._GooseFSx._deserialize(params.get("GooseFSx"))
|
11209
11277
|
self._AlgorithmFramework = params.get("AlgorithmFramework")
|
11210
11278
|
self._ModelType = params.get("ModelType")
|
11211
11279
|
self._ModelFormat = params.get("ModelFormat")
|
@@ -3369,16 +3369,12 @@ class ClusterCondition(AbstractModel):
|
|
3369
3369
|
:param _Status: 集群创建过程状态
|
3370
3370
|
:type Status: str
|
3371
3371
|
:param _LastProbeTime: 最后一次探测到该状态的时间
|
3372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3373
3372
|
:type LastProbeTime: str
|
3374
3373
|
:param _LastTransitionTime: 最后一次转换到该过程的时间
|
3375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3376
3374
|
:type LastTransitionTime: str
|
3377
3375
|
:param _Reason: 转换到该过程的简明原因
|
3378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3379
3376
|
:type Reason: str
|
3380
3377
|
:param _Message: 转换到该过程的更多信息
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3382
3378
|
:type Message: str
|
3383
3379
|
"""
|
3384
3380
|
self._Type = None
|
@@ -3413,7 +3409,6 @@ class ClusterCondition(AbstractModel):
|
|
3413
3409
|
@property
|
3414
3410
|
def LastProbeTime(self):
|
3415
3411
|
"""最后一次探测到该状态的时间
|
3416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3417
3412
|
:rtype: str
|
3418
3413
|
"""
|
3419
3414
|
return self._LastProbeTime
|
@@ -3425,7 +3420,6 @@ class ClusterCondition(AbstractModel):
|
|
3425
3420
|
@property
|
3426
3421
|
def LastTransitionTime(self):
|
3427
3422
|
"""最后一次转换到该过程的时间
|
3428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3429
3423
|
:rtype: str
|
3430
3424
|
"""
|
3431
3425
|
return self._LastTransitionTime
|
@@ -3437,7 +3431,6 @@ class ClusterCondition(AbstractModel):
|
|
3437
3431
|
@property
|
3438
3432
|
def Reason(self):
|
3439
3433
|
"""转换到该过程的简明原因
|
3440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3441
3434
|
:rtype: str
|
3442
3435
|
"""
|
3443
3436
|
return self._Reason
|
@@ -3449,7 +3442,6 @@ class ClusterCondition(AbstractModel):
|
|
3449
3442
|
@property
|
3450
3443
|
def Message(self):
|
3451
3444
|
"""转换到该过程的更多信息
|
3452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3453
3445
|
:rtype: str
|
3454
3446
|
"""
|
3455
3447
|
return self._Message
|
@@ -3624,7 +3616,6 @@ class ClusterInternalLB(AbstractModel):
|
|
3624
3616
|
def __init__(self):
|
3625
3617
|
r"""
|
3626
3618
|
:param _Enabled: 是否开启内网访问LB
|
3627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3628
3619
|
:type Enabled: bool
|
3629
3620
|
:param _SubnetId: 内网访问LB关联的子网Id
|
3630
3621
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3636,7 +3627,6 @@ class ClusterInternalLB(AbstractModel):
|
|
3636
3627
|
@property
|
3637
3628
|
def Enabled(self):
|
3638
3629
|
"""是否开启内网访问LB
|
3639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3640
3630
|
:rtype: bool
|
3641
3631
|
"""
|
3642
3632
|
return self._Enabled
|
@@ -4277,19 +4267,14 @@ class ClusterPublicLB(AbstractModel):
|
|
4277
4267
|
def __init__(self):
|
4278
4268
|
r"""
|
4279
4269
|
:param _Enabled: 是否开启公网访问LB
|
4280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4281
4270
|
:type Enabled: bool
|
4282
4271
|
:param _AllowFromCidrs: 允许访问的来源CIDR列表
|
4283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4284
4272
|
:type AllowFromCidrs: list of str
|
4285
4273
|
:param _SecurityPolicies: 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
4286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4287
4274
|
:type SecurityPolicies: list of str
|
4288
4275
|
:param _ExtraParam: 外网访问相关的扩展参数,格式为json
|
4289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4290
4276
|
:type ExtraParam: str
|
4291
4277
|
:param _SecurityGroup: 新内外网功能,需要传递安全组
|
4292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4293
4278
|
:type SecurityGroup: str
|
4294
4279
|
"""
|
4295
4280
|
self._Enabled = None
|
@@ -4301,7 +4286,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4301
4286
|
@property
|
4302
4287
|
def Enabled(self):
|
4303
4288
|
"""是否开启公网访问LB
|
4304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4305
4289
|
:rtype: bool
|
4306
4290
|
"""
|
4307
4291
|
return self._Enabled
|
@@ -4313,7 +4297,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4313
4297
|
@property
|
4314
4298
|
def AllowFromCidrs(self):
|
4315
4299
|
"""允许访问的来源CIDR列表
|
4316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4317
4300
|
:rtype: list of str
|
4318
4301
|
"""
|
4319
4302
|
return self._AllowFromCidrs
|
@@ -4325,7 +4308,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4325
4308
|
@property
|
4326
4309
|
def SecurityPolicies(self):
|
4327
4310
|
"""安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
4328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4329
4311
|
:rtype: list of str
|
4330
4312
|
"""
|
4331
4313
|
return self._SecurityPolicies
|
@@ -4337,7 +4319,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4337
4319
|
@property
|
4338
4320
|
def ExtraParam(self):
|
4339
4321
|
"""外网访问相关的扩展参数,格式为json
|
4340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4341
4322
|
:rtype: str
|
4342
4323
|
"""
|
4343
4324
|
return self._ExtraParam
|
@@ -4349,7 +4330,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4349
4330
|
@property
|
4350
4331
|
def SecurityGroup(self):
|
4351
4332
|
"""新内外网功能,需要传递安全组
|
4352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4353
4333
|
:rtype: str
|
4354
4334
|
"""
|
4355
4335
|
return self._SecurityGroup
|
@@ -8339,7 +8319,6 @@ class CreateEksLogConfigResponse(AbstractModel):
|
|
8339
8319
|
def __init__(self):
|
8340
8320
|
r"""
|
8341
8321
|
:param _TopicId: 日志采集topicid
|
8342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8343
8322
|
:type TopicId: str
|
8344
8323
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8345
8324
|
:type RequestId: str
|
@@ -8350,7 +8329,6 @@ class CreateEksLogConfigResponse(AbstractModel):
|
|
8350
8329
|
@property
|
8351
8330
|
def TopicId(self):
|
8352
8331
|
"""日志采集topicid
|
8353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8354
8332
|
:rtype: str
|
8355
8333
|
"""
|
8356
8334
|
return self._TopicId
|
@@ -36628,13 +36606,10 @@ class OpenConstraintInfo(AbstractModel):
|
|
36628
36606
|
def __init__(self):
|
36629
36607
|
r"""
|
36630
36608
|
:param _Name: 策略实例名称
|
36631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36632
36609
|
:type Name: str
|
36633
36610
|
:param _EventNums: 策略实例关联事件数
|
36634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36635
36611
|
:type EventNums: int
|
36636
36612
|
:param _YamlDetail: 实例yaml详情base64编码
|
36637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36638
36613
|
:type YamlDetail: str
|
36639
36614
|
"""
|
36640
36615
|
self._Name = None
|
@@ -36644,7 +36619,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36644
36619
|
@property
|
36645
36620
|
def Name(self):
|
36646
36621
|
"""策略实例名称
|
36647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36648
36622
|
:rtype: str
|
36649
36623
|
"""
|
36650
36624
|
return self._Name
|
@@ -36656,7 +36630,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36656
36630
|
@property
|
36657
36631
|
def EventNums(self):
|
36658
36632
|
"""策略实例关联事件数
|
36659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36660
36633
|
:rtype: int
|
36661
36634
|
"""
|
36662
36635
|
return self._EventNums
|
@@ -36668,7 +36641,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36668
36641
|
@property
|
36669
36642
|
def YamlDetail(self):
|
36670
36643
|
"""实例yaml详情base64编码
|
36671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36672
36644
|
:rtype: str
|
36673
36645
|
"""
|
36674
36646
|
return self._YamlDetail
|