tencentcloud-sdk-python 3.0.1264__py2.py3-none-any.whl → 3.0.1266__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/apm/v20210622/models.py +128 -0
- tencentcloud/autoscaling/v20180419/models.py +250 -162
- tencentcloud/batch/v20170312/models.py +20 -2
- tencentcloud/cat/v20180409/models.py +20 -0
- tencentcloud/cbs/v20170312/models.py +124 -70
- tencentcloud/ccc/v20200210/models.py +15 -0
- tencentcloud/cdb/v20170320/cdb_client.py +2 -2
- tencentcloud/cdb/v20170320/models.py +17 -6
- tencentcloud/cdc/v20201214/models.py +18 -70
- tencentcloud/cdz/v20221123/models.py +75 -1
- tencentcloud/ckafka/v20190819/models.py +21 -6
- tencentcloud/cloudstudio/v20230508/models.py +0 -18
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +863 -24
- tencentcloud/cvm/v20170312/models.py +99 -22
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -197
- tencentcloud/dasb/v20191018/models.py +60 -0
- tencentcloud/emr/v20190103/emr_client.py +9 -9
- tencentcloud/emr/v20190103/models.py +325 -1
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/es/v20180416/models.py +30 -0
- tencentcloud/ess/v20201111/ess_client.py +22 -30
- tencentcloud/ess/v20201111/models.py +52 -22
- tencentcloud/essbasic/v20210526/essbasic_client.py +9 -3
- tencentcloud/essbasic/v20210526/models.py +72 -40
- tencentcloud/faceid/v20180301/models.py +983 -539
- tencentcloud/gme/v20180711/errorcodes.py +9 -0
- tencentcloud/gme/v20180711/models.py +17 -2
- tencentcloud/hai/v20230812/models.py +2 -2
- tencentcloud/iai/v20180301/models.py +40 -26
- tencentcloud/iai/v20200303/models.py +760 -546
- tencentcloud/ig/__init__.py +0 -0
- tencentcloud/ig/v20210518/__init__.py +0 -0
- tencentcloud/ig/v20210518/errorcodes.py +24 -0
- tencentcloud/ig/v20210518/ig_client.py +49 -0
- tencentcloud/ig/v20210518/models.py +142 -0
- tencentcloud/lke/v20231130/errorcodes.py +3 -0
- tencentcloud/lke/v20231130/models.py +28 -28
- tencentcloud/mrs/v20200910/models.py +53 -0
- tencentcloud/ms/v20180408/ms_client.py +3 -1
- tencentcloud/ocr/v20181119/models.py +515 -10
- tencentcloud/ocr/v20181119/ocr_client.py +48 -0
- tencentcloud/omics/v20221128/models.py +0 -60
- tencentcloud/partners/v20180321/models.py +14 -92
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/soe/v20180724/models.py +2 -2
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tat/v20201028/models.py +2 -20
- tencentcloud/tds/v20220801/models.py +4 -4
- tencentcloud/thpc/v20230321/models.py +2 -2
- tencentcloud/tke/v20180525/models.py +0 -2
- tencentcloud/trro/v20220325/models.py +0 -30
- tencentcloud/trtc/v20190722/models.py +97 -2
- tencentcloud/vclm/v20240523/models.py +170 -100
- tencentcloud/vclm/v20240523/vclm_client.py +52 -52
- tencentcloud/vod/v20180717/models.py +112 -0
- tencentcloud/vpc/v20170312/models.py +64 -6
- tencentcloud/waf/v20180125/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/RECORD +65 -60
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/top_level.txt +0 -0
@@ -208,10 +208,24 @@ class ActionTimer(AbstractModel):
|
|
208
208
|
:param _Externals: 扩展数据
|
209
209
|
注意:此字段可能返回 null,表示取不到有效值。
|
210
210
|
:type Externals: :class:`tencentcloud.cvm.v20170312.models.Externals`
|
211
|
+
:param _ActionTimerId: 定时器ID。
|
212
|
+
:type ActionTimerId: str
|
213
|
+
:param _Status: 定时器状态,取值范围:
|
214
|
+
|
215
|
+
UNDO:未触发
|
216
|
+
DOING:触发中
|
217
|
+
DONE:已经触发
|
218
|
+
|
219
|
+
:type Status: str
|
220
|
+
:param _InstanceId: 定时器对应的实例ID。
|
221
|
+
:type InstanceId: str
|
211
222
|
"""
|
212
223
|
self._TimerAction = None
|
213
224
|
self._ActionTime = None
|
214
225
|
self._Externals = None
|
226
|
+
self._ActionTimerId = None
|
227
|
+
self._Status = None
|
228
|
+
self._InstanceId = None
|
215
229
|
|
216
230
|
@property
|
217
231
|
def TimerAction(self):
|
@@ -249,6 +263,44 @@ class ActionTimer(AbstractModel):
|
|
249
263
|
def Externals(self, Externals):
|
250
264
|
self._Externals = Externals
|
251
265
|
|
266
|
+
@property
|
267
|
+
def ActionTimerId(self):
|
268
|
+
"""定时器ID。
|
269
|
+
:rtype: str
|
270
|
+
"""
|
271
|
+
return self._ActionTimerId
|
272
|
+
|
273
|
+
@ActionTimerId.setter
|
274
|
+
def ActionTimerId(self, ActionTimerId):
|
275
|
+
self._ActionTimerId = ActionTimerId
|
276
|
+
|
277
|
+
@property
|
278
|
+
def Status(self):
|
279
|
+
"""定时器状态,取值范围:
|
280
|
+
|
281
|
+
UNDO:未触发
|
282
|
+
DOING:触发中
|
283
|
+
DONE:已经触发
|
284
|
+
|
285
|
+
:rtype: str
|
286
|
+
"""
|
287
|
+
return self._Status
|
288
|
+
|
289
|
+
@Status.setter
|
290
|
+
def Status(self, Status):
|
291
|
+
self._Status = Status
|
292
|
+
|
293
|
+
@property
|
294
|
+
def InstanceId(self):
|
295
|
+
"""定时器对应的实例ID。
|
296
|
+
:rtype: str
|
297
|
+
"""
|
298
|
+
return self._InstanceId
|
299
|
+
|
300
|
+
@InstanceId.setter
|
301
|
+
def InstanceId(self, InstanceId):
|
302
|
+
self._InstanceId = InstanceId
|
303
|
+
|
252
304
|
|
253
305
|
def _deserialize(self, params):
|
254
306
|
self._TimerAction = params.get("TimerAction")
|
@@ -256,6 +308,9 @@ class ActionTimer(AbstractModel):
|
|
256
308
|
if params.get("Externals") is not None:
|
257
309
|
self._Externals = Externals()
|
258
310
|
self._Externals._deserialize(params.get("Externals"))
|
311
|
+
self._ActionTimerId = params.get("ActionTimerId")
|
312
|
+
self._Status = params.get("Status")
|
313
|
+
self._InstanceId = params.get("InstanceId")
|
259
314
|
memeber_set = set(params.keys())
|
260
315
|
for name, value in vars(self).items():
|
261
316
|
property_name = name[1:]
|
@@ -451,11 +506,11 @@ class AssociateInstancesKeyPairsRequest(AbstractModel):
|
|
451
506
|
|
452
507
|
def __init__(self):
|
453
508
|
r"""
|
454
|
-
:param _InstanceIds: 一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID
|
509
|
+
:param _InstanceIds: 一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li><li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的`InstanceId`获取实例ID。</li>
|
455
510
|
:type InstanceIds: list of str
|
456
|
-
:param _KeyIds: 一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100。密钥对ID形如:`skey-3glfot13`。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID
|
511
|
+
:param _KeyIds: 一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100。密钥对ID形如:`skey-3glfot13`。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的`KeyId`获取密钥对ID。</li>
|
457
512
|
:type KeyIds: list of str
|
458
|
-
:param _ForceStop: 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再绑定密钥。取值范围:<br><li>true
|
513
|
+
:param _ForceStop: 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再绑定密钥。取值范围:<br><li>true:表示在正常关机失败后进行强制关机。</li><li>false:表示在正常关机失败后不进行强制关机。</li>默认取值:false。
|
459
514
|
:type ForceStop: bool
|
460
515
|
"""
|
461
516
|
self._InstanceIds = None
|
@@ -464,7 +519,7 @@ class AssociateInstancesKeyPairsRequest(AbstractModel):
|
|
464
519
|
|
465
520
|
@property
|
466
521
|
def InstanceIds(self):
|
467
|
-
"""一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID
|
522
|
+
"""一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li><li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的`InstanceId`获取实例ID。</li>
|
468
523
|
:rtype: list of str
|
469
524
|
"""
|
470
525
|
return self._InstanceIds
|
@@ -475,7 +530,7 @@ class AssociateInstancesKeyPairsRequest(AbstractModel):
|
|
475
530
|
|
476
531
|
@property
|
477
532
|
def KeyIds(self):
|
478
|
-
"""一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100。密钥对ID形如:`skey-3glfot13`。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID
|
533
|
+
"""一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100。密钥对ID形如:`skey-3glfot13`。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的`KeyId`获取密钥对ID。</li>
|
479
534
|
:rtype: list of str
|
480
535
|
"""
|
481
536
|
return self._KeyIds
|
@@ -486,7 +541,7 @@ class AssociateInstancesKeyPairsRequest(AbstractModel):
|
|
486
541
|
|
487
542
|
@property
|
488
543
|
def ForceStop(self):
|
489
|
-
"""是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再绑定密钥。取值范围:<br><li>true
|
544
|
+
"""是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再绑定密钥。取值范围:<br><li>true:表示在正常关机失败后进行强制关机。</li><li>false:表示在正常关机失败后不进行强制关机。</li>默认取值:false。
|
490
545
|
:rtype: bool
|
491
546
|
"""
|
492
547
|
return self._ForceStop
|
@@ -626,7 +681,7 @@ class ChargePrepaid(AbstractModel):
|
|
626
681
|
r"""
|
627
682
|
:param _Period: 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。
|
628
683
|
:type Period: int
|
629
|
-
:param _RenewFlag: 自动续费标识。取值范围:<
|
684
|
+
:param _RenewFlag: 自动续费标识。取值范围:<li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br>默认取值:NOTIFY_AND_AUTO_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
630
685
|
:type RenewFlag: str
|
631
686
|
"""
|
632
687
|
self._Period = None
|
@@ -645,7 +700,7 @@ class ChargePrepaid(AbstractModel):
|
|
645
700
|
|
646
701
|
@property
|
647
702
|
def RenewFlag(self):
|
648
|
-
"""自动续费标识。取值范围:<
|
703
|
+
"""自动续费标识。取值范围:<li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br>默认取值:NOTIFY_AND_AUTO_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
649
704
|
:rtype: str
|
650
705
|
"""
|
651
706
|
return self._RenewFlag
|
@@ -2782,7 +2837,7 @@ class CreateLaunchTemplateVersionRequest(AbstractModel):
|
|
2782
2837
|
:param _InstanceType: 实例机型。不同实例机型指定了不同的资源规格。
|
2783
2838
|
<br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则系统将根据当前地域的资源售卖情况动态指定默认机型。</li><br><li>对于付费模式为CDHPAID的实例创建,该参数以"CDH_"为前缀,根据CPU和内存配置生成,具体形式为:CDH_XCXG,例如对于创建CPU为1核,内存为1G大小的专用宿主机的实例,该参数应该为CDH_1C1G。</li>
|
2784
2839
|
:type InstanceType: str
|
2785
|
-
:param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li
|
2840
|
+
:param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>云镜像市场</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`云镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,传入InstanceType获取当前机型支持的镜像列表,取返回信息中的`ImageId`字段。</li>
|
2786
2841
|
:type ImageId: str
|
2787
2842
|
:param _SystemDisk: 实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
2788
2843
|
:type SystemDisk: :class:`tencentcloud.cvm.v20170312.models.SystemDisk`
|
@@ -2800,7 +2855,7 @@ class CreateLaunchTemplateVersionRequest(AbstractModel):
|
|
2800
2855
|
:type LoginSettings: :class:`tencentcloud.cvm.v20170312.models.LoginSettings`
|
2801
2856
|
:param _SecurityGroupIds: 实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
|
2802
2857
|
:type SecurityGroupIds: list of str
|
2803
|
-
:param _EnhancedService:
|
2858
|
+
:param _EnhancedService: 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认公共镜像开启云监控、云安全服务;自定义镜像与云镜像市场镜像默认不开启云监控,云安全服务,而使用镜像里保留的服务。
|
2804
2859
|
:type EnhancedService: :class:`tencentcloud.cvm.v20170312.models.EnhancedService`
|
2805
2860
|
:param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
2806
2861
|
:type ClientToken: str
|
@@ -2920,7 +2975,7 @@ false(默认):发送正常请求,通过检查后直接创建实例。
|
|
2920
2975
|
|
2921
2976
|
@property
|
2922
2977
|
def ImageId(self):
|
2923
|
-
"""指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li
|
2978
|
+
"""指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>云镜像市场</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`云镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,传入InstanceType获取当前机型支持的镜像列表,取返回信息中的`ImageId`字段。</li>
|
2924
2979
|
:rtype: str
|
2925
2980
|
"""
|
2926
2981
|
return self._ImageId
|
@@ -3019,7 +3074,7 @@ false(默认):发送正常请求,通过检查后直接创建实例。
|
|
3019
3074
|
|
3020
3075
|
@property
|
3021
3076
|
def EnhancedService(self):
|
3022
|
-
"""
|
3077
|
+
"""增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认公共镜像开启云监控、云安全服务;自定义镜像与云镜像市场镜像默认不开启云监控,云安全服务,而使用镜像里保留的服务。
|
3023
3078
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.EnhancedService`
|
3024
3079
|
"""
|
3025
3080
|
return self._EnhancedService
|
@@ -4683,13 +4738,16 @@ class DescribeHostsRequest(AbstractModel):
|
|
4683
4738
|
:param _Filters: <li><strong>zone</strong></li>
|
4684
4739
|
<p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
4685
4740
|
<li><strong>project-id</strong></li>
|
4686
|
-
<p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/
|
4741
|
+
<p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID形如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
|
4687
4742
|
<li><strong>host-id</strong></li>
|
4688
4743
|
<p style="padding-left: 30px;">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID形如:host-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4689
4744
|
<li><strong>host-name</strong></li>
|
4690
4745
|
<p style="padding-left: 30px;">按照【<strong>CDH实例名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4691
4746
|
<li><strong>host-state</strong></li>
|
4692
4747
|
<p style="padding-left: 30px;">按照【<strong>CDH实例状态</strong>】进行过滤。(PENDING:创建中 | LAUNCH_FAILURE:创建失败 | RUNNING:运行中 | EXPIRED:已过期)</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4748
|
+
<li><strong>host-type</strong></li>
|
4749
|
+
<p style="padding-left: 30px;">按照【<strong>CDH机型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4750
|
+
<li><strong>tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例。</p>
|
4693
4751
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。
|
4694
4752
|
:type Filters: list of Filter
|
4695
4753
|
:param _Offset: 偏移量,默认为0。
|
@@ -4706,13 +4764,16 @@ class DescribeHostsRequest(AbstractModel):
|
|
4706
4764
|
"""<li><strong>zone</strong></li>
|
4707
4765
|
<p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
4708
4766
|
<li><strong>project-id</strong></li>
|
4709
|
-
<p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/
|
4767
|
+
<p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID形如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
|
4710
4768
|
<li><strong>host-id</strong></li>
|
4711
4769
|
<p style="padding-left: 30px;">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID形如:host-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4712
4770
|
<li><strong>host-name</strong></li>
|
4713
4771
|
<p style="padding-left: 30px;">按照【<strong>CDH实例名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4714
4772
|
<li><strong>host-state</strong></li>
|
4715
4773
|
<p style="padding-left: 30px;">按照【<strong>CDH实例状态</strong>】进行过滤。(PENDING:创建中 | LAUNCH_FAILURE:创建失败 | RUNNING:运行中 | EXPIRED:已过期)</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4774
|
+
<li><strong>host-type</strong></li>
|
4775
|
+
<p style="padding-left: 30px;">按照【<strong>CDH机型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
4776
|
+
<li><strong>tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例。</p>
|
4716
4777
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。
|
4717
4778
|
:rtype: list of Filter
|
4718
4779
|
"""
|
@@ -5826,13 +5887,13 @@ class DescribeInstancesActionTimerRequest(AbstractModel):
|
|
5826
5887
|
:type ActionTimerIds: list of str
|
5827
5888
|
:param _InstanceIds: 按照一个或者多个实例ID查询。
|
5828
5889
|
:type InstanceIds: list of str
|
5829
|
-
:param _TimerAction:
|
5890
|
+
:param _TimerAction: 定时器动作,目前仅支持销毁一个值:TerminateInstances。
|
5830
5891
|
:type TimerAction: str
|
5831
5892
|
:param _EndActionTime: 执行时间的结束范围,用于条件筛选,格式如2018-05-01 19:00:00。
|
5832
5893
|
:type EndActionTime: str
|
5833
5894
|
:param _StartActionTime: 执行时间的开始范围,用于条件筛选,格式如2018-05-01 19:00:00。
|
5834
5895
|
:type StartActionTime: str
|
5835
|
-
:param _StatusList: 定时任务状态列表。<br><li>UNDO
|
5896
|
+
:param _StatusList: 定时任务状态列表。<br><li>UNDO:未执行</li> <br><li>DOING:正在执行</li><br><li>DONE:执行完成。</li>
|
5836
5897
|
:type StatusList: list of str
|
5837
5898
|
"""
|
5838
5899
|
self._ActionTimerIds = None
|
@@ -5866,7 +5927,7 @@ class DescribeInstancesActionTimerRequest(AbstractModel):
|
|
5866
5927
|
|
5867
5928
|
@property
|
5868
5929
|
def TimerAction(self):
|
5869
|
-
"""
|
5930
|
+
"""定时器动作,目前仅支持销毁一个值:TerminateInstances。
|
5870
5931
|
:rtype: str
|
5871
5932
|
"""
|
5872
5933
|
return self._TimerAction
|
@@ -5899,7 +5960,7 @@ class DescribeInstancesActionTimerRequest(AbstractModel):
|
|
5899
5960
|
|
5900
5961
|
@property
|
5901
5962
|
def StatusList(self):
|
5902
|
-
"""定时任务状态列表。<br><li>UNDO
|
5963
|
+
"""定时任务状态列表。<br><li>UNDO:未执行</li> <br><li>DOING:正在执行</li><br><li>DONE:执行完成。</li>
|
5903
5964
|
:rtype: list of str
|
5904
5965
|
"""
|
5905
5966
|
return self._StatusList
|
@@ -15494,7 +15555,6 @@ class LoginSettings(AbstractModel):
|
|
15494
15555
|
def __init__(self):
|
15495
15556
|
r"""
|
15496
15557
|
:param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
|
15497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15498
15558
|
:type Password: str
|
15499
15559
|
:param _KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。
|
15500
15560
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -15510,7 +15570,6 @@ class LoginSettings(AbstractModel):
|
|
15510
15570
|
@property
|
15511
15571
|
def Password(self):
|
15512
15572
|
"""实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
|
15513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15514
15573
|
:rtype: str
|
15515
15574
|
"""
|
15516
15575
|
return self._Password
|
@@ -21988,7 +22047,16 @@ class SystemDisk(AbstractModel):
|
|
21988
22047
|
|
21989
22048
|
def __init__(self):
|
21990
22049
|
r"""
|
21991
|
-
:param _DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br
|
22050
|
+
:param _DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br>
|
22051
|
+
<li>LOCAL_BASIC:本地硬盘</li>
|
22052
|
+
<li>LOCAL_SSD:本地SSD硬盘</li>
|
22053
|
+
<li>CLOUD_BASIC:普通云硬盘</li>
|
22054
|
+
<li>CLOUD_SSD:SSD云硬盘</li>
|
22055
|
+
<li>CLOUD_PREMIUM:高性能云硬盘</li>
|
22056
|
+
<li>CLOUD_BSSD:通用性SSD云硬盘</li>
|
22057
|
+
<li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
22058
|
+
<li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
|
22059
|
+
默认取值:当前有库存的硬盘类型。
|
21992
22060
|
:type DiskType: str
|
21993
22061
|
:param _DiskId: 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
|
21994
22062
|
该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
|
@@ -22006,7 +22074,16 @@ class SystemDisk(AbstractModel):
|
|
22006
22074
|
|
22007
22075
|
@property
|
22008
22076
|
def DiskType(self):
|
22009
|
-
"""系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br
|
22077
|
+
"""系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br>
|
22078
|
+
<li>LOCAL_BASIC:本地硬盘</li>
|
22079
|
+
<li>LOCAL_SSD:本地SSD硬盘</li>
|
22080
|
+
<li>CLOUD_BASIC:普通云硬盘</li>
|
22081
|
+
<li>CLOUD_SSD:SSD云硬盘</li>
|
22082
|
+
<li>CLOUD_PREMIUM:高性能云硬盘</li>
|
22083
|
+
<li>CLOUD_BSSD:通用性SSD云硬盘</li>
|
22084
|
+
<li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
22085
|
+
<li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
|
22086
|
+
默认取值:当前有库存的硬盘类型。
|
22010
22087
|
:rtype: str
|
22011
22088
|
"""
|
22012
22089
|
return self._DiskType
|
@@ -4014,31 +4014,6 @@ class CwpClient(AbstractClient):
|
|
4014
4014
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
4015
4015
|
|
4016
4016
|
|
4017
|
-
def DescribeCloudProtectServiceOrderList(self, request):
|
4018
|
-
"""云护航计费产品已下线
|
4019
|
-
|
4020
|
-
查询云护航服务订单列表
|
4021
|
-
|
4022
|
-
:param request: Request instance for DescribeCloudProtectServiceOrderList.
|
4023
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeCloudProtectServiceOrderListRequest`
|
4024
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeCloudProtectServiceOrderListResponse`
|
4025
|
-
|
4026
|
-
"""
|
4027
|
-
try:
|
4028
|
-
params = request._serialize()
|
4029
|
-
headers = request.headers
|
4030
|
-
body = self.call("DescribeCloudProtectServiceOrderList", params, headers=headers)
|
4031
|
-
response = json.loads(body)
|
4032
|
-
model = models.DescribeCloudProtectServiceOrderListResponse()
|
4033
|
-
model._deserialize(response["Response"])
|
4034
|
-
return model
|
4035
|
-
except Exception as e:
|
4036
|
-
if isinstance(e, TencentCloudSDKException):
|
4037
|
-
raise
|
4038
|
-
else:
|
4039
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
4040
|
-
|
4041
|
-
|
4042
4017
|
def DescribeComponentStatistics(self, request):
|
4043
4018
|
"""接口已无效
|
4044
4019
|
|
@@ -17069,102 +17069,6 @@ class CloudFromCnt(AbstractModel):
|
|
17069
17069
|
|
17070
17070
|
|
17071
17071
|
|
17072
|
-
class CloudProtectService(AbstractModel):
|
17073
|
-
"""云护航服务详情信息
|
17074
|
-
|
17075
|
-
"""
|
17076
|
-
|
17077
|
-
def __init__(self):
|
17078
|
-
r"""
|
17079
|
-
:param _ResourceId: 资源ID
|
17080
|
-
:type ResourceId: str
|
17081
|
-
:param _Type: 类型: 这里为新购
|
17082
|
-
:type Type: str
|
17083
|
-
:param _Config: 配置:购买的配置信息
|
17084
|
-
:type Config: str
|
17085
|
-
:param _ServiceName: 服务名称
|
17086
|
-
:type ServiceName: str
|
17087
|
-
:param _BeginTime: 购买时间
|
17088
|
-
:type BeginTime: str
|
17089
|
-
"""
|
17090
|
-
self._ResourceId = None
|
17091
|
-
self._Type = None
|
17092
|
-
self._Config = None
|
17093
|
-
self._ServiceName = None
|
17094
|
-
self._BeginTime = None
|
17095
|
-
|
17096
|
-
@property
|
17097
|
-
def ResourceId(self):
|
17098
|
-
"""资源ID
|
17099
|
-
:rtype: str
|
17100
|
-
"""
|
17101
|
-
return self._ResourceId
|
17102
|
-
|
17103
|
-
@ResourceId.setter
|
17104
|
-
def ResourceId(self, ResourceId):
|
17105
|
-
self._ResourceId = ResourceId
|
17106
|
-
|
17107
|
-
@property
|
17108
|
-
def Type(self):
|
17109
|
-
"""类型: 这里为新购
|
17110
|
-
:rtype: str
|
17111
|
-
"""
|
17112
|
-
return self._Type
|
17113
|
-
|
17114
|
-
@Type.setter
|
17115
|
-
def Type(self, Type):
|
17116
|
-
self._Type = Type
|
17117
|
-
|
17118
|
-
@property
|
17119
|
-
def Config(self):
|
17120
|
-
"""配置:购买的配置信息
|
17121
|
-
:rtype: str
|
17122
|
-
"""
|
17123
|
-
return self._Config
|
17124
|
-
|
17125
|
-
@Config.setter
|
17126
|
-
def Config(self, Config):
|
17127
|
-
self._Config = Config
|
17128
|
-
|
17129
|
-
@property
|
17130
|
-
def ServiceName(self):
|
17131
|
-
"""服务名称
|
17132
|
-
:rtype: str
|
17133
|
-
"""
|
17134
|
-
return self._ServiceName
|
17135
|
-
|
17136
|
-
@ServiceName.setter
|
17137
|
-
def ServiceName(self, ServiceName):
|
17138
|
-
self._ServiceName = ServiceName
|
17139
|
-
|
17140
|
-
@property
|
17141
|
-
def BeginTime(self):
|
17142
|
-
"""购买时间
|
17143
|
-
:rtype: str
|
17144
|
-
"""
|
17145
|
-
return self._BeginTime
|
17146
|
-
|
17147
|
-
@BeginTime.setter
|
17148
|
-
def BeginTime(self, BeginTime):
|
17149
|
-
self._BeginTime = BeginTime
|
17150
|
-
|
17151
|
-
|
17152
|
-
def _deserialize(self, params):
|
17153
|
-
self._ResourceId = params.get("ResourceId")
|
17154
|
-
self._Type = params.get("Type")
|
17155
|
-
self._Config = params.get("Config")
|
17156
|
-
self._ServiceName = params.get("ServiceName")
|
17157
|
-
self._BeginTime = params.get("BeginTime")
|
17158
|
-
memeber_set = set(params.keys())
|
17159
|
-
for name, value in vars(self).items():
|
17160
|
-
property_name = name[1:]
|
17161
|
-
if property_name in memeber_set:
|
17162
|
-
memeber_set.remove(property_name)
|
17163
|
-
if len(memeber_set) > 0:
|
17164
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
17165
|
-
|
17166
|
-
|
17167
|
-
|
17168
17072
|
class CommandLine(AbstractModel):
|
17169
17073
|
"""命令行内容
|
17170
17074
|
|
@@ -37921,107 +37825,6 @@ class DescribeClientExceptionResponse(AbstractModel):
|
|
37921
37825
|
self._RequestId = params.get("RequestId")
|
37922
37826
|
|
37923
37827
|
|
37924
|
-
class DescribeCloudProtectServiceOrderListRequest(AbstractModel):
|
37925
|
-
"""DescribeCloudProtectServiceOrderList请求参数结构体
|
37926
|
-
|
37927
|
-
"""
|
37928
|
-
|
37929
|
-
def __init__(self):
|
37930
|
-
r"""
|
37931
|
-
:param _Order: 排序字段,当前支持: BeginTime
|
37932
|
-
:type Order: str
|
37933
|
-
:param _By: 排序方式,当前支持:
|
37934
|
-
ASC 正序,DESC 倒序
|
37935
|
-
:type By: str
|
37936
|
-
"""
|
37937
|
-
self._Order = None
|
37938
|
-
self._By = None
|
37939
|
-
|
37940
|
-
@property
|
37941
|
-
def Order(self):
|
37942
|
-
"""排序字段,当前支持: BeginTime
|
37943
|
-
:rtype: str
|
37944
|
-
"""
|
37945
|
-
return self._Order
|
37946
|
-
|
37947
|
-
@Order.setter
|
37948
|
-
def Order(self, Order):
|
37949
|
-
self._Order = Order
|
37950
|
-
|
37951
|
-
@property
|
37952
|
-
def By(self):
|
37953
|
-
"""排序方式,当前支持:
|
37954
|
-
ASC 正序,DESC 倒序
|
37955
|
-
:rtype: str
|
37956
|
-
"""
|
37957
|
-
return self._By
|
37958
|
-
|
37959
|
-
@By.setter
|
37960
|
-
def By(self, By):
|
37961
|
-
self._By = By
|
37962
|
-
|
37963
|
-
|
37964
|
-
def _deserialize(self, params):
|
37965
|
-
self._Order = params.get("Order")
|
37966
|
-
self._By = params.get("By")
|
37967
|
-
memeber_set = set(params.keys())
|
37968
|
-
for name, value in vars(self).items():
|
37969
|
-
property_name = name[1:]
|
37970
|
-
if property_name in memeber_set:
|
37971
|
-
memeber_set.remove(property_name)
|
37972
|
-
if len(memeber_set) > 0:
|
37973
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
37974
|
-
|
37975
|
-
|
37976
|
-
|
37977
|
-
class DescribeCloudProtectServiceOrderListResponse(AbstractModel):
|
37978
|
-
"""DescribeCloudProtectServiceOrderList返回参数结构体
|
37979
|
-
|
37980
|
-
"""
|
37981
|
-
|
37982
|
-
def __init__(self):
|
37983
|
-
r"""
|
37984
|
-
:param _Data: 云护航订单列表信息
|
37985
|
-
:type Data: list of CloudProtectService
|
37986
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37987
|
-
:type RequestId: str
|
37988
|
-
"""
|
37989
|
-
self._Data = None
|
37990
|
-
self._RequestId = None
|
37991
|
-
|
37992
|
-
@property
|
37993
|
-
def Data(self):
|
37994
|
-
"""云护航订单列表信息
|
37995
|
-
:rtype: list of CloudProtectService
|
37996
|
-
"""
|
37997
|
-
return self._Data
|
37998
|
-
|
37999
|
-
@Data.setter
|
38000
|
-
def Data(self, Data):
|
38001
|
-
self._Data = Data
|
38002
|
-
|
38003
|
-
@property
|
38004
|
-
def RequestId(self):
|
38005
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
38006
|
-
:rtype: str
|
38007
|
-
"""
|
38008
|
-
return self._RequestId
|
38009
|
-
|
38010
|
-
@RequestId.setter
|
38011
|
-
def RequestId(self, RequestId):
|
38012
|
-
self._RequestId = RequestId
|
38013
|
-
|
38014
|
-
|
38015
|
-
def _deserialize(self, params):
|
38016
|
-
if params.get("Data") is not None:
|
38017
|
-
self._Data = []
|
38018
|
-
for item in params.get("Data"):
|
38019
|
-
obj = CloudProtectService()
|
38020
|
-
obj._deserialize(item)
|
38021
|
-
self._Data.append(obj)
|
38022
|
-
self._RequestId = params.get("RequestId")
|
38023
|
-
|
38024
|
-
|
38025
37828
|
class DescribeComponentStatisticsRequest(AbstractModel):
|
38026
37829
|
"""DescribeComponentStatistics请求参数结构体
|
38027
37830
|
|
@@ -11182,6 +11182,14 @@ class Resource(AbstractModel):
|
|
11182
11182
|
:type LogDelivery: str
|
11183
11183
|
:param _DeployModel: 部署模式
|
11184
11184
|
:type DeployModel: int
|
11185
|
+
:param _IntranetAccess: 0 默认值,非内网访问,1 内网访问
|
11186
|
+
:type IntranetAccess: int
|
11187
|
+
:param _IntranetPrivateIpSet: 内网访问的ip
|
11188
|
+
:type IntranetPrivateIpSet: list of str
|
11189
|
+
:param _IntranetVpcId: 开通内网访问的vpc
|
11190
|
+
:type IntranetVpcId: str
|
11191
|
+
:param _IntranetVpcCidr: 开通内网访问vpc的网段
|
11192
|
+
:type IntranetVpcCidr: str
|
11185
11193
|
"""
|
11186
11194
|
self._ResourceId = None
|
11187
11195
|
self._ApCode = None
|
@@ -11219,6 +11227,10 @@ class Resource(AbstractModel):
|
|
11219
11227
|
self._CdcClusterId = None
|
11220
11228
|
self._LogDelivery = None
|
11221
11229
|
self._DeployModel = None
|
11230
|
+
self._IntranetAccess = None
|
11231
|
+
self._IntranetPrivateIpSet = None
|
11232
|
+
self._IntranetVpcId = None
|
11233
|
+
self._IntranetVpcCidr = None
|
11222
11234
|
|
11223
11235
|
@property
|
11224
11236
|
def ResourceId(self):
|
@@ -11616,6 +11628,50 @@ class Resource(AbstractModel):
|
|
11616
11628
|
def DeployModel(self, DeployModel):
|
11617
11629
|
self._DeployModel = DeployModel
|
11618
11630
|
|
11631
|
+
@property
|
11632
|
+
def IntranetAccess(self):
|
11633
|
+
"""0 默认值,非内网访问,1 内网访问
|
11634
|
+
:rtype: int
|
11635
|
+
"""
|
11636
|
+
return self._IntranetAccess
|
11637
|
+
|
11638
|
+
@IntranetAccess.setter
|
11639
|
+
def IntranetAccess(self, IntranetAccess):
|
11640
|
+
self._IntranetAccess = IntranetAccess
|
11641
|
+
|
11642
|
+
@property
|
11643
|
+
def IntranetPrivateIpSet(self):
|
11644
|
+
"""内网访问的ip
|
11645
|
+
:rtype: list of str
|
11646
|
+
"""
|
11647
|
+
return self._IntranetPrivateIpSet
|
11648
|
+
|
11649
|
+
@IntranetPrivateIpSet.setter
|
11650
|
+
def IntranetPrivateIpSet(self, IntranetPrivateIpSet):
|
11651
|
+
self._IntranetPrivateIpSet = IntranetPrivateIpSet
|
11652
|
+
|
11653
|
+
@property
|
11654
|
+
def IntranetVpcId(self):
|
11655
|
+
"""开通内网访问的vpc
|
11656
|
+
:rtype: str
|
11657
|
+
"""
|
11658
|
+
return self._IntranetVpcId
|
11659
|
+
|
11660
|
+
@IntranetVpcId.setter
|
11661
|
+
def IntranetVpcId(self, IntranetVpcId):
|
11662
|
+
self._IntranetVpcId = IntranetVpcId
|
11663
|
+
|
11664
|
+
@property
|
11665
|
+
def IntranetVpcCidr(self):
|
11666
|
+
"""开通内网访问vpc的网段
|
11667
|
+
:rtype: str
|
11668
|
+
"""
|
11669
|
+
return self._IntranetVpcCidr
|
11670
|
+
|
11671
|
+
@IntranetVpcCidr.setter
|
11672
|
+
def IntranetVpcCidr(self, IntranetVpcCidr):
|
11673
|
+
self._IntranetVpcCidr = IntranetVpcCidr
|
11674
|
+
|
11619
11675
|
|
11620
11676
|
def _deserialize(self, params):
|
11621
11677
|
self._ResourceId = params.get("ResourceId")
|
@@ -11659,6 +11715,10 @@ class Resource(AbstractModel):
|
|
11659
11715
|
self._CdcClusterId = params.get("CdcClusterId")
|
11660
11716
|
self._LogDelivery = params.get("LogDelivery")
|
11661
11717
|
self._DeployModel = params.get("DeployModel")
|
11718
|
+
self._IntranetAccess = params.get("IntranetAccess")
|
11719
|
+
self._IntranetPrivateIpSet = params.get("IntranetPrivateIpSet")
|
11720
|
+
self._IntranetVpcId = params.get("IntranetVpcId")
|
11721
|
+
self._IntranetVpcCidr = params.get("IntranetVpcCidr")
|
11662
11722
|
memeber_set = set(params.keys())
|
11663
11723
|
for name, value in vars(self).items():
|
11664
11724
|
property_name = name[1:]
|