Class: TencentCloud::Cvm::V20170312::ChcDeployExtraConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ChcDeployExtraConfig
- Defined in:
- lib/v20170312/models.rb
Overview
chc部署网络minos引导配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(miniostype = nil, boottype = nil, bootfile = nil, nextserveraddress = nil) ⇒ ChcDeployExtraConfig
constructor
A new instance of ChcDeployExtraConfig.
Constructor Details
#initialize(miniostype = nil, boottype = nil, bootfile = nil, nextserveraddress = nil) ⇒ ChcDeployExtraConfig
Returns a new instance of ChcDeployExtraConfig.
353 354 355 356 357 358 |
# File 'lib/v20170312/models.rb', line 353 def initialize(miniostype=nil, boottype=nil, bootfile=nil, nextserveraddress=nil) @MiniOsType = miniostype @BootType = boottype @BootFile = bootfile @NextServerAddress = nextserveraddress end |
Instance Attribute Details
#BootFile ⇒ Object
351 352 353 |
# File 'lib/v20170312/models.rb', line 351 def BootFile @BootFile end |
#BootType ⇒ Object
351 352 353 |
# File 'lib/v20170312/models.rb', line 351 def BootType @BootType end |
#MiniOsType ⇒ Object
351 352 353 |
# File 'lib/v20170312/models.rb', line 351 def MiniOsType @MiniOsType end |
#NextServerAddress ⇒ Object
351 352 353 |
# File 'lib/v20170312/models.rb', line 351 def NextServerAddress @NextServerAddress end |
Instance Method Details
#deserialize(params) ⇒ Object
360 361 362 363 364 365 |
# File 'lib/v20170312/models.rb', line 360 def deserialize(params) @MiniOsType = params['MiniOsType'] @BootType = params['BootType'] @BootFile = params['BootFile'] @NextServerAddress = params['NextServerAddress'] end |