tencentcloud-sdk-es 3.0.801 → 3.0.802

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 432256d6ea279c6efb0ebb34cb75280cdc0622a2
4
- data.tar.gz: 139b3780d9ca0e486fec82d601f6951c7e1ca8a0
3
+ metadata.gz: 5a498ce0d2fbbd7fc101dd79ec690321f38f3f3a
4
+ data.tar.gz: e44d3703f05c59570f07763b7a4cf310a149bf3f
5
5
  SHA512:
6
- metadata.gz: 95e658b7ac5622915182fc13c349f7459985162461f30b8135ec6b608a7813dc75bfdc68149f59badc46dd718be55329939f5b4e9e85b2d3f13bfce4009d7a8b
7
- data.tar.gz: da0180cefa7839b7ec2b4e44a369ec731ff10d2ad2cd75ec4284a58ab0ef1a256c71c3c65ab50d1a0f84323523e1c10ddde8935579e466917a49385b83c6eeea
6
+ metadata.gz: 34f9647e4ec91a633a41cca18724f3541b11cc7718fb922b88d245dd49874bfa020d8e23466ed6c90cae7e928cc69d629aa55dabcde408afc1714bc78dc7677a
7
+ data.tar.gz: 05bf342eeb318b2c098d2c3b616dbafeec94cf1c3d3a7f58cfeccd17c1e5839a1044fbe083472c6284c7ebe49681443a6f39a9b54cb7c6104d37d40aae86d1da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.801
1
+ 3.0.802
@@ -767,14 +767,14 @@ module TencentCloud
767
767
 
768
768
  # CreateServerlessInstance请求参数结构体
769
769
  class CreateServerlessInstanceRequest < TencentCloud::Common::AbstractModel
770
+ # @param IndexName: 索引名,需以-AppId结尾
771
+ # @type IndexName: String
770
772
  # @param Zone: 可用区
771
773
  # @type Zone: String
772
774
  # @param VpcId: 私有网络ID
773
775
  # @type VpcId: String
774
776
  # @param SubnetId: 子网ID
775
777
  # @type SubnetId: String
776
- # @param IndexName: 索引名,需以-AppId结尾
777
- # @type IndexName: String
778
778
  # @param IndexMetaJson: 创建的索引元数据JSON,如mappings、settings
779
779
  # @type IndexMetaJson: String
780
780
  # @param SpaceId: 创建索引的空间ID
@@ -792,13 +792,13 @@ module TencentCloud
792
792
  # @param KibanaWhiteIpList: kibana公网白名单
793
793
  # @type KibanaWhiteIpList: Array
794
794
 
795
- attr_accessor :Zone, :VpcId, :SubnetId, :IndexName, :IndexMetaJson, :SpaceId, :Username, :Password, :ServerlessDi, :AutoGetIp, :TagList, :KibanaWhiteIpList
795
+ attr_accessor :IndexName, :Zone, :VpcId, :SubnetId, :IndexMetaJson, :SpaceId, :Username, :Password, :ServerlessDi, :AutoGetIp, :TagList, :KibanaWhiteIpList
796
796
 
797
- def initialize(zone=nil, vpcid=nil, subnetid=nil, indexname=nil, indexmetajson=nil, spaceid=nil, username=nil, password=nil, serverlessdi=nil, autogetip=nil, taglist=nil, kibanawhiteiplist=nil)
797
+ def initialize(indexname=nil, zone=nil, vpcid=nil, subnetid=nil, indexmetajson=nil, spaceid=nil, username=nil, password=nil, serverlessdi=nil, autogetip=nil, taglist=nil, kibanawhiteiplist=nil)
798
+ @IndexName = indexname
798
799
  @Zone = zone
799
800
  @VpcId = vpcid
800
801
  @SubnetId = subnetid
801
- @IndexName = indexname
802
802
  @IndexMetaJson = indexmetajson
803
803
  @SpaceId = spaceid
804
804
  @Username = username
@@ -810,10 +810,10 @@ module TencentCloud
810
810
  end
811
811
 
812
812
  def deserialize(params)
813
+ @IndexName = params['IndexName']
813
814
  @Zone = params['Zone']
814
815
  @VpcId = params['VpcId']
815
816
  @SubnetId = params['SubnetId']
816
- @IndexName = params['IndexName']
817
817
  @IndexMetaJson = params['IndexMetaJson']
818
818
  @SpaceId = params['SpaceId']
819
819
  @Username = params['Username']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-es
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.801
4
+ version: 3.0.802
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-10 00:00:00.000000000 Z
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common