Class: TencentCloud::Tke::V20180525::DeleteClusterNodePoolRequest

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

Overview

DeleteClusterNodePool请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, nodepoolids = nil, keepinstance = nil) ⇒ DeleteClusterNodePoolRequest



4559
4560
4561
4562
4563
# File 'lib/v20180525/models.rb', line 4559

def initialize(clusterid=nil, nodepoolids=nil, keepinstance=nil)
  @ClusterId = clusterid
  @NodePoolIds = nodepoolids
  @KeepInstance = keepinstance
end

Instance Attribute Details

#ClusterIdObject



4557
4558
4559
# File 'lib/v20180525/models.rb', line 4557

def ClusterId
  @ClusterId
end

#KeepInstanceObject



4557
4558
4559
# File 'lib/v20180525/models.rb', line 4557

def KeepInstance
  @KeepInstance
end

#NodePoolIdsObject



4557
4558
4559
# File 'lib/v20180525/models.rb', line 4557

def NodePoolIds
  @NodePoolIds
end

Instance Method Details

#deserialize(params) ⇒ Object



4565
4566
4567
4568
4569
# File 'lib/v20180525/models.rb', line 4565

def deserialize(params)
  @ClusterId = params['ClusterId']
  @NodePoolIds = params['NodePoolIds']
  @KeepInstance = params['KeepInstance']
end