tencentcloud-sdk-tsw 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 161dab49196f9ccf085eb6da1347fd3e167771a4
4
- data.tar.gz: 8101e37dc3a3ee2736b3b8e400252d1ce21ba69f
3
+ metadata.gz: 6c47bed48fca27f39bc1f9fdd6dfb42ca2815df4
4
+ data.tar.gz: 0512c1b7674dba7e2df1bc7258ff647cade0ff12
5
5
  SHA512:
6
- metadata.gz: 77f88bede496bd372ed4ef7373c174f61563363bf97d18edbb473eea6bf50656d28913eb63e86478bb89b676afcb2d8e3e91b08312a503d824cd376f580bf386
7
- data.tar.gz: 8f083529f69f941e06062e93c9a7e4a4bced4407b6f0b8157ecd5c89a73b792c5b6d53f7f495d42284780a37db7d8b28922ad157d1ae3748aaf05fa9df2819ed
6
+ metadata.gz: ff5470bd41a80cd825eec609fd8a0798d10b66c9899aedb6612b36117e7488f58bf433ff7eb18e948f1fdfe8d938b81aa1d62663f00dac0ebef7616169440408
7
+ data.tar.gz: 84368c595d8de26efd1cea271130f6db626d567488f262d67f8c8b4e45dd73c6c0252871b6d8cda8a8d737aad616ab5a2aeb51334eae6f3e58d953d7fedff696
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type JaegerPort: String
46
46
 
47
47
  attr_accessor :Token, :EtlIp, :EtlPort, :ByHandAccess, :ByShellAccess, :SkyWalkingPort, :ZipkinPort, :JaegerPort
48
-
48
+
49
49
  def initialize(token=nil, etlip=nil, etlport=nil, byhandaccess=nil, byshellaccess=nil, skywalkingport=nil, zipkinport=nil, jaegerport=nil)
50
50
  @Token = token
51
51
  @EtlIp = etlip
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # DescribeAgentShell请求参数结构体
73
73
  class DescribeAgentShellRequest < TencentCloud::Common::AbstractModel
74
74
 
75
-
75
+
76
76
  def initialize()
77
77
  end
78
78
 
@@ -89,7 +89,7 @@ module TencentCloud
89
89
  # @type RequestId: String
90
90
 
91
91
  attr_accessor :Result, :RequestId
92
-
92
+
93
93
  def initialize(result=nil, requestid=nil)
94
94
  @Result = result
95
95
  @RequestId = requestid
@@ -20,7 +20,7 @@ module TencentCloud
20
20
  # DescribeComponentAlertObject请求参数结构体
21
21
  class DescribeComponentAlertObjectRequest < TencentCloud::Common::AbstractModel
22
22
 
23
-
23
+
24
24
  def initialize()
25
25
  end
26
26
 
@@ -34,7 +34,7 @@ module TencentCloud
34
34
  # @type RequestId: String
35
35
 
36
36
  attr_accessor :RequestId
37
-
37
+
38
38
  def initialize(requestid=nil)
39
39
  @RequestId = requestid
40
40
  end
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # DescribeServiceAlertObject请求参数结构体
48
48
  class DescribeServiceAlertObjectRequest < TencentCloud::Common::AbstractModel
49
49
 
50
-
50
+
51
51
  def initialize()
52
52
  end
53
53
 
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type RequestId: String
62
62
 
63
63
  attr_accessor :RequestId
64
-
64
+
65
65
  def initialize(requestid=nil)
66
66
  @RequestId = requestid
67
67
  end
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  # @type Namespace: String
78
78
 
79
79
  attr_accessor :Namespace
80
-
80
+
81
81
  def initialize(namespace=nil)
82
82
  @Namespace = namespace
83
83
  end
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type RequestId: String
96
96
 
97
97
  attr_accessor :Result, :RequestId
98
-
98
+
99
99
  def initialize(result=nil, requestid=nil)
100
100
  @Result = result
101
101
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common