tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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/aiart/v20221229/aiart_client.py +55 -0
- tencentcloud/aiart/v20221229/models.py +386 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +42 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +198 -14
- tencentcloud/dc/v20180410/dc_client.py +1 -1
- tencentcloud/dc/v20180410/models.py +46 -48
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +26 -5
- tencentcloud/ess/v20201111/models.py +58 -86
- tencentcloud/essbasic/v20210526/models.py +86 -134
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +326 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +1473 -75
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +6 -8
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +60 -18
- tencentcloud/mna/v20210119/models.py +0 -52
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/redis/v20180412/models.py +6 -2
- tencentcloud/rum/v20210622/models.py +92 -4
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tcb/v20180608/models.py +2 -86
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/tke/v20220501/models.py +2 -2
- tencentcloud/trro/v20220325/models.py +15 -58
- tencentcloud/trtc/v20190722/models.py +30 -0
- tencentcloud/tse/v20201207/models.py +185 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +508 -40
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1368 -2
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -11554,6 +11554,89 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
|
|
11554
11554
|
|
11555
11555
|
|
11556
11556
|
|
11557
|
+
class DescribeCloudNativeAPIGatewayInfoByIpRequest(AbstractModel):
|
11558
|
+
"""DescribeCloudNativeAPIGatewayInfoByIp请求参数结构体
|
11559
|
+
|
11560
|
+
"""
|
11561
|
+
|
11562
|
+
def __init__(self):
|
11563
|
+
r"""
|
11564
|
+
:param _PublicNetworkIP: 云原生网关的公网ip
|
11565
|
+
:type PublicNetworkIP: str
|
11566
|
+
"""
|
11567
|
+
self._PublicNetworkIP = None
|
11568
|
+
|
11569
|
+
@property
|
11570
|
+
def PublicNetworkIP(self):
|
11571
|
+
"""云原生网关的公网ip
|
11572
|
+
:rtype: str
|
11573
|
+
"""
|
11574
|
+
return self._PublicNetworkIP
|
11575
|
+
|
11576
|
+
@PublicNetworkIP.setter
|
11577
|
+
def PublicNetworkIP(self, PublicNetworkIP):
|
11578
|
+
self._PublicNetworkIP = PublicNetworkIP
|
11579
|
+
|
11580
|
+
|
11581
|
+
def _deserialize(self, params):
|
11582
|
+
self._PublicNetworkIP = params.get("PublicNetworkIP")
|
11583
|
+
memeber_set = set(params.keys())
|
11584
|
+
for name, value in vars(self).items():
|
11585
|
+
property_name = name[1:]
|
11586
|
+
if property_name in memeber_set:
|
11587
|
+
memeber_set.remove(property_name)
|
11588
|
+
if len(memeber_set) > 0:
|
11589
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11590
|
+
|
11591
|
+
|
11592
|
+
|
11593
|
+
class DescribeCloudNativeAPIGatewayInfoByIpResponse(AbstractModel):
|
11594
|
+
"""DescribeCloudNativeAPIGatewayInfoByIp返回参数结构体
|
11595
|
+
|
11596
|
+
"""
|
11597
|
+
|
11598
|
+
def __init__(self):
|
11599
|
+
r"""
|
11600
|
+
:param _Result: 出参
|
11601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11602
|
+
:type Result: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
|
11603
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11604
|
+
:type RequestId: str
|
11605
|
+
"""
|
11606
|
+
self._Result = None
|
11607
|
+
self._RequestId = None
|
11608
|
+
|
11609
|
+
@property
|
11610
|
+
def Result(self):
|
11611
|
+
"""出参
|
11612
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11613
|
+
:rtype: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
|
11614
|
+
"""
|
11615
|
+
return self._Result
|
11616
|
+
|
11617
|
+
@Result.setter
|
11618
|
+
def Result(self, Result):
|
11619
|
+
self._Result = Result
|
11620
|
+
|
11621
|
+
@property
|
11622
|
+
def RequestId(self):
|
11623
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11624
|
+
:rtype: str
|
11625
|
+
"""
|
11626
|
+
return self._RequestId
|
11627
|
+
|
11628
|
+
@RequestId.setter
|
11629
|
+
def RequestId(self, RequestId):
|
11630
|
+
self._RequestId = RequestId
|
11631
|
+
|
11632
|
+
|
11633
|
+
def _deserialize(self, params):
|
11634
|
+
if params.get("Result") is not None:
|
11635
|
+
self._Result = DescribeInstanceInfoByIpResult()
|
11636
|
+
self._Result._deserialize(params.get("Result"))
|
11637
|
+
self._RequestId = params.get("RequestId")
|
11638
|
+
|
11639
|
+
|
11557
11640
|
class DescribeCloudNativeAPIGatewayNodesRequest(AbstractModel):
|
11558
11641
|
"""DescribeCloudNativeAPIGatewayNodes请求参数结构体
|
11559
11642
|
|
@@ -15802,6 +15885,61 @@ class DescribeGovernanceServicesResponse(AbstractModel):
|
|
15802
15885
|
self._RequestId = params.get("RequestId")
|
15803
15886
|
|
15804
15887
|
|
15888
|
+
class DescribeInstanceInfoByIpResult(AbstractModel):
|
15889
|
+
"""根据公网IP查询云原生网关实例信息出参
|
15890
|
+
|
15891
|
+
"""
|
15892
|
+
|
15893
|
+
def __init__(self):
|
15894
|
+
r"""
|
15895
|
+
:param _GatewayId: 实例id
|
15896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15897
|
+
:type GatewayId: str
|
15898
|
+
:param _GroupId: 分组id
|
15899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15900
|
+
:type GroupId: str
|
15901
|
+
"""
|
15902
|
+
self._GatewayId = None
|
15903
|
+
self._GroupId = None
|
15904
|
+
|
15905
|
+
@property
|
15906
|
+
def GatewayId(self):
|
15907
|
+
"""实例id
|
15908
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15909
|
+
:rtype: str
|
15910
|
+
"""
|
15911
|
+
return self._GatewayId
|
15912
|
+
|
15913
|
+
@GatewayId.setter
|
15914
|
+
def GatewayId(self, GatewayId):
|
15915
|
+
self._GatewayId = GatewayId
|
15916
|
+
|
15917
|
+
@property
|
15918
|
+
def GroupId(self):
|
15919
|
+
"""分组id
|
15920
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15921
|
+
:rtype: str
|
15922
|
+
"""
|
15923
|
+
return self._GroupId
|
15924
|
+
|
15925
|
+
@GroupId.setter
|
15926
|
+
def GroupId(self, GroupId):
|
15927
|
+
self._GroupId = GroupId
|
15928
|
+
|
15929
|
+
|
15930
|
+
def _deserialize(self, params):
|
15931
|
+
self._GatewayId = params.get("GatewayId")
|
15932
|
+
self._GroupId = params.get("GroupId")
|
15933
|
+
memeber_set = set(params.keys())
|
15934
|
+
for name, value in vars(self).items():
|
15935
|
+
property_name = name[1:]
|
15936
|
+
if property_name in memeber_set:
|
15937
|
+
memeber_set.remove(property_name)
|
15938
|
+
if len(memeber_set) > 0:
|
15939
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
15940
|
+
|
15941
|
+
|
15942
|
+
|
15805
15943
|
class DescribeInstanceRegionInfo(AbstractModel):
|
15806
15944
|
"""实例地域信息描述
|
15807
15945
|
|
@@ -20400,6 +20538,8 @@ class GovernanceNamespaceInput(AbstractModel):
|
|
20400
20538
|
2、列表内容仅一个元素,且为字符 *,表示所有命名空间可见(包括新增)
|
20401
20539
|
3、列表内容为部份命名空间名称,则只对这些命名空间下可见
|
20402
20540
|
:type ServiceExportTo: list of str
|
20541
|
+
:param _SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
20542
|
+
:type SyncToGlobalRegistry: bool
|
20403
20543
|
"""
|
20404
20544
|
self._Name = None
|
20405
20545
|
self._Comment = None
|
@@ -20408,6 +20548,7 @@ class GovernanceNamespaceInput(AbstractModel):
|
|
20408
20548
|
self._RemoveUserIds = None
|
20409
20549
|
self._RemoveGroupIds = None
|
20410
20550
|
self._ServiceExportTo = None
|
20551
|
+
self._SyncToGlobalRegistry = None
|
20411
20552
|
|
20412
20553
|
@property
|
20413
20554
|
def Name(self):
|
@@ -20489,6 +20630,17 @@ class GovernanceNamespaceInput(AbstractModel):
|
|
20489
20630
|
def ServiceExportTo(self, ServiceExportTo):
|
20490
20631
|
self._ServiceExportTo = ServiceExportTo
|
20491
20632
|
|
20633
|
+
@property
|
20634
|
+
def SyncToGlobalRegistry(self):
|
20635
|
+
"""是否开启同步到全局注册中心
|
20636
|
+
:rtype: bool
|
20637
|
+
"""
|
20638
|
+
return self._SyncToGlobalRegistry
|
20639
|
+
|
20640
|
+
@SyncToGlobalRegistry.setter
|
20641
|
+
def SyncToGlobalRegistry(self, SyncToGlobalRegistry):
|
20642
|
+
self._SyncToGlobalRegistry = SyncToGlobalRegistry
|
20643
|
+
|
20492
20644
|
|
20493
20645
|
def _deserialize(self, params):
|
20494
20646
|
self._Name = params.get("Name")
|
@@ -20498,6 +20650,7 @@ class GovernanceNamespaceInput(AbstractModel):
|
|
20498
20650
|
self._RemoveUserIds = params.get("RemoveUserIds")
|
20499
20651
|
self._RemoveGroupIds = params.get("RemoveGroupIds")
|
20500
20652
|
self._ServiceExportTo = params.get("ServiceExportTo")
|
20653
|
+
self._SyncToGlobalRegistry = params.get("SyncToGlobalRegistry")
|
20501
20654
|
memeber_set = set(params.keys())
|
20502
20655
|
for name, value in vars(self).items():
|
20503
20656
|
property_name = name[1:]
|
@@ -21165,6 +21318,8 @@ class GovernanceServiceInput(AbstractModel):
|
|
21165
21318
|
:type RemoveGroupIds: list of str
|
21166
21319
|
:param _ExportTo: 该服务对哪些命名空间可见
|
21167
21320
|
:type ExportTo: list of str
|
21321
|
+
:param _SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
21322
|
+
:type SyncToGlobalRegistry: bool
|
21168
21323
|
"""
|
21169
21324
|
self._Name = None
|
21170
21325
|
self._Namespace = None
|
@@ -21177,6 +21332,7 @@ class GovernanceServiceInput(AbstractModel):
|
|
21177
21332
|
self._RemoveUserIds = None
|
21178
21333
|
self._RemoveGroupIds = None
|
21179
21334
|
self._ExportTo = None
|
21335
|
+
self._SyncToGlobalRegistry = None
|
21180
21336
|
|
21181
21337
|
@property
|
21182
21338
|
def Name(self):
|
@@ -21299,6 +21455,17 @@ class GovernanceServiceInput(AbstractModel):
|
|
21299
21455
|
def ExportTo(self, ExportTo):
|
21300
21456
|
self._ExportTo = ExportTo
|
21301
21457
|
|
21458
|
+
@property
|
21459
|
+
def SyncToGlobalRegistry(self):
|
21460
|
+
"""是否开启同步到全局注册中心
|
21461
|
+
:rtype: bool
|
21462
|
+
"""
|
21463
|
+
return self._SyncToGlobalRegistry
|
21464
|
+
|
21465
|
+
@SyncToGlobalRegistry.setter
|
21466
|
+
def SyncToGlobalRegistry(self, SyncToGlobalRegistry):
|
21467
|
+
self._SyncToGlobalRegistry = SyncToGlobalRegistry
|
21468
|
+
|
21302
21469
|
|
21303
21470
|
def _deserialize(self, params):
|
21304
21471
|
self._Name = params.get("Name")
|
@@ -21317,6 +21484,7 @@ class GovernanceServiceInput(AbstractModel):
|
|
21317
21484
|
self._RemoveUserIds = params.get("RemoveUserIds")
|
21318
21485
|
self._RemoveGroupIds = params.get("RemoveGroupIds")
|
21319
21486
|
self._ExportTo = params.get("ExportTo")
|
21487
|
+
self._SyncToGlobalRegistry = params.get("SyncToGlobalRegistry")
|
21320
21488
|
memeber_set = set(params.keys())
|
21321
21489
|
for name, value in vars(self).items():
|
21322
21490
|
property_name = name[1:]
|
@@ -27158,6 +27326,9 @@ class NativeGatewayServerGroup(AbstractModel):
|
|
27158
27326
|
:param _DefaultWeight: 分组默认权重
|
27159
27327
|
注意:此字段可能返回 null,表示取不到有效值。
|
27160
27328
|
:type DefaultWeight: int
|
27329
|
+
:param _ElasticNumber: 弹性节点
|
27330
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27331
|
+
:type ElasticNumber: int
|
27161
27332
|
"""
|
27162
27333
|
self._GroupId = None
|
27163
27334
|
self._Name = None
|
@@ -27172,6 +27343,7 @@ class NativeGatewayServerGroup(AbstractModel):
|
|
27172
27343
|
self._ModifyTime = None
|
27173
27344
|
self._SubnetIds = None
|
27174
27345
|
self._DefaultWeight = None
|
27346
|
+
self._ElasticNumber = None
|
27175
27347
|
|
27176
27348
|
@property
|
27177
27349
|
def GroupId(self):
|
@@ -27324,6 +27496,18 @@ class NativeGatewayServerGroup(AbstractModel):
|
|
27324
27496
|
def DefaultWeight(self, DefaultWeight):
|
27325
27497
|
self._DefaultWeight = DefaultWeight
|
27326
27498
|
|
27499
|
+
@property
|
27500
|
+
def ElasticNumber(self):
|
27501
|
+
"""弹性节点
|
27502
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27503
|
+
:rtype: int
|
27504
|
+
"""
|
27505
|
+
return self._ElasticNumber
|
27506
|
+
|
27507
|
+
@ElasticNumber.setter
|
27508
|
+
def ElasticNumber(self, ElasticNumber):
|
27509
|
+
self._ElasticNumber = ElasticNumber
|
27510
|
+
|
27327
27511
|
|
27328
27512
|
def _deserialize(self, params):
|
27329
27513
|
self._GroupId = params.get("GroupId")
|
@@ -27343,6 +27527,7 @@ class NativeGatewayServerGroup(AbstractModel):
|
|
27343
27527
|
self._ModifyTime = params.get("ModifyTime")
|
27344
27528
|
self._SubnetIds = params.get("SubnetIds")
|
27345
27529
|
self._DefaultWeight = params.get("DefaultWeight")
|
27530
|
+
self._ElasticNumber = params.get("ElasticNumber")
|
27346
27531
|
memeber_set = set(params.keys())
|
27347
27532
|
for name, value in vars(self).items():
|
27348
27533
|
property_name = name[1:]
|
@@ -1199,6 +1199,29 @@ class TseClient(AbstractClient):
|
|
1199
1199
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1200
1200
|
|
1201
1201
|
|
1202
|
+
def DescribeCloudNativeAPIGatewayInfoByIp(self, request):
|
1203
|
+
"""根据公网IP查询云原生网关实例信息
|
1204
|
+
|
1205
|
+
:param request: Request instance for DescribeCloudNativeAPIGatewayInfoByIp.
|
1206
|
+
:type request: :class:`tencentcloud.tse.v20201207.models.DescribeCloudNativeAPIGatewayInfoByIpRequest`
|
1207
|
+
:rtype: :class:`tencentcloud.tse.v20201207.models.DescribeCloudNativeAPIGatewayInfoByIpResponse`
|
1208
|
+
|
1209
|
+
"""
|
1210
|
+
try:
|
1211
|
+
params = request._serialize()
|
1212
|
+
headers = request.headers
|
1213
|
+
body = self.call("DescribeCloudNativeAPIGatewayInfoByIp", params, headers=headers)
|
1214
|
+
response = json.loads(body)
|
1215
|
+
model = models.DescribeCloudNativeAPIGatewayInfoByIpResponse()
|
1216
|
+
model._deserialize(response["Response"])
|
1217
|
+
return model
|
1218
|
+
except Exception as e:
|
1219
|
+
if isinstance(e, TencentCloudSDKException):
|
1220
|
+
raise
|
1221
|
+
else:
|
1222
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1223
|
+
|
1224
|
+
|
1202
1225
|
def DescribeCloudNativeAPIGatewayNodes(self, request):
|
1203
1226
|
"""获取云原生网关节点列表
|
1204
1227
|
|
@@ -34572,7 +34572,7 @@ class EditMediaVideoStream(AbstractModel):
|
|
34572
34572
|
<li>av1:AOMedia Video 1 编码;</li>
|
34573
34573
|
<li>H.266:H.266 编码。</li>
|
34574
34574
|
:type Codec: str
|
34575
|
-
:param _Bitrate: 视频流的码率,取值范围:0 和 [128,
|
34575
|
+
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
34576
34576
|
当取值为 0 或不填时,表示自动选择最佳视频码率。
|
34577
34577
|
:type Bitrate: int
|
34578
34578
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
@@ -34623,7 +34623,7 @@ class EditMediaVideoStream(AbstractModel):
|
|
34623
34623
|
|
34624
34624
|
@property
|
34625
34625
|
def Bitrate(self):
|
34626
|
-
"""视频流的码率,取值范围:0 和 [128,
|
34626
|
+
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
34627
34627
|
当取值为 0 或不填时,表示自动选择最佳视频码率。
|
34628
34628
|
:rtype: int
|
34629
34629
|
"""
|
@@ -73756,7 +73756,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
73756
73756
|
:param _Fps: 视频帧率,取值范围:[0, 100],单位:Hz。
|
73757
73757
|
当取值为 0,表示帧率和原始视频保持一致。
|
73758
73758
|
:type Fps: int
|
73759
|
-
:param _Bitrate: 视频流的码率,取值范围:0 和 [128,
|
73759
|
+
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73760
73760
|
当取值为 0,表示视频码率和原始视频保持一致。
|
73761
73761
|
:type Bitrate: int
|
73762
73762
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
@@ -73850,7 +73850,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
73850
73850
|
|
73851
73851
|
@property
|
73852
73852
|
def Bitrate(self):
|
73853
|
-
"""视频流的码率,取值范围:0 和 [128,
|
73853
|
+
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73854
73854
|
当取值为 0,表示视频码率和原始视频保持一致。
|
73855
73855
|
:rtype: int
|
73856
73856
|
"""
|
@@ -74020,7 +74020,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
74020
74020
|
:param _Fps: 视频帧率,取值范围:[0, 100],单位:Hz。
|
74021
74021
|
当取值为 0,表示帧率和原始视频保持一致。
|
74022
74022
|
:type Fps: int
|
74023
|
-
:param _Bitrate: 视频流的码率,取值范围:0 和 [128,
|
74023
|
+
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
74024
74024
|
当取值为 0,表示视频码率和原始视频保持一致。
|
74025
74025
|
:type Bitrate: int
|
74026
74026
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
@@ -74105,7 +74105,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
74105
74105
|
|
74106
74106
|
@property
|
74107
74107
|
def Bitrate(self):
|
74108
|
-
"""视频流的码率,取值范围:0 和 [128,
|
74108
|
+
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
74109
74109
|
当取值为 0,表示视频码率和原始视频保持一致。
|
74110
74110
|
:rtype: int
|
74111
74111
|
"""
|
@@ -395,6 +395,9 @@ INVALIDPARAMETERVALUE_RESOURCENOTFOUND = 'InvalidParameterValue.ResourceNotFound
|
|
395
395
|
# 该资源不支持此操作。
|
396
396
|
INVALIDPARAMETERVALUE_RESOURCENOTSUPPORT = 'InvalidParameterValue.ResourceNotSupport'
|
397
397
|
|
398
|
+
# 自定义路由的下一跳参数不正确。
|
399
|
+
INVALIDPARAMETERVALUE_ROUTENEXTHOPINVALID = 'InvalidParameterValue.RouteNextHopInvalid'
|
400
|
+
|
398
401
|
# 指定的优先级之间冲突或与已存在的优先级冲突。
|
399
402
|
INVALIDPARAMETERVALUE_ROUTEPOLICYPRIORITYCONFLICT = 'InvalidParameterValue.RoutePolicyPriorityConflict'
|
400
403
|
|
@@ -413,6 +416,9 @@ INVALIDPARAMETERVALUE_SUBNETOVERLAP = 'InvalidParameterValue.SubnetOverlap'
|
|
413
416
|
# 子网与辅助Cidr网段重叠。
|
414
417
|
INVALIDPARAMETERVALUE_SUBNETOVERLAPASSISTCIDR = 'InvalidParameterValue.SubnetOverlapAssistCidr'
|
415
418
|
|
419
|
+
# 子网与自定义路由目的Cidr网段完全重叠。
|
420
|
+
INVALIDPARAMETERVALUE_SUBNETOVERLAPROUTE = 'InvalidParameterValue.SubnetOverlapRoute'
|
421
|
+
|
416
422
|
# 子网CIDR不合法。
|
417
423
|
INVALIDPARAMETERVALUE_SUBNETRANGE = 'InvalidParameterValue.SubnetRange'
|
418
424
|
|
@@ -476,6 +482,9 @@ INVALIDPARAMETERVALUE_UNAVAILABLEZONE = 'InvalidParameterValue.UnavailableZone'
|
|
476
482
|
# 目的网段和当前VPC的CIDR冲突。
|
477
483
|
INVALIDPARAMETERVALUE_VPCCIDRCONFLICT = 'InvalidParameterValue.VpcCidrConflict'
|
478
484
|
|
485
|
+
# 辅助Cidr与自定义子网路由目的Cidr网段完全重叠。
|
486
|
+
INVALIDPARAMETERVALUE_VPCCIDROVERLAPROUTE = 'InvalidParameterValue.VpcCidrOverlapRoute'
|
487
|
+
|
479
488
|
# 当前功能不支持此专线网关。
|
480
489
|
INVALIDPARAMETERVALUE_VPGTYPENOTMATCH = 'InvalidParameterValue.VpgTypeNotMatch'
|
481
490
|
|
@@ -809,6 +818,9 @@ UNSUPPORTEDOPERATION_CCNTRAFFICMETERINGUNABLECROSSBORDER = 'UnsupportedOperation
|
|
809
818
|
# CDC子网不支持创建非本地网关类型的路由。
|
810
819
|
UNSUPPORTEDOPERATION_CDCSUBNETNOTSUPPORTUNLOCALGATEWAY = 'UnsupportedOperation.CdcSubnetNotSupportUnLocalGateway'
|
811
820
|
|
821
|
+
# VPG型的CDC网关不存在。
|
822
|
+
UNSUPPORTEDOPERATION_CDCVPGNOTEXISTS = 'UnsupportedOperation.CdcVpgNotExists'
|
823
|
+
|
812
824
|
# 实例已经和VPC绑定。
|
813
825
|
UNSUPPORTEDOPERATION_CLASSICINSTANCEIDALREADYEXISTS = 'UnsupportedOperation.ClassicInstanceIdAlreadyExists'
|
814
826
|
|
@@ -839,6 +851,9 @@ UNSUPPORTEDOPERATION_DCGATEWAYNATRULEEXISTS = 'UnsupportedOperation.DCGatewayNat
|
|
839
851
|
# 指定的VPC未发现专线网关。
|
840
852
|
UNSUPPORTEDOPERATION_DCGATEWAYSNOTFOUNDINVPC = 'UnsupportedOperation.DcGatewaysNotFoundInVpc'
|
841
853
|
|
854
|
+
# 当前专线网关有流日志,不支持删除。
|
855
|
+
UNSUPPORTEDOPERATION_DCGHASFLOWLOG = 'UnsupportedOperation.DcgHasFlowLog'
|
856
|
+
|
842
857
|
# 禁止删除默认路由表。
|
843
858
|
UNSUPPORTEDOPERATION_DELDEFAULTROUTE = 'UnsupportedOperation.DelDefaultRoute'
|
844
859
|
|