Class: Virtuozzo::SOAP::Types::Processm::EnvType_
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Processm::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Processm::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Processm::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_.
811 812 813 814 815 816 817 818 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 811 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.
807 808 809 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 807 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
808 809 810 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 808 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
805 806 807 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 805 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
804 805 806 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 804 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
806 807 808 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 806 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
809 810 811 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 809 def virtual_config @virtual_config end |