Class: Virtuozzo::SOAP::Types::Alertm::EnvType

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

Overview

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

parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Alerts::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Alerts::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Alerts::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.



175
176
177
178
179
180
181
182
# File 'lib/virtuozzo/soap/types/alertm.rb', line 175

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.



171
172
173
# File 'lib/virtuozzo/soap/types/alertm.rb', line 171

def alert
  @alert
end

#configObject

Returns the value of attribute config.



172
173
174
# File 'lib/virtuozzo/soap/types/alertm.rb', line 172

def config
  @config
end

#eidObject

Returns the value of attribute eid.



169
170
171
# File 'lib/virtuozzo/soap/types/alertm.rb', line 169

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



168
169
170
# File 'lib/virtuozzo/soap/types/alertm.rb', line 168

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



170
171
172
# File 'lib/virtuozzo/soap/types/alertm.rb', line 170

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



173
174
175
# File 'lib/virtuozzo/soap/types/alertm.rb', line 173

def virtual_config
  @virtual_config
end