Class: Virtuozzo::SOAP::Types::EnvSamplem::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EnvSamplem::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/env_samplem.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.
1309 1310 1311 1312 1313 1314 1315 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1309 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.
1305 1306 1307 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1305 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1303 1304 1305 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1303 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1304 1305 1306 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1304 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1306 1307 1308 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1306 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1307 1308 1309 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1307 def status @status end |