Class: Virtuozzo::SOAP::Types::PerfMon::Net_nicType

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

Overview

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

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



1377
1378
1379
1380
1381
1382
1383
1384
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1377

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.



1372
1373
1374
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1372

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1370
1371
1372
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1370

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1371
1372
1373
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1371

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



1375
1376
1377
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1375

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



1373
1374
1375
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1373

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1374
1375
1376
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1374

def status
  @status
end