tencentcloud-sdk-tcss 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/v20201101/models.rb +29 -7
- 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: f27a6991de69f08a518f59dae22c2eee97aeab16
|
4
|
+
data.tar.gz: 047fbb69dc7c5e8dea7898327debe1ad6bedbc8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 159cb5cba8c769750efcf7762893e9d00bc99b333b35320f78ccc0db6083635e9adc98cab96468170a248d56979d9b4b6249f5cc7e756d7fe4eff0c3abad5b0d
|
7
|
+
data.tar.gz: d563378b9dfc6dd09963620c3cf3171618d02daa77c54104b3bb9646228dec0fd3dbc7ca9d16f37a4178bb5e0f65a73af9f0b6adf1dd2a37aef1069c6f8a25af
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.240
|
data/lib/v20201101/models.rb
CHANGED
@@ -732,9 +732,9 @@ module TencentCloud
|
|
732
732
|
|
733
733
|
# AddEditReverseShellWhiteList请求参数结构体
|
734
734
|
class AddEditReverseShellWhiteListRequest < TencentCloud::Common::AbstractModel
|
735
|
-
# @param WhiteListInfo:
|
735
|
+
# @param WhiteListInfo: 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。
|
736
736
|
# @type WhiteListInfo: :class:`Tencentcloud::Tcss.v20201101.models.ReverseShellWhiteListInfo`
|
737
|
-
# @param EventId:
|
737
|
+
# @param EventId: 仅在添加事件白名单时候使用
|
738
738
|
# @type EventId: String
|
739
739
|
|
740
740
|
attr_accessor :WhiteListInfo, :EventId
|
@@ -2601,6 +2601,7 @@ module TencentCloud
|
|
2601
2601
|
# ASSET_IMAGE, 镜像
|
2602
2602
|
# ASSET_HOST, 主机
|
2603
2603
|
# ASSET_K8S, K8S资产
|
2604
|
+
# AssetTypeSet, PolicySetId, PeriodTaskId三个参数,必须要给其中一个参数填写有效的值。
|
2604
2605
|
# @type AssetTypeSet: Array
|
2605
2606
|
# @param PolicySetId: 按照策略集ID指定的策略执行合规检查。
|
2606
2607
|
# @type PolicySetId: Integer
|
@@ -4421,12 +4422,16 @@ module TencentCloud
|
|
4421
4422
|
# @type MachineType: String
|
4422
4423
|
# @param PublicIp: 外网ip
|
4423
4424
|
# @type PublicIp: String
|
4425
|
+
# @param InstanceID: 主机实例ID
|
4426
|
+
# @type InstanceID: String
|
4427
|
+
# @param RegionID: 地域ID
|
4428
|
+
# @type RegionID: Integer
|
4424
4429
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4425
4430
|
# @type RequestId: String
|
4426
4431
|
|
4427
|
-
attr_accessor :UUID, :UpdateTime, :HostName, :Group, :HostIP, :OsName, :AgentVersion, :KernelVersion, :DockerVersion, :DockerAPIVersion, :DockerGoVersion, :DockerFileSystemDriver, :DockerRootDir, :ImageCnt, :ContainerCnt, :K8sMasterIP, :K8sVersion, :KubeProxyVersion, :Status, :IsContainerd, :MachineType, :PublicIp, :RequestId
|
4432
|
+
attr_accessor :UUID, :UpdateTime, :HostName, :Group, :HostIP, :OsName, :AgentVersion, :KernelVersion, :DockerVersion, :DockerAPIVersion, :DockerGoVersion, :DockerFileSystemDriver, :DockerRootDir, :ImageCnt, :ContainerCnt, :K8sMasterIP, :K8sVersion, :KubeProxyVersion, :Status, :IsContainerd, :MachineType, :PublicIp, :InstanceID, :RegionID, :RequestId
|
4428
4433
|
|
4429
|
-
def initialize(uuid=nil, updatetime=nil, hostname=nil, group=nil, hostip=nil, osname=nil, agentversion=nil, kernelversion=nil, dockerversion=nil, dockerapiversion=nil, dockergoversion=nil, dockerfilesystemdriver=nil, dockerrootdir=nil, imagecnt=nil, containercnt=nil, k8smasterip=nil, k8sversion=nil, kubeproxyversion=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, requestid=nil)
|
4434
|
+
def initialize(uuid=nil, updatetime=nil, hostname=nil, group=nil, hostip=nil, osname=nil, agentversion=nil, kernelversion=nil, dockerversion=nil, dockerapiversion=nil, dockergoversion=nil, dockerfilesystemdriver=nil, dockerrootdir=nil, imagecnt=nil, containercnt=nil, k8smasterip=nil, k8sversion=nil, kubeproxyversion=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, instanceid=nil, regionid=nil, requestid=nil)
|
4430
4435
|
@UUID = uuid
|
4431
4436
|
@UpdateTime = updatetime
|
4432
4437
|
@HostName = hostname
|
@@ -4449,6 +4454,8 @@ module TencentCloud
|
|
4449
4454
|
@IsContainerd = iscontainerd
|
4450
4455
|
@MachineType = machinetype
|
4451
4456
|
@PublicIp = publicip
|
4457
|
+
@InstanceID = instanceid
|
4458
|
+
@RegionID = regionid
|
4452
4459
|
@RequestId = requestid
|
4453
4460
|
end
|
4454
4461
|
|
@@ -4475,6 +4482,8 @@ module TencentCloud
|
|
4475
4482
|
@IsContainerd = params['IsContainerd']
|
4476
4483
|
@MachineType = params['MachineType']
|
4477
4484
|
@PublicIp = params['PublicIp']
|
4485
|
+
@InstanceID = params['InstanceID']
|
4486
|
+
@RegionID = params['RegionID']
|
4478
4487
|
@RequestId = params['RequestId']
|
4479
4488
|
end
|
4480
4489
|
end
|
@@ -4493,6 +4502,7 @@ module TencentCloud
|
|
4493
4502
|
# <li>HostID- string - 是否必填:否 - 主机id搜索</li>
|
4494
4503
|
# <li>DockerVersion- string - 是否必填:否 - docker版本搜索</li>
|
4495
4504
|
# <li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),"TENCENTCLOUD":"腾讯云服务器","OTHERCLOUD":"非腾讯云服务器"</li>
|
4505
|
+
# <li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li>
|
4496
4506
|
# @type Filters: Array
|
4497
4507
|
# @param By: 排序字段
|
4498
4508
|
# @type By: String
|
@@ -7400,6 +7410,10 @@ module TencentCloud
|
|
7400
7410
|
# DescribeComplianceTaskAssetSummary请求参数结构体
|
7401
7411
|
class DescribeComplianceTaskAssetSummaryRequest < TencentCloud::Common::AbstractModel
|
7402
7412
|
# @param AssetTypeSet: 资产类型列表。
|
7413
|
+
# ASSET_CONTAINER, 容器
|
7414
|
+
# ASSET_IMAGE, 镜像
|
7415
|
+
# ASSET_HOST, 主机
|
7416
|
+
# ASSET_K8S, K8S资产
|
7403
7417
|
# @type AssetTypeSet: Array
|
7404
7418
|
|
7405
7419
|
attr_accessor :AssetTypeSet
|
@@ -10451,16 +10465,20 @@ module TencentCloud
|
|
10451
10465
|
# @type Status: String
|
10452
10466
|
# @param IsContainerd: 是否是Containerd
|
10453
10467
|
# @type IsContainerd: Boolean
|
10454
|
-
# @param MachineType:
|
10468
|
+
# @param MachineType: 主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;
|
10455
10469
|
# @type MachineType: String
|
10456
10470
|
# @param PublicIp: 外网ip
|
10457
10471
|
# @type PublicIp: String
|
10458
10472
|
# @param Uuid: 主机uuid
|
10459
10473
|
# @type Uuid: String
|
10474
|
+
# @param InstanceID: 主机实例ID
|
10475
|
+
# @type InstanceID: String
|
10476
|
+
# @param RegionID: 地域ID
|
10477
|
+
# @type RegionID: Integer
|
10460
10478
|
|
10461
|
-
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid
|
10479
|
+
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID
|
10462
10480
|
|
10463
|
-
def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil)
|
10481
|
+
def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil, instanceid=nil, regionid=nil)
|
10464
10482
|
@HostID = hostid
|
10465
10483
|
@HostIP = hostip
|
10466
10484
|
@HostName = hostname
|
@@ -10474,6 +10492,8 @@ module TencentCloud
|
|
10474
10492
|
@MachineType = machinetype
|
10475
10493
|
@PublicIp = publicip
|
10476
10494
|
@Uuid = uuid
|
10495
|
+
@InstanceID = instanceid
|
10496
|
+
@RegionID = regionid
|
10477
10497
|
end
|
10478
10498
|
|
10479
10499
|
def deserialize(params)
|
@@ -10490,6 +10510,8 @@ module TencentCloud
|
|
10490
10510
|
@MachineType = params['MachineType']
|
10491
10511
|
@PublicIp = params['PublicIp']
|
10492
10512
|
@Uuid = params['Uuid']
|
10513
|
+
@InstanceID = params['InstanceID']
|
10514
|
+
@RegionID = params['RegionID']
|
10493
10515
|
end
|
10494
10516
|
end
|
10495
10517
|
|
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: 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
|