Class: TencentCloud::Cvm::V20170312::ChcDeployExtraConfig

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

chc部署网络minos引导配置。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(miniostype = nil, boottype = nil, bootfile = nil, nextserveraddress = nil) ⇒ 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

#BootFileObject



351
352
353
# File 'lib/v20170312/models.rb', line 351

def BootFile
  @BootFile
end

#BootTypeObject



351
352
353
# File 'lib/v20170312/models.rb', line 351

def BootType
  @BootType
end

#MiniOsTypeObject



351
352
353
# File 'lib/v20170312/models.rb', line 351

def MiniOsType
  @MiniOsType
end

#NextServerAddressObject



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