Class: Virtuozzo::SOAP::Types::Up2date::EnvType

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

Overview

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

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



999
1000
1001
1002
1003
1004
1005
1006
# File 'lib/virtuozzo/soap/types/up2date.rb', line 999

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.



995
996
997
# File 'lib/virtuozzo/soap/types/up2date.rb', line 995

def alert
  @alert
end

#configObject

Returns the value of attribute config.



996
997
998
# File 'lib/virtuozzo/soap/types/up2date.rb', line 996

def config
  @config
end

#eidObject

Returns the value of attribute eid.



993
994
995
# File 'lib/virtuozzo/soap/types/up2date.rb', line 993

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



992
993
994
# File 'lib/virtuozzo/soap/types/up2date.rb', line 992

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



994
995
996
# File 'lib/virtuozzo/soap/types/up2date.rb', line 994

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



997
998
999
# File 'lib/virtuozzo/soap/types/up2date.rb', line 997

def virtual_config
  @virtual_config
end