tencentcloud-sdk-ecm 3.0.765 → 3.0.767
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 +24 -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: 03304ea2b0951994da745a59cfd0688f585149e6
|
4
|
+
data.tar.gz: a8736bddb03f01eee23ca6beb768225b4d561d9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db5290a55fa411151b767a8f5c3fe21315d5e3c0bce32a9f33faea4b99cf42929ba338667b1f08923b769751e6b16a124daa1aa7671d5a85f313a12f5bb0ea2f
|
7
|
+
data.tar.gz: 3280f8e2ff5292c06a3ba30989aa96f3e206b9b57c35b894c78bb1038e4b40d43b76823191075efc6e2ab5e1847e7c911d0a45608949429b7636a2096c9e9f92
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.767
|
data/lib/v20190719/models.rb
CHANGED
@@ -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.767
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|