Class: TencentCloud::Tke::V20180525::ModifyMasterComponentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyMasterComponentRequest
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyMasterComponent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, component = nil, operation = nil, dryrun = nil) ⇒ ModifyMasterComponentRequest
constructor
A new instance of ModifyMasterComponentRequest.
Constructor Details
#initialize(clusterid = nil, component = nil, operation = nil, dryrun = nil) ⇒ ModifyMasterComponentRequest
Returns a new instance of ModifyMasterComponentRequest.
14557 14558 14559 14560 14561 14562 |
# File 'lib/v20180525/models.rb', line 14557 def initialize(clusterid=nil, component=nil, operation=nil, dryrun=nil) @ClusterId = clusterid @Component = component @Operation = operation @DryRun = dryrun end |
Instance Attribute Details
#ClusterId ⇒ Object
14555 14556 14557 |
# File 'lib/v20180525/models.rb', line 14555 def ClusterId @ClusterId end |
#Component ⇒ Object
14555 14556 14557 |
# File 'lib/v20180525/models.rb', line 14555 def Component @Component end |
#DryRun ⇒ Object
14555 14556 14557 |
# File 'lib/v20180525/models.rb', line 14555 def DryRun @DryRun end |
#Operation ⇒ Object
14555 14556 14557 |
# File 'lib/v20180525/models.rb', line 14555 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
14564 14565 14566 14567 14568 14569 |
# File 'lib/v20180525/models.rb', line 14564 def deserialize(params) @ClusterId = params['ClusterId'] @Component = params['Component'] @Operation = params['Operation'] @DryRun = params['DryRun'] end |