tencentcloud-sdk-apigateway 3.0.658 → 3.0.660

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/v20180808/models.rb +25 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08abe1b78861f116a64396e197978e12479446bc
4
- data.tar.gz: 12d4c749377055795af12acbc481844d196f1830
3
+ metadata.gz: ccc6046ff43792b31980cfdde8f1a43d5514ba64
4
+ data.tar.gz: 8bc3847d38d9e91d4d77f4dabfe0da025d87b35a
5
5
  SHA512:
6
- metadata.gz: db8fa87d7a4a659c1c24a9feff7eac9b332afaeb90bff14d29c1c1d7978d69b0b90d0326611a31ec09d221c8b0eb42a8060e4072eb8b5a308195fbfb2d190c54
7
- data.tar.gz: 52e41a2d27532fad7d0a63ccb62a13dfdeb8cd080d7d18862de546b55a7bc6b8eb7ad50bac6fd29737c13fb9bd3fde2d005ee5dbcea9e9785d65d49567d7ea62
6
+ metadata.gz: 113db70445abc71e1a1ad18a6a45f90bca0d62e4fd119f83d7e0d1152d25e3be1dc5c4fb419298c85e1c6fb7809e91792b8c50dfc90f79d3469072d6672c32cc
7
+ data.tar.gz: 784fe604053a7c1da51d7a0f083f74cd5ddea488aae5da610539d4c292a6006bdd2f3b4b8c0df5e3df8a79a8ab6f4a43def7f772685b9d5195a0bf0aa9a72565
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.658
1
+ 3.0.660
@@ -6524,10 +6524,22 @@ module TencentCloud
6524
6524
  # @type DealName: String
6525
6525
  # @param ResourceId: 资源ID同唯一id
6526
6526
  # @type ResourceId: String
6527
+ # @param OuterIpList: 公网IP列表
6528
+ # 注意:此字段可能返回 null,表示取不到有效值。
6529
+ # @type OuterIpList: Array
6530
+ # @param InnerIpList: 内网IP列表
6531
+ # 注意:此字段可能返回 null,表示取不到有效值。
6532
+ # @type InnerIpList: Array
6533
+ # @param InstanceChargePrepaid: 专享实例计费信息
6534
+ # 注意:此字段可能返回 null,表示取不到有效值。
6535
+ # @type InstanceChargePrepaid: :class:`Tencentcloud::Apigateway.v20180808.models.InstanceChargePrepaid`
6536
+ # @param UniqVpcId: 所属vpc
6537
+ # 注意:此字段可能返回 null,表示取不到有效值。
6538
+ # @type UniqVpcId: String
6527
6539
 
6528
- attr_accessor :InstanceId, :InstanceName, :InstanceDescription, :InstanceChargeType, :InstanceType, :InstanceState, :CreatedTime, :DealName, :ResourceId
6540
+ attr_accessor :InstanceId, :InstanceName, :InstanceDescription, :InstanceChargeType, :InstanceType, :InstanceState, :CreatedTime, :DealName, :ResourceId, :OuterIpList, :InnerIpList, :InstanceChargePrepaid, :UniqVpcId
6529
6541
 
6530
- def initialize(instanceid=nil, instancename=nil, instancedescription=nil, instancechargetype=nil, instancetype=nil, instancestate=nil, createdtime=nil, dealname=nil, resourceid=nil)
6542
+ def initialize(instanceid=nil, instancename=nil, instancedescription=nil, instancechargetype=nil, instancetype=nil, instancestate=nil, createdtime=nil, dealname=nil, resourceid=nil, outeriplist=nil, inneriplist=nil, instancechargeprepaid=nil, uniqvpcid=nil)
6531
6543
  @InstanceId = instanceid
6532
6544
  @InstanceName = instancename
6533
6545
  @InstanceDescription = instancedescription
@@ -6537,6 +6549,10 @@ module TencentCloud
6537
6549
  @CreatedTime = createdtime
6538
6550
  @DealName = dealname
6539
6551
  @ResourceId = resourceid
6552
+ @OuterIpList = outeriplist
6553
+ @InnerIpList = inneriplist
6554
+ @InstanceChargePrepaid = instancechargeprepaid
6555
+ @UniqVpcId = uniqvpcid
6540
6556
  end
6541
6557
 
6542
6558
  def deserialize(params)
@@ -6549,6 +6565,13 @@ module TencentCloud
6549
6565
  @CreatedTime = params['CreatedTime']
6550
6566
  @DealName = params['DealName']
6551
6567
  @ResourceId = params['ResourceId']
6568
+ @OuterIpList = params['OuterIpList']
6569
+ @InnerIpList = params['InnerIpList']
6570
+ unless params['InstanceChargePrepaid'].nil?
6571
+ @InstanceChargePrepaid = InstanceChargePrepaid.new
6572
+ @InstanceChargePrepaid.deserialize(params['InstanceChargePrepaid'])
6573
+ end
6574
+ @UniqVpcId = params['UniqVpcId']
6552
6575
  end
6553
6576
  end
6554
6577
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.658
4
+ version: 3.0.660
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common