tencentcloud-sdk-cfw 3.0.635 → 3.0.637
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190904/models.rb +36 -6
- 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: 0b9bffc47734b5f6a9caba114a8e2ad290a90b5a
|
4
|
+
data.tar.gz: ce7224e012bd96893958d0246ce6fb11efbb3b24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86e429844c45e7d0ac49933d92d0680447db8f01618cbb8dd34705630043dda969054e6b65c4bdb198ef58ba691ef50153a0608e77e291210b4e7bf44cbd8121
|
7
|
+
data.tar.gz: 252b89b701c18930caa6e8afbbc535bb937154c8efb8de23304a1e73a5f77b3c004583663475c4a50aad63e0056150bf54c69ee113dfcbbf07778e25a0b5b6db
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.637
|
data/lib/v20190904/models.rb
CHANGED
@@ -1512,10 +1512,16 @@ module TencentCloud
|
|
1512
1512
|
# @param BetaList: 关联任务详情
|
1513
1513
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1514
1514
|
# @type BetaList: Array
|
1515
|
+
# @param Scope: 生效范围:serial,串行;side,旁路;all,全局
|
1516
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1517
|
+
# @type Scope: String
|
1518
|
+
# @param InternetBorderUuid: 互联网边界防火墙使用的内部规则id
|
1519
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1520
|
+
# @type InternetBorderUuid: String
|
1515
1521
|
|
1516
|
-
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status, :BetaList
|
1522
|
+
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status, :BetaList, :Scope, :InternetBorderUuid
|
1517
1523
|
|
1518
|
-
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil, betalist=nil)
|
1524
|
+
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil, betalist=nil, scope=nil, internetborderuuid=nil)
|
1519
1525
|
@SourceContent = sourcecontent
|
1520
1526
|
@TargetContent = targetcontent
|
1521
1527
|
@Protocol = protocol
|
@@ -1541,6 +1547,8 @@ module TencentCloud
|
|
1541
1547
|
@InternalUuid = internaluuid
|
1542
1548
|
@Status = status
|
1543
1549
|
@BetaList = betalist
|
1550
|
+
@Scope = scope
|
1551
|
+
@InternetBorderUuid = internetborderuuid
|
1544
1552
|
end
|
1545
1553
|
|
1546
1554
|
def deserialize(params)
|
@@ -1576,6 +1584,8 @@ module TencentCloud
|
|
1576
1584
|
@BetaList << betainfobyacl_tmp
|
1577
1585
|
end
|
1578
1586
|
end
|
1587
|
+
@Scope = params['Scope']
|
1588
|
+
@InternetBorderUuid = params['InternetBorderUuid']
|
1579
1589
|
end
|
1580
1590
|
end
|
1581
1591
|
|
@@ -4829,10 +4839,16 @@ module TencentCloud
|
|
4829
4839
|
# @param RuleMax: 实例的规则限制最大规格数
|
4830
4840
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4831
4841
|
# @type RuleMax: Integer
|
4842
|
+
# @param EngineVersion: 实例引擎版本
|
4843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4844
|
+
# @type EngineVersion: String
|
4845
|
+
# @param UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
4846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4847
|
+
# @type UpdateEnable: Integer
|
4832
4848
|
|
4833
|
-
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax
|
4849
|
+
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax, :EngineVersion, :UpdateEnable
|
4834
4850
|
|
4835
|
-
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, ruleused=nil, rulemax=nil)
|
4851
|
+
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, ruleused=nil, rulemax=nil, engineversion=nil, updateenable=nil)
|
4836
4852
|
@NatinsId = natinsid
|
4837
4853
|
@NatinsName = natinsname
|
4838
4854
|
@Region = region
|
@@ -4850,6 +4866,8 @@ module TencentCloud
|
|
4850
4866
|
@ZoneZhBak = zonezhbak
|
4851
4867
|
@RuleUsed = ruleused
|
4852
4868
|
@RuleMax = rulemax
|
4869
|
+
@EngineVersion = engineversion
|
4870
|
+
@UpdateEnable = updateenable
|
4853
4871
|
end
|
4854
4872
|
|
4855
4873
|
def deserialize(params)
|
@@ -4870,6 +4888,8 @@ module TencentCloud
|
|
4870
4888
|
@ZoneZhBak = params['ZoneZhBak']
|
4871
4889
|
@RuleUsed = params['RuleUsed']
|
4872
4890
|
@RuleMax = params['RuleMax']
|
4891
|
+
@EngineVersion = params['EngineVersion']
|
4892
|
+
@UpdateEnable = params['UpdateEnable']
|
4873
4893
|
end
|
4874
4894
|
end
|
4875
4895
|
|
@@ -6014,10 +6034,16 @@ module TencentCloud
|
|
6014
6034
|
# @type NatInsName: String
|
6015
6035
|
# @param SwitchStatus: 0:开关关闭 , 1: 开关打开
|
6016
6036
|
# @type SwitchStatus: Integer
|
6037
|
+
# @param ProtectedStatus: 0:未防护, 1: 已防护,2:忽略此字段
|
6038
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6039
|
+
# @type ProtectedStatus: Integer
|
6040
|
+
# @param SupportDNSFW: 是否支持DNS FW,0-不支持、1-支持
|
6041
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6042
|
+
# @type SupportDNSFW: Integer
|
6017
6043
|
|
6018
|
-
attr_accessor :VpcId, :VpcName, :FwMode, :VpcIpv4Cidr, :DNSEip, :NatInsId, :NatInsName, :SwitchStatus
|
6044
|
+
attr_accessor :VpcId, :VpcName, :FwMode, :VpcIpv4Cidr, :DNSEip, :NatInsId, :NatInsName, :SwitchStatus, :ProtectedStatus, :SupportDNSFW
|
6019
6045
|
|
6020
|
-
def initialize(vpcid=nil, vpcname=nil, fwmode=nil, vpcipv4cidr=nil, dnseip=nil, natinsid=nil, natinsname=nil, switchstatus=nil)
|
6046
|
+
def initialize(vpcid=nil, vpcname=nil, fwmode=nil, vpcipv4cidr=nil, dnseip=nil, natinsid=nil, natinsname=nil, switchstatus=nil, protectedstatus=nil, supportdnsfw=nil)
|
6021
6047
|
@VpcId = vpcid
|
6022
6048
|
@VpcName = vpcname
|
6023
6049
|
@FwMode = fwmode
|
@@ -6026,6 +6052,8 @@ module TencentCloud
|
|
6026
6052
|
@NatInsId = natinsid
|
6027
6053
|
@NatInsName = natinsname
|
6028
6054
|
@SwitchStatus = switchstatus
|
6055
|
+
@ProtectedStatus = protectedstatus
|
6056
|
+
@SupportDNSFW = supportdnsfw
|
6029
6057
|
end
|
6030
6058
|
|
6031
6059
|
def deserialize(params)
|
@@ -6037,6 +6065,8 @@ module TencentCloud
|
|
6037
6065
|
@NatInsId = params['NatInsId']
|
6038
6066
|
@NatInsName = params['NatInsName']
|
6039
6067
|
@SwitchStatus = params['SwitchStatus']
|
6068
|
+
@ProtectedStatus = params['ProtectedStatus']
|
6069
|
+
@SupportDNSFW = params['SupportDNSFW']
|
6040
6070
|
end
|
6041
6071
|
end
|
6042
6072
|
|
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.637
|
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-08-
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|