Class: TencentCloud::Cwp::V20180228::SecurityButlerInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SecurityButlerInfo
- Defined in:
- lib/v20180228/models.rb
Overview
安全管家列表信息
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #HostIp ⇒ Object
- #HostName ⇒ Object
- #Id ⇒ Object
- #OrderId ⇒ Object
- #Quuid ⇒ Object
- #RiskCount ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, orderid = nil, quuid = nil, status = nil, starttime = nil, endtime = nil, hostname = nil, hostip = nil, uuid = nil, riskcount = nil) ⇒ SecurityButlerInfo
constructor
A new instance of SecurityButlerInfo.
Constructor Details
#initialize(id = nil, orderid = nil, quuid = nil, status = nil, starttime = nil, endtime = nil, hostname = nil, hostip = nil, uuid = nil, riskcount = nil) ⇒ SecurityButlerInfo
Returns a new instance of SecurityButlerInfo.
38947 38948 38949 38950 38951 38952 38953 38954 38955 38956 38957 38958 |
# File 'lib/v20180228/models.rb', line 38947 def initialize(id=nil, orderid=nil, quuid=nil, status=nil, starttime=nil, endtime=nil, hostname=nil, hostip=nil, uuid=nil, riskcount=nil) @Id = id @OrderId = orderid @Quuid = quuid @Status = status @StartTime = starttime @EndTime = endtime @HostName = hostname @HostIp = hostip @Uuid = uuid @RiskCount = riskcount end |
Instance Attribute Details
#EndTime ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def EndTime @EndTime end |
#HostIp ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def HostIp @HostIp end |
#HostName ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def HostName @HostName end |
#Id ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def Id @Id end |
#OrderId ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def OrderId @OrderId end |
#Quuid ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def Quuid @Quuid end |
#RiskCount ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def RiskCount @RiskCount end |
#StartTime ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def StartTime @StartTime end |
#Status ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def Status @Status end |
#Uuid ⇒ Object
38945 38946 38947 |
# File 'lib/v20180228/models.rb', line 38945 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
38960 38961 38962 38963 38964 38965 38966 38967 38968 38969 38970 38971 |
# File 'lib/v20180228/models.rb', line 38960 def deserialize(params) @Id = params['Id'] @OrderId = params['OrderId'] @Quuid = params['Quuid'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @HostName = params['HostName'] @HostIp = params['HostIp'] @Uuid = params['Uuid'] @RiskCount = params['RiskCount'] end |