Class: Virtuozzo::SOAP::Types::Networkm::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Networkm::InterfaceType
- 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
-
#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.
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
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
604 605 606 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 604 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
607 608 609 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 607 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
606 607 608 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 606 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
603 604 605 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 603 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
605 606 607 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 605 def transfer @transfer end |