Class: DedicatedInstallConfigurationParametersStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerdedicatedInstallConfigurationParametersStruct

Constant Summary collapse

@@schema_type =
"dedicatedInstallConfigurationParametersStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["language", ["SOAP::SOAPString", XSD::QName.new(nil, "language")]], ["bitFormat", ["SOAP::SOAPString", XSD::QName.new(nil, "bitFormat")]], ["softRaidDevices", ["SOAP::SOAPInt", XSD::QName.new(nil, "softRaidDevices")]], ["serverName", ["SOAP::SOAPString", XSD::QName.new(nil, "serverName")]], ["softRaid", ["SOAP::SOAPString", XSD::QName.new(nil, "softRaid")]], ["distribution", ["SOAP::SOAPString", XSD::QName.new(nil, "distribution")]], ["resinstallTodoId", ["SOAP::SOAPInt", XSD::QName.new(nil, "resinstallTodoId")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(language = nil, bitFormat = nil, softRaidDevices = nil, serverName = nil, softRaid = nil, distribution = nil, resinstallTodoId = nil) ⇒ DedicatedInstallConfigurationParametersStruct

Returns a new instance of DedicatedInstallConfigurationParametersStruct.



3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/ovhrb/manager/manager.rb', line 3246

def initialize(language = nil, bitFormat = nil, softRaidDevices = nil, serverName = nil, softRaid = nil, distribution = nil, resinstallTodoId = nil)
  @language = language
  @bitFormat = bitFormat
  @softRaidDevices = softRaidDevices
  @serverName = serverName
  @softRaid = softRaid
  @distribution = distribution
  @resinstallTodoId = resinstallTodoId
end

Instance Attribute Details

#bitFormatObject

Returns the value of attribute bitFormat.



3239
3240
3241
# File 'lib/ovhrb/manager/manager.rb', line 3239

def bitFormat
  @bitFormat
end

#distributionObject

Returns the value of attribute distribution.



3243
3244
3245
# File 'lib/ovhrb/manager/manager.rb', line 3243

def distribution
  @distribution
end

#languageObject

Returns the value of attribute language.



3238
3239
3240
# File 'lib/ovhrb/manager/manager.rb', line 3238

def language
  @language
end

#resinstallTodoIdObject

Returns the value of attribute resinstallTodoId.



3244
3245
3246
# File 'lib/ovhrb/manager/manager.rb', line 3244

def resinstallTodoId
  @resinstallTodoId
end

#serverNameObject

Returns the value of attribute serverName.



3241
3242
3243
# File 'lib/ovhrb/manager/manager.rb', line 3241

def serverName
  @serverName
end

#softRaidObject

Returns the value of attribute softRaid.



3242
3243
3244
# File 'lib/ovhrb/manager/manager.rb', line 3242

def softRaid
  @softRaid
end

#softRaidDevicesObject

Returns the value of attribute softRaidDevices.



3240
3241
3242
# File 'lib/ovhrb/manager/manager.rb', line 3240

def softRaidDevices
  @softRaidDevices
end