Class: ReconfigureComputeResourceRequestType
- Inherits:
-
Object
- Object
- ReconfigureComputeResourceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureComputeResourceRequestType
m__this - ManagedObjectReference
spec - ComputeResourceConfigSpec
modify - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#modify ⇒ Object
Returns the value of attribute modify.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil, modify = nil) ⇒ ReconfigureComputeResourceRequestType
constructor
A new instance of ReconfigureComputeResourceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil, modify = nil) ⇒ ReconfigureComputeResourceRequestType
Returns a new instance of ReconfigureComputeResourceRequestType.
33706 33707 33708 33709 33710 |
# File 'lib/vmware/soap/vim25.rb', line 33706 def initialize(v__this = nil, spec = nil, modify = nil) @v__this = v__this @spec = spec @modify = modify end |
Instance Attribute Details
#modify ⇒ Object
Returns the value of attribute modify.
33696 33697 33698 |
# File 'lib/vmware/soap/vim25.rb', line 33696 def modify @modify end |
#spec ⇒ Object
Returns the value of attribute spec.
33695 33696 33697 |
# File 'lib/vmware/soap/vim25.rb', line 33695 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
33698 33699 33700 |
# File 'lib/vmware/soap/vim25.rb', line 33698 def m__this @v__this end |
#m__this=(value) ⇒ Object
33702 33703 33704 |
# File 'lib/vmware/soap/vim25.rb', line 33702 def m__this=(value) @v__this = value end |