Class: TencentCloud::Cwp::V20180228::HostInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::HostInfo
- Defined in:
- lib/v20180228/models.rb
Overview
添加登录审计白名单的主机信息实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, uuid = nil) ⇒ HostInfo
constructor
A new instance of HostInfo.
Constructor Details
#initialize(quuid = nil, uuid = nil) ⇒ HostInfo
Returns a new instance of HostInfo.
29510 29511 29512 29513 |
# File 'lib/v20180228/models.rb', line 29510 def initialize(quuid=nil, uuid=nil) @Quuid = quuid @Uuid = uuid end |
Instance Attribute Details
#Quuid ⇒ Object
29508 29509 29510 |
# File 'lib/v20180228/models.rb', line 29508 def Quuid @Quuid end |
#Uuid ⇒ Object
29508 29509 29510 |
# File 'lib/v20180228/models.rb', line 29508 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
29515 29516 29517 29518 |
# File 'lib/v20180228/models.rb', line 29515 def deserialize(params) @Quuid = params['Quuid'] @Uuid = params['Uuid'] end |