Class: Virtuozzo::SOAP::Types::Resourcem::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Resourcem::EnvType
- Defined in:
- lib/virtuozzo/soap/types/resourcem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Resourcem::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Resourcem::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Resourcem::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.
232 233 234 235 236 237 238 239 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 232 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.
228 229 230 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 228 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
229 230 231 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 229 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
226 227 228 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 226 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
225 226 227 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 225 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
227 228 229 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 227 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
230 231 232 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 230 def virtual_config @virtual_config end |