Class: Virtuozzo::SOAP::Types::Networkm::InterfaceType

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

Overview

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

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



609
610
611
612
613
614
615
# File 'lib/virtuozzo/soap/types/networkm.rb', line 609

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.



604
605
606
# File 'lib/virtuozzo/soap/types/networkm.rb', line 604

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



607
608
609
# File 'lib/virtuozzo/soap/types/networkm.rb', line 607

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



606
607
608
# File 'lib/virtuozzo/soap/types/networkm.rb', line 606

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



603
604
605
# File 'lib/virtuozzo/soap/types/networkm.rb', line 603

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



605
606
607
# File 'lib/virtuozzo/soap/types/networkm.rb', line 605

def transfer
  @transfer
end