Method: CreateResourcePoolRequestType#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(v__this = nil, name = nil, spec = nil) ⇒ CreateResourcePoolRequestType

Returns a new instance of CreateResourcePoolRequestType.



35704
35705
35706
35707
35708
# File 'lib/vmware/soap/vim25.rb', line 35704

def initialize(v__this = nil, name = nil, spec = nil)
  @v__this = v__this
  @name = name
  @spec = spec
end