Class: DedicatedRtmStatusReturn

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

Overview

http://soapi.ovh.com/managerdedicatedRtmStatusReturn

Constant Summary collapse

@@schema_type =
"dedicatedRtmStatusReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["cpu", ["RtmCpuStruct", XSD::QName.new(nil, "cpu")]], ["hardDrives", ["MyArrayOfRtmHddStructType", XSD::QName.new(nil, "hardDrives")]], ["systemInfo", ["RtmSystemStruct", XSD::QName.new(nil, "systemInfo")]], ["memory", ["RtmMemoryStruct", XSD::QName.new(nil, "memory")]], ["motherboard", ["RtmMotherboardStruct", XSD::QName.new(nil, "motherboard")]], ["lspci", ["MyArrayOfRtmLspciStructType", XSD::QName.new(nil, "lspci")]], ["portsUsed", ["RtmPortsStruct", XSD::QName.new(nil, "portsUsed")]], ["raid", ["RtmRaidStruct", XSD::QName.new(nil, "raid")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cpu = nil, hardDrives = nil, systemInfo = nil, memory = nil, motherboard = nil, lspci = nil, portsUsed = nil, raid = nil) ⇒ DedicatedRtmStatusReturn

Returns a new instance of DedicatedRtmStatusReturn.



2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
# File 'lib/ovhrb/manager/manager.rb', line 2689

def initialize(cpu = nil, hardDrives = nil, systemInfo = nil, memory = nil, motherboard = nil, lspci = nil, portsUsed = nil, raid = nil)
  @cpu = cpu
  @hardDrives = hardDrives
  @systemInfo = systemInfo
  @memory = memory
  @motherboard = motherboard
  @lspci = lspci
  @portsUsed = portsUsed
  @raid = raid
end

Instance Attribute Details

#cpuObject

Returns the value of attribute cpu.



2680
2681
2682
# File 'lib/ovhrb/manager/manager.rb', line 2680

def cpu
  @cpu
end

#hardDrivesObject

Returns the value of attribute hardDrives.



2681
2682
2683
# File 'lib/ovhrb/manager/manager.rb', line 2681

def hardDrives
  @hardDrives
end

#lspciObject

Returns the value of attribute lspci.



2685
2686
2687
# File 'lib/ovhrb/manager/manager.rb', line 2685

def lspci
  @lspci
end

#memoryObject

Returns the value of attribute memory.



2683
2684
2685
# File 'lib/ovhrb/manager/manager.rb', line 2683

def memory
  @memory
end

#motherboardObject

Returns the value of attribute motherboard.



2684
2685
2686
# File 'lib/ovhrb/manager/manager.rb', line 2684

def motherboard
  @motherboard
end

#portsUsedObject

Returns the value of attribute portsUsed.



2686
2687
2688
# File 'lib/ovhrb/manager/manager.rb', line 2686

def portsUsed
  @portsUsed
end

#raidObject

Returns the value of attribute raid.



2687
2688
2689
# File 'lib/ovhrb/manager/manager.rb', line 2687

def raid
  @raid
end

#systemInfoObject

Returns the value of attribute systemInfo.



2682
2683
2684
# File 'lib/ovhrb/manager/manager.rb', line 2682

def systemInfo
  @systemInfo
end