Class: Virtuozzo::SOAP::Types::Scheduler::Net_deviceType

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

Overview

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

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

Direct Known Subclasses

Net_nicType

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) ⇒ Net_deviceType

Returns a new instance of Net_deviceType.



1460
1461
1462
1463
1464
1465
1466
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1460

def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil)
  @id = id
  @ip_address = ip_address
  @dhcp = dhcp
  @network_id = network_id
  @status = status
end

Instance Attribute Details

#dhcpObject

Returns the value of attribute dhcp.



1456
1457
1458
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1456

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1454
1455
1456
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1454

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1455
1456
1457
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1455

def ip_address
  @ip_address
end

#network_idObject

Returns the value of attribute network_id.



1457
1458
1459
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1457

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1458
1459
1460
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1458

def status
  @status
end