tencentcloud-sdk-python 3.0.1379__py2.py3-none-any.whl → 3.0.1381__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/autoscaling/v20180419/autoscaling_client.py +5 -6
- tencentcloud/autoscaling/v20180419/models.py +398 -294
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bh/v20230418/models.py +235 -2
- tencentcloud/bi/v20220105/models.py +32 -0
- tencentcloud/cat/v20180409/models.py +15 -0
- tencentcloud/cdb/v20170320/errorcodes.py +6 -0
- tencentcloud/cdb/v20170320/models.py +32 -2
- tencentcloud/cfs/v20190719/cfs_client.py +1 -1
- tencentcloud/cfs/v20190719/models.py +108 -104
- tencentcloud/cfw/v20190904/models.py +24 -24
- tencentcloud/clb/v20180317/clb_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +8 -8
- tencentcloud/cvm/v20170312/models.py +46 -18
- tencentcloud/cynosdb/v20190107/errorcodes.py +9 -0
- tencentcloud/cynosdb/v20190107/models.py +21 -2
- tencentcloud/emr/v20190103/models.py +30 -0
- tencentcloud/ess/v20201111/models.py +15 -0
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/mps/v20190612/models.py +2 -2
- tencentcloud/postgres/v20170312/models.py +0 -79
- tencentcloud/postgres/v20170312/postgres_client.py +12 -29
- tencentcloud/tbaas/v20180416/models.py +0 -234
- tencentcloud/tbaas/v20180416/tbaas_client.py +0 -23
- tencentcloud/tdmq/v20200217/errorcodes.py +6 -0
- tencentcloud/teo/v20220901/models.py +657 -100
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +247 -189
- tencentcloud/tmt/v20180321/models.py +147 -0
- tencentcloud/trtc/v20190722/trtc_client.py +2 -3
- tencentcloud/vpc/v20170312/models.py +138 -100
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/wedata/v20210820/models.py +602 -2
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1381.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1381.dist-info}/RECORD +42 -42
- {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1381.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1381.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1379.dist-info → tencentcloud_sdk_python-3.0.1381.dist-info}/top_level.txt +0 -0
@@ -9038,7 +9038,8 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
|
|
9038
9038
|
|
9039
9039
|
def __init__(self):
|
9040
9040
|
r"""
|
9041
|
-
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
9041
|
+
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
9042
|
+
|
9042
9043
|
:type VpcId: str
|
9043
9044
|
:param _NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字符。
|
9044
9045
|
:type NetworkInterfaceName: str
|
@@ -9082,7 +9083,8 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
|
|
9082
9083
|
|
9083
9084
|
@property
|
9084
9085
|
def VpcId(self):
|
9085
|
-
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
9086
|
+
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
9087
|
+
|
9086
9088
|
:rtype: str
|
9087
9089
|
"""
|
9088
9090
|
return self._VpcId
|
@@ -12720,7 +12722,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
|
|
12720
12722
|
|
12721
12723
|
def __init__(self):
|
12722
12724
|
r"""
|
12723
|
-
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
12725
|
+
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
12724
12726
|
:type VpcId: str
|
12725
12727
|
:param _NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
|
12726
12728
|
:type NetworkInterfaceName: str
|
@@ -12762,7 +12764,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
|
|
12762
12764
|
|
12763
12765
|
@property
|
12764
12766
|
def VpcId(self):
|
12765
|
-
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
12767
|
+
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
12766
12768
|
:rtype: str
|
12767
12769
|
"""
|
12768
12770
|
return self._VpcId
|
@@ -15331,17 +15333,17 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15331
15333
|
|
15332
15334
|
def __init__(self):
|
15333
15335
|
r"""
|
15334
|
-
:param _VpcId: VPC实例ID
|
15336
|
+
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
15335
15337
|
:type VpcId: str
|
15336
|
-
:param _SubnetId: 子网实例ID
|
15338
|
+
:param _SubnetId: 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
15337
15339
|
:type SubnetId: str
|
15338
|
-
:param _EndPointName:
|
15340
|
+
:param _EndPointName: 终端节点名称。限制为60个字符。
|
15339
15341
|
:type EndPointName: str
|
15340
|
-
:param _EndPointServiceId: 终端节点服务ID
|
15342
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15341
15343
|
:type EndPointServiceId: str
|
15342
15344
|
:param _EndPointVip: 终端节点VIP,可以指定IP申请。
|
15343
15345
|
:type EndPointVip: str
|
15344
|
-
:param _SecurityGroupId: 安全组ID
|
15346
|
+
:param _SecurityGroupId: 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
15345
15347
|
:type SecurityGroupId: str
|
15346
15348
|
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
15347
15349
|
:type Tags: list of Tag
|
@@ -15359,7 +15361,7 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15359
15361
|
|
15360
15362
|
@property
|
15361
15363
|
def VpcId(self):
|
15362
|
-
"""VPC实例ID
|
15364
|
+
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
15363
15365
|
:rtype: str
|
15364
15366
|
"""
|
15365
15367
|
return self._VpcId
|
@@ -15370,7 +15372,7 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15370
15372
|
|
15371
15373
|
@property
|
15372
15374
|
def SubnetId(self):
|
15373
|
-
"""子网实例ID
|
15375
|
+
"""子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
15374
15376
|
:rtype: str
|
15375
15377
|
"""
|
15376
15378
|
return self._SubnetId
|
@@ -15381,7 +15383,7 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15381
15383
|
|
15382
15384
|
@property
|
15383
15385
|
def EndPointName(self):
|
15384
|
-
"""
|
15386
|
+
"""终端节点名称。限制为60个字符。
|
15385
15387
|
:rtype: str
|
15386
15388
|
"""
|
15387
15389
|
return self._EndPointName
|
@@ -15392,7 +15394,7 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15392
15394
|
|
15393
15395
|
@property
|
15394
15396
|
def EndPointServiceId(self):
|
15395
|
-
"""终端节点服务ID
|
15397
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15396
15398
|
:rtype: str
|
15397
15399
|
"""
|
15398
15400
|
return self._EndPointServiceId
|
@@ -15414,7 +15416,7 @@ class CreateVpcEndPointRequest(AbstractModel):
|
|
15414
15416
|
|
15415
15417
|
@property
|
15416
15418
|
def SecurityGroupId(self):
|
15417
|
-
"""安全组ID
|
15419
|
+
"""安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
15418
15420
|
:rtype: str
|
15419
15421
|
"""
|
15420
15422
|
return self._SecurityGroupId
|
@@ -15522,17 +15524,18 @@ class CreateVpcEndPointServiceRequest(AbstractModel):
|
|
15522
15524
|
|
15523
15525
|
def __init__(self):
|
15524
15526
|
r"""
|
15525
|
-
:param _VpcId: VPC实例ID
|
15527
|
+
:param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
15526
15528
|
:type VpcId: str
|
15527
15529
|
:param _EndPointServiceName: 终端节点服务名称。
|
15528
15530
|
:type EndPointServiceName: str
|
15529
15531
|
:param _AutoAcceptFlag: 是否自动接受。
|
15530
15532
|
:type AutoAcceptFlag: bool
|
15531
|
-
:param _ServiceInstanceId: 后端服务ID,比如lb-
|
15533
|
+
:param _ServiceInstanceId: 后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
15534
|
+
|
15532
15535
|
:type ServiceInstanceId: str
|
15533
15536
|
:param _IsPassService: ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~
|
15534
15537
|
:type IsPassService: bool
|
15535
|
-
:param _ServiceType: 挂载的PAAS服务类型,CLB
|
15538
|
+
:param _ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。
|
15536
15539
|
:type ServiceType: str
|
15537
15540
|
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
15538
15541
|
:type Tags: list of Tag
|
@@ -15550,7 +15553,7 @@ class CreateVpcEndPointServiceRequest(AbstractModel):
|
|
15550
15553
|
|
15551
15554
|
@property
|
15552
15555
|
def VpcId(self):
|
15553
|
-
"""VPC实例ID
|
15556
|
+
"""VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
15554
15557
|
:rtype: str
|
15555
15558
|
"""
|
15556
15559
|
return self._VpcId
|
@@ -15583,7 +15586,8 @@ class CreateVpcEndPointServiceRequest(AbstractModel):
|
|
15583
15586
|
|
15584
15587
|
@property
|
15585
15588
|
def ServiceInstanceId(self):
|
15586
|
-
"""后端服务ID,比如lb-
|
15589
|
+
"""后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
15590
|
+
|
15587
15591
|
:rtype: str
|
15588
15592
|
"""
|
15589
15593
|
return self._ServiceInstanceId
|
@@ -15605,7 +15609,7 @@ class CreateVpcEndPointServiceRequest(AbstractModel):
|
|
15605
15609
|
|
15606
15610
|
@property
|
15607
15611
|
def ServiceType(self):
|
15608
|
-
"""挂载的PAAS服务类型,CLB
|
15612
|
+
"""挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。
|
15609
15613
|
:rtype: str
|
15610
15614
|
"""
|
15611
15615
|
return self._ServiceType
|
@@ -15713,11 +15717,11 @@ class CreateVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
15713
15717
|
|
15714
15718
|
def __init__(self):
|
15715
15719
|
r"""
|
15716
|
-
:param _UserUin: UIN
|
15720
|
+
:param _UserUin: UIN。腾讯云账号中心控制台获取。
|
15717
15721
|
:type UserUin: str
|
15718
|
-
:param _EndPointServiceId: 终端节点服务ID
|
15722
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15719
15723
|
:type EndPointServiceId: str
|
15720
|
-
:param _Description:
|
15724
|
+
:param _Description: 白名单描述。长度不超过60个字符。
|
15721
15725
|
:type Description: str
|
15722
15726
|
"""
|
15723
15727
|
self._UserUin = None
|
@@ -15726,7 +15730,7 @@ class CreateVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
15726
15730
|
|
15727
15731
|
@property
|
15728
15732
|
def UserUin(self):
|
15729
|
-
"""UIN
|
15733
|
+
"""UIN。腾讯云账号中心控制台获取。
|
15730
15734
|
:rtype: str
|
15731
15735
|
"""
|
15732
15736
|
return self._UserUin
|
@@ -15737,7 +15741,7 @@ class CreateVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
15737
15741
|
|
15738
15742
|
@property
|
15739
15743
|
def EndPointServiceId(self):
|
15740
|
-
"""终端节点服务ID
|
15744
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15741
15745
|
:rtype: str
|
15742
15746
|
"""
|
15743
15747
|
return self._EndPointServiceId
|
@@ -15748,7 +15752,7 @@ class CreateVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
15748
15752
|
|
15749
15753
|
@property
|
15750
15754
|
def Description(self):
|
15751
|
-
"""
|
15755
|
+
"""白名单描述。长度不超过60个字符。
|
15752
15756
|
:rtype: str
|
15753
15757
|
"""
|
15754
15758
|
return self._Description
|
@@ -19067,7 +19071,7 @@ class DeleteFlowLogRequest(AbstractModel):
|
|
19067
19071
|
r"""
|
19068
19072
|
:param _FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。
|
19069
19073
|
:type FlowLogId: str
|
19070
|
-
:param _VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
19074
|
+
:param _VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取当前账户的私有网络唯一ID。
|
19071
19075
|
|
19072
19076
|
:type VpcId: str
|
19073
19077
|
"""
|
@@ -19087,7 +19091,7 @@ class DeleteFlowLogRequest(AbstractModel):
|
|
19087
19091
|
|
19088
19092
|
@property
|
19089
19093
|
def VpcId(self):
|
19090
|
-
"""私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
19094
|
+
"""私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取当前账户的私有网络唯一ID。
|
19091
19095
|
|
19092
19096
|
:rtype: str
|
19093
19097
|
"""
|
@@ -21454,7 +21458,7 @@ class DeleteVpcEndPointRequest(AbstractModel):
|
|
21454
21458
|
|
21455
21459
|
def __init__(self):
|
21456
21460
|
r"""
|
21457
|
-
:param _EndPointId: 终端节点ID
|
21461
|
+
:param _EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
21458
21462
|
:type EndPointId: str
|
21459
21463
|
:param _IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
21460
21464
|
:type IpAddressType: str
|
@@ -21464,7 +21468,7 @@ class DeleteVpcEndPointRequest(AbstractModel):
|
|
21464
21468
|
|
21465
21469
|
@property
|
21466
21470
|
def EndPointId(self):
|
21467
|
-
"""终端节点ID
|
21471
|
+
"""终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
21468
21472
|
:rtype: str
|
21469
21473
|
"""
|
21470
21474
|
return self._EndPointId
|
@@ -21533,7 +21537,7 @@ class DeleteVpcEndPointServiceRequest(AbstractModel):
|
|
21533
21537
|
|
21534
21538
|
def __init__(self):
|
21535
21539
|
r"""
|
21536
|
-
:param _EndPointServiceId: 终端节点ID
|
21540
|
+
:param _EndPointServiceId: 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
21537
21541
|
:type EndPointServiceId: str
|
21538
21542
|
:param _IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
21539
21543
|
:type IpAddressType: str
|
@@ -21543,7 +21547,7 @@ class DeleteVpcEndPointServiceRequest(AbstractModel):
|
|
21543
21547
|
|
21544
21548
|
@property
|
21545
21549
|
def EndPointServiceId(self):
|
21546
|
-
"""终端节点ID
|
21550
|
+
"""终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
21547
21551
|
:rtype: str
|
21548
21552
|
"""
|
21549
21553
|
return self._EndPointServiceId
|
@@ -21612,9 +21616,9 @@ class DeleteVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
21612
21616
|
|
21613
21617
|
def __init__(self):
|
21614
21618
|
r"""
|
21615
|
-
:param _UserUin: 用户UIN
|
21619
|
+
:param _UserUin: 用户UIN数组。登录 腾讯云账号中心控制台
|
21616
21620
|
:type UserUin: list of str
|
21617
|
-
:param _EndPointServiceId: 终端节点服务ID
|
21621
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
21618
21622
|
:type EndPointServiceId: str
|
21619
21623
|
"""
|
21620
21624
|
self._UserUin = None
|
@@ -21622,7 +21626,7 @@ class DeleteVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
21622
21626
|
|
21623
21627
|
@property
|
21624
21628
|
def UserUin(self):
|
21625
|
-
"""用户UIN
|
21629
|
+
"""用户UIN数组。登录 腾讯云账号中心控制台
|
21626
21630
|
:rtype: list of str
|
21627
21631
|
"""
|
21628
21632
|
return self._UserUin
|
@@ -21633,7 +21637,7 @@ class DeleteVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
21633
21637
|
|
21634
21638
|
@property
|
21635
21639
|
def EndPointServiceId(self):
|
21636
|
-
"""终端节点服务ID
|
21640
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
21637
21641
|
:rtype: str
|
21638
21642
|
"""
|
21639
21643
|
return self._EndPointServiceId
|
@@ -23014,7 +23018,9 @@ class DescribeAssistantCidrRequest(AbstractModel):
|
|
23014
23018
|
:param _VpcIds: `VPC`实例`ID`数组。形如:[`vpc-6v2ht8q5`]
|
23015
23019
|
:type VpcIds: list of str
|
23016
23020
|
:param _Filters: 过滤条件,参数不支持同时指定VpcIds和Filters。
|
23017
|
-
|
23021
|
+
|
23022
|
+
当前支持的过滤条件如下:
|
23023
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。(当前仅支持该过滤条件)</li>
|
23018
23024
|
:type Filters: list of Filter
|
23019
23025
|
:param _Offset: 偏移量,默认为0。
|
23020
23026
|
:type Offset: int
|
@@ -23040,7 +23046,9 @@ class DescribeAssistantCidrRequest(AbstractModel):
|
|
23040
23046
|
@property
|
23041
23047
|
def Filters(self):
|
23042
23048
|
"""过滤条件,参数不支持同时指定VpcIds和Filters。
|
23043
|
-
|
23049
|
+
|
23050
|
+
当前支持的过滤条件如下:
|
23051
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。(当前仅支持该过滤条件)</li>
|
23044
23052
|
:rtype: list of Filter
|
23045
23053
|
"""
|
23046
23054
|
return self._Filters
|
@@ -26357,7 +26365,7 @@ class DescribeFlowLogRequest(AbstractModel):
|
|
26357
26365
|
|
26358
26366
|
def __init__(self):
|
26359
26367
|
r"""
|
26360
|
-
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
26368
|
+
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
|
26361
26369
|
:type VpcId: str
|
26362
26370
|
:param _FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取;
|
26363
26371
|
:type FlowLogId: str
|
@@ -26367,7 +26375,7 @@ class DescribeFlowLogRequest(AbstractModel):
|
|
26367
26375
|
|
26368
26376
|
@property
|
26369
26377
|
def VpcId(self):
|
26370
|
-
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
26378
|
+
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
|
26371
26379
|
:rtype: str
|
26372
26380
|
"""
|
26373
26381
|
return self._VpcId
|
@@ -26456,7 +26464,7 @@ class DescribeFlowLogsRequest(AbstractModel):
|
|
26456
26464
|
|
26457
26465
|
def __init__(self):
|
26458
26466
|
r"""
|
26459
|
-
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
26467
|
+
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
26460
26468
|
:type VpcId: str
|
26461
26469
|
:param _FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建。
|
26462
26470
|
:type FlowLogId: str
|
@@ -26505,7 +26513,7 @@ class DescribeFlowLogsRequest(AbstractModel):
|
|
26505
26513
|
|
26506
26514
|
@property
|
26507
26515
|
def VpcId(self):
|
26508
|
-
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
26516
|
+
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
26509
26517
|
:rtype: str
|
26510
26518
|
"""
|
26511
26519
|
return self._VpcId
|
@@ -30511,7 +30519,7 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
|
|
30511
30519
|
|
30512
30520
|
:type NetworkInterfaceIds: list of str
|
30513
30521
|
:param _Filters: 过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
|
30514
|
-
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z
|
30522
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
30515
30523
|
</li>
|
30516
30524
|
<li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
30517
30525
|
</li>
|
@@ -30559,7 +30567,7 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
|
|
30559
30567
|
@property
|
30560
30568
|
def Filters(self):
|
30561
30569
|
"""过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
|
30562
|
-
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z
|
30570
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
30563
30571
|
</li>
|
30564
30572
|
<li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
30565
30573
|
</li>
|
@@ -34726,7 +34734,7 @@ class DescribeSubnetsRequest(AbstractModel):
|
|
34726
34734
|
|
34727
34735
|
def __init__(self):
|
34728
34736
|
r"""
|
34729
|
-
:param _SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100
|
34737
|
+
:param _SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100(该参数指定的子网是否返回,需要结合分页拉取参数Limit和Offset)。参数不支持同时指定SubnetIds和Filters。
|
34730
34738
|
:type SubnetIds: list of str
|
34731
34739
|
:param _Filters: 过滤条件,参数不支持同时指定SubnetIds和Filters。
|
34732
34740
|
<li>subnet-id - String - (过滤条件)Subnet实例名称。</li>
|
@@ -34756,7 +34764,7 @@ class DescribeSubnetsRequest(AbstractModel):
|
|
34756
34764
|
|
34757
34765
|
@property
|
34758
34766
|
def SubnetIds(self):
|
34759
|
-
"""子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100
|
34767
|
+
"""子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100(该参数指定的子网是否返回,需要结合分页拉取参数Limit和Offset)。参数不支持同时指定SubnetIds和Filters。
|
34760
34768
|
:rtype: list of str
|
34761
34769
|
"""
|
34762
34770
|
return self._SubnetIds
|
@@ -35782,17 +35790,21 @@ class DescribeVpcEndPointRequest(AbstractModel):
|
|
35782
35790
|
|
35783
35791
|
def __init__(self):
|
35784
35792
|
r"""
|
35785
|
-
:param _Filters:
|
35786
|
-
<li> end-point-service-id- String - (过滤条件)终端节点服务ID
|
35793
|
+
:param _Filters: 过滤条件。当前支持如下过滤条件:
|
35794
|
+
<li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
35795
|
+
</li>
|
35787
35796
|
<li>end-point-name - String - (过滤条件)终端节点实例名称。</li>
|
35788
|
-
<li> end-point-id- String - (过滤条件)终端节点实例ID
|
35789
|
-
|
35797
|
+
<li> end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
35798
|
+
接口获取。</li>
|
35799
|
+
<li> vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
35800
|
+
</li>
|
35790
35801
|
:type Filters: list of Filter
|
35791
35802
|
:param _Offset: 偏移量,默认为0。
|
35792
35803
|
:type Offset: int
|
35793
35804
|
:param _Limit: 单页返回数量,默认为20,最大值为100。
|
35794
35805
|
:type Limit: int
|
35795
|
-
:param _EndPointId: 终端节点ID
|
35806
|
+
:param _EndPointId: 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
35807
|
+
获取。
|
35796
35808
|
:type EndPointId: list of str
|
35797
35809
|
:param _IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
35798
35810
|
:type IpAddressType: str
|
@@ -35805,11 +35817,14 @@ class DescribeVpcEndPointRequest(AbstractModel):
|
|
35805
35817
|
|
35806
35818
|
@property
|
35807
35819
|
def Filters(self):
|
35808
|
-
"""
|
35809
|
-
<li> end-point-service-id- String - (过滤条件)终端节点服务ID
|
35820
|
+
"""过滤条件。当前支持如下过滤条件:
|
35821
|
+
<li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
35822
|
+
</li>
|
35810
35823
|
<li>end-point-name - String - (过滤条件)终端节点实例名称。</li>
|
35811
|
-
<li> end-point-id- String - (过滤条件)终端节点实例ID
|
35812
|
-
|
35824
|
+
<li> end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
35825
|
+
接口获取。</li>
|
35826
|
+
<li> vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
35827
|
+
</li>
|
35813
35828
|
:rtype: list of Filter
|
35814
35829
|
"""
|
35815
35830
|
return self._Filters
|
@@ -35842,7 +35857,8 @@ class DescribeVpcEndPointRequest(AbstractModel):
|
|
35842
35857
|
|
35843
35858
|
@property
|
35844
35859
|
def EndPointId(self):
|
35845
|
-
"""终端节点ID
|
35860
|
+
"""终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
35861
|
+
获取。
|
35846
35862
|
:rtype: list of str
|
35847
35863
|
"""
|
35848
35864
|
return self._EndPointId
|
@@ -35955,16 +35971,21 @@ class DescribeVpcEndPointServiceRequest(AbstractModel):
|
|
35955
35971
|
def __init__(self):
|
35956
35972
|
r"""
|
35957
35973
|
:param _Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
35958
|
-
<li> service-id - String - (过滤条件)终端节点服务唯一ID
|
35974
|
+
<li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
35975
|
+
</li>
|
35959
35976
|
<li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
35960
|
-
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-
|
35961
|
-
|
35977
|
+
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
35978
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
35979
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
35980
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
35981
|
+
</li>
|
35982
|
+
<li>service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。</li>
|
35962
35983
|
:type Filters: list of Filter
|
35963
35984
|
:param _Offset: 偏移量,默认为0。
|
35964
35985
|
:type Offset: int
|
35965
35986
|
:param _Limit: 单页返回数量,默认为20,最大值为100。
|
35966
35987
|
:type Limit: int
|
35967
|
-
:param _EndPointServiceIds: 终端节点服务ID
|
35988
|
+
:param _EndPointServiceIds: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
35968
35989
|
:type EndPointServiceIds: list of str
|
35969
35990
|
:param _IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li>列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,哪些终端节点服务授权了该账户。</li>
|
35970
35991
|
:type IsListAuthorizedEndPointService: bool
|
@@ -35981,10 +36002,15 @@ class DescribeVpcEndPointServiceRequest(AbstractModel):
|
|
35981
36002
|
@property
|
35982
36003
|
def Filters(self):
|
35983
36004
|
"""过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
35984
|
-
<li> service-id - String - (过滤条件)终端节点服务唯一ID
|
36005
|
+
<li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
36006
|
+
</li>
|
35985
36007
|
<li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
35986
|
-
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-
|
35987
|
-
|
36008
|
+
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
36009
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
36010
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
36011
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
36012
|
+
</li>
|
36013
|
+
<li>service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。</li>
|
35988
36014
|
:rtype: list of Filter
|
35989
36015
|
"""
|
35990
36016
|
return self._Filters
|
@@ -36017,7 +36043,7 @@ class DescribeVpcEndPointServiceRequest(AbstractModel):
|
|
36017
36043
|
|
36018
36044
|
@property
|
36019
36045
|
def EndPointServiceIds(self):
|
36020
|
-
"""终端节点服务ID
|
36046
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
36021
36047
|
:rtype: list of str
|
36022
36048
|
"""
|
36023
36049
|
return self._EndPointServiceIds
|
@@ -36146,8 +36172,9 @@ class DescribeVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
36146
36172
|
:param _Limit: 单页返回数量,默认为20,最大值为100。
|
36147
36173
|
:type Limit: int
|
36148
36174
|
:param _Filters: 过滤条件。
|
36149
|
-
<li> user-uin String - (过滤条件)用户UIN
|
36150
|
-
<li> end-point-service-id String - (过滤条件)终端节点服务ID
|
36175
|
+
<li> user-uin String - (过滤条件)用户UIN。登录 腾讯云账号中心控制台 获取。</li>
|
36176
|
+
<li> end-point-service-id String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
36177
|
+
</li>
|
36151
36178
|
:type Filters: list of Filter
|
36152
36179
|
"""
|
36153
36180
|
self._Offset = None
|
@@ -36179,8 +36206,9 @@ class DescribeVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
36179
36206
|
@property
|
36180
36207
|
def Filters(self):
|
36181
36208
|
"""过滤条件。
|
36182
|
-
<li> user-uin String - (过滤条件)用户UIN
|
36183
|
-
<li> end-point-service-id String - (过滤条件)终端节点服务ID
|
36209
|
+
<li> user-uin String - (过滤条件)用户UIN。登录 腾讯云账号中心控制台 获取。</li>
|
36210
|
+
<li> end-point-service-id String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
36211
|
+
</li>
|
36184
36212
|
:rtype: list of Filter
|
36185
36213
|
"""
|
36186
36214
|
return self._Filters
|
@@ -40692,9 +40720,9 @@ class DisassociateVpcEndPointSecurityGroupsRequest(AbstractModel):
|
|
40692
40720
|
|
40693
40721
|
def __init__(self):
|
40694
40722
|
r"""
|
40695
|
-
:param _SecurityGroupIds: 安全组ID
|
40723
|
+
:param _SecurityGroupIds: 安全组ID数组。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
40696
40724
|
:type SecurityGroupIds: list of str
|
40697
|
-
:param _EndPointId: 终端节点ID
|
40725
|
+
:param _EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
40698
40726
|
:type EndPointId: str
|
40699
40727
|
"""
|
40700
40728
|
self._SecurityGroupIds = None
|
@@ -40702,7 +40730,7 @@ class DisassociateVpcEndPointSecurityGroupsRequest(AbstractModel):
|
|
40702
40730
|
|
40703
40731
|
@property
|
40704
40732
|
def SecurityGroupIds(self):
|
40705
|
-
"""安全组ID
|
40733
|
+
"""安全组ID数组。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
40706
40734
|
:rtype: list of str
|
40707
40735
|
"""
|
40708
40736
|
return self._SecurityGroupIds
|
@@ -40713,7 +40741,7 @@ class DisassociateVpcEndPointSecurityGroupsRequest(AbstractModel):
|
|
40713
40741
|
|
40714
40742
|
@property
|
40715
40743
|
def EndPointId(self):
|
40716
|
-
"""终端节点ID
|
40744
|
+
"""终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
40717
40745
|
:rtype: str
|
40718
40746
|
"""
|
40719
40747
|
return self._EndPointId
|
@@ -41427,9 +41455,9 @@ class EnableVpcEndPointConnectRequest(AbstractModel):
|
|
41427
41455
|
|
41428
41456
|
def __init__(self):
|
41429
41457
|
r"""
|
41430
|
-
:param _EndPointServiceId: 终端节点服务ID
|
41458
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
41431
41459
|
:type EndPointServiceId: str
|
41432
|
-
:param _EndPointId: 终端节点ID
|
41460
|
+
:param _EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
41433
41461
|
:type EndPointId: list of str
|
41434
41462
|
:param _AcceptFlag: 是否接受终端节点连接请求。
|
41435
41463
|
<li> true:自动接受。</li> <li> false:不自动接受。</li>
|
@@ -41444,7 +41472,7 @@ class EnableVpcEndPointConnectRequest(AbstractModel):
|
|
41444
41472
|
|
41445
41473
|
@property
|
41446
41474
|
def EndPointServiceId(self):
|
41447
|
-
"""终端节点服务ID
|
41475
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
41448
41476
|
:rtype: str
|
41449
41477
|
"""
|
41450
41478
|
return self._EndPointServiceId
|
@@ -41455,7 +41483,7 @@ class EnableVpcEndPointConnectRequest(AbstractModel):
|
|
41455
41483
|
|
41456
41484
|
@property
|
41457
41485
|
def EndPointId(self):
|
41458
|
-
"""终端节点ID
|
41486
|
+
"""终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
41459
41487
|
:rtype: list of str
|
41460
41488
|
"""
|
41461
41489
|
return self._EndPointId
|
@@ -41634,7 +41662,7 @@ class EndPoint(AbstractModel):
|
|
41634
41662
|
r"""
|
41635
41663
|
:param _EndPointId: 终端节点ID。
|
41636
41664
|
:type EndPointId: str
|
41637
|
-
:param _VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
41665
|
+
:param _VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
41638
41666
|
:type VpcId: str
|
41639
41667
|
:param _SubnetId: 子网ID。
|
41640
41668
|
:type SubnetId: str
|
@@ -41692,7 +41720,7 @@ class EndPoint(AbstractModel):
|
|
41692
41720
|
|
41693
41721
|
@property
|
41694
41722
|
def VpcId(self):
|
41695
|
-
"""VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
41723
|
+
"""VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
41696
41724
|
:rtype: str
|
41697
41725
|
"""
|
41698
41726
|
return self._VpcId
|
@@ -42241,7 +42269,7 @@ class FlowLog(AbstractModel):
|
|
42241
42269
|
|
42242
42270
|
def __init__(self):
|
42243
42271
|
r"""
|
42244
|
-
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
42272
|
+
:param _VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
42245
42273
|
:type VpcId: str
|
42246
42274
|
:param _FlowLogId: 流日志唯一ID。
|
42247
42275
|
:type FlowLogId: str
|
@@ -42290,7 +42318,7 @@ class FlowLog(AbstractModel):
|
|
42290
42318
|
|
42291
42319
|
@property
|
42292
42320
|
def VpcId(self):
|
42293
|
-
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
42321
|
+
"""私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
42294
42322
|
:rtype: str
|
42295
42323
|
"""
|
42296
42324
|
return self._VpcId
|
@@ -53160,11 +53188,11 @@ class ModifyVpcEndPointAttributeRequest(AbstractModel):
|
|
53160
53188
|
|
53161
53189
|
def __init__(self):
|
53162
53190
|
r"""
|
53163
|
-
:param _EndPointId: 终端节点ID
|
53191
|
+
:param _EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
53164
53192
|
:type EndPointId: str
|
53165
|
-
:param _EndPointName:
|
53193
|
+
:param _EndPointName: 终端节点名称。长度限制为60个字符。
|
53166
53194
|
:type EndPointName: str
|
53167
|
-
:param _SecurityGroupIds: 安全组ID
|
53195
|
+
:param _SecurityGroupIds: 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
53168
53196
|
:type SecurityGroupIds: list of str
|
53169
53197
|
:param _IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
53170
53198
|
:type IpAddressType: str
|
@@ -53176,7 +53204,7 @@ class ModifyVpcEndPointAttributeRequest(AbstractModel):
|
|
53176
53204
|
|
53177
53205
|
@property
|
53178
53206
|
def EndPointId(self):
|
53179
|
-
"""终端节点ID
|
53207
|
+
"""终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
53180
53208
|
:rtype: str
|
53181
53209
|
"""
|
53182
53210
|
return self._EndPointId
|
@@ -53187,7 +53215,7 @@ class ModifyVpcEndPointAttributeRequest(AbstractModel):
|
|
53187
53215
|
|
53188
53216
|
@property
|
53189
53217
|
def EndPointName(self):
|
53190
|
-
"""
|
53218
|
+
"""终端节点名称。长度限制为60个字符。
|
53191
53219
|
:rtype: str
|
53192
53220
|
"""
|
53193
53221
|
return self._EndPointName
|
@@ -53198,7 +53226,7 @@ class ModifyVpcEndPointAttributeRequest(AbstractModel):
|
|
53198
53226
|
|
53199
53227
|
@property
|
53200
53228
|
def SecurityGroupIds(self):
|
53201
|
-
"""安全组ID
|
53229
|
+
"""安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
53202
53230
|
:rtype: list of str
|
53203
53231
|
"""
|
53204
53232
|
return self._SecurityGroupIds
|
@@ -53269,15 +53297,20 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
53269
53297
|
|
53270
53298
|
def __init__(self):
|
53271
53299
|
r"""
|
53272
|
-
:param _EndPointServiceId: 终端节点服务ID
|
53300
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
53301
|
+
|
53273
53302
|
:type EndPointServiceId: str
|
53274
|
-
:param _VpcId:
|
53303
|
+
:param _VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
53275
53304
|
:type VpcId: str
|
53276
|
-
:param _EndPointServiceName:
|
53305
|
+
:param _EndPointServiceName: 终端节点服务名称。长度不超过60个字符。
|
53277
53306
|
:type EndPointServiceName: str
|
53278
53307
|
:param _AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
|
53279
53308
|
:type AutoAcceptFlag: bool
|
53280
|
-
:param _ServiceInstanceId: 后端服务的ID,比如lb-
|
53309
|
+
:param _ServiceInstanceId: 后端服务的ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
53310
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
53311
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
53312
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取
|
53313
|
+
|
53281
53314
|
:type ServiceInstanceId: str
|
53282
53315
|
:param _IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
53283
53316
|
:type IpAddressType: str
|
@@ -53291,7 +53324,8 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
53291
53324
|
|
53292
53325
|
@property
|
53293
53326
|
def EndPointServiceId(self):
|
53294
|
-
"""终端节点服务ID
|
53327
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
53328
|
+
|
53295
53329
|
:rtype: str
|
53296
53330
|
"""
|
53297
53331
|
return self._EndPointServiceId
|
@@ -53302,7 +53336,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
53302
53336
|
|
53303
53337
|
@property
|
53304
53338
|
def VpcId(self):
|
53305
|
-
"""
|
53339
|
+
"""VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
53306
53340
|
:rtype: str
|
53307
53341
|
"""
|
53308
53342
|
return self._VpcId
|
@@ -53313,7 +53347,7 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
53313
53347
|
|
53314
53348
|
@property
|
53315
53349
|
def EndPointServiceName(self):
|
53316
|
-
"""
|
53350
|
+
"""终端节点服务名称。长度不超过60个字符。
|
53317
53351
|
:rtype: str
|
53318
53352
|
"""
|
53319
53353
|
return self._EndPointServiceName
|
@@ -53335,7 +53369,11 @@ class ModifyVpcEndPointServiceAttributeRequest(AbstractModel):
|
|
53335
53369
|
|
53336
53370
|
@property
|
53337
53371
|
def ServiceInstanceId(self):
|
53338
|
-
"""后端服务的ID,比如lb-
|
53372
|
+
"""后端服务的ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
53373
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
53374
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
53375
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取
|
53376
|
+
|
53339
53377
|
:rtype: str
|
53340
53378
|
"""
|
53341
53379
|
return self._ServiceInstanceId
|
@@ -53408,11 +53446,11 @@ class ModifyVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
53408
53446
|
|
53409
53447
|
def __init__(self):
|
53410
53448
|
r"""
|
53411
|
-
:param _UserUin: 用户UIN
|
53449
|
+
:param _UserUin: 用户UIN。可以通过终端节点所在的用户通过登录 腾讯云账号中心控制台获取。
|
53412
53450
|
:type UserUin: str
|
53413
|
-
:param _EndPointServiceId: 终端节点服务ID
|
53451
|
+
:param _EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
53414
53452
|
:type EndPointServiceId: str
|
53415
|
-
:param _Description:
|
53453
|
+
:param _Description: 白名单描述信息。长度不超过60个字符。
|
53416
53454
|
:type Description: str
|
53417
53455
|
"""
|
53418
53456
|
self._UserUin = None
|
@@ -53421,7 +53459,7 @@ class ModifyVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
53421
53459
|
|
53422
53460
|
@property
|
53423
53461
|
def UserUin(self):
|
53424
|
-
"""用户UIN
|
53462
|
+
"""用户UIN。可以通过终端节点所在的用户通过登录 腾讯云账号中心控制台获取。
|
53425
53463
|
:rtype: str
|
53426
53464
|
"""
|
53427
53465
|
return self._UserUin
|
@@ -53432,7 +53470,7 @@ class ModifyVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
53432
53470
|
|
53433
53471
|
@property
|
53434
53472
|
def EndPointServiceId(self):
|
53435
|
-
"""终端节点服务ID
|
53473
|
+
"""终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
53436
53474
|
:rtype: str
|
53437
53475
|
"""
|
53438
53476
|
return self._EndPointServiceId
|
@@ -53443,7 +53481,7 @@ class ModifyVpcEndPointServiceWhiteListRequest(AbstractModel):
|
|
53443
53481
|
|
53444
53482
|
@property
|
53445
53483
|
def Description(self):
|
53446
|
-
"""
|
53484
|
+
"""白名单描述信息。长度不超过60个字符。
|
53447
53485
|
:rtype: str
|
53448
53486
|
"""
|
53449
53487
|
return self._Description
|