Class: Virtuozzo::SOAP::Types::Processm::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::InterfaceType
- 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
-
#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.
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
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
1168 1169 1170 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1168 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1171 1172 1173 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1171 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1170 1171 1172 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1170 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1167 1168 1169 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1167 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1169 1170 1171 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1169 def transfer @transfer end |