Method: Virtuozzo::SOAP::Types::Alertm::Net_nicType#initialize
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil) ⇒ Net_nicType
Returns a new instance of Net_nicType.
1411 1412 1413 1414 1415 1416 1417 1418 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1411 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 |