Class: Virtuozzo::SOAP::Types::Envm::InterfaceType

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

Overview

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

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



819
820
821
822
823
824
825
# File 'lib/virtuozzo/soap/types/envm.rb', line 819

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.



814
815
816
# File 'lib/virtuozzo/soap/types/envm.rb', line 814

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



817
818
819
# File 'lib/virtuozzo/soap/types/envm.rb', line 817

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



816
817
818
# File 'lib/virtuozzo/soap/types/envm.rb', line 816

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



813
814
815
# File 'lib/virtuozzo/soap/types/envm.rb', line 813

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



815
816
817
# File 'lib/virtuozzo/soap/types/envm.rb', line 815

def transfer
  @transfer
end