Class: Virtuozzo::SOAP::Types::Up2date::Net_deviceType

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

Overview

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

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



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

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.



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

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



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

def ip_address
  @ip_address
end

#network_idObject

Returns the value of attribute network_id.



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

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end