tencentcloud-sdk-cfw 3.0.405 → 3.0.406

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/v20190904/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aefc64ec8a005142b28e43530ed6a70b2dfc9c90
4
- data.tar.gz: a4fc8f7ac05a961e9c1f79b81515bc7dd68ad1b8
3
+ metadata.gz: 0698d5ee970ae00afff132c5b6357557a058089b
4
+ data.tar.gz: 38ebb016dd10294f4b52e32f7977fb2f064b6d53
5
5
  SHA512:
6
- metadata.gz: 4bd580c9b85576408f659e2a3f99503b93a6d70458205762cbf6a04082f92561a6586db2bc599f35ec52d1cb70ef778313ad00dbc97be9296b09a8a4afb0c995
7
- data.tar.gz: c2899eb18d5f83ade5272e547175aa9929de60079db1d586af170b1e6002bdba67f8ecbab9f5b72a3309a2ff9a6359077c05d78bb910d6a99717d868ec37ec5d
6
+ metadata.gz: 95848e957de93f45696d41c3e7d07d30b6d2ffbca7b445b554a546842220e176f75c8a3caca9b8c9adabcff709f80f0cb337fc1b9ec3d3fd4aaa4aac290da6ee
7
+ data.tar.gz: c5264f14e4ddfe6dacf8e5a0a5f9b354930fba64195c14a205c64441db98d6e413bbb371fa54ca358349b98b9e6fd66303f192a51f59434cd92f73415dd95b96
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.405
1
+ 3.0.406
@@ -4011,10 +4011,19 @@ module TencentCloud
4011
4011
  # @param Status: 0 :正常 1:正在初始化
4012
4012
  # 注意:此字段可能返回 null,表示取不到有效值。
4013
4013
  # @type Status: Integer
4014
+ # @param RegionDetail: 地域区域信息
4015
+ # 注意:此字段可能返回 null,表示取不到有效值。
4016
+ # @type RegionDetail: String
4017
+ # @param ZoneZh: 实例所在可用区
4018
+ # 注意:此字段可能返回 null,表示取不到有效值。
4019
+ # @type ZoneZh: String
4020
+ # @param ZoneZhBak: 实例所在可用区
4021
+ # 注意:此字段可能返回 null,表示取不到有效值。
4022
+ # @type ZoneZhBak: String
4014
4023
 
4015
- attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status
4024
+ attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak
4016
4025
 
4017
- def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, bandwidth=nil, inflowmax=nil, outflowmax=nil, regionzh=nil, eipaddress=nil, vpcip=nil, subnets=nil, status=nil)
4026
+ def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, bandwidth=nil, inflowmax=nil, outflowmax=nil, regionzh=nil, eipaddress=nil, vpcip=nil, subnets=nil, status=nil, regiondetail=nil, zonezh=nil, zonezhbak=nil)
4018
4027
  @NatinsId = natinsid
4019
4028
  @NatinsName = natinsname
4020
4029
  @Region = region
@@ -4027,6 +4036,9 @@ module TencentCloud
4027
4036
  @VpcIp = vpcip
4028
4037
  @Subnets = subnets
4029
4038
  @Status = status
4039
+ @RegionDetail = regiondetail
4040
+ @ZoneZh = zonezh
4041
+ @ZoneZhBak = zonezhbak
4030
4042
  end
4031
4043
 
4032
4044
  def deserialize(params)
@@ -4042,6 +4054,9 @@ module TencentCloud
4042
4054
  @VpcIp = params['VpcIp']
4043
4055
  @Subnets = params['Subnets']
4044
4056
  @Status = params['Status']
4057
+ @RegionDetail = params['RegionDetail']
4058
+ @ZoneZh = params['ZoneZh']
4059
+ @ZoneZhBak = params['ZoneZhBak']
4045
4060
  end
4046
4061
  end
4047
4062
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.405
4
+ version: 3.0.406
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-06 00:00:00.000000000 Z
11
+ date: 2022-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common