Class: Virtuozzo::SOAP::Types::PerfMon::InterfaceType

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

Overview

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

name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::PerfMon::TransferType
ipaddress - (any)
flags - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType

Returns a new instance of InterfaceType.



565
566
567
568
569
570
571
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 565

def initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil)
  @name = name
  @bandwidth = bandwidth
  @transfer = transfer
  @ipaddress = ipaddress
  @flags = flags
end

Instance Attribute Details

#bandwidthObject

Returns the value of attribute bandwidth.



560
561
562
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 560

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



563
564
565
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 563

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



562
563
564
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 562

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



559
560
561
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 559

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



561
562
563
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 561

def transfer
  @transfer
end