Class: TencentCloud::Cwp::V20180228::RansomDefenseStrategyDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RansomDefenseStrategyDetail
- Defined in:
- lib/v20180228/models.rb
Overview
主机列表查询接口相应数据HostList的TagList节点
Instance Attribute Summary collapse
- #BackupType ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #EventCount ⇒ Object
- #ExcludeDir ⇒ Object
- #Hour ⇒ Object
- #Id ⇒ Object
- #IncludeDir ⇒ Object
- #IsAll ⇒ Object
- #MachineCount ⇒ Object
- #ModifyTime ⇒ Object
- #Name ⇒ Object
- #SaveDay ⇒ Object
- #Status ⇒ Object
- #Uin ⇒ Object
- #Weekday ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uin = nil, name = nil, description = nil, status = nil, isall = nil, includedir = nil, excludedir = nil, backuptype = nil, weekday = nil, hour = nil, saveday = nil, createtime = nil, modifytime = nil, machinecount = nil, eventcount = nil) ⇒ RansomDefenseStrategyDetail
constructor
A new instance of RansomDefenseStrategyDetail.
Constructor Details
#initialize(id = nil, uin = nil, name = nil, description = nil, status = nil, isall = nil, includedir = nil, excludedir = nil, backuptype = nil, weekday = nil, hour = nil, saveday = nil, createtime = nil, modifytime = nil, machinecount = nil, eventcount = nil) ⇒ RansomDefenseStrategyDetail
Returns a new instance of RansomDefenseStrategyDetail.
36454 36455 36456 36457 36458 36459 36460 36461 36462 36463 36464 36465 36466 36467 36468 36469 36470 36471 |
# File 'lib/v20180228/models.rb', line 36454 def initialize(id=nil, uin=nil, name=nil, description=nil, status=nil, isall=nil, includedir=nil, excludedir=nil, backuptype=nil, weekday=nil, hour=nil, saveday=nil, createtime=nil, modifytime=nil, machinecount=nil, eventcount=nil) @Id = id @Uin = uin @Name = name @Description = description @Status = status @IsAll = isall @IncludeDir = includedir @ExcludeDir = excludedir @BackupType = backuptype @Weekday = weekday @Hour = hour @SaveDay = saveday @CreateTime = createtime @ModifyTime = modifytime @MachineCount = machinecount @EventCount = eventcount end |
Instance Attribute Details
#BackupType ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def BackupType @BackupType end |
#CreateTime ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def CreateTime @CreateTime end |
#Description ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Description @Description end |
#EventCount ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def EventCount @EventCount end |
#ExcludeDir ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def ExcludeDir @ExcludeDir end |
#Hour ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Hour @Hour end |
#Id ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Id @Id end |
#IncludeDir ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def IncludeDir @IncludeDir end |
#IsAll ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def IsAll @IsAll end |
#MachineCount ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def MachineCount @MachineCount end |
#ModifyTime ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def ModifyTime @ModifyTime end |
#Name ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Name @Name end |
#SaveDay ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def SaveDay @SaveDay end |
#Status ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Status @Status end |
#Uin ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Uin @Uin end |
#Weekday ⇒ Object
36452 36453 36454 |
# File 'lib/v20180228/models.rb', line 36452 def Weekday @Weekday end |
Instance Method Details
#deserialize(params) ⇒ Object
36473 36474 36475 36476 36477 36478 36479 36480 36481 36482 36483 36484 36485 36486 36487 36488 36489 36490 |
# File 'lib/v20180228/models.rb', line 36473 def deserialize(params) @Id = params['Id'] @Uin = params['Uin'] @Name = params['Name'] @Description = params['Description'] @Status = params['Status'] @IsAll = params['IsAll'] @IncludeDir = params['IncludeDir'] @ExcludeDir = params['ExcludeDir'] @BackupType = params['BackupType'] @Weekday = params['Weekday'] @Hour = params['Hour'] @SaveDay = params['SaveDay'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @MachineCount = params['MachineCount'] @EventCount = params['EventCount'] end |