Class: Virtuozzo::SOAP::Types::Backupm::Net_nicType
- Inherits:
-
Net_deviceType
- Object
- Net_deviceType
- Virtuozzo::SOAP::Types::Backupm::Net_nicType
- Defined in:
- lib/virtuozzo/soap/types/backupm.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.
1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1584 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.
1579 1580 1581 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1579 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1577 1578 1579 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1577 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1578 1579 1580 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1578 def ip_address @ip_address end |
#mac_address ⇒ Object
Returns the value of attribute mac_address.
1582 1583 1584 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1582 def mac_address @mac_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1580 1581 1582 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1580 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1581 1582 1583 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1581 def status @status end |