Class: Virtuozzo::SOAP::Types::Relocator::Env_resourceType

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

Overview

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

eid - (any)
ip_pool - Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, ip_pool = nil) ⇒ Env_resourceType

Returns a new instance of Env_resourceType.



1423
1424
1425
1426
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1423

def initialize(eid = nil, ip_pool = nil)
  @eid = eid
  @ip_pool = ip_pool
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1420
1421
1422
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1420

def eid
  @eid
end

#ip_poolObject

Returns the value of attribute ip_pool.



1421
1422
1423
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1421

def ip_pool
  @ip_pool
end