Class: Virtuozzo::SOAP::Types::ServerGroup::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesperf_dataType
eid - (any)
m_class - Virtuozzo::SOAP::Types::ServerGroup::Perf_dataType::C_Class
interval - Virtuozzo::SOAP::Types::ServerGroup::IntervalType
Defined Under Namespace
Classes: C_Class
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#interval ⇒ Object
Returns the value of attribute interval.
Instance Method Summary collapse
-
#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType
constructor
A new instance of Perf_dataType.
- #m_class ⇒ Object
- #m_class=(value) ⇒ Object
Constructor Details
#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType
Returns a new instance of Perf_dataType.
1556 1557 1558 1559 1560 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1556 def initialize(eid = nil, v_class = [], interval = nil) @eid = eid @v_class = v_class @interval = interval end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
1545 1546 1547 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1545 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
1546 1547 1548 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1546 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
1548 1549 1550 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1548 def m_class @v_class end |
#m_class=(value) ⇒ Object
1552 1553 1554 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1552 def m_class=(value) @v_class = value end |