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

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

Overview

inner class for member: ip_range http://www.swsoft.com/webservices/vzl/4.0.0/typesip_range

start_ip - (any)
end_ip - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(start_ip = nil, end_ip = nil) ⇒ Ip_range

Returns a new instance of Ip_range.



1442
1443
1444
1445
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1442

def initialize(start_ip = nil, end_ip = nil)
  @start_ip = start_ip
  @end_ip = end_ip
end

Instance Attribute Details

#end_ipObject

Returns the value of attribute end_ip.



1440
1441
1442
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1440

def end_ip
  @end_ip
end

#start_ipObject

Returns the value of attribute start_ip.



1439
1440
1441
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1439

def start_ip
  @start_ip
end