Class: Virtuozzo::SOAP::Types::Computerm::ComputermType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/computerm.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], get_disk = [], get_system = [], get_network = [], reboot = [], get_date = [], set_date = [], get_zones_info = [], disk = [], system = [], network = [], date = [], time_zone = []) ⇒ ComputermType

Returns a new instance of ComputermType.



1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1808

def initialize(configuration = nil, ok = [], error = [], get_disk = [], get_system = [], get_network = [], reboot = [], get_date = [], set_date = [], get_zones_info = [], disk = [], system = [], network = [], date = [], time_zone = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @get_disk = get_disk
  @get_system = get_system
  @get_network = get_network
  @reboot = reboot
  @get_date = get_date
  @set_date = set_date
  @get_zones_info = get_zones_info
  @disk = disk
  @system = system
  @network = network
  @date = date
  @time_zone = time_zone
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1792
1793
1794
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1792

def configuration
  @configuration
end

#dateObject

Returns the value of attribute date.



1805
1806
1807
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1805

def date
  @date
end

#diskObject

Returns the value of attribute disk.



1802
1803
1804
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1802

def disk
  @disk
end

#errorObject

Returns the value of attribute error.



1794
1795
1796
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1794

def error
  @error
end

#get_dateObject

Returns the value of attribute get_date.



1799
1800
1801
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1799

def get_date
  @get_date
end

#get_diskObject

Returns the value of attribute get_disk.



1795
1796
1797
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1795

def get_disk
  @get_disk
end

#get_networkObject

Returns the value of attribute get_network.



1797
1798
1799
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1797

def get_network
  @get_network
end

#get_systemObject

Returns the value of attribute get_system.



1796
1797
1798
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1796

def get_system
  @get_system
end

#get_zones_infoObject

Returns the value of attribute get_zones_info.



1801
1802
1803
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1801

def get_zones_info
  @get_zones_info
end

#networkObject

Returns the value of attribute network.



1804
1805
1806
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1804

def network
  @network
end

#okObject

Returns the value of attribute ok.



1793
1794
1795
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1793

def ok
  @ok
end

#rebootObject

Returns the value of attribute reboot.



1798
1799
1800
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1798

def reboot
  @reboot
end

#set_dateObject

Returns the value of attribute set_date.



1800
1801
1802
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1800

def set_date
  @set_date
end

#systemObject

Returns the value of attribute system.



1803
1804
1805
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1803

def system
  @system
end

#time_zoneObject

Returns the value of attribute time_zone.



1806
1807
1808
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1806

def time_zone
  @time_zone
end