tencentcloud-sdk-ecm 3.0.872 → 3.0.874

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/v20190719/models.rb +14 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ed3796c4358cba6d52406693feece0fc6b8dab8
4
- data.tar.gz: ac60df5e4b230ae2c7945520a9e621cd22f01de9
3
+ metadata.gz: f619bc4d68c01b43e648009ac755a82c2bc2817e
4
+ data.tar.gz: adcacda734c6ef7d9a3c501983cf88de56469eb8
5
5
  SHA512:
6
- metadata.gz: cb1a32b100689003634db96345b5fd99fcba0449ef9684cb76f4208731954e3aa703aa38b6a8d3bb3ce12ca2c51a00a399df55789e67c6c58fe2bcbd91f91ce4
7
- data.tar.gz: 3a9eb603749ad10d1e152b645137e88e8f966c28c7ad79ec42f6b879a9b265812e8722b7b626b7fcb7265c91b459a9ecf95a418630aa028e665381e39e2abfb0
6
+ metadata.gz: b69998647c58101ddee3c5fd67cc67e8b8d1e843c95eb7922c4ac9b691eb741d8a36914ce48524d5129491c890f48deecad7be856e9db7c5c364924cc01d6b1a
7
+ data.tar.gz: 47606d90b933dfef48531acd03b85643413f606f7936c2785dd12197109a75b8e60d7716f8fa8d7521e86d6f914354a392263d697117dacedaa9666f422ce457
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.872
1
+ 3.0.874
@@ -330,8 +330,8 @@ module TencentCloud
330
330
 
331
331
  attr_accessor :EcmRegion, :NetworkInterfaceId, :Ipv6Addresses, :Ipv6AddressCount, :ISPType, :SkipCheckIPv6Address, :SkipAllocateBandwidth, :Ipv6ISP
332
332
  extend Gem::Deprecate
333
- deprecate :Ipv6ISP, :none, 2024, 3
334
- deprecate :Ipv6ISP=, :none, 2024, 3
333
+ deprecate :Ipv6ISP, :none, 2024, 7
334
+ deprecate :Ipv6ISP=, :none, 2024, 7
335
335
 
336
336
  def initialize(ecmregion=nil, networkinterfaceid=nil, ipv6addresses=nil, ipv6addresscount=nil, isptype=nil, skipcheckipv6address=nil, skipallocatebandwidth=nil, ipv6isp=nil)
337
337
  @EcmRegion = ecmregion
@@ -5706,8 +5706,8 @@ module TencentCloud
5706
5706
 
5707
5707
  attr_accessor :ProviderName, :ProviderNodeNum, :ProvederInstanceNum, :ZoneInstanceInfoSet, :ProviderInstanceNum
5708
5708
  extend Gem::Deprecate
5709
- deprecate :ProvederInstanceNum, :none, 2024, 3
5710
- deprecate :ProvederInstanceNum=, :none, 2024, 3
5709
+ deprecate :ProvederInstanceNum, :none, 2024, 7
5710
+ deprecate :ProvederInstanceNum=, :none, 2024, 7
5711
5711
 
5712
5712
  def initialize(providername=nil, providernodenum=nil, provederinstancenum=nil, zoneinstanceinfoset=nil, providerinstancenum=nil)
5713
5713
  @ProviderName = providername
@@ -8162,15 +8162,21 @@ module TencentCloud
8162
8162
  # @type Tags: Array
8163
8163
  # @param Description: 私有网络描述
8164
8164
  # @type Description: String
8165
+ # @param DnsServers: DNS地址,最多支持4个,第1个默认为主,其余为备。
8166
+ # @type DnsServers: Array
8167
+ # @param DomainName: 域名。
8168
+ # @type DomainName: String
8165
8169
 
8166
- attr_accessor :VpcId, :EcmRegion, :VpcName, :Tags, :Description
8170
+ attr_accessor :VpcId, :EcmRegion, :VpcName, :Tags, :Description, :DnsServers, :DomainName
8167
8171
 
8168
- def initialize(vpcid=nil, ecmregion=nil, vpcname=nil, tags=nil, description=nil)
8172
+ def initialize(vpcid=nil, ecmregion=nil, vpcname=nil, tags=nil, description=nil, dnsservers=nil, domainname=nil)
8169
8173
  @VpcId = vpcid
8170
8174
  @EcmRegion = ecmregion
8171
8175
  @VpcName = vpcname
8172
8176
  @Tags = tags
8173
8177
  @Description = description
8178
+ @DnsServers = dnsservers
8179
+ @DomainName = domainname
8174
8180
  end
8175
8181
 
8176
8182
  def deserialize(params)
@@ -8186,6 +8192,8 @@ module TencentCloud
8186
8192
  end
8187
8193
  end
8188
8194
  @Description = params['Description']
8195
+ @DnsServers = params['DnsServers']
8196
+ @DomainName = params['DomainName']
8189
8197
  end
8190
8198
  end
8191
8199
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.872
4
+ version: 3.0.874
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-07-24 00:00:00.000000000 Z
11
+ date: 2024-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common