Class: Virtuozzo::SOAP::Types::Support::Env_resourceType

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

Overview

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

eid - (any)
ip_pool - Virtuozzo::SOAP::Drivers::Support::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.



1383
1384
1385
1386
# File 'lib/virtuozzo/soap/types/support.rb', line 1383

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1380
1381
1382
# File 'lib/virtuozzo/soap/types/support.rb', line 1380

def eid
  @eid
end

#ip_poolObject

Returns the value of attribute ip_pool.



1381
1382
1383
# File 'lib/virtuozzo/soap/types/support.rb', line 1381

def ip_pool
  @ip_pool
end