Class: TencentCloud::Cdwch::V20200915::ClusterConfigsInfoFromEMR
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ClusterConfigsInfoFromEMR
- Defined in:
- lib/v20200915/models.rb
Overview
用于返回XML格式的配置文件和内容以及其他配置文件有关的信息
Instance Attribute Summary collapse
-
#FileConf ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FilePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#KeyConf ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NeedRestart ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#OriParam ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, fileconf = nil, keyconf = nil, oriparam = nil, needrestart = nil, filepath = nil) ⇒ ClusterConfigsInfoFromEMR
constructor
A new instance of ClusterConfigsInfoFromEMR.
Constructor Details
#initialize(filename = nil, fileconf = nil, keyconf = nil, oriparam = nil, needrestart = nil, filepath = nil) ⇒ ClusterConfigsInfoFromEMR
Returns a new instance of ClusterConfigsInfoFromEMR.
195 196 197 198 199 200 201 202 |
# File 'lib/v20200915/models.rb', line 195 def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil) @FileName = filename @FileConf = fileconf @KeyConf = keyconf @OriParam = oriparam @NeedRestart = needrestart @FilePath = filepath end |
Instance Attribute Details
#FileConf ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def FileConf @FileConf end |
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def FileName @FileName end |
#FilePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def FilePath @FilePath end |
#KeyConf ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def KeyConf @KeyConf end |
#NeedRestart ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def NeedRestart @NeedRestart end |
#OriParam ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
193 194 195 |
# File 'lib/v20200915/models.rb', line 193 def OriParam @OriParam end |
Instance Method Details
#deserialize(params) ⇒ Object
204 205 206 207 208 209 210 211 |
# File 'lib/v20200915/models.rb', line 204 def deserialize(params) @FileName = params['FileName'] @FileConf = params['FileConf'] @KeyConf = params['KeyConf'] @OriParam = params['OriParam'] @NeedRestart = params['NeedRestart'] @FilePath = params['FilePath'] end |