Class: Virtuozzo::SOAP::Types::ServerGroup::Net_deviceType

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

Overview

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

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



1368
1369
1370
1371
1372
1373
1374
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1368

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.



1364
1365
1366
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1364

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1362
1363
1364
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1362

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1363
1364
1365
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1363

def ip_address
  @ip_address
end

#network_idObject

Returns the value of attribute network_id.



1365
1366
1367
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1365

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1366
1367
1368
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1366

def status
  @status
end