Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType

Inherits:
Proc_infoType show all
Defined in:
lib/virtuozzo/soap/types/proc_info.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_infovzaproc_infoType

configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
ok - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Ok
error - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Error
start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Start_monitor
stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Stop_monitor
get - Virtuozzo::SOAP::Types::ProcInfo::Get
ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType

Direct Known Subclasses

Vzaproc_info

Defined Under Namespace

Classes: Error, Ok, Start_monitor, Stop_monitor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = []) ⇒ Vzaproc_infoType

Returns a new instance of Vzaproc_infoType.



1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1890

def initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @start_monitor = start_monitor
  @stop_monitor = stop_monitor
  @get = get
  @ps_info = ps_info
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1882
1883
1884
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1882

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1884
1885
1886
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1884

def error
  @error
end

#getObject

Returns the value of attribute get.



1887
1888
1889
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1887

def get
  @get
end

#okObject

Returns the value of attribute ok.



1883
1884
1885
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1883

def ok
  @ok
end

#ps_infoObject

Returns the value of attribute ps_info.



1888
1889
1890
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1888

def ps_info
  @ps_info
end

#start_monitorObject

Returns the value of attribute start_monitor.



1885
1886
1887
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1885

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1886
1887
1888
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1886

def stop_monitor
  @stop_monitor
end