Class: Virtuozzo::SOAP::Types::Resourcem::Resource_ip_poolType

Inherits:
Resource_poolType show all
Defined in:
lib/virtuozzo/soap/types/resourcem.rb

Overview

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

type - SOAP::SOAPString
ip_range - Virtuozzo::SOAP::Types::Resourcem::Resource_ip_poolType::Ip_range
ip - (any)

Defined Under Namespace

Classes: Ip_range

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, ip_range = [], ip = []) ⇒ Resource_ip_poolType

Returns a new instance of Resource_ip_poolType.



58
59
60
61
62
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 58

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

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



56
57
58
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 56

def ip
  @ip
end

#ip_rangeObject

Returns the value of attribute ip_range.



55
56
57
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 55

def ip_range
  @ip_range
end

#typeObject

Returns the value of attribute type.



54
55
56
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 54

def type
  @type
end