Class: Virtuozzo::SOAP::Types::Licensem::EnvType

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

Overview

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

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



208
209
210
211
212
213
214
215
# File 'lib/virtuozzo/soap/types/licensem.rb', line 208

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.



204
205
206
# File 'lib/virtuozzo/soap/types/licensem.rb', line 204

def alert
  @alert
end

#configObject

Returns the value of attribute config.



205
206
207
# File 'lib/virtuozzo/soap/types/licensem.rb', line 205

def config
  @config
end

#eidObject

Returns the value of attribute eid.



202
203
204
# File 'lib/virtuozzo/soap/types/licensem.rb', line 202

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



201
202
203
# File 'lib/virtuozzo/soap/types/licensem.rb', line 201

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



203
204
205
# File 'lib/virtuozzo/soap/types/licensem.rb', line 203

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



206
207
208
# File 'lib/virtuozzo/soap/types/licensem.rb', line 206

def virtual_config
  @virtual_config
end