Class: Virtuozzo::SOAP::Types::Envm::EnvType_

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypesenvType

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



457
458
459
460
461
462
463
464
# File 'lib/virtuozzo/soap/types/envm.rb', line 457

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.



453
454
455
# File 'lib/virtuozzo/soap/types/envm.rb', line 453

def alert
  @alert
end

#configObject

Returns the value of attribute config.



454
455
456
# File 'lib/virtuozzo/soap/types/envm.rb', line 454

def config
  @config
end

#eidObject

Returns the value of attribute eid.



451
452
453
# File 'lib/virtuozzo/soap/types/envm.rb', line 451

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



450
451
452
# File 'lib/virtuozzo/soap/types/envm.rb', line 450

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



452
453
454
# File 'lib/virtuozzo/soap/types/envm.rb', line 452

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



455
456
457
# File 'lib/virtuozzo/soap/types/envm.rb', line 455

def virtual_config
  @virtual_config
end