Class: Virtuozzo::SOAP::Types::Relocator::Ip_poolType

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

Overview

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

ip_range - Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType::Ip_range
ip - (any)

Defined Under Namespace

Classes: Ip_range

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ip_range = [], ip = []) ⇒ Ip_poolType

Returns a new instance of Ip_poolType.



1451
1452
1453
1454
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1451

def initialize(ip_range = [], ip = [])
  @ip_range = ip_range
  @ip = ip
end

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



1449
1450
1451
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1449

def ip
  @ip
end

#ip_rangeObject

Returns the value of attribute ip_range.



1448
1449
1450
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1448

def ip_range
  @ip_range
end