Class: TencentCloud::Cwp::V20180228::RansomDefenseStrategy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RansomDefenseStrategy
- Defined in:
- lib/v20180228/models.rb
Overview
主机列表查询接口相应数据HostList的TagList节点
Instance Attribute Summary collapse
- #BackupType ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ 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) ⇒ RansomDefenseStrategy
constructor
A new instance of RansomDefenseStrategy.
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) ⇒ RansomDefenseStrategy
Returns a new instance of RansomDefenseStrategy.
36380 36381 36382 36383 36384 36385 36386 36387 36388 36389 36390 36391 36392 36393 36394 36395 36396 |
# File 'lib/v20180228/models.rb', line 36380 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) @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 end |
Instance Attribute Details
#BackupType ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def BackupType @BackupType end |
#CreateTime ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def CreateTime @CreateTime end |
#Description ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Description @Description end |
#ExcludeDir ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def ExcludeDir @ExcludeDir end |
#Hour ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Hour @Hour end |
#Id ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Id @Id end |
#IncludeDir ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def IncludeDir @IncludeDir end |
#IsAll ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def IsAll @IsAll end |
#MachineCount ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def MachineCount @MachineCount end |
#ModifyTime ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def ModifyTime @ModifyTime end |
#Name ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Name @Name end |
#SaveDay ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def SaveDay @SaveDay end |
#Status ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Status @Status end |
#Uin ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Uin @Uin end |
#Weekday ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def Weekday @Weekday end |
Instance Method Details
#deserialize(params) ⇒ Object
36398 36399 36400 36401 36402 36403 36404 36405 36406 36407 36408 36409 36410 36411 36412 36413 36414 |
# File 'lib/v20180228/models.rb', line 36398 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'] end |