Class: Virtuozzo::SOAP::Types::Support::EnvType_

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

Overview

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

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



819
820
821
822
823
824
825
826
# File 'lib/virtuozzo/soap/types/support.rb', line 819

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.



815
816
817
# File 'lib/virtuozzo/soap/types/support.rb', line 815

def alert
  @alert
end

#configObject

Returns the value of attribute config.



816
817
818
# File 'lib/virtuozzo/soap/types/support.rb', line 816

def config
  @config
end

#eidObject

Returns the value of attribute eid.



813
814
815
# File 'lib/virtuozzo/soap/types/support.rb', line 813

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



812
813
814
# File 'lib/virtuozzo/soap/types/support.rb', line 812

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



814
815
816
# File 'lib/virtuozzo/soap/types/support.rb', line 814

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



817
818
819
# File 'lib/virtuozzo/soap/types/support.rb', line 817

def virtual_config
  @virtual_config
end