tencentcloud-sdk-csip 3.0.1067 → 3.0.1069

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/v20221121/models.rb +9 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4986a7bd7a307e4ba997ca5eb78afb65e2b03a55
4
- data.tar.gz: 89977c7434c0e3b75a8e556d5303f694da11c3b5
3
+ metadata.gz: 4b91f008f106b9f5773bb5a32865f0c2c1bd9d12
4
+ data.tar.gz: a2a8cbc65799194e645ef81fde847c1e8bac7074
5
5
  SHA512:
6
- metadata.gz: fa99754d1b7c29bd49d95d7c4261cf4d9e4a96ee692e1b48a09963e9e57b2c7fc6dbbfbd2d28e907c0df11a876a25c8199e8af9cb7fd4739bf853dc358939981
7
- data.tar.gz: 6ace52177375860b7ed0f8208fc73f8585d31045efece0a40c7a82c995dd53781c5ef2d3f26c1702b71183cee6ea55111cea05e034dddaba108df632731c2a9a
6
+ metadata.gz: cb8769c0f49632f83e8259c08cf72d4fdf9498d420252c60e9404bcfe6460267e18c3d20d6ef56c9d6c3e01b6d77a4d9c75d7d700cf2a80db5b8d85e2f1baed2
7
+ data.tar.gz: b8a627771c1cd1c4a26b043c14b26b87d76ea261451f475d2b1e918d7810108e60d56f45f1c94f3c4b55c9c5ca9a496c9d2fcc5de3960869a88b631f80cfc8e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1067
1
+ 3.0.1069
@@ -1774,9 +1774,9 @@ module TencentCloud
1774
1774
  # @type CWPStatus: Integer
1775
1775
  # @param AssetCreateTime: 资产创建时间
1776
1776
  # @type AssetCreateTime: String
1777
- # @param PublicIp: 公网ip
1777
+ # @param PublicIp: 公网IP
1778
1778
  # @type PublicIp: String
1779
- # @param PrivateIp: 私网ip
1779
+ # @param PrivateIp: 私网IP
1780
1780
  # @type PrivateIp: String
1781
1781
  # @param VpcId: vpc id
1782
1782
  # @type VpcId: String
@@ -1796,9 +1796,9 @@ module TencentCloud
1796
1796
  # @type SubnetId: String
1797
1797
  # @param SubnetName: 子网名
1798
1798
  # @type SubnetName: String
1799
- # @param InstanceUuid: uuid
1799
+ # @param InstanceUuid: 主机安全Agent UUID
1800
1800
  # @type InstanceUuid: String
1801
- # @param InstanceQUuid: qquid
1801
+ # @param InstanceQUuid: 云主机 CVM UUID
1802
1802
  # @type InstanceQUuid: String
1803
1803
  # @param OsName: os名
1804
1804
  # @type OsName: String
@@ -6094,7 +6094,7 @@ module TencentCloud
6094
6094
  # @type Tag: Array
6095
6095
  # @param SourceType: 关联实例类型
6096
6096
  # @type SourceType: String
6097
- # @param MemberId: memberiD
6097
+ # @param MemberId: memberId信息
6098
6098
  # @type MemberId: String
6099
6099
  # @param CCAttack: cc攻击
6100
6100
  # @type CCAttack: Integer
@@ -6443,7 +6443,7 @@ module TencentCloud
6443
6443
  # @type CFWStatus: Integer
6444
6444
  # @param AssetCreateTime: 资产创建时间
6445
6445
  # @type AssetCreateTime: String
6446
- # @param PublicIp: 公网ip
6446
+ # @param PublicIp: 公网IP
6447
6447
  # @type PublicIp: String
6448
6448
  # @param PublicIpType: 公网ip类型
6449
6449
  # @type PublicIpType: Integer
@@ -6493,7 +6493,7 @@ module TencentCloud
6493
6493
  # @type Tag: Array
6494
6494
  # @param AddressId: eip主键
6495
6495
  # @type AddressId: String
6496
- # @param MemberId: memberid信息
6496
+ # @param MemberId: MemberId信息
6497
6497
  # @type MemberId: String
6498
6498
  # @param RiskExposure: 风险服务暴露
6499
6499
  # @type RiskExposure: Integer
@@ -8094,8 +8094,7 @@ module TencentCloud
8094
8094
 
8095
8095
  # 子账号详情
8096
8096
  class SubUserInfo < TencentCloud::Common::AbstractModel
8097
- # @param ID: 主键ID,无业务意义
8098
- # 仅作为唯一键
8097
+ # @param ID: 主键ID,无业务意义仅作为唯一键
8099
8098
  # @type ID: Integer
8100
8099
  # @param AppID: 子账号Appid
8101
8100
  # @type AppID: String
@@ -8109,7 +8108,7 @@ module TencentCloud
8109
8108
  # @type OwnerUin: String
8110
8109
  # @param OwnerNickName: 主账号名称
8111
8110
  # @type OwnerNickName: String
8112
- # @param OwnerMemberID: 所属主账号memberid
8111
+ # @param OwnerMemberID: 所属主账号memberId信息
8113
8112
  # @type OwnerMemberID: String
8114
8113
  # @param CloudType: 账户类型,0为腾讯云账户,1为AWS账户
8115
8114
  # @type CloudType: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1067
4
+ version: 3.0.1069
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-25 00:00:00.000000000 Z
11
+ date: 2025-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common