Class: TencentCloud::Tcb::V20180608::FreezeCloudBaseRunServersRequest

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

Overview

FreezeCloudBaseRunServers请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envid = nil, servernamelist = nil) ⇒ FreezeCloudBaseRunServersRequest

Returns a new instance of FreezeCloudBaseRunServersRequest.



6259
6260
6261
6262
# File 'lib/v20180608/models.rb', line 6259

def initialize(envid=nil, servernamelist=nil)
  @EnvId = envid
  @ServerNameList = servernamelist
end

Instance Attribute Details

#EnvIdObject

Parameters:

  • EnvId:

    环境ID

  • ServerNameList:

    服务名列表



6257
6258
6259
# File 'lib/v20180608/models.rb', line 6257

def EnvId
  @EnvId
end

#ServerNameListObject

Parameters:

  • EnvId:

    环境ID

  • ServerNameList:

    服务名列表



6257
6258
6259
# File 'lib/v20180608/models.rb', line 6257

def ServerNameList
  @ServerNameList
end

Instance Method Details

#deserialize(params) ⇒ Object



6264
6265
6266
6267
# File 'lib/v20180608/models.rb', line 6264

def deserialize(params)
  @EnvId = params['EnvId']
  @ServerNameList = params['ServerNameList']
end