Class: Virtuozzo::SOAP::Types::Authm::ResourceType

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

Overview

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

total - SOAP::SOAPLong
used - SOAP::SOAPLong
free - SOAP::SOAPLong
avg - SOAP::SOAPLong
min - SOAP::SOAPLong
max - SOAP::SOAPLong

Direct Known Subclasses

Sys_infoType::Memory, Sys_infoType::Swap

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(total = nil, used = nil, free = nil, avg = nil, min = nil, max = nil) ⇒ ResourceType

Returns a new instance of ResourceType.



426
427
428
429
430
431
432
433
# File 'lib/virtuozzo/soap/types/authm.rb', line 426

def initialize(total = nil, used = nil, free = nil, avg = nil, min = nil, max = nil)
  @total = total
  @used = used
  @free = free
  @avg = avg
  @min = min
  @max = max
end

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



422
423
424
# File 'lib/virtuozzo/soap/types/authm.rb', line 422

def avg
  @avg
end

#freeObject

Returns the value of attribute free.



421
422
423
# File 'lib/virtuozzo/soap/types/authm.rb', line 421

def free
  @free
end

#maxObject

Returns the value of attribute max.



424
425
426
# File 'lib/virtuozzo/soap/types/authm.rb', line 424

def max
  @max
end

#minObject

Returns the value of attribute min.



423
424
425
# File 'lib/virtuozzo/soap/types/authm.rb', line 423

def min
  @min
end

#totalObject

Returns the value of attribute total.



419
420
421
# File 'lib/virtuozzo/soap/types/authm.rb', line 419

def total
  @total
end

#usedObject

Returns the value of attribute used.



420
421
422
# File 'lib/virtuozzo/soap/types/authm.rb', line 420

def used
  @used
end