Class: Virtuozzo::SOAP::Types::Processm::Net_nicType

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

Overview

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

id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
dhcp - (any)
network_id - SOAP::SOAPBase64
status - Virtuozzo::SOAP::Types::Processm::Net_nicType::Status
mac_address - SOAP::SOAPString

Direct Known Subclasses

Net_vethType

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.



2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/virtuozzo/soap/types/processm.rb', line 2134

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.



2129
2130
2131
# File 'lib/virtuozzo/soap/types/processm.rb', line 2129

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



2127
2128
2129
# File 'lib/virtuozzo/soap/types/processm.rb', line 2127

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



2128
2129
2130
# File 'lib/virtuozzo/soap/types/processm.rb', line 2128

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



2132
2133
2134
# File 'lib/virtuozzo/soap/types/processm.rb', line 2132

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



2130
2131
2132
# File 'lib/virtuozzo/soap/types/processm.rb', line 2130

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



2131
2132
2133
# File 'lib/virtuozzo/soap/types/processm.rb', line 2131

def status
  @status
end