Class: Virtuozzo::SOAP::Types::Servicem::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::EnvType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Servicem::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Servicem::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Servicem::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.
246 247 248 249 250 251 252 253 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 246 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.
242 243 244 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 242 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
243 244 245 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 243 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
240 241 242 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 240 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
239 240 241 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 239 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
241 242 243 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 241 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
244 245 246 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 244 def virtual_config @virtual_config end |