tencentcloud-sdk-ecm 3.0.688 → 3.0.689

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: 6122f0b0a77f171e677d03bdacd2efe257bd0d2b
4
- data.tar.gz: b5e25123bf2c20bd8d4d6c5b62c6e2f59213c2e7
3
+ metadata.gz: b755c46b7079cf29419bbbbf0c21a8865d154970
4
+ data.tar.gz: 405d33ffc1ba8565849eb606517cac8bb675fe8e
5
5
  SHA512:
6
- metadata.gz: fba24645c5a60bba941ccf1ebcc28335b04866a9754c65df098652a4eed602b98319eb39f0835afc61c0e9bc6313f6580b0d0d1dcdac4ebb18eddbeb0b9714f1
7
- data.tar.gz: 295f460ffc62b3c69cb3af2e16d948e038b247ed543c06957dca83655fd2d7121620136d5ef1dbafc584d5ee14b907522922332d5160295c9bc21f7e7c8cd503
6
+ metadata.gz: 1b261f876928659cf2df00ee4d082509a12d4b530166fc56a543a23ea4dd04d990b301e85fc31114423f855ce1a4320c50899bce62f8d27808bdd24a4ad13dd1
7
+ data.tar.gz: 1eb74a51a6c8f6be3d561e59ae1058325dbe81edd63e480d6eb70519885d8fe71234edeb0695f93fa809ab94dbd8925afa52a6d42b3445277b15e7e7676903f4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.688
1
+ 3.0.689
@@ -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, 2023, 10
334
- deprecate :Ipv6ISP=, :none, 2023, 10
333
+ deprecate :Ipv6ISP, :none, 2023, 11
334
+ deprecate :Ipv6ISP=, :none, 2023, 11
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
@@ -1488,15 +1488,15 @@ module TencentCloud
1488
1488
  class CreateModuleRequest < TencentCloud::Common::AbstractModel
1489
1489
  # @param ModuleName: 模块名称,如视频直播模块。限制:模块名称不得以空格开头,长度不得超过60个字符。
1490
1490
  # @type ModuleName: String
1491
- # @param DefaultBandWidth: 默认带宽,单位:Mbps。范围不得超过带宽上下限,详看DescribeConfig。
1491
+ # @param DefaultBandWidth: 默认带宽,单位:Mbps。范围不得超过带宽上下限,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
1492
1492
  # @type DefaultBandWidth: Integer
1493
1493
  # @param DefaultImageId: 默认镜像。
1494
1494
  # @type DefaultImageId: String
1495
1495
  # @param InstanceType: 机型ID。
1496
1496
  # @type InstanceType: String
1497
- # @param DefaultSystemDiskSize: 默认系统盘大小,单位:GB,默认大小为50GB。范围不得超过系统盘上下限制,详看DescribeConfig。
1497
+ # @param DefaultSystemDiskSize: 默认系统盘大小,单位:GB,默认大小为50GB。范围不得超过系统盘上下限制,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
1498
1498
  # @type DefaultSystemDiskSize: Integer
1499
- # @param DefaultDataDiskSize: 默认数据盘大小,单位:GB。范围不得超过数据盘范围大小,详看DescribeConfig。
1499
+ # @param DefaultDataDiskSize: 默认数据盘大小,单位:GB。范围不得超过数据盘范围大小,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
1500
1500
  # @type DefaultDataDiskSize: Integer
1501
1501
  # @param CloseIpDirect: 是否关闭IP直通。取值范围:
1502
1502
  # true:表示关闭IP直通
@@ -1506,7 +1506,7 @@ module TencentCloud
1506
1506
  # @type TagSpecification: Array
1507
1507
  # @param SecurityGroups: 模块默认安全组列表
1508
1508
  # @type SecurityGroups: Array
1509
- # @param DefaultBandWidthIn: 默认入带宽,单位:Mbps。范围不得超过带宽上下限,详看DescribeConfig。
1509
+ # @param DefaultBandWidthIn: 默认入带宽,单位:Mbps。范围不得超过带宽上下限,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
1510
1510
  # @type DefaultBandWidthIn: Integer
1511
1511
  # @param DisableWanIp: 是否禁止分配外网IP
1512
1512
  # @type DisableWanIp: Boolean
@@ -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, 2023, 10
5710
- deprecate :ProvederInstanceNum=, :none, 2023, 10
5709
+ deprecate :ProvederInstanceNum, :none, 2023, 11
5710
+ deprecate :ProvederInstanceNum=, :none, 2023, 11
5711
5711
 
5712
5712
  def initialize(providername=nil, providernodenum=nil, provederinstancenum=nil, zoneinstanceinfoset=nil, providerinstancenum=nil)
5713
5713
  @ProviderName = providername
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.688
4
+ version: 3.0.689
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-30 00:00:00.000000000 Z
11
+ date: 2023-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common