Class: Virtuozzo::SOAP::Types::Devm::EnvType_

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

Overview

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

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



895
896
897
898
899
900
901
902
# File 'lib/virtuozzo/soap/types/devm.rb', line 895

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.



891
892
893
# File 'lib/virtuozzo/soap/types/devm.rb', line 891

def alert
  @alert
end

#configObject

Returns the value of attribute config.



892
893
894
# File 'lib/virtuozzo/soap/types/devm.rb', line 892

def config
  @config
end

#eidObject

Returns the value of attribute eid.



889
890
891
# File 'lib/virtuozzo/soap/types/devm.rb', line 889

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



888
889
890
# File 'lib/virtuozzo/soap/types/devm.rb', line 888

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



890
891
892
# File 'lib/virtuozzo/soap/types/devm.rb', line 890

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



893
894
895
# File 'lib/virtuozzo/soap/types/devm.rb', line 893

def virtual_config
  @virtual_config
end