tencentcloud-sdk-as 3.0.451 → 3.0.452
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 +10 -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: 4878eed567403aa332f53a7a6ee7990aaf847923
|
|
4
|
+
data.tar.gz: 570e28be5122fa3f610d9fbaee101c362855a93e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3b2930faad9ed6e29ff722dcb221cb792098cd6140f74a2a14ee4a705d0b322b228f8dbe7a31fa9a86a7f7b5790b1d3277cdb58d446cb99d0f13e22b7c58602
|
|
7
|
+
data.tar.gz: 1b95028577888abd71aece504567e2387fd85cc1643033a39fdd56a2cfddee544b8d7bd827a7fc3c9ec065445e0541ffdd98c1ad2343aeb70dd7b47bd6db39de
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.452
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -2440,7 +2440,7 @@ module TencentCloud
|
|
|
2440
2440
|
end
|
|
2441
2441
|
end
|
|
2442
2442
|
|
|
2443
|
-
#
|
|
2443
|
+
# 描述了实例的增强服务启用情况与其设置,如云安全,云监控,自动化助手等实例 Agent。
|
|
2444
2444
|
class EnhancedService < TencentCloud::Common::AbstractModel
|
|
2445
2445
|
# @param SecurityService: 开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
|
2446
2446
|
# @type SecurityService: :class:`Tencentcloud::As.v20180419.models.RunSecurityServiceEnabled`
|
|
@@ -2448,13 +2448,16 @@ module TencentCloud
|
|
|
2448
2448
|
# @type MonitorService: :class:`Tencentcloud::As.v20180419.models.RunMonitorServiceEnabled`
|
|
2449
2449
|
# @param AutomationService: 该参数已废弃,查询时会返回空值,请勿使用。
|
|
2450
2450
|
# @type AutomationService: Array
|
|
2451
|
+
# @param AutomationToolsService: 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
|
|
2452
|
+
# @type AutomationToolsService: :class:`Tencentcloud::As.v20180419.models.RunAutomationServiceEnabled`
|
|
2451
2453
|
|
|
2452
|
-
attr_accessor :SecurityService, :MonitorService, :AutomationService
|
|
2454
|
+
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2453
2455
|
|
|
2454
|
-
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil)
|
|
2456
|
+
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2455
2457
|
@SecurityService = securityservice
|
|
2456
2458
|
@MonitorService = monitorservice
|
|
2457
2459
|
@AutomationService = automationservice
|
|
2460
|
+
@AutomationToolsService = automationtoolsservice
|
|
2458
2461
|
end
|
|
2459
2462
|
|
|
2460
2463
|
def deserialize(params)
|
|
@@ -2474,6 +2477,10 @@ module TencentCloud
|
|
|
2474
2477
|
@AutomationService << runautomationserviceenabled_tmp
|
|
2475
2478
|
end
|
|
2476
2479
|
end
|
|
2480
|
+
unless params['AutomationToolsService'].nil?
|
|
2481
|
+
@AutomationToolsService = RunAutomationServiceEnabled.new
|
|
2482
|
+
@AutomationToolsService.deserialize(params['AutomationToolsService'])
|
|
2483
|
+
end
|
|
2477
2484
|
end
|
|
2478
2485
|
end
|
|
2479
2486
|
|
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: 3.0.
|
|
4
|
+
version: 3.0.452
|
|
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-11-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|