Class: TencentCloud::Csip::V20221121::AssetViewCFGRisk
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::AssetViewCFGRisk
- Defined in:
- lib/v20221121/models.rb
Overview
资产视角配置风险
Instance Attribute Summary collapse
- #AffectAsset ⇒ Object
- #AppId ⇒ Object
- #CFGDescribe ⇒ Object
- #CFGFix ⇒ Object
- #CFGHelpURL ⇒ Object
- #CFGName ⇒ Object
- #CFGSTD ⇒ Object
- #CheckType ⇒ Object
- #ClbId ⇒ Object
- #FirstTime ⇒ Object
- #From ⇒ Object
- #Id ⇒ Object
- #Index ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #InstanceType ⇒ Object
- #Level ⇒ Object
- #Nick ⇒ Object
- #RecentTime ⇒ Object
- #Status ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, cfgname = nil, checktype = nil, instanceid = nil, instancename = nil, instancetype = nil, affectasset = nil, level = nil, firsttime = nil, recenttime = nil, from = nil, status = nil, cfgstd = nil, cfgdescribe = nil, cfgfix = nil, cfghelpurl = nil, index = nil, appid = nil, nick = nil, uin = nil, clbid = nil) ⇒ AssetViewCFGRisk
constructor
A new instance of AssetViewCFGRisk.
Constructor Details
#initialize(id = nil, cfgname = nil, checktype = nil, instanceid = nil, instancename = nil, instancetype = nil, affectasset = nil, level = nil, firsttime = nil, recenttime = nil, from = nil, status = nil, cfgstd = nil, cfgdescribe = nil, cfgfix = nil, cfghelpurl = nil, index = nil, appid = nil, nick = nil, uin = nil, clbid = nil) ⇒ AssetViewCFGRisk
Returns a new instance of AssetViewCFGRisk.
1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/v20221121/models.rb', line 1097 def initialize(id=nil, cfgname=nil, checktype=nil, instanceid=nil, instancename=nil, instancetype=nil, affectasset=nil, level=nil, firsttime=nil, recenttime=nil, from=nil, status=nil, cfgstd=nil, cfgdescribe=nil, cfgfix=nil, cfghelpurl=nil, index=nil, appid=nil, nick=nil, uin=nil, clbid=nil) @Id = id @CFGName = cfgname @CheckType = checktype @InstanceId = instanceid @InstanceName = instancename @InstanceType = instancetype @AffectAsset = affectasset @Level = level @FirstTime = firsttime @RecentTime = recenttime @From = from @Status = status @CFGSTD = cfgstd @CFGDescribe = cfgdescribe @CFGFix = cfgfix @CFGHelpURL = cfghelpurl @Index = index @AppId = appid @Nick = nick @Uin = uin @ClbId = clbid end |
Instance Attribute Details
#AffectAsset ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def AffectAsset @AffectAsset end |
#AppId ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def AppId @AppId end |
#CFGDescribe ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CFGDescribe @CFGDescribe end |
#CFGFix ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CFGFix @CFGFix end |
#CFGHelpURL ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CFGHelpURL @CFGHelpURL end |
#CFGName ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CFGName @CFGName end |
#CFGSTD ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CFGSTD @CFGSTD end |
#CheckType ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def CheckType @CheckType end |
#ClbId ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def ClbId @ClbId end |
#FirstTime ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def FirstTime @FirstTime end |
#From ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def From @From end |
#Id ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Id @Id end |
#Index ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Index @Index end |
#InstanceId ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def InstanceName @InstanceName end |
#InstanceType ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def InstanceType @InstanceType end |
#Level ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Level @Level end |
#Nick ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Nick @Nick end |
#RecentTime ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def RecentTime @RecentTime end |
#Status ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Status @Status end |
#Uin ⇒ Object
1095 1096 1097 |
# File 'lib/v20221121/models.rb', line 1095 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 |
# File 'lib/v20221121/models.rb', line 1121 def deserialize(params) @Id = params['Id'] @CFGName = params['CFGName'] @CheckType = params['CheckType'] @InstanceId = params['InstanceId'] @InstanceName = params['InstanceName'] @InstanceType = params['InstanceType'] @AffectAsset = params['AffectAsset'] @Level = params['Level'] @FirstTime = params['FirstTime'] @RecentTime = params['RecentTime'] @From = params['From'] @Status = params['Status'] @CFGSTD = params['CFGSTD'] @CFGDescribe = params['CFGDescribe'] @CFGFix = params['CFGFix'] @CFGHelpURL = params['CFGHelpURL'] @Index = params['Index'] @AppId = params['AppId'] @Nick = params['Nick'] @Uin = params['Uin'] @ClbId = params['ClbId'] end |