Class: Virtuozzo::SOAP::Types::Relocator::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::EnvType
- Defined in:
- lib/virtuozzo/soap/types/relocator.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Drivers::Relocator::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType
virtual_config - Virtuozzo::SOAP::Drivers::Relocator::Venv_configType
Direct Known Subclasses
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.
834 835 836 837 838 839 840 841 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 834 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.
830 831 832 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 830 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
831 832 833 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 831 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
828 829 830 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 828 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
827 828 829 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 827 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
829 830 831 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 829 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
832 833 834 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 832 def virtual_config @virtual_config end |