Class: Virtuozzo::SOAP::Types::Backupm::InterfaceType

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

Overview

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

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



759
760
761
762
763
764
765
# File 'lib/virtuozzo/soap/types/backupm.rb', line 759

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.



754
755
756
# File 'lib/virtuozzo/soap/types/backupm.rb', line 754

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



757
758
759
# File 'lib/virtuozzo/soap/types/backupm.rb', line 757

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



756
757
758
# File 'lib/virtuozzo/soap/types/backupm.rb', line 756

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



753
754
755
# File 'lib/virtuozzo/soap/types/backupm.rb', line 753

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



755
756
757
# File 'lib/virtuozzo/soap/types/backupm.rb', line 755

def transfer
  @transfer
end