tencentcloud-sdk-tcss 1.0.235 → 1.0.239

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201101/models.rb +29 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e61a8c92910bde8af308ee618eb481268da6da4f
4
- data.tar.gz: c6112b315160e132494bb31e029c4acbf24daa29
3
+ metadata.gz: 5fc64aaf264a15ff43955337a317a8096d4e072e
4
+ data.tar.gz: 0be20ecf54458fc009695483e0cd24e0bf155bf1
5
5
  SHA512:
6
- metadata.gz: e39e0c45cb857057f88c5b2f8cc928a78dfd2652b9c73d84a7736dd8eebdf78bbbf2ae0b1e3ca8f9a3321579cd1f5e481337c22931b31ceb4f46f18fb3c9c651
7
- data.tar.gz: fc9ce43c12fa652c7d106db043edb149cec2b3204e3eb87280d56d240d91be5ea688257d6668923cdabf791dd809d51de22dc1719969ca167761d55e6feac6c4
6
+ metadata.gz: c26fdc0820274326bc9d562e4147938a0779dc72f168c1477d1227b27c7879d74ba663fc71eab89940f113cd1466ab3bbb3bc14e4d6c93ed4ce16e7bae5cfe68
7
+ data.tar.gz: bd4dfe48c171355395c00f7bf63732b9ce19a89a93a46232e857fb83793de0fddf1c495004886dfd157b7c1fab4aed51aa2ea912ffdc9fa57a00be9db9fd9ffc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.235
1
+ 1.0.239
@@ -732,9 +732,9 @@ module TencentCloud
732
732
 
733
733
  # AddEditReverseShellWhiteList请求参数结构体
734
734
  class AddEditReverseShellWhiteListRequest < TencentCloud::Common::AbstractModel
735
- # @param WhiteListInfo: 增加白名单信息,白名单id为空,编辑白名单id不能为空
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.235
4
+ version: 1.0.239
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-05 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common