Class: TencentCloud::Tke::V20220501::DeleteNodePoolRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::DeleteNodePoolRequest
- Defined in:
- lib/v20220501/models.rb
Overview
DeleteNodePool请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, nodepoolid = nil) ⇒ DeleteNodePoolRequest
constructor
A new instance of DeleteNodePoolRequest.
Constructor Details
#initialize(clusterid = nil, nodepoolid = nil) ⇒ DeleteNodePoolRequest
Returns a new instance of DeleteNodePoolRequest.
588 589 590 591 |
# File 'lib/v20220501/models.rb', line 588 def initialize(clusterid=nil, nodepoolid=nil) @ClusterId = clusterid @NodePoolId = nodepoolid end |
Instance Attribute Details
#ClusterId ⇒ Object
586 587 588 |
# File 'lib/v20220501/models.rb', line 586 def ClusterId @ClusterId end |
#NodePoolId ⇒ Object
586 587 588 |
# File 'lib/v20220501/models.rb', line 586 def NodePoolId @NodePoolId end |
Instance Method Details
#deserialize(params) ⇒ Object
593 594 595 596 |
# File 'lib/v20220501/models.rb', line 593 def deserialize(params) @ClusterId = params['ClusterId'] @NodePoolId = params['NodePoolId'] end |