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.
15890 15891 15892 15893 15894 15895 |
# File 'lib/v20180525/models.rb', line 15890 def initialize(clusterid=nil, component=nil, operation=nil, dryrun=nil) @ClusterId = clusterid @Component = component @Operation = operation @DryRun = dryrun end |
Instance Attribute Details
#ClusterId ⇒ Object
15888 15889 15890 |
# File 'lib/v20180525/models.rb', line 15888 def ClusterId @ClusterId end |
#Component ⇒ Object
15888 15889 15890 |
# File 'lib/v20180525/models.rb', line 15888 def Component @Component end |
#DryRun ⇒ Object
15888 15889 15890 |
# File 'lib/v20180525/models.rb', line 15888 def DryRun @DryRun end |
#Operation ⇒ Object
15888 15889 15890 |
# File 'lib/v20180525/models.rb', line 15888 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
15897 15898 15899 15900 15901 15902 |
# File 'lib/v20180525/models.rb', line 15897 def deserialize(params) @ClusterId = params['ClusterId'] @Component = params['Component'] @Operation = params['Operation'] @DryRun = params['DryRun'] end |