Class: Virtuozzo::SOAP::Types::PerfMon::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.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.
1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1338 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.
1334 1335 1336 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1334 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1332 1333 1334 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1332 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1333 1334 1335 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1333 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1335 1336 1337 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1335 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1336 1337 1338 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1336 def status @status end |