tencentcloud-sdk-vpc 3.0.976 → 3.0.978
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +27 -17
- 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: f71bbf46771a041515a377973a7e72b051401e72
|
4
|
+
data.tar.gz: cb1ac8faa5221b18fdc07318c22242bd9aa9496d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94606af089487362a2a7e9d5a7a539aff41fee0cc8b2ac0cad6d5a025bd4cde917e0ff01110be4397e3e3a2968c4b5bff538847fced669539161e78beb37af21
|
7
|
+
data.tar.gz: 6ff4f2e2711fe729a3344ac12264a971220f3c7347ee6c419ebc7f36d01e28891eb27756bbcd0a858e394bd01a870fdd4243470dd065055f870c3021eb681b4e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.978
|
data/lib/v20170312/models.rb
CHANGED
@@ -587,9 +587,9 @@ module TencentCloud
|
|
587
587
|
class AddressTemplateItem < TencentCloud::Common::AbstractModel
|
588
588
|
# @param AddressTemplateId: IP地址模板ID
|
589
589
|
# @type AddressTemplateId: String
|
590
|
-
# @param AddressTemplateName: IP
|
590
|
+
# @param AddressTemplateName: IP模板名称。
|
591
591
|
# @type AddressTemplateName: String
|
592
|
-
# @param From:
|
592
|
+
# @param From: 废弃字段。
|
593
593
|
# @type From: String
|
594
594
|
# @param To: 废弃字段
|
595
595
|
# @type To: String
|
@@ -6143,7 +6143,6 @@ module TencentCloud
|
|
6143
6143
|
# CreateVpcPeeringConnection返回参数结构体
|
6144
6144
|
class CreateVpcPeeringConnectionResponse < TencentCloud::Common::AbstractModel
|
6145
6145
|
# @param PeeringConnectionId: 对等连接ID
|
6146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6147
6146
|
# @type PeeringConnectionId: String
|
6148
6147
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6149
6148
|
# @type RequestId: String
|
@@ -17392,27 +17391,27 @@ module TencentCloud
|
|
17392
17391
|
|
17393
17392
|
# HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。
|
17394
17393
|
class HaVipAssociation < TencentCloud::Common::AbstractModel
|
17395
|
-
# @param HaVipId: HaVip实例唯一ID。
|
17396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17397
|
-
# @type HaVipId: String
|
17398
17394
|
# @param InstanceId: HaVip绑定的子机或网卡唯一ID。
|
17399
17395
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17400
17396
|
# @type InstanceId: String
|
17397
|
+
# @param HaVipId: HaVip实例唯一ID。
|
17398
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17399
|
+
# @type HaVipId: String
|
17401
17400
|
# @param InstanceType: HaVip绑定的类型。取值:CVM, ENI。
|
17402
17401
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17403
17402
|
# @type InstanceType: String
|
17404
17403
|
|
17405
|
-
attr_accessor :
|
17404
|
+
attr_accessor :InstanceId, :HaVipId, :InstanceType
|
17406
17405
|
|
17407
|
-
def initialize(
|
17408
|
-
@HaVipId = havipid
|
17406
|
+
def initialize(instanceid=nil, havipid=nil, instancetype=nil)
|
17409
17407
|
@InstanceId = instanceid
|
17408
|
+
@HaVipId = havipid
|
17410
17409
|
@InstanceType = instancetype
|
17411
17410
|
end
|
17412
17411
|
|
17413
17412
|
def deserialize(params)
|
17414
|
-
@HaVipId = params['HaVipId']
|
17415
17413
|
@InstanceId = params['InstanceId']
|
17414
|
+
@HaVipId = params['HaVipId']
|
17416
17415
|
@InstanceType = params['InstanceType']
|
17417
17416
|
end
|
17418
17417
|
end
|
@@ -22454,6 +22453,14 @@ module TencentCloud
|
|
22454
22453
|
# <li>`DETACHING`:解绑中</li>
|
22455
22454
|
# <li>`DELETING`:删除中</li>
|
22456
22455
|
# @type State: String
|
22456
|
+
# @param NetworkInterfaceState: 弹性网卡状态:
|
22457
|
+
# <li>`PENDING`:创建中</li>
|
22458
|
+
# <li>`AVAILABLE`:可用的</li>
|
22459
|
+
# <li>`ATTACHING`:绑定中</li>
|
22460
|
+
# <li>`DETACHING`:解绑中</li>
|
22461
|
+
# <li>`DELETING`:删除中</li>
|
22462
|
+
# <li>`INUSE`:已绑定</li>
|
22463
|
+
# @type NetworkInterfaceState: String
|
22457
22464
|
# @param PrivateIpAddressSet: 内网IP信息。
|
22458
22465
|
# @type PrivateIpAddressSet: Array
|
22459
22466
|
# @param Attachment: 绑定的云服务器对象。
|
@@ -22489,9 +22496,9 @@ module TencentCloud
|
|
22489
22496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
22490
22497
|
# @type QosLevel: String
|
22491
22498
|
|
22492
|
-
attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId, :QosLevel
|
22499
|
+
attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :NetworkInterfaceState, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId, :QosLevel
|
22493
22500
|
|
22494
|
-
def initialize(networkinterfaceid=nil, networkinterfacename=nil, networkinterfacedescription=nil, subnetid=nil, vpcid=nil, groupset=nil, primary=nil, macaddress=nil, state=nil, privateipaddressset=nil, attachment=nil, zone=nil, createdtime=nil, ipv6addressset=nil, tagset=nil, enitype=nil, business=nil, cdcid=nil, attachtype=nil, resourceid=nil, qoslevel=nil)
|
22501
|
+
def initialize(networkinterfaceid=nil, networkinterfacename=nil, networkinterfacedescription=nil, subnetid=nil, vpcid=nil, groupset=nil, primary=nil, macaddress=nil, state=nil, networkinterfacestate=nil, privateipaddressset=nil, attachment=nil, zone=nil, createdtime=nil, ipv6addressset=nil, tagset=nil, enitype=nil, business=nil, cdcid=nil, attachtype=nil, resourceid=nil, qoslevel=nil)
|
22495
22502
|
@NetworkInterfaceId = networkinterfaceid
|
22496
22503
|
@NetworkInterfaceName = networkinterfacename
|
22497
22504
|
@NetworkInterfaceDescription = networkinterfacedescription
|
@@ -22501,6 +22508,7 @@ module TencentCloud
|
|
22501
22508
|
@Primary = primary
|
22502
22509
|
@MacAddress = macaddress
|
22503
22510
|
@State = state
|
22511
|
+
@NetworkInterfaceState = networkinterfacestate
|
22504
22512
|
@PrivateIpAddressSet = privateipaddressset
|
22505
22513
|
@Attachment = attachment
|
22506
22514
|
@Zone = zone
|
@@ -22525,6 +22533,7 @@ module TencentCloud
|
|
22525
22533
|
@Primary = params['Primary']
|
22526
22534
|
@MacAddress = params['MacAddress']
|
22527
22535
|
@State = params['State']
|
22536
|
+
@NetworkInterfaceState = params['NetworkInterfaceState']
|
22528
22537
|
unless params['PrivateIpAddressSet'].nil?
|
22529
22538
|
@PrivateIpAddressSet = []
|
22530
22539
|
params['PrivateIpAddressSet'].each do |i|
|
@@ -22663,15 +22672,15 @@ module TencentCloud
|
|
22663
22672
|
# @param TagSet: 资源标签数据。
|
22664
22673
|
# @type TagSet: Array
|
22665
22674
|
# @param QosLevel: 服务分级:PT、AU、AG。
|
22666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22667
22675
|
# @type QosLevel: String
|
22668
22676
|
# @param Type: 互通类型,VPC_PEER:VPC间互通;VPC_BM_PEER:VPC与黑石网络互通。
|
22669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22670
22677
|
# @type Type: String
|
22678
|
+
# @param DestinationVpcId: 对端VPC唯一ID。
|
22679
|
+
# @type DestinationVpcId: String
|
22671
22680
|
|
22672
|
-
attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type
|
22681
|
+
attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type, :DestinationVpcId
|
22673
22682
|
|
22674
|
-
def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil)
|
22683
|
+
def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil, destinationvpcid=nil)
|
22675
22684
|
@SourceVpcId = sourcevpcid
|
22676
22685
|
@PeerVpcId = peervpcid
|
22677
22686
|
@PeeringConnectionId = peeringconnectionid
|
@@ -22690,6 +22699,7 @@ module TencentCloud
|
|
22690
22699
|
@TagSet = tagset
|
22691
22700
|
@QosLevel = qoslevel
|
22692
22701
|
@Type = type
|
22702
|
+
@DestinationVpcId = destinationvpcid
|
22693
22703
|
end
|
22694
22704
|
|
22695
22705
|
def deserialize(params)
|
@@ -22718,6 +22728,7 @@ module TencentCloud
|
|
22718
22728
|
end
|
22719
22729
|
@QosLevel = params['QosLevel']
|
22720
22730
|
@Type = params['Type']
|
22731
|
+
@DestinationVpcId = params['DestinationVpcId']
|
22721
22732
|
end
|
22722
22733
|
end
|
22723
22734
|
|
@@ -25259,7 +25270,6 @@ module TencentCloud
|
|
25259
25270
|
# @param Service: 协议端口。
|
25260
25271
|
# @type Service: String
|
25261
25272
|
# @param Description: 备注。
|
25262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25263
25273
|
# @type Description: String
|
25264
25274
|
|
25265
25275
|
attr_accessor :Service, :Description
|
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.978
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|