Class: Virtuozzo::SOAP::Types::Devm::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::EnvType
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType
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
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.
870 871 872 873 874 875 876 877 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 870 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.
866 867 868 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 866 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
867 868 869 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 867 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
864 865 866 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 864 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
863 864 865 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 863 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
865 866 867 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 865 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
868 869 870 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 868 def virtual_config @virtual_config end |