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.



6991
6992
6993
6994
# File 'lib/v20180608/models.rb', line 6991

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

Instance Attribute Details

#EnvIdObject

Parameters:

  • EnvId:

    环境ID

  • ServerNameList:

    服务名列表



6989
6990
6991
# File 'lib/v20180608/models.rb', line 6989

def EnvId
  @EnvId
end

#ServerNameListObject

Parameters:

  • EnvId:

    环境ID

  • ServerNameList:

    服务名列表



6989
6990
6991
# File 'lib/v20180608/models.rb', line 6989

def ServerNameList
  @ServerNameList
end

Instance Method Details

#deserialize(params) ⇒ Object



6996
6997
6998
6999
# File 'lib/v20180608/models.rb', line 6996

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