Class: Virtuozzo::SOAP::Types::ResLog::InterfaceType

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

Overview

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

name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::ResLog::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.



585
586
587
588
589
590
591
# File 'lib/virtuozzo/soap/types/res_log.rb', line 585

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.



580
581
582
# File 'lib/virtuozzo/soap/types/res_log.rb', line 580

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



583
584
585
# File 'lib/virtuozzo/soap/types/res_log.rb', line 583

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



582
583
584
# File 'lib/virtuozzo/soap/types/res_log.rb', line 582

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



579
580
581
# File 'lib/virtuozzo/soap/types/res_log.rb', line 579

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



581
582
583
# File 'lib/virtuozzo/soap/types/res_log.rb', line 581

def transfer
  @transfer
end