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.
35997 35998 35999 36000 36001 |
# File 'lib/v20180228/models.rb', line 35997 def initialize(hostname=nil, hostip=nil, safeguarddirnum=nil) @HostName = hostname @HostIp = hostip @SafeguardDirNum = safeguarddirnum end |
Instance Attribute Details
#HostIp ⇒ Object
35995 35996 35997 |
# File 'lib/v20180228/models.rb', line 35995 def HostIp @HostIp end |
#HostName ⇒ Object
35995 35996 35997 |
# File 'lib/v20180228/models.rb', line 35995 def HostName @HostName end |
#SafeguardDirNum ⇒ Object
35995 35996 35997 |
# File 'lib/v20180228/models.rb', line 35995 def SafeguardDirNum @SafeguardDirNum end |
Instance Method Details
#deserialize(params) ⇒ Object
36003 36004 36005 36006 36007 |
# File 'lib/v20180228/models.rb', line 36003 def deserialize(params) @HostName = params['HostName'] @HostIp = params['HostIp'] @SafeguardDirNum = params['SafeguardDirNum'] end |