Class: Virtuozzo::SOAP::Types::Mailer::Net_nicType

Inherits:
Net_deviceType show all
Defined in:
lib/virtuozzo/soap/types/mailer.rb

Overview

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

id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Mailer::Ip_addressType
dhcp - (any)
network_id - SOAP::SOAPBase64
status - Virtuozzo::SOAP::Types::Mailer::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.



1362
1363
1364
1365
1366
1367
1368
1369
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1362

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.



1357
1358
1359
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1357

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1355
1356
1357
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1355

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1356
1357
1358
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1356

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



1360
1361
1362
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1360

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



1358
1359
1360
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1358

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1359
1360
1361
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1359

def status
  @status
end