Class: Virtuozzo::SOAP::Types::Userm::Net_nicType
- Inherits:
-
Net_deviceType
- Object
- Net_deviceType
- Virtuozzo::SOAP::Types::Userm::Net_nicType
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
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.
-
#mac_address ⇒ Object
Returns the value of attribute mac_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, mac_address = nil) ⇒ Net_nicType
constructor
A new instance of Net_nicType.
Constructor Details
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil) ⇒ Net_nicType
Returns a new instance of Net_nicType.
1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1349 def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil) @id = id @ip_address = ip_address @dhcp = dhcp @network_id = network_id @status = status @mac_address = mac_address end |
Instance Attribute Details
#dhcp ⇒ Object
Returns the value of attribute dhcp.
1344 1345 1346 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1344 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1342 1343 1344 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1342 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1343 1344 1345 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1343 def ip_address @ip_address end |
#mac_address ⇒ Object
Returns the value of attribute mac_address.
1347 1348 1349 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1347 def mac_address @mac_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1345 1346 1347 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1345 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1346 1347 1348 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1346 def status @status end |