Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info

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

Overview

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_info

Returns a new instance of Vzaproc_info.



2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2112

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.



2102
2103
2104
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2102

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



2104
2105
2106
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2104

def error
  @error
end

#getObject

Returns the value of attribute get.



2107
2108
2109
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2107

def get
  @get
end

#okObject

Returns the value of attribute ok.



2103
2104
2105
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2103

def ok
  @ok
end

#ps_infoObject

Returns the value of attribute ps_info.



2108
2109
2110
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2108

def ps_info
  @ps_info
end

#start_monitorObject

Returns the value of attribute start_monitor.



2105
2106
2107
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2105

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



2106
2107
2108
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2106

def stop_monitor
  @stop_monitor
end