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.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/v20221121/models.rb', line 1736 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
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def AffectAsset @AffectAsset end |
#AppId ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def AppId @AppId end |
#CFGDescribe ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CFGDescribe @CFGDescribe end |
#CFGFix ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CFGFix @CFGFix end |
#CFGHelpURL ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CFGHelpURL @CFGHelpURL end |
#CFGName ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CFGName @CFGName end |
#CFGSTD ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CFGSTD @CFGSTD end |
#CheckType ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def CheckType @CheckType end |
#ClbId ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def ClbId @ClbId end |
#FirstTime ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def FirstTime @FirstTime end |
#From ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def From @From end |
#Id ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Id @Id end |
#Index ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Index @Index end |
#InstanceId ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def InstanceName @InstanceName end |
#InstanceType ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def InstanceType @InstanceType end |
#Level ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Level @Level end |
#Nick ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Nick @Nick end |
#RecentTime ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def RecentTime @RecentTime end |
#Status ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Status @Status end |
#Uin ⇒ Object
1734 1735 1736 |
# File 'lib/v20221121/models.rb', line 1734 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/v20221121/models.rb', line 1760 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 |