Class: Virtuozzo::SOAP::Types::Scheduler::Net_nicType

Inherits:
Net_deviceType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_nicType

id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Scheduler::Ip_addressType
dhcp - (any)
network_id - SOAP::SOAPBase64
status - Virtuozzo::SOAP::Types::Scheduler::Net_nicType::Status
mac_address - SOAP::SOAPString

Defined Under Namespace

Classes: Status

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



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

Instance Attribute Details

#dhcpObject

Returns the value of attribute dhcp.



1494
1495
1496
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1494

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1492
1493
1494
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1492

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1493
1494
1495
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1493

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



1497
1498
1499
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1497

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



1495
1496
1497
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1495

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1496
1497
1498
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1496

def status
  @status
end