Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType
- Inherits:
-
Proc_infoType
- Object
- OperatorType
- Operator_functionalType
- Proc_infoType
- Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType
- 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
Defined Under Namespace
Classes: Error, Ok, Start_monitor, Stop_monitor
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get ⇒ Object
Returns the value of attribute get.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#ps_info ⇒ Object
Returns the value of attribute ps_info.
-
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
-
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = []) ⇒ Vzaproc_infoType
constructor
A new instance of Vzaproc_infoType.
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
#configuration ⇒ Object
Returns the value of attribute configuration.
1882 1883 1884 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1882 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1884 1885 1886 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1884 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
1887 1888 1889 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1887 def get @get end |
#ok ⇒ Object
Returns the value of attribute ok.
1883 1884 1885 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1883 def ok @ok end |
#ps_info ⇒ Object
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_monitor ⇒ Object
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_monitor ⇒ Object
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 |