Class: TencentCloud::Eis::V20210601::ListDeployableRuntimesMCRequest

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

Overview

ListDeployableRuntimesMC请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, instanceid = nil, plantype = nil, runtimeclass = nil) ⇒ ListDeployableRuntimesMCRequest

Returns a new instance of ListDeployableRuntimesMCRequest.



213
214
215
216
217
218
# File 'lib/v20210601/models.rb', line 213

def initialize(projectid=nil, instanceid=nil, plantype=nil, runtimeclass=nil)
  @ProjectId = projectid
  @InstanceId = instanceid
  @PlanType = plantype
  @RuntimeClass = runtimeclass
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • ProjectId:

    应用id

  • InstanceId:

    实例id

  • PlanType:

    版本类型 0-pro 1-lite

  • RuntimeClass:

    0:应用集成,1:API,2:ETL



211
212
213
# File 'lib/v20210601/models.rb', line 211

def InstanceId
  @InstanceId
end

#PlanTypeObject

Parameters:

  • ProjectId:

    应用id

  • InstanceId:

    实例id

  • PlanType:

    版本类型 0-pro 1-lite

  • RuntimeClass:

    0:应用集成,1:API,2:ETL



211
212
213
# File 'lib/v20210601/models.rb', line 211

def PlanType
  @PlanType
end

#ProjectIdObject

Parameters:

  • ProjectId:

    应用id

  • InstanceId:

    实例id

  • PlanType:

    版本类型 0-pro 1-lite

  • RuntimeClass:

    0:应用集成,1:API,2:ETL



211
212
213
# File 'lib/v20210601/models.rb', line 211

def ProjectId
  @ProjectId
end

#RuntimeClassObject

Parameters:

  • ProjectId:

    应用id

  • InstanceId:

    实例id

  • PlanType:

    版本类型 0-pro 1-lite

  • RuntimeClass:

    0:应用集成,1:API,2:ETL



211
212
213
# File 'lib/v20210601/models.rb', line 211

def RuntimeClass
  @RuntimeClass
end

Instance Method Details

#deserialize(params) ⇒ Object



220
221
222
223
224
225
# File 'lib/v20210601/models.rb', line 220

def deserialize(params)
  @ProjectId = params['ProjectId']
  @InstanceId = params['InstanceId']
  @PlanType = params['PlanType']
  @RuntimeClass = params['RuntimeClass']
end