Class: Virtuozzo::SOAP::Types::EventLog::InterfaceType

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

Overview

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

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



524
525
526
527
528
529
530
# File 'lib/virtuozzo/soap/types/event_log.rb', line 524

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.



519
520
521
# File 'lib/virtuozzo/soap/types/event_log.rb', line 519

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



522
523
524
# File 'lib/virtuozzo/soap/types/event_log.rb', line 522

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



521
522
523
# File 'lib/virtuozzo/soap/types/event_log.rb', line 521

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



518
519
520
# File 'lib/virtuozzo/soap/types/event_log.rb', line 518

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



520
521
522
# File 'lib/virtuozzo/soap/types/event_log.rb', line 520

def transfer
  @transfer
end