tencentcloud-sdk-ecm 3.0.872 → 3.0.873
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +14 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e181b845c5d33d4f131f7f349fdbf6c9c1e942a
|
4
|
+
data.tar.gz: 269dc497dd60c458bba4c1987e7104c1037f89e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa5ec1a5bcde19491ce640477cfedfb29aedb8cbad18091002db3ad1bead2d07da0a1574e390ff8ac25b54807cb3bb06ab6abb1a2ab96066586e22e51745b2a8
|
7
|
+
data.tar.gz: e1498a81b0d001b88e6aebb4108cc0a5dc8814e7b2465471bb0811acf61e6a9dde22decbdb6c176b06ed03fe83f98ec133691871f0e5a3b753f20280544599a8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.873
|
data/lib/v20190719/models.rb
CHANGED
@@ -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,
|
334
|
-
deprecate :Ipv6ISP=, :none, 2024,
|
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,
|
5710
|
-
deprecate :ProvederInstanceNum=, :none, 2024,
|
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.
|
4
|
+
version: 3.0.873
|
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-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|