Class: TencentCloud::Cwp::V20180228::ProtectMachine
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ProtectMachine
- Defined in:
- lib/v20180228/models.rb
Overview
机器授权到期信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostname = nil, hostip = nil, safeguarddirnum = nil) ⇒ ProtectMachine
constructor
A new instance of ProtectMachine.
Constructor Details
#initialize(hostname = nil, hostip = nil, safeguarddirnum = nil) ⇒ ProtectMachine
Returns a new instance of ProtectMachine.
35627 35628 35629 35630 35631 |
# File 'lib/v20180228/models.rb', line 35627 def initialize(hostname=nil, hostip=nil, safeguarddirnum=nil) @HostName = hostname @HostIp = hostip @SafeguardDirNum = safeguarddirnum end |
Instance Attribute Details
#HostIp ⇒ Object
35625 35626 35627 |
# File 'lib/v20180228/models.rb', line 35625 def HostIp @HostIp end |
#HostName ⇒ Object
35625 35626 35627 |
# File 'lib/v20180228/models.rb', line 35625 def HostName @HostName end |
#SafeguardDirNum ⇒ Object
35625 35626 35627 |
# File 'lib/v20180228/models.rb', line 35625 def SafeguardDirNum @SafeguardDirNum end |
Instance Method Details
#deserialize(params) ⇒ Object
35633 35634 35635 35636 35637 |
# File 'lib/v20180228/models.rb', line 35633 def deserialize(params) @HostName = params['HostName'] @HostIp = params['HostIp'] @SafeguardDirNum = params['SafeguardDirNum'] end |