Class: TencentCloud::Lighthouse::V20200324::RebootInstancesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200324/models.rb

Overview

RebootInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#InstanceIdsObject

默认取值:SOFT_FIRST。



7315
7316
7317
# File 'lib/v20200324/models.rb', line 7315

def InstanceIds
  @InstanceIds
end

#StopTypeObject

默认取值: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