Class: Virtuozzo::SOAP::Types::Relocator::EnvType_

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

Overview

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

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



859
860
861
862
863
864
865
866
# File 'lib/virtuozzo/soap/types/relocator.rb', line 859

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.



855
856
857
# File 'lib/virtuozzo/soap/types/relocator.rb', line 855

def alert
  @alert
end

#configObject

Returns the value of attribute config.



856
857
858
# File 'lib/virtuozzo/soap/types/relocator.rb', line 856

def config
  @config
end

#eidObject

Returns the value of attribute eid.



853
854
855
# File 'lib/virtuozzo/soap/types/relocator.rb', line 853

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



852
853
854
# File 'lib/virtuozzo/soap/types/relocator.rb', line 852

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



854
855
856
# File 'lib/virtuozzo/soap/types/relocator.rb', line 854

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



857
858
859
# File 'lib/virtuozzo/soap/types/relocator.rb', line 857

def virtual_config
  @virtual_config
end