Class: Virtuozzo::SOAP::Types::Relocator::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/relocator.rb
Overview
Instance Attribute Summary collapse
-
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
-
#name ⇒ Object
Returns the value of attribute name.
-
#transfer ⇒ Object
Returns the value of attribute transfer.
Instance Method Summary collapse
-
#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType
constructor
A new instance of InterfaceType.
Constructor Details
#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType
Returns a new instance of InterfaceType.
1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1221 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
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
1216 1217 1218 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1216 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1219 1220 1221 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1219 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1218 1219 1220 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1218 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1215 1216 1217 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1215 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1217 1218 1219 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1217 def transfer @transfer end |