Class: Virtuozzo::SOAP::Types::ResLog::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/res_log.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.
1358 1359 1360 1361 1362 1363 1364 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1358 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.
1354 1355 1356 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1354 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1352 1353 1354 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1352 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1353 1354 1355 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1353 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1355 1356 1357 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1355 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1356 1357 1358 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1356 def status @status end |