tencentcloud-sdk-cfw 3.0.405 → 3.0.406
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190904/models.rb +17 -2
- 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: 0698d5ee970ae00afff132c5b6357557a058089b
|
4
|
+
data.tar.gz: 38ebb016dd10294f4b52e32f7977fb2f064b6d53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95848e957de93f45696d41c3e7d07d30b6d2ffbca7b445b554a546842220e176f75c8a3caca9b8c9adabcff709f80f0cb337fc1b9ec3d3fd4aaa4aac290da6ee
|
7
|
+
data.tar.gz: c5264f14e4ddfe6dacf8e5a0a5f9b354930fba64195c14a205c64441db98d6e413bbb371fa54ca358349b98b9e6fd66303f192a51f59434cd92f73415dd95b96
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.406
|
data/lib/v20190904/models.rb
CHANGED
@@ -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.
|
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-
|
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
|