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.
35974 35975 35976 35977 35978 35979 35980 35981 35982 35983 35984 35985 35986 35987 35988 35989 35990 |
# File 'lib/v20180228/models.rb', line 35974 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
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def BackupType @BackupType end |
#CreateTime ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def CreateTime @CreateTime end |
#Description ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Description @Description end |
#ExcludeDir ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def ExcludeDir @ExcludeDir end |
#Hour ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Hour @Hour end |
#Id ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Id @Id end |
#IncludeDir ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def IncludeDir @IncludeDir end |
#IsAll ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def IsAll @IsAll end |
#MachineCount ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def MachineCount @MachineCount end |
#ModifyTime ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def ModifyTime @ModifyTime end |
#Name ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Name @Name end |
#SaveDay ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def SaveDay @SaveDay end |
#Status ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Status @Status end |
#Uin ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Uin @Uin end |
#Weekday ⇒ Object
35972 35973 35974 |
# File 'lib/v20180228/models.rb', line 35972 def Weekday @Weekday end |
Instance Method Details
#deserialize(params) ⇒ Object
35992 35993 35994 35995 35996 35997 35998 35999 36000 36001 36002 36003 36004 36005 36006 36007 36008 |
# File 'lib/v20180228/models.rb', line 35992 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 |