tencentcloud-sdk-ecm 3.0.764 → 3.0.766
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 +28 -10
- 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: 98e1bd25918596b803642ba35089b7823fb38421
|
4
|
+
data.tar.gz: f2864a03ebcc1a8b7a2671797ad06a69ced8ca70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21db2e9ef3ad0519b9d717d4b83f368bbcb039d3703a6b9d4cf3a1d4e91da67ea4b6d30ab8d9566c66dfa22fb6567db7fde3538b3267ba14369ce5c4b1983117
|
7
|
+
data.tar.gz: a57a0db0d8d46200d4f33feb54006aac5e1c46165a4c28ceb5c93a0418c954245373911fe3f1ebe459e38d8c0c83ce3d1f2043840effd3978a499c76a5ea1c1f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.766
|
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,
|
334
|
-
deprecate :Ipv6ISP=, :none,
|
333
|
+
deprecate :Ipv6ISP, :none, 2024, 2
|
334
|
+
deprecate :Ipv6ISP=, :none, 2024, 2
|
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,
|
5710
|
-
deprecate :ProvederInstanceNum=, :none,
|
5709
|
+
deprecate :ProvederInstanceNum, :none, 2024, 2
|
5710
|
+
deprecate :ProvederInstanceNum=, :none, 2024, 2
|
5711
5711
|
|
5712
5712
|
def initialize(providername=nil, providernodenum=nil, provederinstancenum=nil, zoneinstanceinfoset=nil, providerinstancenum=nil)
|
5713
5713
|
@ProviderName = providername
|
@@ -8624,10 +8624,14 @@ module TencentCloud
|
|
8624
8624
|
# @type PerDataDisk: Integer
|
8625
8625
|
# @param MaxModuleNum: 总模块数量
|
8626
8626
|
# @type MaxModuleNum: Integer
|
8627
|
+
# @param CBSSupported: 是否支持cbs
|
8628
|
+
# @type CBSSupported: Boolean
|
8629
|
+
# @param DiskNumLimit: 磁盘数量限制
|
8630
|
+
# @type DiskNumLimit: Integer
|
8627
8631
|
|
8628
|
-
attr_accessor :MaxBandwidth, :MaxSystemDiskSize, :MinBandwidth, :MinSystemDiskSize, :MaxDataDiskSize, :MinDataDiskSize, :SuggestBandwidth, :SuggestDataDiskSize, :SuggestSystemDiskSize, :MaxVcpu, :MinVcpu, :MaxVcpuPerReq, :PerBandwidth, :PerDataDisk, :MaxModuleNum
|
8632
|
+
attr_accessor :MaxBandwidth, :MaxSystemDiskSize, :MinBandwidth, :MinSystemDiskSize, :MaxDataDiskSize, :MinDataDiskSize, :SuggestBandwidth, :SuggestDataDiskSize, :SuggestSystemDiskSize, :MaxVcpu, :MinVcpu, :MaxVcpuPerReq, :PerBandwidth, :PerDataDisk, :MaxModuleNum, :CBSSupported, :DiskNumLimit
|
8629
8633
|
|
8630
|
-
def initialize(maxbandwidth=nil, maxsystemdisksize=nil, minbandwidth=nil, minsystemdisksize=nil, maxdatadisksize=nil, mindatadisksize=nil, suggestbandwidth=nil, suggestdatadisksize=nil, suggestsystemdisksize=nil, maxvcpu=nil, minvcpu=nil, maxvcpuperreq=nil, perbandwidth=nil, perdatadisk=nil, maxmodulenum=nil)
|
8634
|
+
def initialize(maxbandwidth=nil, maxsystemdisksize=nil, minbandwidth=nil, minsystemdisksize=nil, maxdatadisksize=nil, mindatadisksize=nil, suggestbandwidth=nil, suggestdatadisksize=nil, suggestsystemdisksize=nil, maxvcpu=nil, minvcpu=nil, maxvcpuperreq=nil, perbandwidth=nil, perdatadisk=nil, maxmodulenum=nil, cbssupported=nil, disknumlimit=nil)
|
8631
8635
|
@MaxBandwidth = maxbandwidth
|
8632
8636
|
@MaxSystemDiskSize = maxsystemdisksize
|
8633
8637
|
@MinBandwidth = minbandwidth
|
@@ -8643,6 +8647,8 @@ module TencentCloud
|
|
8643
8647
|
@PerBandwidth = perbandwidth
|
8644
8648
|
@PerDataDisk = perdatadisk
|
8645
8649
|
@MaxModuleNum = maxmodulenum
|
8650
|
+
@CBSSupported = cbssupported
|
8651
|
+
@DiskNumLimit = disknumlimit
|
8646
8652
|
end
|
8647
8653
|
|
8648
8654
|
def deserialize(params)
|
@@ -8661,6 +8667,8 @@ module TencentCloud
|
|
8661
8667
|
@PerBandwidth = params['PerBandwidth']
|
8662
8668
|
@PerDataDisk = params['PerDataDisk']
|
8663
8669
|
@MaxModuleNum = params['MaxModuleNum']
|
8670
|
+
@CBSSupported = params['CBSSupported']
|
8671
|
+
@DiskNumLimit = params['DiskNumLimit']
|
8664
8672
|
end
|
8665
8673
|
end
|
8666
8674
|
|
@@ -9054,16 +9062,20 @@ module TencentCloud
|
|
9054
9062
|
# @type City: :class:`Tencentcloud::Ecm.v20190719.models.City`
|
9055
9063
|
# @param RegionInfo: 实例所在的Region的信息。
|
9056
9064
|
# @type RegionInfo: :class:`Tencentcloud::Ecm.v20190719.models.RegionInfo`
|
9065
|
+
# @param Ipv6Supported: 实例是否支持ipv6
|
9066
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9067
|
+
# @type Ipv6Supported: Boolean
|
9057
9068
|
|
9058
|
-
attr_accessor :ZoneInfo, :Country, :Area, :Province, :City, :RegionInfo
|
9069
|
+
attr_accessor :ZoneInfo, :Country, :Area, :Province, :City, :RegionInfo, :Ipv6Supported
|
9059
9070
|
|
9060
|
-
def initialize(zoneinfo=nil, country=nil, area=nil, province=nil, city=nil, regioninfo=nil)
|
9071
|
+
def initialize(zoneinfo=nil, country=nil, area=nil, province=nil, city=nil, regioninfo=nil, ipv6supported=nil)
|
9061
9072
|
@ZoneInfo = zoneinfo
|
9062
9073
|
@Country = country
|
9063
9074
|
@Area = area
|
9064
9075
|
@Province = province
|
9065
9076
|
@City = city
|
9066
9077
|
@RegionInfo = regioninfo
|
9078
|
+
@Ipv6Supported = ipv6supported
|
9067
9079
|
end
|
9068
9080
|
|
9069
9081
|
def deserialize(params)
|
@@ -9091,6 +9103,7 @@ module TencentCloud
|
|
9091
9103
|
@RegionInfo = RegionInfo.new
|
9092
9104
|
@RegionInfo.deserialize(params['RegionInfo'])
|
9093
9105
|
end
|
9106
|
+
@Ipv6Supported = params['Ipv6Supported']
|
9094
9107
|
end
|
9095
9108
|
end
|
9096
9109
|
|
@@ -11330,15 +11343,19 @@ module TencentCloud
|
|
11330
11343
|
# @type PrivateIpAddresses: Array
|
11331
11344
|
# @param Ipv6AddressCount: 为弹性网卡指定随机生成的 IPv6 地址数量。
|
11332
11345
|
# @type Ipv6AddressCount: Integer
|
11346
|
+
# @param Ipv6SubnetIds: runInstances接口创建三网ipv6地址使用
|
11347
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11348
|
+
# @type Ipv6SubnetIds: Array
|
11333
11349
|
|
11334
|
-
attr_accessor :VpcId, :SubnetId, :AsVpcGateway, :PrivateIpAddresses, :Ipv6AddressCount
|
11350
|
+
attr_accessor :VpcId, :SubnetId, :AsVpcGateway, :PrivateIpAddresses, :Ipv6AddressCount, :Ipv6SubnetIds
|
11335
11351
|
|
11336
|
-
def initialize(vpcid=nil, subnetid=nil, asvpcgateway=nil, privateipaddresses=nil, ipv6addresscount=nil)
|
11352
|
+
def initialize(vpcid=nil, subnetid=nil, asvpcgateway=nil, privateipaddresses=nil, ipv6addresscount=nil, ipv6subnetids=nil)
|
11337
11353
|
@VpcId = vpcid
|
11338
11354
|
@SubnetId = subnetid
|
11339
11355
|
@AsVpcGateway = asvpcgateway
|
11340
11356
|
@PrivateIpAddresses = privateipaddresses
|
11341
11357
|
@Ipv6AddressCount = ipv6addresscount
|
11358
|
+
@Ipv6SubnetIds = ipv6subnetids
|
11342
11359
|
end
|
11343
11360
|
|
11344
11361
|
def deserialize(params)
|
@@ -11347,6 +11364,7 @@ module TencentCloud
|
|
11347
11364
|
@AsVpcGateway = params['AsVpcGateway']
|
11348
11365
|
@PrivateIpAddresses = params['PrivateIpAddresses']
|
11349
11366
|
@Ipv6AddressCount = params['Ipv6AddressCount']
|
11367
|
+
@Ipv6SubnetIds = params['Ipv6SubnetIds']
|
11350
11368
|
end
|
11351
11369
|
end
|
11352
11370
|
|
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.766
|
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-02-
|
11
|
+
date: 2024-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|