Class: Virtuozzo::SOAP::Types::Up2date::Net_nicType

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

Overview

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

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



2173
2174
2175
2176
2177
2178
2179
2180
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2173

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.



2168
2169
2170
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2168

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



2166
2167
2168
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2166

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



2167
2168
2169
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2167

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



2171
2172
2173
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2171

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



2169
2170
2171
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2169

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



2170
2171
2172
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2170

def status
  @status
end