Class: Virtuozzo::SOAP::Types::Processm::InterfaceType

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

Overview

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

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



1173
1174
1175
1176
1177
1178
1179
# File 'lib/virtuozzo/soap/types/processm.rb', line 1173

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.



1168
1169
1170
# File 'lib/virtuozzo/soap/types/processm.rb', line 1168

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



1171
1172
1173
# File 'lib/virtuozzo/soap/types/processm.rb', line 1171

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



1170
1171
1172
# File 'lib/virtuozzo/soap/types/processm.rb', line 1170

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



1167
1168
1169
# File 'lib/virtuozzo/soap/types/processm.rb', line 1167

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



1169
1170
1171
# File 'lib/virtuozzo/soap/types/processm.rb', line 1169

def transfer
  @transfer
end