Class: TencentCloud::Lighthouse::V20200324::RebootInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::RebootInstancesRequest
- Defined in:
- lib/v20200324/models.rb
Overview
RebootInstances请求参数结构体
Instance Attribute Summary collapse
-
#InstanceIds ⇒ Object
默认取值:SOFT_FIRST。.
-
#StopType ⇒ Object
默认取值:SOFT_FIRST。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceids = nil, stoptype = nil) ⇒ RebootInstancesRequest
constructor
A new instance of RebootInstancesRequest.
Constructor Details
#initialize(instanceids = nil, stoptype = nil) ⇒ RebootInstancesRequest
Returns a new instance of RebootInstancesRequest.
7317 7318 7319 7320 |
# File 'lib/v20200324/models.rb', line 7317 def initialize(instanceids=nil, stoptype=nil) @InstanceIds = instanceids @StopType = stoptype end |
Instance Attribute Details
#InstanceIds ⇒ Object
默认取值:SOFT_FIRST。
7315 7316 7317 |
# File 'lib/v20200324/models.rb', line 7315 def InstanceIds @InstanceIds end |
#StopType ⇒ Object
默认取值:SOFT_FIRST。
7315 7316 7317 |
# File 'lib/v20200324/models.rb', line 7315 def StopType @StopType end |
Instance Method Details
#deserialize(params) ⇒ Object
7322 7323 7324 7325 |
# File 'lib/v20200324/models.rb', line 7322 def deserialize(params) @InstanceIds = params['InstanceIds'] @StopType = params['StopType'] end |