Class: Virtuozzo::SOAP::Types::Computerm::Env_resourceType

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

Overview

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.



793
794
795
796
# File 'lib/virtuozzo/soap/types/computerm.rb', line 793

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



790
791
792
# File 'lib/virtuozzo/soap/types/computerm.rb', line 790

def eid
  @eid
end

#ip_poolObject

Returns the value of attribute ip_pool.



791
792
793
# File 'lib/virtuozzo/soap/types/computerm.rb', line 791

def ip_pool
  @ip_pool
end