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.
22635 22636 22637 22638 22639 22640 22641 22642 22643 |
# File 'lib/v20180228/models.rb', line 22635 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
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def HostIp @HostIp end |
#HostName ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def HostName @HostName end |
#ProtectDirNum ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def ProtectDirNum @ProtectDirNum end |
#ProtectFileNum ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def ProtectFileNum @ProtectFileNum end |
#ProtectLinkNum ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def ProtectLinkNum @ProtectLinkNum end |
#ProtectTamperNum ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def ProtectTamperNum @ProtectTamperNum end |
#RequestId ⇒ Object
22633 22634 22635 |
# File 'lib/v20180228/models.rb', line 22633 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
22645 22646 22647 22648 22649 22650 22651 22652 22653 |
# File 'lib/v20180228/models.rb', line 22645 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 |