Class: Virtuozzo::SOAP::Types::OpLog::InterfaceType

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

Overview

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

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



537
538
539
540
541
542
543
# File 'lib/virtuozzo/soap/types/op_log.rb', line 537

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.



532
533
534
# File 'lib/virtuozzo/soap/types/op_log.rb', line 532

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



535
536
537
# File 'lib/virtuozzo/soap/types/op_log.rb', line 535

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



534
535
536
# File 'lib/virtuozzo/soap/types/op_log.rb', line 534

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



531
532
533
# File 'lib/virtuozzo/soap/types/op_log.rb', line 531

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



533
534
535
# File 'lib/virtuozzo/soap/types/op_log.rb', line 533

def transfer
  @transfer
end