Class: Virtuozzo::SOAP::Types::ResLog::EnvType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType

parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::ResLog::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::ResLog::Env_configType
virtual_config - Virtuozzo::SOAP::Types::ResLog::Venv_configType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType

Returns a new instance of EnvType.



223
224
225
226
227
228
229
230
# File 'lib/virtuozzo/soap/types/res_log.rb', line 223

def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil)
  @parent_eid = parent_eid
  @eid = eid
  @status = status
  @alert = alert
  @config = config
  @virtual_config = virtual_config
end

Instance Attribute Details

#alertObject

Returns the value of attribute alert.



219
220
221
# File 'lib/virtuozzo/soap/types/res_log.rb', line 219

def alert
  @alert
end

#configObject

Returns the value of attribute config.



220
221
222
# File 'lib/virtuozzo/soap/types/res_log.rb', line 220

def config
  @config
end

#eidObject

Returns the value of attribute eid.



217
218
219
# File 'lib/virtuozzo/soap/types/res_log.rb', line 217

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



216
217
218
# File 'lib/virtuozzo/soap/types/res_log.rb', line 216

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



218
219
220
# File 'lib/virtuozzo/soap/types/res_log.rb', line 218

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



221
222
223
# File 'lib/virtuozzo/soap/types/res_log.rb', line 221

def virtual_config
  @virtual_config
end