Class: Virtuozzo::SOAP::Types::Packagem::EnvType_
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Packagem::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Packagem::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Packagem::Venv_configType
Instance Attribute Summary collapse
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#config ⇒ Object
Returns the value of attribute config.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
-
#status ⇒ Object
Returns the value of attribute status.
-
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
Instance Method Summary collapse
-
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType_
constructor
A new instance of EnvType_.
Constructor Details
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType_
Returns a new instance of EnvType_.
853 854 855 856 857 858 859 860 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 853 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
#alert ⇒ Object
Returns the value of attribute alert.
849 850 851 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 849 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
850 851 852 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 850 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
847 848 849 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 847 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
846 847 848 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 846 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
848 849 850 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 848 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
851 852 853 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 851 def virtual_config @virtual_config end |