tencentcloud-sdk-cfw 3.0.569 → 3.0.570

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/v20190904/models.rb +27 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cd4900b928a1ca196c5f5bdfecc5354a02c85cb
4
- data.tar.gz: 755c51ef3068847f29a131c4d487ee670a4ec6bd
3
+ metadata.gz: d9df9329a236fafdbf0a0434eb7368daed335acf
4
+ data.tar.gz: 40e75cc64f542614162adaa62c02c9a576c137a7
5
5
  SHA512:
6
- metadata.gz: 41039b443583ef69c236f58c2f149bbeed0e51ca288b4148e2a591690f0a185bf395d96b8e0a809b284e6d340473f59a3b248dfaf7b1a26a65ae01efc8cd5fa2
7
- data.tar.gz: 57ae999b9160827a7ea2bd933bc97972828b8c0a863b5b29906641d3fa558474bba16076f24a0de99cfcc294c823512296378b470eea42cac9f04b290da7696d
6
+ metadata.gz: 6d0f90a3c0a1e76ee3f7d1049db02d9ec603cbbfddf136b7f57873bd681f186ca93213153c48e57787607a2645f749728c66855f6c468a1e0ff68520c802060e
7
+ data.tar.gz: 7c1b018c674110ca472f747ced05ba1c06a2a7c5d8835a3392b9fae67e844286e1596e66ef207d2fe32970b05f6ff2d15a2733292354744fc3e4ed17226ccf16
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.569
1
+ 3.0.570
@@ -5154,10 +5154,25 @@ module TencentCloud
5154
5154
  # @type Direction: Integer
5155
5155
  # @param ProtocolPortType: 是否使用端口协议模板,0:否,1:是
5156
5156
  # @type ProtocolPortType: Integer
5157
+ # @param Uuid: Uuid
5158
+ # 注意:此字段可能返回 null,表示取不到有效值。
5159
+ # @type Uuid: String
5160
+ # @param Region: 地域
5161
+ # 注意:此字段可能返回 null,表示取不到有效值。
5162
+ # @type Region: String
5163
+ # @param AssetGroupNameIn: 资产分组名称
5164
+ # 注意:此字段可能返回 null,表示取不到有效值。
5165
+ # @type AssetGroupNameIn: String
5166
+ # @param AssetGroupNameOut: 资产分组名称
5167
+ # 注意:此字段可能返回 null,表示取不到有效值。
5168
+ # @type AssetGroupNameOut: String
5169
+ # @param ParameterName: 模板名称
5170
+ # 注意:此字段可能返回 null,表示取不到有效值。
5171
+ # @type ParameterName: String
5157
5172
 
5158
- attr_accessor :OrderIndex, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Detail, :BothWay, :Id, :Status, :IsNew, :VpcId, :SubnetId, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ServiceTemplateId, :BothWayInfo, :Direction, :ProtocolPortType
5173
+ attr_accessor :OrderIndex, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Detail, :BothWay, :Id, :Status, :IsNew, :VpcId, :SubnetId, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ServiceTemplateId, :BothWayInfo, :Direction, :ProtocolPortType, :Uuid, :Region, :AssetGroupNameIn, :AssetGroupNameOut, :ParameterName
5159
5174
 
5160
- def initialize(orderindex=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, detail=nil, bothway=nil, id=nil, status=nil, isnew=nil, vpcid=nil, subnetid=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, servicetemplateid=nil, bothwayinfo=nil, direction=nil, protocolporttype=nil)
5175
+ def initialize(orderindex=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, detail=nil, bothway=nil, id=nil, status=nil, isnew=nil, vpcid=nil, subnetid=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, servicetemplateid=nil, bothwayinfo=nil, direction=nil, protocolporttype=nil, uuid=nil, region=nil, assetgroupnamein=nil, assetgroupnameout=nil, parametername=nil)
5161
5176
  @OrderIndex = orderindex
5162
5177
  @SourceId = sourceid
5163
5178
  @SourceType = sourcetype
@@ -5181,6 +5196,11 @@ module TencentCloud
5181
5196
  @BothWayInfo = bothwayinfo
5182
5197
  @Direction = direction
5183
5198
  @ProtocolPortType = protocolporttype
5199
+ @Uuid = uuid
5200
+ @Region = region
5201
+ @AssetGroupNameIn = assetgroupnamein
5202
+ @AssetGroupNameOut = assetgroupnameout
5203
+ @ParameterName = parametername
5184
5204
  end
5185
5205
 
5186
5206
  def deserialize(params)
@@ -5214,6 +5234,11 @@ module TencentCloud
5214
5234
  end
5215
5235
  @Direction = params['Direction']
5216
5236
  @ProtocolPortType = params['ProtocolPortType']
5237
+ @Uuid = params['Uuid']
5238
+ @Region = params['Region']
5239
+ @AssetGroupNameIn = params['AssetGroupNameIn']
5240
+ @AssetGroupNameOut = params['AssetGroupNameOut']
5241
+ @ParameterName = params['ParameterName']
5217
5242
  end
5218
5243
  end
5219
5244
 
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.569
4
+ version: 3.0.570
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-05-15 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common