Class: TencentCloud::Cvm::V20170312::AllocateHostsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::AllocateHostsResponse
- Defined in:
- lib/v20170312/models.rb
Overview
AllocateHosts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostidset = nil, requestid = nil) ⇒ AllocateHostsResponse
constructor
A new instance of AllocateHostsResponse.
Constructor Details
#initialize(hostidset = nil, requestid = nil) ⇒ AllocateHostsResponse
Returns a new instance of AllocateHostsResponse.
202 203 204 205 |
# File 'lib/v20170312/models.rb', line 202 def initialize(hostidset=nil, requestid=nil) @HostIdSet = hostidset @RequestId = requestid end |
Instance Attribute Details
#HostIdSet ⇒ Object
200 201 202 |
# File 'lib/v20170312/models.rb', line 200 def HostIdSet @HostIdSet end |
#RequestId ⇒ Object
200 201 202 |
# File 'lib/v20170312/models.rb', line 200 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
207 208 209 210 |
# File 'lib/v20170312/models.rb', line 207 def deserialize(params) @HostIdSet = params['HostIdSet'] @RequestId = params['RequestId'] end |