Class: TencentCloud::Tke::V20180525::DeleteClusterNodePoolRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteClusterNodePoolRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteClusterNodePool请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, nodepoolids = nil, keepinstance = nil) ⇒ DeleteClusterNodePoolRequest
constructor
A new instance of DeleteClusterNodePoolRequest.
Constructor Details
#initialize(clusterid = nil, nodepoolids = nil, keepinstance = nil) ⇒ DeleteClusterNodePoolRequest
Returns a new instance of DeleteClusterNodePoolRequest.
4171 4172 4173 4174 4175 |
# File 'lib/v20180525/models.rb', line 4171 def initialize(clusterid=nil, nodepoolids=nil, keepinstance=nil) @ClusterId = clusterid @NodePoolIds = nodepoolids @KeepInstance = keepinstance end |
Instance Attribute Details
#ClusterId ⇒ Object
4169 4170 4171 |
# File 'lib/v20180525/models.rb', line 4169 def ClusterId @ClusterId end |
#KeepInstance ⇒ Object
4169 4170 4171 |
# File 'lib/v20180525/models.rb', line 4169 def KeepInstance @KeepInstance end |
#NodePoolIds ⇒ Object
4169 4170 4171 |
# File 'lib/v20180525/models.rb', line 4169 def NodePoolIds @NodePoolIds end |
Instance Method Details
#deserialize(params) ⇒ Object
4177 4178 4179 4180 4181 |
# File 'lib/v20180525/models.rb', line 4177 def deserialize(params) @ClusterId = params['ClusterId'] @NodePoolIds = params['NodePoolIds'] @KeepInstance = params['KeepInstance'] end |