tencentcloud-sdk-as 1.0.236 → 1.0.240
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180419/models.rb +7 -3
- 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: 0adf9e85002635246e2c2379fcb018b70d216a8d
|
4
|
+
data.tar.gz: 4f7c30e17f8082e9623342dd9cd0d337d6ace604
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19c4250f15c283bf344878fe9a09ebe7290d15721125b8a28721570ed7db7232c2a07fcdfb0b59d4eb4dfd3e0611c7499ab7158e2d719b7b27e8ab8ad1c6304f
|
7
|
+
data.tar.gz: f44a2fa0e4455e23bcd972058754da2d3976d17b49ae4682401180802fcd78c36d6eb4f20efe797b177968265fe562ee243e61375495f43b33fce720954057c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.240
|
data/lib/v20180419/models.rb
CHANGED
@@ -1767,7 +1767,7 @@ module TencentCloud
|
|
1767
1767
|
# @type Filters: Array
|
1768
1768
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
1769
1769
|
# @type Offset: Integer
|
1770
|
-
# @param Limit: 返回数量,默认为20,最大值为
|
1770
|
+
# @param Limit: 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
1771
1771
|
# @type Limit: Integer
|
1772
1772
|
|
1773
1773
|
attr_accessor :InstanceIds, :Filters, :Offset, :Limit
|
@@ -3403,10 +3403,12 @@ module TencentCloud
|
|
3403
3403
|
# @type InstanceNameSettings: :class:`Tencentcloud::As.v20180419.models.InstanceNameSettings`
|
3404
3404
|
# @param EnhancedService: 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。
|
3405
3405
|
# @type EnhancedService: :class:`Tencentcloud::As.v20180419.models.EnhancedService`
|
3406
|
+
# @param CamRoleName: CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
|
3407
|
+
# @type CamRoleName: String
|
3406
3408
|
|
3407
|
-
attr_accessor :LaunchConfigurationId, :ImageId, :InstanceTypes, :InstanceTypesCheckPolicy, :LaunchConfigurationName, :UserData, :SecurityGroupIds, :InternetAccessible, :InstanceChargeType, :InstanceChargePrepaid, :InstanceMarketOptions, :DiskTypePolicy, :SystemDisk, :DataDisks, :HostNameSettings, :InstanceNameSettings, :EnhancedService
|
3409
|
+
attr_accessor :LaunchConfigurationId, :ImageId, :InstanceTypes, :InstanceTypesCheckPolicy, :LaunchConfigurationName, :UserData, :SecurityGroupIds, :InternetAccessible, :InstanceChargeType, :InstanceChargePrepaid, :InstanceMarketOptions, :DiskTypePolicy, :SystemDisk, :DataDisks, :HostNameSettings, :InstanceNameSettings, :EnhancedService, :CamRoleName
|
3408
3410
|
|
3409
|
-
def initialize(launchconfigurationid=nil, imageid=nil, instancetypes=nil, instancetypescheckpolicy=nil, launchconfigurationname=nil, userdata=nil, securitygroupids=nil, internetaccessible=nil, instancechargetype=nil, instancechargeprepaid=nil, instancemarketoptions=nil, disktypepolicy=nil, systemdisk=nil, datadisks=nil, hostnamesettings=nil, instancenamesettings=nil, enhancedservice=nil)
|
3411
|
+
def initialize(launchconfigurationid=nil, imageid=nil, instancetypes=nil, instancetypescheckpolicy=nil, launchconfigurationname=nil, userdata=nil, securitygroupids=nil, internetaccessible=nil, instancechargetype=nil, instancechargeprepaid=nil, instancemarketoptions=nil, disktypepolicy=nil, systemdisk=nil, datadisks=nil, hostnamesettings=nil, instancenamesettings=nil, enhancedservice=nil, camrolename=nil)
|
3410
3412
|
@LaunchConfigurationId = launchconfigurationid
|
3411
3413
|
@ImageId = imageid
|
3412
3414
|
@InstanceTypes = instancetypes
|
@@ -3424,6 +3426,7 @@ module TencentCloud
|
|
3424
3426
|
@HostNameSettings = hostnamesettings
|
3425
3427
|
@InstanceNameSettings = instancenamesettings
|
3426
3428
|
@EnhancedService = enhancedservice
|
3429
|
+
@CamRoleName = camrolename
|
3427
3430
|
end
|
3428
3431
|
|
3429
3432
|
def deserialize(params)
|
@@ -3472,6 +3475,7 @@ module TencentCloud
|
|
3472
3475
|
@EnhancedService = EnhancedService.new
|
3473
3476
|
@EnhancedService.deserialize(params['EnhancedService'])
|
3474
3477
|
end
|
3478
|
+
@CamRoleName = params['CamRoleName']
|
3475
3479
|
end
|
3476
3480
|
end
|
3477
3481
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-as
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.240
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|