Class: Virtuozzo::SOAP::Types::Up2date::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
2134 2135 2136 2137 2138 2139 2140 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2134 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.
2130 2131 2132 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2130 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
2128 2129 2130 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2128 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
2129 2130 2131 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2129 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
2131 2132 2133 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2131 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
2132 2133 2134 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2132 def status @status end |