Class: Virtuozzo::SOAP::Types::Scheduler::InterfaceType

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

Overview

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

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



688
689
690
691
692
693
694
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 688

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.



683
684
685
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 683

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



686
687
688
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 686

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



685
686
687
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 685

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



682
683
684
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 682

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



684
685
686
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 684

def transfer
  @transfer
end