Class: Virtuozzo::SOAP::Types::ServerGroup::Ip_poolType

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

Overview

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.



825
826
827
828
# File 'lib/virtuozzo/soap/types/server_group.rb', line 825

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

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



823
824
825
# File 'lib/virtuozzo/soap/types/server_group.rb', line 823

def ip
  @ip
end

#ip_rangeObject

Returns the value of attribute ip_range.



822
823
824
# File 'lib/virtuozzo/soap/types/server_group.rb', line 822

def ip_range
  @ip_range
end