tencentcloud-sdk-vpc 3.0.942 → 3.0.944
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +7 -2
- data/lib/v20170312/models.rb +76 -21
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a156d5c294f5c5e48ea8380e2f64dfb1ec030bfa
|
4
|
+
data.tar.gz: 8a22cd13990e52e351f0d596f50369ffb30d1ab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17e328d87ae68c36cd86bfa7abde5ede96bac2304d74411f3aacb318f1aa0c8458de50537cdce775daacf8c33c3fa5c2dccf5e90f8da53a1b9799e155da51520
|
7
|
+
data.tar.gz: d2b12e22d620a3512b9ce882cf5224f00a1d8ee9bd32bc0dd49d27e866df4712bfbe79a0251a6b9dfd9213185018411fa0c63fd74becbc9c4eabcdbd427c7224
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.944
|
data/lib/v20170312/client.rb
CHANGED
@@ -1470,7 +1470,7 @@ module TencentCloud
|
|
1470
1470
|
# * 创建弹性网卡时可以指定需要申请的内网IP数量,系统会随机生成内网IP地址。
|
1471
1471
|
# * 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
|
1472
1472
|
# * 创建弹性网卡同时可以绑定已有安全组。
|
1473
|
-
# * 创建弹性网卡同时可以绑定标签,
|
1473
|
+
# * 创建弹性网卡同时可以绑定标签, 响应里的标签列表代表添加成功的标签。
|
1474
1474
|
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
1475
1475
|
# >
|
1476
1476
|
|
@@ -5561,6 +5561,12 @@ module TencentCloud
|
|
5561
5561
|
# * vpc-max-assistant_cidrs(每个VPC可分配的辅助CIDR数)。
|
5562
5562
|
# * appid-max-end-point-services (每个开发商每个地域可创建的终端节点服务个数)。
|
5563
5563
|
# * appid-max-end-point-service-white-lists (每个开发商每个地域可创建的终端节点服务白名单个数)。
|
5564
|
+
# * vpc-max-cmcc-ipv6-cidrs (每个VPC可创建的移动IPv6 CIDR个数)。
|
5565
|
+
# * vpc-max-ctcc-ipv6-cidrs (每个VPC可创建的电信IPv6 CIDR个数)。
|
5566
|
+
# * vpc-max-cucc-ipv6-cidrs (每个VPC可创建的联调IPv6 CIDR个数)。
|
5567
|
+
# * vpc-max-bgp-ipv6-cidrs (每个VPC可创建的默认IPv6 CIDR个数)。
|
5568
|
+
# * vpc-max-custom-ipv6-cidrs (每个VPC可创建的自定义IPv6 CIDR个数)。
|
5569
|
+
# * vpc-max-ula-ipv6-cidrs (每个VPC可创建的ULA IPv6 CIDR个数)。
|
5564
5570
|
|
5565
5571
|
# @param request: Request instance for DescribeVpcLimits.
|
5566
5572
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpcLimitsRequest`
|
@@ -8111,7 +8117,6 @@ module TencentCloud
|
|
8111
8117
|
|
8112
8118
|
# 本接口(ModifyVpcEndPointServiceAttribute)用于修改终端节点服务属性。
|
8113
8119
|
|
8114
|
-
|
8115
8120
|
# @param request: Request instance for ModifyVpcEndPointServiceAttribute.
|
8116
8121
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyVpcEndPointServiceAttributeRequest`
|
8117
8122
|
# @rtype: :class:`Tencentcloud::vpc::V20170312::ModifyVpcEndPointServiceAttributeResponse`
|
data/lib/v20170312/models.rb
CHANGED
@@ -2907,8 +2907,10 @@ module TencentCloud
|
|
2907
2907
|
# 私有网络和基础网络互通设备
|
2908
2908
|
class ClassicLinkInstance < TencentCloud::Common::AbstractModel
|
2909
2909
|
# @param VpcId: VPC实例ID
|
2910
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2910
2911
|
# @type VpcId: String
|
2911
2912
|
# @param InstanceId: 云服务器实例唯一ID
|
2913
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2912
2914
|
# @type InstanceId: String
|
2913
2915
|
|
2914
2916
|
attr_accessor :VpcId, :InstanceId
|
@@ -3629,7 +3631,7 @@ module TencentCloud
|
|
3629
3631
|
|
3630
3632
|
# CreateDefaultSecurityGroup请求参数结构体
|
3631
3633
|
class CreateDefaultSecurityGroupRequest < TencentCloud::Common::AbstractModel
|
3632
|
-
# @param ProjectId: 项目ID,默认0
|
3634
|
+
# @param ProjectId: 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
|
3633
3635
|
# @type ProjectId: String
|
3634
3636
|
|
3635
3637
|
attr_accessor :ProjectId
|
@@ -3719,14 +3721,17 @@ module TencentCloud
|
|
3719
3721
|
# @type DhcpIpName: String
|
3720
3722
|
# @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
|
3721
3723
|
# @type SecondaryPrivateIpAddressCount: Integer
|
3724
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
3725
|
+
# @type Tags: Array
|
3722
3726
|
|
3723
|
-
attr_accessor :VpcId, :SubnetId, :DhcpIpName, :SecondaryPrivateIpAddressCount
|
3727
|
+
attr_accessor :VpcId, :SubnetId, :DhcpIpName, :SecondaryPrivateIpAddressCount, :Tags
|
3724
3728
|
|
3725
|
-
def initialize(vpcid=nil, subnetid=nil, dhcpipname=nil, secondaryprivateipaddresscount=nil)
|
3729
|
+
def initialize(vpcid=nil, subnetid=nil, dhcpipname=nil, secondaryprivateipaddresscount=nil, tags=nil)
|
3726
3730
|
@VpcId = vpcid
|
3727
3731
|
@SubnetId = subnetid
|
3728
3732
|
@DhcpIpName = dhcpipname
|
3729
3733
|
@SecondaryPrivateIpAddressCount = secondaryprivateipaddresscount
|
3734
|
+
@Tags = tags
|
3730
3735
|
end
|
3731
3736
|
|
3732
3737
|
def deserialize(params)
|
@@ -3734,6 +3739,14 @@ module TencentCloud
|
|
3734
3739
|
@SubnetId = params['SubnetId']
|
3735
3740
|
@DhcpIpName = params['DhcpIpName']
|
3736
3741
|
@SecondaryPrivateIpAddressCount = params['SecondaryPrivateIpAddressCount']
|
3742
|
+
unless params['Tags'].nil?
|
3743
|
+
@Tags = []
|
3744
|
+
params['Tags'].each do |i|
|
3745
|
+
tag_tmp = Tag.new
|
3746
|
+
tag_tmp.deserialize(i)
|
3747
|
+
@Tags << tag_tmp
|
3748
|
+
end
|
3749
|
+
end
|
3737
3750
|
end
|
3738
3751
|
end
|
3739
3752
|
|
@@ -4198,19 +4211,30 @@ module TencentCloud
|
|
4198
4211
|
# @type VpcId: String
|
4199
4212
|
# @param CdcId: CDC实例ID。
|
4200
4213
|
# @type CdcId: String
|
4214
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
4215
|
+
# @type Tags: Array
|
4201
4216
|
|
4202
|
-
attr_accessor :LocalGatewayName, :VpcId, :CdcId
|
4217
|
+
attr_accessor :LocalGatewayName, :VpcId, :CdcId, :Tags
|
4203
4218
|
|
4204
|
-
def initialize(localgatewayname=nil, vpcid=nil, cdcid=nil)
|
4219
|
+
def initialize(localgatewayname=nil, vpcid=nil, cdcid=nil, tags=nil)
|
4205
4220
|
@LocalGatewayName = localgatewayname
|
4206
4221
|
@VpcId = vpcid
|
4207
4222
|
@CdcId = cdcid
|
4223
|
+
@Tags = tags
|
4208
4224
|
end
|
4209
4225
|
|
4210
4226
|
def deserialize(params)
|
4211
4227
|
@LocalGatewayName = params['LocalGatewayName']
|
4212
4228
|
@VpcId = params['VpcId']
|
4213
4229
|
@CdcId = params['CdcId']
|
4230
|
+
unless params['Tags'].nil?
|
4231
|
+
@Tags = []
|
4232
|
+
params['Tags'].each do |i|
|
4233
|
+
tag_tmp = Tag.new
|
4234
|
+
tag_tmp.deserialize(i)
|
4235
|
+
@Tags << tag_tmp
|
4236
|
+
end
|
4237
|
+
end
|
4214
4238
|
end
|
4215
4239
|
end
|
4216
4240
|
|
@@ -4458,10 +4482,12 @@ module TencentCloud
|
|
4458
4482
|
# @type NextHopDestination: String
|
4459
4483
|
# @param NetDetectDescription: 网络探测描述。
|
4460
4484
|
# @type NetDetectDescription: String
|
4485
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
4486
|
+
# @type Tags: Array
|
4461
4487
|
|
4462
|
-
attr_accessor :VpcId, :SubnetId, :NetDetectName, :DetectDestinationIp, :NextHopType, :NextHopDestination, :NetDetectDescription
|
4488
|
+
attr_accessor :VpcId, :SubnetId, :NetDetectName, :DetectDestinationIp, :NextHopType, :NextHopDestination, :NetDetectDescription, :Tags
|
4463
4489
|
|
4464
|
-
def initialize(vpcid=nil, subnetid=nil, netdetectname=nil, detectdestinationip=nil, nexthoptype=nil, nexthopdestination=nil, netdetectdescription=nil)
|
4490
|
+
def initialize(vpcid=nil, subnetid=nil, netdetectname=nil, detectdestinationip=nil, nexthoptype=nil, nexthopdestination=nil, netdetectdescription=nil, tags=nil)
|
4465
4491
|
@VpcId = vpcid
|
4466
4492
|
@SubnetId = subnetid
|
4467
4493
|
@NetDetectName = netdetectname
|
@@ -4469,6 +4495,7 @@ module TencentCloud
|
|
4469
4495
|
@NextHopType = nexthoptype
|
4470
4496
|
@NextHopDestination = nexthopdestination
|
4471
4497
|
@NetDetectDescription = netdetectdescription
|
4498
|
+
@Tags = tags
|
4472
4499
|
end
|
4473
4500
|
|
4474
4501
|
def deserialize(params)
|
@@ -4479,6 +4506,14 @@ module TencentCloud
|
|
4479
4506
|
@NextHopType = params['NextHopType']
|
4480
4507
|
@NextHopDestination = params['NextHopDestination']
|
4481
4508
|
@NetDetectDescription = params['NetDetectDescription']
|
4509
|
+
unless params['Tags'].nil?
|
4510
|
+
@Tags = []
|
4511
|
+
params['Tags'].each do |i|
|
4512
|
+
tag_tmp = Tag.new
|
4513
|
+
tag_tmp.deserialize(i)
|
4514
|
+
@Tags << tag_tmp
|
4515
|
+
end
|
4516
|
+
end
|
4482
4517
|
end
|
4483
4518
|
end
|
4484
4519
|
|
@@ -4652,6 +4687,7 @@ module TencentCloud
|
|
4652
4687
|
# @param NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
|
4653
4688
|
# @type NetworkInterfaceDescription: String
|
4654
4689
|
# @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
4690
|
+
# 配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
|
4655
4691
|
# @type SecondaryPrivateIpAddressCount: Integer
|
4656
4692
|
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
4657
4693
|
# @type QosLevel: String
|
@@ -9661,6 +9697,8 @@ module TencentCloud
|
|
9661
9697
|
# @type UniformSocialCreditCode: String
|
9662
9698
|
# @param LegalPerson: (模糊查询)法定代表人。
|
9663
9699
|
# @type LegalPerson: String
|
9700
|
+
# @param LegalPersonId: (精确查询)法人身份证号。
|
9701
|
+
# @type LegalPersonId: String
|
9664
9702
|
# @param IssuingAuthority: (模糊查询)发证机关。
|
9665
9703
|
# @type IssuingAuthority: String
|
9666
9704
|
# @param BusinessAddress: (模糊查询)营业执照住所。
|
@@ -9688,14 +9726,15 @@ module TencentCloud
|
|
9688
9726
|
# @param Limit: 返回数量
|
9689
9727
|
# @type Limit: Integer
|
9690
9728
|
|
9691
|
-
attr_accessor :ServiceProvider, :ComplianceId, :Company, :UniformSocialCreditCode, :LegalPerson, :IssuingAuthority, :BusinessAddress, :PostCode, :Manager, :ManagerId, :ManagerAddress, :ManagerTelephone, :Email, :ServiceStartDate, :ServiceEndDate, :State, :Offset, :Limit
|
9729
|
+
attr_accessor :ServiceProvider, :ComplianceId, :Company, :UniformSocialCreditCode, :LegalPerson, :LegalPersonId, :IssuingAuthority, :BusinessAddress, :PostCode, :Manager, :ManagerId, :ManagerAddress, :ManagerTelephone, :Email, :ServiceStartDate, :ServiceEndDate, :State, :Offset, :Limit
|
9692
9730
|
|
9693
|
-
def initialize(serviceprovider=nil, complianceid=nil, company=nil, uniformsocialcreditcode=nil, legalperson=nil, issuingauthority=nil, businessaddress=nil, postcode=nil, manager=nil, managerid=nil, manageraddress=nil, managertelephone=nil, email=nil, servicestartdate=nil, serviceenddate=nil, state=nil, offset=nil, limit=nil)
|
9731
|
+
def initialize(serviceprovider=nil, complianceid=nil, company=nil, uniformsocialcreditcode=nil, legalperson=nil, legalpersonid=nil, issuingauthority=nil, businessaddress=nil, postcode=nil, manager=nil, managerid=nil, manageraddress=nil, managertelephone=nil, email=nil, servicestartdate=nil, serviceenddate=nil, state=nil, offset=nil, limit=nil)
|
9694
9732
|
@ServiceProvider = serviceprovider
|
9695
9733
|
@ComplianceId = complianceid
|
9696
9734
|
@Company = company
|
9697
9735
|
@UniformSocialCreditCode = uniformsocialcreditcode
|
9698
9736
|
@LegalPerson = legalperson
|
9737
|
+
@LegalPersonId = legalpersonid
|
9699
9738
|
@IssuingAuthority = issuingauthority
|
9700
9739
|
@BusinessAddress = businessaddress
|
9701
9740
|
@PostCode = postcode
|
@@ -9717,6 +9756,7 @@ module TencentCloud
|
|
9717
9756
|
@Company = params['Company']
|
9718
9757
|
@UniformSocialCreditCode = params['UniformSocialCreditCode']
|
9719
9758
|
@LegalPerson = params['LegalPerson']
|
9759
|
+
@LegalPersonId = params['LegalPersonId']
|
9720
9760
|
@IssuingAuthority = params['IssuingAuthority']
|
9721
9761
|
@BusinessAddress = params['BusinessAddress']
|
9722
9762
|
@PostCode = params['PostCode']
|
@@ -10780,7 +10820,7 @@ module TencentCloud
|
|
10780
10820
|
# <li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
|
10781
10821
|
# <li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
|
10782
10822
|
# <li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
|
10783
|
-
# <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
|
10823
|
+
# <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
|
10784
10824
|
# @type Filters: Array
|
10785
10825
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
10786
10826
|
# @type Offset: Integer
|
@@ -12397,14 +12437,17 @@ module TencentCloud
|
|
12397
12437
|
# @type Offset: String
|
12398
12438
|
# @param Limit: 返回数量,默认为20,最大值为100。
|
12399
12439
|
# @type Limit: String
|
12440
|
+
# @param NeedRouterInfo: 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
|
12441
|
+
# @type NeedRouterInfo: Boolean
|
12400
12442
|
|
12401
|
-
attr_accessor :Filters, :RouteTableIds, :Offset, :Limit
|
12443
|
+
attr_accessor :Filters, :RouteTableIds, :Offset, :Limit, :NeedRouterInfo
|
12402
12444
|
|
12403
|
-
def initialize(filters=nil, routetableids=nil, offset=nil, limit=nil)
|
12445
|
+
def initialize(filters=nil, routetableids=nil, offset=nil, limit=nil, needrouterinfo=nil)
|
12404
12446
|
@Filters = filters
|
12405
12447
|
@RouteTableIds = routetableids
|
12406
12448
|
@Offset = offset
|
12407
12449
|
@Limit = limit
|
12450
|
+
@NeedRouterInfo = needrouterinfo
|
12408
12451
|
end
|
12409
12452
|
|
12410
12453
|
def deserialize(params)
|
@@ -12419,6 +12462,7 @@ module TencentCloud
|
|
12419
12462
|
@RouteTableIds = params['RouteTableIds']
|
12420
12463
|
@Offset = params['Offset']
|
12421
12464
|
@Limit = params['Limit']
|
12465
|
+
@NeedRouterInfo = params['NeedRouterInfo']
|
12422
12466
|
end
|
12423
12467
|
end
|
12424
12468
|
|
@@ -13552,10 +13596,7 @@ module TencentCloud
|
|
13552
13596
|
class DescribeTrafficPackagesRequest < TencentCloud::Common::AbstractModel
|
13553
13597
|
# @param TrafficPackageIds: 共享流量包ID,支持批量
|
13554
13598
|
# @type TrafficPackageIds: Array
|
13555
|
-
# @param Filters: 每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters
|
13556
|
-
# <li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li>
|
13557
|
-
# <li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li>
|
13558
|
-
# <li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
|
13599
|
+
# @param Filters: 每次请求的`Filters`的上限为10。参数不支持同时指定`TrafficPackageIds`和`Filters`。详细的过滤条件如下:<li> traffic-package_id - String - 是否必填:否 - (过滤条件)按照共享流量包的唯一标识ID过滤。</li><li> traffic-package-name - String - 是否必填:否 - (过滤条件)按照共享流量包名称过滤。不支持模糊过滤。</li><li> status - String - 是否必填:否 - (过滤条件)按照共享流量包状态过滤。可选状态:[AVAILABLE|EXPIRED|EXHAUSTED]</li>
|
13559
13600
|
# @type Filters: Array
|
13560
13601
|
# @param Offset: 分页参数
|
13561
13602
|
# @type Offset: Integer
|
@@ -14316,7 +14357,7 @@ module TencentCloud
|
|
14316
14357
|
# <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
|
14317
14358
|
# **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
|
14318
14359
|
# <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
|
14319
|
-
# <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'
|
14360
|
+
# <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联通。</li>
|
14320
14361
|
# @type Filters: Array
|
14321
14362
|
# @param Offset: 偏移量,默认为0。
|
14322
14363
|
# @type Offset: String
|
@@ -15073,10 +15114,13 @@ module TencentCloud
|
|
15073
15114
|
# @type State: String
|
15074
15115
|
# @param CreatedTime: 创建时间。
|
15075
15116
|
# @type CreatedTime: String
|
15117
|
+
# @param TagSet: 标签键值对。
|
15118
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15119
|
+
# @type TagSet: Array
|
15076
15120
|
|
15077
|
-
attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime
|
15121
|
+
attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime, :TagSet
|
15078
15122
|
|
15079
|
-
def initialize(dhcpipid=nil, vpcid=nil, subnetid=nil, dhcpipname=nil, privateipaddress=nil, addressip=nil, networkinterfaceid=nil, instanceid=nil, state=nil, createdtime=nil)
|
15123
|
+
def initialize(dhcpipid=nil, vpcid=nil, subnetid=nil, dhcpipname=nil, privateipaddress=nil, addressip=nil, networkinterfaceid=nil, instanceid=nil, state=nil, createdtime=nil, tagset=nil)
|
15080
15124
|
@DhcpIpId = dhcpipid
|
15081
15125
|
@VpcId = vpcid
|
15082
15126
|
@SubnetId = subnetid
|
@@ -15087,6 +15131,7 @@ module TencentCloud
|
|
15087
15131
|
@InstanceId = instanceid
|
15088
15132
|
@State = state
|
15089
15133
|
@CreatedTime = createdtime
|
15134
|
+
@TagSet = tagset
|
15090
15135
|
end
|
15091
15136
|
|
15092
15137
|
def deserialize(params)
|
@@ -15100,6 +15145,14 @@ module TencentCloud
|
|
15100
15145
|
@InstanceId = params['InstanceId']
|
15101
15146
|
@State = params['State']
|
15102
15147
|
@CreatedTime = params['CreatedTime']
|
15148
|
+
unless params['TagSet'].nil?
|
15149
|
+
@TagSet = []
|
15150
|
+
params['TagSet'].each do |i|
|
15151
|
+
tag_tmp = Tag.new
|
15152
|
+
tag_tmp.deserialize(i)
|
15153
|
+
@TagSet << tag_tmp
|
15154
|
+
end
|
15155
|
+
end
|
15103
15156
|
end
|
15104
15157
|
end
|
15105
15158
|
|
@@ -20024,7 +20077,7 @@ module TencentCloud
|
|
20024
20077
|
# @type ServiceTemplateId: String
|
20025
20078
|
# @param ServiceTemplateName: 协议端口模板名称。
|
20026
20079
|
# @type ServiceTemplateName: String
|
20027
|
-
# @param Services: 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE
|
20080
|
+
# @param Services: 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。协议后面的端口部分长度不能超过128个字符。
|
20028
20081
|
# @type Services: Array
|
20029
20082
|
# @param ServicesExtra: 支持添加备注的协议端口信息,支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
|
20030
20083
|
# @type ServicesExtra: Array
|
@@ -20342,7 +20395,7 @@ module TencentCloud
|
|
20342
20395
|
# @type VpcId: String
|
20343
20396
|
# @param EndPointServiceName: 终端节点服务名称。
|
20344
20397
|
# @type EndPointServiceName: String
|
20345
|
-
# @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<
|
20398
|
+
# @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
|
20346
20399
|
# @type AutoAcceptFlag: Boolean
|
20347
20400
|
# @param ServiceInstanceId: 后端服务的ID,比如lb-xxx。
|
20348
20401
|
# @type ServiceInstanceId: String
|
@@ -23798,8 +23851,10 @@ module TencentCloud
|
|
23798
23851
|
# 路由表关联关系
|
23799
23852
|
class RouteTableAssociation < TencentCloud::Common::AbstractModel
|
23800
23853
|
# @param SubnetId: 子网实例ID。
|
23854
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23801
23855
|
# @type SubnetId: String
|
23802
23856
|
# @param RouteTableId: 路由表实例ID。
|
23857
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23803
23858
|
# @type RouteTableId: String
|
23804
23859
|
|
23805
23860
|
attr_accessor :SubnetId, :RouteTableId
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.944
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|