tencentcloud-sdk-vpc 3.0.976 → 3.0.977

Sign up to get free protection for your applications and to get access to all the features.
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: 0a77c279e576d85554e8c3368d87f0ac5f340b83
4
- data.tar.gz: 5bb806a7e5b9cbd4ca59b6b24f0e09dd37523a0c
3
+ metadata.gz: 921a4faa01c7eaef44521c2ee60fc4a9c84ac85e
4
+ data.tar.gz: a9db660ba1693f57e9a37e801d17925ae4459261
5
5
  SHA512:
6
- metadata.gz: 96fe39bf627a31f91a4b5edafc5e14c7b175807623c8ce0a1ffc754eee44a90d12df09a1504c41b310a70fca7a89c8d424b540e63bc96d47725819aebfd3962b
7
- data.tar.gz: e93966e4b78473e4687b0f01f6c79a2a67f25b7a23f14746582c49b8ac00ba2a382048a494ffb218ef3e671249df6f233d1de629335616e7164157c57dae7fd5
6
+ metadata.gz: 030fe5b66251b61c33a2a80a899c116600681fcc8a9987732cfa6e84f45ffbf404087537a308c10aea4ebd70351f1a648f10c33fd4242333722654f2d87a5ff3
7
+ data.tar.gz: b760571a80c4e6a8355ecd7d695461720d89f1d8123bd9d04eab7f9511f2a054ef4c1ac02ea11efd935e4cfd97e67c1d5df40fc3c17ed7987c1b03c7deffbe0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
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.976
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-06 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