tencentcloud-sdk-tcbr 3.0.384 → 3.0.387

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b14c2a75e38f0b07233ea97a110d6aa6b898fec
4
- data.tar.gz: a1f1056584d4b3f984918b4f3aead67c095c215f
3
+ metadata.gz: 3c6d826bf036e47a2db7bf7edcb15390898a9c61
4
+ data.tar.gz: fe643b556c3980cc5cb198b23e5ed14ba628f266
5
5
  SHA512:
6
- metadata.gz: 8833ac166518bce9fe6159e7dc1bf788008412612d768b06fb3bc1c5e114cf43cb245e38096cc305c9119be2e2b152609440af2fe2c72ba1ebff15c12c8e88d9
7
- data.tar.gz: 39340886cd78b0f68fdf2fbe60658606bfb5564a91b19ac97990bda16d57196e6a60bb335a274e9783d879d61120123487434daf2ba1cee0b69816616bb4b531
6
+ metadata.gz: 90595143bf65ac00ab1c8800f21910d03edbe05b04b4abeb35621e7083969896e08db6f7d53bcb9ed9aa71310f931694e6523e13840bbc00b5570cb824da9f7f
7
+ data.tar.gz: 7ade806bbee3aadb51f758556fbd627034da8010fd2ddcc3cbe0a3f813f4e80ff739f27caffa98d712f21a06df98b02d439cfc17f07c538f431f05dd7a8080f6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.384
1
+ 3.0.387
@@ -1124,15 +1124,18 @@ module TencentCloud
1124
1124
  # @type Status: String
1125
1125
  # @param UpdateTime: 更新时间
1126
1126
  # @type UpdateTime: String
1127
+ # @param AccessTypes: 公网访问类型
1128
+ # @type AccessTypes: Array
1127
1129
 
1128
- attr_accessor :ServerName, :DefaultDomainName, :CustomDomainName, :Status, :UpdateTime
1130
+ attr_accessor :ServerName, :DefaultDomainName, :CustomDomainName, :Status, :UpdateTime, :AccessTypes
1129
1131
 
1130
- def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil)
1132
+ def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil, accesstypes=nil)
1131
1133
  @ServerName = servername
1132
1134
  @DefaultDomainName = defaultdomainname
1133
1135
  @CustomDomainName = customdomainname
1134
1136
  @Status = status
1135
1137
  @UpdateTime = updatetime
1138
+ @AccessTypes = accesstypes
1136
1139
  end
1137
1140
 
1138
1141
  def deserialize(params)
@@ -1141,6 +1144,7 @@ module TencentCloud
1141
1144
  @CustomDomainName = params['CustomDomainName']
1142
1145
  @Status = params['Status']
1143
1146
  @UpdateTime = params['UpdateTime']
1147
+ @AccessTypes = params['AccessTypes']
1144
1148
  end
1145
1149
  end
1146
1150
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcbr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.384
4
+ version: 3.0.387
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-08-10 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common