Class: TencentCloud::Tke::V20180525::GetClusterLevelPriceRequest

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

Overview

GetClusterLevelPrice请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterlevel = nil) ⇒ GetClusterLevelPriceRequest

Returns a new instance of GetClusterLevelPriceRequest.



12332
12333
12334
# File 'lib/v20180525/models.rb', line 12332

def initialize(clusterlevel=nil)
  @ClusterLevel = clusterlevel
end

Instance Attribute Details

#ClusterLevelObject

Parameters:

  • ClusterLevel:

    集群规格,托管集群询价,集群等级:L20、L50、L100、L200、L500、L1000、L3000、L5000



12330
12331
12332
# File 'lib/v20180525/models.rb', line 12330

def ClusterLevel
  @ClusterLevel
end

Instance Method Details

#deserialize(params) ⇒ Object



12336
12337
12338
# File 'lib/v20180525/models.rb', line 12336

def deserialize(params)
  @ClusterLevel = params['ClusterLevel']
end