tencentcloud-sdk-cwp 3.0.563 → 3.0.565

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/v20180228/models.rb +47 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fab1182c4b844a311dad2b09cbe45505190cd20e
4
- data.tar.gz: 9b79d27d1316bb32dcdc0580d96f6641cedcaeb0
3
+ metadata.gz: 6d776162a83e733a003e55c640db97513ebea112
4
+ data.tar.gz: 3b237599cb163432fbe0082da9e4ec1c515b2731
5
5
  SHA512:
6
- metadata.gz: 9331a7d3edeaad5db4758553b5fec5086ad16106ee8703c31169597bf85f0176b37970fbc5c44881dc674ed801a16c0e3140b0c1b08bc4e0c5f445b29ee7016b
7
- data.tar.gz: 2a2ac18c0482d4e72a906c8016e586ab68603610145dc3e3eaee7d6a85cec636f9bc15c72e532c32f093f9df6e2efcd430c0b76927a1972cafe7cb7082da5206
6
+ metadata.gz: 5911b306653ea9ac3ac2b33eb91413663904c09e1ec0e5020d92a5a81a9a780cdf3bf2cc9206bab1c5cc8abea49418d481df466b10779397c4b6cb5fc16a52a1
7
+ data.tar.gz: 0b9542c70c875b5fbc65fbc5ee292e47ad4fd11236595317010fee40d427582e8104f87465319f7547c5d4121ca728565f1aff63b896a05d9e0e4b3a35669157
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.563
1
+ 3.0.565
@@ -5822,19 +5822,23 @@ module TencentCloud
5822
5822
  # @type AlarmVid: String
5823
5823
  # @param AlarmTime: 告警时间
5824
5824
  # @type AlarmTime: Integer
5825
+ # @param TableId: 告警来源表ID
5826
+ # @type TableId: Integer
5825
5827
 
5826
- attr_accessor :Uuid, :AlarmVid, :AlarmTime
5828
+ attr_accessor :Uuid, :AlarmVid, :AlarmTime, :TableId
5827
5829
 
5828
- def initialize(uuid=nil, alarmvid=nil, alarmtime=nil)
5830
+ def initialize(uuid=nil, alarmvid=nil, alarmtime=nil, tableid=nil)
5829
5831
  @Uuid = uuid
5830
5832
  @AlarmVid = alarmvid
5831
5833
  @AlarmTime = alarmtime
5834
+ @TableId = tableid
5832
5835
  end
5833
5836
 
5834
5837
  def deserialize(params)
5835
5838
  @Uuid = params['Uuid']
5836
5839
  @AlarmVid = params['AlarmVid']
5837
5840
  @AlarmTime = params['AlarmTime']
5841
+ @TableId = params['TableId']
5838
5842
  end
5839
5843
  end
5840
5844
 
@@ -12223,12 +12227,14 @@ module TencentCloud
12223
12227
  # @type AutoRepurchaseSwitch: Boolean
12224
12228
  # @param AutoRepurchaseRenewSwitch: 自动加购订单是否自动续费 ,true 开启, false 关闭
12225
12229
  # @type AutoRepurchaseRenewSwitch: Boolean
12230
+ # @param DestroyOrderNum: 已销毁订单数
12231
+ # @type DestroyOrderNum: Integer
12226
12232
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12227
12233
  # @type RequestId: String
12228
12234
 
12229
- attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :RequestId
12235
+ attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :DestroyOrderNum, :RequestId
12230
12236
 
12231
- def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, requestid=nil)
12237
+ def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, destroyordernum=nil, requestid=nil)
12232
12238
  @LicenseCnt = licensecnt
12233
12239
  @AvailableLicenseCnt = availablelicensecnt
12234
12240
  @AvailableProVersionLicenseCnt = availableproversionlicensecnt
@@ -12246,6 +12252,7 @@ module TencentCloud
12246
12252
  @AvailableLHLicenseCnt = availablelhlicensecnt
12247
12253
  @AutoRepurchaseSwitch = autorepurchaseswitch
12248
12254
  @AutoRepurchaseRenewSwitch = autorepurchaserenewswitch
12255
+ @DestroyOrderNum = destroyordernum
12249
12256
  @RequestId = requestid
12250
12257
  end
12251
12258
 
@@ -12267,6 +12274,7 @@ module TencentCloud
12267
12274
  @AvailableLHLicenseCnt = params['AvailableLHLicenseCnt']
12268
12275
  @AutoRepurchaseSwitch = params['AutoRepurchaseSwitch']
12269
12276
  @AutoRepurchaseRenewSwitch = params['AutoRepurchaseRenewSwitch']
12277
+ @DestroyOrderNum = params['DestroyOrderNum']
12270
12278
  @RequestId = params['RequestId']
12271
12279
  end
12272
12280
  end
@@ -19628,10 +19636,12 @@ module TencentCloud
19628
19636
  # @type ModifyTime: String
19629
19637
  # @param Uuid: 服务器Uuid
19630
19638
  # @type Uuid: String
19639
+ # @param Locations: 登陆地
19640
+ # @type Locations: String
19631
19641
 
19632
- attr_accessor :Places, :UserName, :SrcIp, :Locale, :Remark, :StartTime, :EndTime, :IsGlobal, :Name, :Desc, :Id, :CreateTime, :ModifyTime, :Uuid
19642
+ attr_accessor :Places, :UserName, :SrcIp, :Locale, :Remark, :StartTime, :EndTime, :IsGlobal, :Name, :Desc, :Id, :CreateTime, :ModifyTime, :Uuid, :Locations
19633
19643
 
19634
- def initialize(places=nil, username=nil, srcip=nil, locale=nil, remark=nil, starttime=nil, endtime=nil, isglobal=nil, name=nil, desc=nil, id=nil, createtime=nil, modifytime=nil, uuid=nil)
19644
+ def initialize(places=nil, username=nil, srcip=nil, locale=nil, remark=nil, starttime=nil, endtime=nil, isglobal=nil, name=nil, desc=nil, id=nil, createtime=nil, modifytime=nil, uuid=nil, locations=nil)
19635
19645
  @Places = places
19636
19646
  @UserName = username
19637
19647
  @SrcIp = srcip
@@ -19646,6 +19656,7 @@ module TencentCloud
19646
19656
  @CreateTime = createtime
19647
19657
  @ModifyTime = modifytime
19648
19658
  @Uuid = uuid
19659
+ @Locations = locations
19649
19660
  end
19650
19661
 
19651
19662
  def deserialize(params)
@@ -19670,6 +19681,7 @@ module TencentCloud
19670
19681
  @CreateTime = params['CreateTime']
19671
19682
  @ModifyTime = params['ModifyTime']
19672
19683
  @Uuid = params['Uuid']
19684
+ @Locations = params['Locations']
19673
19685
  end
19674
19686
  end
19675
19687
 
@@ -21535,10 +21547,22 @@ module TencentCloud
21535
21547
  # @type ProtectException: Integer
21536
21548
  # @param AutoRestoreSwitchStatus: 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
21537
21549
  # @type AutoRestoreSwitchStatus: Integer
21550
+ # @param FirstProtectTime: 首次开启防护时间
21551
+ # 注意:此字段可能返回 null,表示取不到有效值。
21552
+ # @type FirstProtectTime: String
21553
+ # @param LatestProtectTime: 最近开启防护时间
21554
+ # 注意:此字段可能返回 null,表示取不到有效值。
21555
+ # @type LatestProtectTime: String
21556
+ # @param ProtectFileType: 防护文件类型
21557
+ # 注意:此字段可能返回 null,表示取不到有效值。
21558
+ # @type ProtectFileType: String
21559
+ # @param ProtectFilesCount: 防护文件总数
21560
+ # 注意:此字段可能返回 null,表示取不到有效值。
21561
+ # @type ProtectFilesCount: Integer
21538
21562
 
21539
- attr_accessor :DirName, :DirPath, :RelatedServerNum, :ProtectServerNum, :NoProtectServerNum, :Id, :ProtectStatus, :ProtectException, :AutoRestoreSwitchStatus
21563
+ attr_accessor :DirName, :DirPath, :RelatedServerNum, :ProtectServerNum, :NoProtectServerNum, :Id, :ProtectStatus, :ProtectException, :AutoRestoreSwitchStatus, :FirstProtectTime, :LatestProtectTime, :ProtectFileType, :ProtectFilesCount
21540
21564
 
21541
- def initialize(dirname=nil, dirpath=nil, relatedservernum=nil, protectservernum=nil, noprotectservernum=nil, id=nil, protectstatus=nil, protectexception=nil, autorestoreswitchstatus=nil)
21565
+ def initialize(dirname=nil, dirpath=nil, relatedservernum=nil, protectservernum=nil, noprotectservernum=nil, id=nil, protectstatus=nil, protectexception=nil, autorestoreswitchstatus=nil, firstprotecttime=nil, latestprotecttime=nil, protectfiletype=nil, protectfilescount=nil)
21542
21566
  @DirName = dirname
21543
21567
  @DirPath = dirpath
21544
21568
  @RelatedServerNum = relatedservernum
@@ -21548,6 +21572,10 @@ module TencentCloud
21548
21572
  @ProtectStatus = protectstatus
21549
21573
  @ProtectException = protectexception
21550
21574
  @AutoRestoreSwitchStatus = autorestoreswitchstatus
21575
+ @FirstProtectTime = firstprotecttime
21576
+ @LatestProtectTime = latestprotecttime
21577
+ @ProtectFileType = protectfiletype
21578
+ @ProtectFilesCount = protectfilescount
21551
21579
  end
21552
21580
 
21553
21581
  def deserialize(params)
@@ -21560,6 +21588,10 @@ module TencentCloud
21560
21588
  @ProtectStatus = params['ProtectStatus']
21561
21589
  @ProtectException = params['ProtectException']
21562
21590
  @AutoRestoreSwitchStatus = params['AutoRestoreSwitchStatus']
21591
+ @FirstProtectTime = params['FirstProtectTime']
21592
+ @LatestProtectTime = params['LatestProtectTime']
21593
+ @ProtectFileType = params['ProtectFileType']
21594
+ @ProtectFilesCount = params['ProtectFilesCount']
21563
21595
  end
21564
21596
  end
21565
21597
 
@@ -21658,10 +21690,13 @@ module TencentCloud
21658
21690
  # @param MachineExtraInfo: 主机额外信息
21659
21691
  # 注意:此字段可能返回 null,表示取不到有效值。
21660
21692
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
21693
+ # @param Quuid: 机器实例uuid
21694
+ # 注意:此字段可能返回 null,表示取不到有效值。
21695
+ # @type Quuid: String
21661
21696
 
21662
- attr_accessor :HostName, :HostIp, :EventDir, :EventType, :EventStatus, :CreateTime, :RestoreTime, :Id, :FileType, :MachineExtraInfo
21697
+ attr_accessor :HostName, :HostIp, :EventDir, :EventType, :EventStatus, :CreateTime, :RestoreTime, :Id, :FileType, :MachineExtraInfo, :Quuid
21663
21698
 
21664
- def initialize(hostname=nil, hostip=nil, eventdir=nil, eventtype=nil, eventstatus=nil, createtime=nil, restoretime=nil, id=nil, filetype=nil, machineextrainfo=nil)
21699
+ def initialize(hostname=nil, hostip=nil, eventdir=nil, eventtype=nil, eventstatus=nil, createtime=nil, restoretime=nil, id=nil, filetype=nil, machineextrainfo=nil, quuid=nil)
21665
21700
  @HostName = hostname
21666
21701
  @HostIp = hostip
21667
21702
  @EventDir = eventdir
@@ -21672,6 +21707,7 @@ module TencentCloud
21672
21707
  @Id = id
21673
21708
  @FileType = filetype
21674
21709
  @MachineExtraInfo = machineextrainfo
21710
+ @Quuid = quuid
21675
21711
  end
21676
21712
 
21677
21713
  def deserialize(params)
@@ -21688,6 +21724,7 @@ module TencentCloud
21688
21724
  @MachineExtraInfo = MachineExtraInfo.new
21689
21725
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
21690
21726
  end
21727
+ @Quuid = params['Quuid']
21691
21728
  end
21692
21729
  end
21693
21730
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.563
4
+ version: 3.0.565
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-05-01 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common