Class: Virtuozzo::SOAP::Types::Envm::Vzaenvm_configurationType
- Inherits:
-
Envm_configurationType
- Object
- ConfigurationType
- Envm_configurationType
- Virtuozzo::SOAP::Types::Envm::Vzaenvm_configurationType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmvzaenvm_configurationType
timeouts - Virtuozzo::SOAP::Types::Envm::Vzaenvm_configurationType::Timeouts
start_veid - SOAP::SOAPInt
end_veid - SOAP::SOAPInt
sve_visible - SOAP::SOAPInt
timeouts - Virtuozzo::SOAP::Types::Envm::Vzaenvm_configurationType::Timeouts_
Defined Under Namespace
Instance Attribute Summary collapse
-
#end_veid ⇒ Object
Returns the value of attribute end_veid.
-
#start_veid ⇒ Object
Returns the value of attribute start_veid.
-
#sve_visible ⇒ Object
Returns the value of attribute sve_visible.
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
Instance Method Summary collapse
-
#initialize(timeouts = nil, start_veid = nil, end_veid = nil, sve_visible = nil) ⇒ Vzaenvm_configurationType
constructor
A new instance of Vzaenvm_configurationType.
Constructor Details
#initialize(timeouts = nil, start_veid = nil, end_veid = nil, sve_visible = nil) ⇒ Vzaenvm_configurationType
Returns a new instance of Vzaenvm_configurationType.
2737 2738 2739 2740 2741 2742 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2737 def initialize(timeouts = nil, start_veid = nil, end_veid = nil, sve_visible = nil) @timeouts = timeouts @start_veid = start_veid @end_veid = end_veid @sve_visible = sve_visible end |
Instance Attribute Details
#end_veid ⇒ Object
Returns the value of attribute end_veid.
2733 2734 2735 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2733 def end_veid @end_veid end |
#start_veid ⇒ Object
Returns the value of attribute start_veid.
2732 2733 2734 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2732 def start_veid @start_veid end |
#sve_visible ⇒ Object
Returns the value of attribute sve_visible.
2734 2735 2736 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2734 def sve_visible @sve_visible end |
#timeouts ⇒ Object
Returns the value of attribute timeouts.
2731 2732 2733 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2731 def timeouts @timeouts end |