Method: Virtuozzo::SOAP::Types::Scheduler::Net_nicType#initialize
- Defined in:
- lib/virtuozzo/soap/types/scheduler.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.
1499 1500 1501 1502 1503 1504 1505 1506 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1499 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 |