Class: Virtuozzo::SOAP::Drivers::Process::InterfaceType

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

Overview

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

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



1160
1161
1162
1163
1164
1165
1166
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1160

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.



1155
1156
1157
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1155

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



1158
1159
1160
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1158

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



1157
1158
1159
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1157

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



1154
1155
1156
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1154

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



1156
1157
1158
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1156

def transfer
  @transfer
end