Class: ReconfigureClusterRequestType
- Inherits:
-
Object
- Object
- ReconfigureClusterRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureClusterRequestType
m__this - ManagedObjectReference
spec - ClusterConfigSpec
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) ⇒ ReconfigureClusterRequestType
constructor
A new instance of ReconfigureClusterRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil, modify = nil) ⇒ ReconfigureClusterRequestType
Returns a new instance of ReconfigureClusterRequestType.
33555 33556 33557 33558 33559 |
# File 'lib/vmware/soap/vim25.rb', line 33555 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.
33545 33546 33547 |
# File 'lib/vmware/soap/vim25.rb', line 33545 def modify @modify end |
#spec ⇒ Object
Returns the value of attribute spec.
33544 33545 33546 |
# File 'lib/vmware/soap/vim25.rb', line 33544 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
33547 33548 33549 |
# File 'lib/vmware/soap/vim25.rb', line 33547 def m__this @v__this end |
#m__this=(value) ⇒ Object
33551 33552 33553 |
# File 'lib/vmware/soap/vim25.rb', line 33551 def m__this=(value) @v__this = value end |