Class: CreateResourcePoolRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CreateResourcePoolRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
spec - ResourceConfigSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



35693
35694
35695
# File 'lib/vmware/soap/vim25.rb', line 35693

def name
  @name
end

#specObject

Returns the value of attribute spec.



35694
35695
35696
# File 'lib/vmware/soap/vim25.rb', line 35694

def spec
  @spec
end

Instance Method Details

#m__thisObject



35696
35697
35698
# File 'lib/vmware/soap/vim25.rb', line 35696

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35700
35701
35702
# File 'lib/vmware/soap/vim25.rb', line 35700

def m__this=(value)
  @v__this = value
end