tencentcloud-sdk-vpc 1.0.225 → 1.0.226

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/v20170312/models.rb +50 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 066f96345581623a4f34a64d397ec5a00193e767
4
- data.tar.gz: fe86a1d88504c37bad3a6623e1cfeae81341ce67
3
+ metadata.gz: 29a6725b69fd749772a6430a3eb5d4ed1316f40e
4
+ data.tar.gz: a161cb021b2d56b870f151c721195bf186624679
5
5
  SHA512:
6
- metadata.gz: 6a8956c494d9b968d071cf1c220b87d8fec0e1e697e1bf2de4d7a496da39f9f26f08202c356f96baf52b80153fef704fbdb2c6ed3a9ae1729c3b285c0ed76702
7
- data.tar.gz: 80cdf883031fde43c38059760a44ab70bdff5676a514505241dbd32d69b3c953ff26de3281f17ad855cf457dc983ead6ba40338fba4e879c423d42989307ab96
6
+ metadata.gz: 6e1e84666b2ad143260272a1a482aecf046e1379db7e5bfb7a6fa36cf228e92ef4a0a978a7824b69b2327d301dc596586d423412d27919fdb640342e46b49cdf
7
+ data.tar.gz: 1abb778b392609a99e346a53803df4b327c8f73a58761b64ec5d4ddf2a8942e5c875c96a347f555d899fe1ba2d07079e6ee2289728840d450e4ff1254a84d621
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.225
1
+ 1.0.226
@@ -2657,16 +2657,19 @@ module TencentCloud
2657
2657
  # @type ModeType: String
2658
2658
  # @param Zone: 专线网关可用区
2659
2659
  # @type Zone: String
2660
+ # @param HaZoneGroupId: 专线网关高可用区容灾组ID
2661
+ # @type HaZoneGroupId: String
2660
2662
 
2661
- attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :Zone
2663
+ attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :Zone, :HaZoneGroupId
2662
2664
 
2663
- def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, zone=nil)
2665
+ def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, zone=nil, hazonegroupid=nil)
2664
2666
  @DirectConnectGatewayName = directconnectgatewayname
2665
2667
  @NetworkType = networktype
2666
2668
  @NetworkInstanceId = networkinstanceid
2667
2669
  @GatewayType = gatewaytype
2668
2670
  @ModeType = modetype
2669
2671
  @Zone = zone
2672
+ @HaZoneGroupId = hazonegroupid
2670
2673
  end
2671
2674
 
2672
2675
  def deserialize(params)
@@ -2676,6 +2679,7 @@ module TencentCloud
2676
2679
  @GatewayType = params['GatewayType']
2677
2680
  @ModeType = params['ModeType']
2678
2681
  @Zone = params['Zone']
2682
+ @HaZoneGroupId = params['HaZoneGroupId']
2679
2683
  end
2680
2684
  end
2681
2685
 
@@ -10109,10 +10113,32 @@ module TencentCloud
10109
10113
  # @param Zone: 专线网关所在可用区
10110
10114
  # 注意:此字段可能返回 null,表示取不到有效值。
10111
10115
  # @type Zone: String
10116
+ # @param EnableFlowDetails: 网关流控明细启用状态:
10117
+ # 0:关闭
10118
+ # 1:开启
10119
+ # 注意:此字段可能返回 null,表示取不到有效值。
10120
+ # @type EnableFlowDetails: Integer
10121
+ # @param FlowDetailsUpdateTime: 开启、关闭网关流控明细时间
10122
+ # 注意:此字段可能返回 null,表示取不到有效值。
10123
+ # @type FlowDetailsUpdateTime: String
10124
+ # @param NewAfc: 是否支持开启网关流控明细
10125
+ # 0:不支持
10126
+ # 1:支持
10127
+ # 注意:此字段可能返回 null,表示取不到有效值。
10128
+ # @type NewAfc: Integer
10129
+ # @param AccessNetworkType: 专线网关接入网络类型:
10130
+ # <li>`VXLAN` - VXLAN类型。</li>
10131
+ # <li>`MPLS` - MPLS类型。</li>
10132
+ # <li>`Hybrid` - Hybrid类型。</li>
10133
+ # 注意:此字段可能返回 null,表示取不到有效值。
10134
+ # @type AccessNetworkType: String
10135
+ # @param HaZoneList: 跨可用区容灾专线网关的可用区列表
10136
+ # 注意:此字段可能返回 null,表示取不到有效值。
10137
+ # @type HaZoneList: Array
10112
10138
 
10113
- attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone
10139
+ attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone, :EnableFlowDetails, :FlowDetailsUpdateTime, :NewAfc, :AccessNetworkType, :HaZoneList
10114
10140
 
10115
- def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil)
10141
+ def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil, enableflowdetails=nil, flowdetailsupdatetime=nil, newafc=nil, accessnetworktype=nil, hazonelist=nil)
10116
10142
  @DirectConnectGatewayId = directconnectgatewayid
10117
10143
  @DirectConnectGatewayName = directconnectgatewayname
10118
10144
  @VpcId = vpcid
@@ -10130,6 +10156,11 @@ module TencentCloud
10130
10156
  @ModeType = modetype
10131
10157
  @LocalZone = localzone
10132
10158
  @Zone = zone
10159
+ @EnableFlowDetails = enableflowdetails
10160
+ @FlowDetailsUpdateTime = flowdetailsupdatetime
10161
+ @NewAfc = newafc
10162
+ @AccessNetworkType = accessnetworktype
10163
+ @HaZoneList = hazonelist
10133
10164
  end
10134
10165
 
10135
10166
  def deserialize(params)
@@ -10150,6 +10181,11 @@ module TencentCloud
10150
10181
  @ModeType = params['ModeType']
10151
10182
  @LocalZone = params['LocalZone']
10152
10183
  @Zone = params['Zone']
10184
+ @EnableFlowDetails = params['EnableFlowDetails']
10185
+ @FlowDetailsUpdateTime = params['FlowDetailsUpdateTime']
10186
+ @NewAfc = params['NewAfc']
10187
+ @AccessNetworkType = params['AccessNetworkType']
10188
+ @HaZoneList = params['HaZoneList']
10153
10189
  end
10154
10190
  end
10155
10191
 
@@ -10161,19 +10197,27 @@ module TencentCloud
10161
10197
  # @type DestinationCidrBlock: String
10162
10198
  # @param ASPath: `BGP`的`AS-Path`属性。
10163
10199
  # @type ASPath: Array
10200
+ # @param Description: 备注
10201
+ # @type Description: String
10202
+ # @param UpdateTime: 最后更新时间
10203
+ # @type UpdateTime: String
10164
10204
 
10165
- attr_accessor :RouteId, :DestinationCidrBlock, :ASPath
10205
+ attr_accessor :RouteId, :DestinationCidrBlock, :ASPath, :Description, :UpdateTime
10166
10206
 
10167
- def initialize(routeid=nil, destinationcidrblock=nil, aspath=nil)
10207
+ def initialize(routeid=nil, destinationcidrblock=nil, aspath=nil, description=nil, updatetime=nil)
10168
10208
  @RouteId = routeid
10169
10209
  @DestinationCidrBlock = destinationcidrblock
10170
10210
  @ASPath = aspath
10211
+ @Description = description
10212
+ @UpdateTime = updatetime
10171
10213
  end
10172
10214
 
10173
10215
  def deserialize(params)
10174
10216
  @RouteId = params['RouteId']
10175
10217
  @DestinationCidrBlock = params['DestinationCidrBlock']
10176
10218
  @ASPath = params['ASPath']
10219
+ @Description = params['Description']
10220
+ @UpdateTime = params['UpdateTime']
10177
10221
  end
10178
10222
  end
10179
10223
 
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: 1.0.225
4
+ version: 1.0.226
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-16 00:00:00.000000000 Z
11
+ date: 2021-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common