Class: Virtuozzo::SOAP::Types::ProcInfo::Net_deviceType

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

Overview

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

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



1308
1309
1310
1311
1312
1313
1314
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1308

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.



1304
1305
1306
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1304

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1302
1303
1304
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1302

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1303
1304
1305
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1303

def ip_address
  @ip_address
end

#network_idObject

Returns the value of attribute network_id.



1305
1306
1307
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1305

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1306
1307
1308
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1306

def status
  @status
end