Class: Virtuozzo::SOAP::Types::Packagem::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: Status
Instance Attribute Summary collapse
-
#dhcp ⇒ Object
Returns the value of attribute dhcp.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#network_id ⇒ Object
Returns the value of attribute network_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) ⇒ Net_deviceType
constructor
A new instance of Net_deviceType.
Constructor Details
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) ⇒ Net_deviceType
Returns a new instance of Net_deviceType.
2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2226 def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) @id = id @ip_address = ip_address @dhcp = dhcp @network_id = network_id @status = status end |
Instance Attribute Details
#dhcp ⇒ Object
Returns the value of attribute dhcp.
2222 2223 2224 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2222 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
2220 2221 2222 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2220 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
2221 2222 2223 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2221 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
2223 2224 2225 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2223 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
2224 2225 2226 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2224 def status @status end |