tencentcloud-sdk-vpc 3.0.975 → 3.0.977

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +21 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad2cf1b70efb702ef1a778033a6b22df50b3297b
4
- data.tar.gz: fcf1a2329d9168d5f025f11e41ff138375cbaeca
3
+ metadata.gz: 921a4faa01c7eaef44521c2ee60fc4a9c84ac85e
4
+ data.tar.gz: a9db660ba1693f57e9a37e801d17925ae4459261
5
5
  SHA512:
6
- metadata.gz: 22039666b3860173ae140dc0bda20bf7a4836d580b13237d77c84d42aa37f31127eb86699e8033afe8d56cff8e5d8b599e2ef75c74da61f86d23040fa56844f0
7
- data.tar.gz: aee3a1812b4ca1740dc157c69942cd80cb2ee4837e5401c9eec1d8d1a4f1420928e07a927b2405b605d34384842f3fb0f066bca525198020c0d69b339bc32925
6
+ metadata.gz: 030fe5b66251b61c33a2a80a899c116600681fcc8a9987732cfa6e84f45ffbf404087537a308c10aea4ebd70351f1a648f10c33fd4242333722654f2d87a5ff3
7
+ data.tar.gz: b760571a80c4e6a8355ecd7d695461720d89f1d8123bd9d04eab7f9511f2a054ef4c1ac02ea11efd935e4cfd97e67c1d5df40fc3c17ed7987c1b03c7deffbe0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.975
1
+ 3.0.977
@@ -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
@@ -17392,27 +17392,27 @@ module TencentCloud
17392
17392
 
17393
17393
  # HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。
17394
17394
  class HaVipAssociation < TencentCloud::Common::AbstractModel
17395
- # @param HaVipId: HaVip实例唯一ID。
17396
- # 注意:此字段可能返回 null,表示取不到有效值。
17397
- # @type HaVipId: String
17398
17395
  # @param InstanceId: HaVip绑定的子机或网卡唯一ID。
17399
17396
  # 注意:此字段可能返回 null,表示取不到有效值。
17400
17397
  # @type InstanceId: String
17398
+ # @param HaVipId: HaVip实例唯一ID。
17399
+ # 注意:此字段可能返回 null,表示取不到有效值。
17400
+ # @type HaVipId: String
17401
17401
  # @param InstanceType: HaVip绑定的类型。取值:CVM, ENI。
17402
17402
  # 注意:此字段可能返回 null,表示取不到有效值。
17403
17403
  # @type InstanceType: String
17404
17404
 
17405
- attr_accessor :HaVipId, :InstanceId, :InstanceType
17405
+ attr_accessor :InstanceId, :HaVipId, :InstanceType
17406
17406
 
17407
- def initialize(havipid=nil, instanceid=nil, instancetype=nil)
17408
- @HaVipId = havipid
17407
+ def initialize(instanceid=nil, havipid=nil, instancetype=nil)
17409
17408
  @InstanceId = instanceid
17409
+ @HaVipId = havipid
17410
17410
  @InstanceType = instancetype
17411
17411
  end
17412
17412
 
17413
17413
  def deserialize(params)
17414
- @HaVipId = params['HaVipId']
17415
17414
  @InstanceId = params['InstanceId']
17415
+ @HaVipId = params['HaVipId']
17416
17416
  @InstanceType = params['InstanceType']
17417
17417
  end
17418
17418
  end
@@ -22454,6 +22454,14 @@ module TencentCloud
22454
22454
  # <li>`DETACHING`:解绑中</li>
22455
22455
  # <li>`DELETING`:删除中</li>
22456
22456
  # @type State: String
22457
+ # @param NetworkInterfaceState: 弹性网卡状态:
22458
+ # <li>`PENDING`:创建中</li>
22459
+ # <li>`AVAILABLE`:可用的</li>
22460
+ # <li>`ATTACHING`:绑定中</li>
22461
+ # <li>`DETACHING`:解绑中</li>
22462
+ # <li>`DELETING`:删除中</li>
22463
+ # <li>`INUSE`:已绑定</li>
22464
+ # @type NetworkInterfaceState: String
22457
22465
  # @param PrivateIpAddressSet: 内网IP信息。
22458
22466
  # @type PrivateIpAddressSet: Array
22459
22467
  # @param Attachment: 绑定的云服务器对象。
@@ -22489,9 +22497,9 @@ module TencentCloud
22489
22497
  # 注意:此字段可能返回 null,表示取不到有效值。
22490
22498
  # @type QosLevel: String
22491
22499
 
22492
- attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId, :QosLevel
22500
+ 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
22501
 
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)
22502
+ 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
22503
  @NetworkInterfaceId = networkinterfaceid
22496
22504
  @NetworkInterfaceName = networkinterfacename
22497
22505
  @NetworkInterfaceDescription = networkinterfacedescription
@@ -22501,6 +22509,7 @@ module TencentCloud
22501
22509
  @Primary = primary
22502
22510
  @MacAddress = macaddress
22503
22511
  @State = state
22512
+ @NetworkInterfaceState = networkinterfacestate
22504
22513
  @PrivateIpAddressSet = privateipaddressset
22505
22514
  @Attachment = attachment
22506
22515
  @Zone = zone
@@ -22525,6 +22534,7 @@ module TencentCloud
22525
22534
  @Primary = params['Primary']
22526
22535
  @MacAddress = params['MacAddress']
22527
22536
  @State = params['State']
22537
+ @NetworkInterfaceState = params['NetworkInterfaceState']
22528
22538
  unless params['PrivateIpAddressSet'].nil?
22529
22539
  @PrivateIpAddressSet = []
22530
22540
  params['PrivateIpAddressSet'].each do |i|
@@ -25259,7 +25269,6 @@ module TencentCloud
25259
25269
  # @param Service: 协议端口。
25260
25270
  # @type Service: String
25261
25271
  # @param Description: 备注。
25262
- # 注意:此字段可能返回 null,表示取不到有效值。
25263
25272
  # @type Description: String
25264
25273
 
25265
25274
  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.975
4
+ version: 3.0.977
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-05 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common