Class: TencentCloud::Cwp::V20180228::DescribeServerRelatedDirInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeServerRelatedDirInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeServerRelatedDirInfo返回参数结构体
Instance Attribute Summary collapse
- #HostIp ⇒ Object
- #HostName ⇒ Object
- #ProtectDirNum ⇒ Object
- #ProtectFileNum ⇒ Object
- #ProtectLinkNum ⇒ Object
- #ProtectTamperNum ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostname = nil, hostip = nil, protectdirnum = nil, protectfilenum = nil, protecttampernum = nil, protectlinknum = nil, requestid = nil) ⇒ DescribeServerRelatedDirInfoResponse
constructor
A new instance of DescribeServerRelatedDirInfoResponse.
Constructor Details
#initialize(hostname = nil, hostip = nil, protectdirnum = nil, protectfilenum = nil, protecttampernum = nil, protectlinknum = nil, requestid = nil) ⇒ DescribeServerRelatedDirInfoResponse
Returns a new instance of DescribeServerRelatedDirInfoResponse.
22246 22247 22248 22249 22250 22251 22252 22253 22254 |
# File 'lib/v20180228/models.rb', line 22246 def initialize(hostname=nil, hostip=nil, protectdirnum=nil, protectfilenum=nil, protecttampernum=nil, protectlinknum=nil, requestid=nil) @HostName = hostname @HostIp = hostip @ProtectDirNum = protectdirnum @ProtectFileNum = protectfilenum @ProtectTamperNum = protecttampernum @ProtectLinkNum = protectlinknum @RequestId = requestid end |
Instance Attribute Details
#HostIp ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def HostIp @HostIp end |
#HostName ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def HostName @HostName end |
#ProtectDirNum ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def ProtectDirNum @ProtectDirNum end |
#ProtectFileNum ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def ProtectFileNum @ProtectFileNum end |
#ProtectLinkNum ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def ProtectLinkNum @ProtectLinkNum end |
#ProtectTamperNum ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def ProtectTamperNum @ProtectTamperNum end |
#RequestId ⇒ Object
22244 22245 22246 |
# File 'lib/v20180228/models.rb', line 22244 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
22256 22257 22258 22259 22260 22261 22262 22263 22264 |
# File 'lib/v20180228/models.rb', line 22256 def deserialize(params) @HostName = params['HostName'] @HostIp = params['HostIp'] @ProtectDirNum = params['ProtectDirNum'] @ProtectFileNum = params['ProtectFileNum'] @ProtectTamperNum = params['ProtectTamperNum'] @ProtectLinkNum = params['ProtectLinkNum'] @RequestId = params['RequestId'] end |