Class: CreateResourcePoolRequestType
- Inherits:
-
Object
- Object
- CreateResourcePoolRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateResourcePoolRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
spec - ResourceConfigSpec
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, spec = nil) ⇒ CreateResourcePoolRequestType
constructor
A new instance of CreateResourcePoolRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#name ⇒ Object
Returns the value of attribute name.
35693 35694 35695 |
# File 'lib/vmware/soap/vim25.rb', line 35693 def name @name end |
#spec ⇒ Object
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__this ⇒ Object
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 |