Class: Virtuozzo::SOAP::Types::Processm::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2095 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.
2091 2092 2093 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2091 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
2089 2090 2091 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2089 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
2090 2091 2092 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2090 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
2092 2093 2094 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2092 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
2093 2094 2095 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2093 def status @status end |