Class: Virtuozzo::SOAP::Types::ServerGroup::Perf_statType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/server_group.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesperf_statType

cur - SOAP::SOAPAnySimpleType
avg - SOAP::SOAPAnySimpleType
max - SOAP::SOAPAnySimpleType
min - SOAP::SOAPAnySimpleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cur = nil, avg = nil, max = nil, min = nil) ⇒ Perf_statType

Returns a new instance of Perf_statType.



1487
1488
1489
1490
1491
1492
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1487

def initialize(cur = nil, avg = nil, max = nil, min = nil)
  @cur = cur
  @avg = avg
  @max = max
  @min = min
end

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



1483
1484
1485
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1483

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1482
1483
1484
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1482

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1484
1485
1486
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1484

def max
  @max
end

#minObject

Returns the value of attribute min.



1485
1486
1487
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1485

def min
  @min
end