tencentcloud-sdk-tcss 3.0.491 → 3.0.492
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/v20201101/models.rb +14 -4
- 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: 30689c6f1b7f7db415448b39fa724f8584539d92
|
4
|
+
data.tar.gz: b0991f556323fbae6fcedf02c9da96611d62a25c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25145b062456647761b4701f838fa0de675ae0bb34dcc44708bd2a20a95954b982b10181afec0fb01c9636dcc1391eca7aed921b081b1ff67c99626fbe4c2a88
|
7
|
+
data.tar.gz: d193936d559ed9771fb50122322eed5c53f9c0b2789a8c869b76d26be166308dae441cec454ed1b6319f7d55446bc892e1ac7d473c6593ffddfceba71798f18a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.492
|
data/lib/v20201101/models.rb
CHANGED
@@ -2376,10 +2376,13 @@ module TencentCloud
|
|
2376
2376
|
# @param VerifyInfo: 检查项验证信息
|
2377
2377
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2378
2378
|
# @type VerifyInfo: String
|
2379
|
+
# @param InstanceId: 主机实例id
|
2380
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2381
|
+
# @type InstanceId: String
|
2379
2382
|
|
2380
|
-
attr_accessor :CustomerAssetId, :AssetName, :AssetType, :CheckStatus, :NodeName, :LastCheckTime, :CheckResult, :HostIP, :ImageTag, :VerifyInfo
|
2383
|
+
attr_accessor :CustomerAssetId, :AssetName, :AssetType, :CheckStatus, :NodeName, :LastCheckTime, :CheckResult, :HostIP, :ImageTag, :VerifyInfo, :InstanceId
|
2381
2384
|
|
2382
|
-
def initialize(customerassetid=nil, assetname=nil, assettype=nil, checkstatus=nil, nodename=nil, lastchecktime=nil, checkresult=nil, hostip=nil, imagetag=nil, verifyinfo=nil)
|
2385
|
+
def initialize(customerassetid=nil, assetname=nil, assettype=nil, checkstatus=nil, nodename=nil, lastchecktime=nil, checkresult=nil, hostip=nil, imagetag=nil, verifyinfo=nil, instanceid=nil)
|
2383
2386
|
@CustomerAssetId = customerassetid
|
2384
2387
|
@AssetName = assetname
|
2385
2388
|
@AssetType = assettype
|
@@ -2390,6 +2393,7 @@ module TencentCloud
|
|
2390
2393
|
@HostIP = hostip
|
2391
2394
|
@ImageTag = imagetag
|
2392
2395
|
@VerifyInfo = verifyinfo
|
2396
|
+
@InstanceId = instanceid
|
2393
2397
|
end
|
2394
2398
|
|
2395
2399
|
def deserialize(params)
|
@@ -2403,6 +2407,7 @@ module TencentCloud
|
|
2403
2407
|
@HostIP = params['HostIP']
|
2404
2408
|
@ImageTag = params['ImageTag']
|
2405
2409
|
@VerifyInfo = params['VerifyInfo']
|
2410
|
+
@InstanceId = params['InstanceId']
|
2406
2411
|
end
|
2407
2412
|
end
|
2408
2413
|
|
@@ -2521,10 +2526,13 @@ module TencentCloud
|
|
2521
2526
|
# RESULT_PASSED: 通过。
|
2522
2527
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2523
2528
|
# @type CheckResult: String
|
2529
|
+
# @param InstanceId: 主机节点的实例id
|
2530
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2531
|
+
# @type InstanceId: String
|
2524
2532
|
|
2525
|
-
attr_accessor :CustomerAssetId, :AssetType, :AssetName, :ImageTag, :HostIP, :NodeName, :CheckStatus, :PassedPolicyItemCount, :FailedPolicyItemCount, :LastCheckTime, :CheckResult
|
2533
|
+
attr_accessor :CustomerAssetId, :AssetType, :AssetName, :ImageTag, :HostIP, :NodeName, :CheckStatus, :PassedPolicyItemCount, :FailedPolicyItemCount, :LastCheckTime, :CheckResult, :InstanceId
|
2526
2534
|
|
2527
|
-
def initialize(customerassetid=nil, assettype=nil, assetname=nil, imagetag=nil, hostip=nil, nodename=nil, checkstatus=nil, passedpolicyitemcount=nil, failedpolicyitemcount=nil, lastchecktime=nil, checkresult=nil)
|
2535
|
+
def initialize(customerassetid=nil, assettype=nil, assetname=nil, imagetag=nil, hostip=nil, nodename=nil, checkstatus=nil, passedpolicyitemcount=nil, failedpolicyitemcount=nil, lastchecktime=nil, checkresult=nil, instanceid=nil)
|
2528
2536
|
@CustomerAssetId = customerassetid
|
2529
2537
|
@AssetType = assettype
|
2530
2538
|
@AssetName = assetname
|
@@ -2536,6 +2544,7 @@ module TencentCloud
|
|
2536
2544
|
@FailedPolicyItemCount = failedpolicyitemcount
|
2537
2545
|
@LastCheckTime = lastchecktime
|
2538
2546
|
@CheckResult = checkresult
|
2547
|
+
@InstanceId = instanceid
|
2539
2548
|
end
|
2540
2549
|
|
2541
2550
|
def deserialize(params)
|
@@ -2550,6 +2559,7 @@ module TencentCloud
|
|
2550
2559
|
@FailedPolicyItemCount = params['FailedPolicyItemCount']
|
2551
2560
|
@LastCheckTime = params['LastCheckTime']
|
2552
2561
|
@CheckResult = params['CheckResult']
|
2562
|
+
@InstanceId = params['InstanceId']
|
2553
2563
|
end
|
2554
2564
|
end
|
2555
2565
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.492
|
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-01-
|
11
|
+
date: 2023-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|