Class: ReconfigureClusterRequestType

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

Overview

urn:vim25ReconfigureClusterRequestType

m__this - ManagedObjectReference
spec - ClusterConfigSpec
modify - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#modifyObject

Returns the value of attribute modify.



33545
33546
33547
# File 'lib/vmware/soap/vim25.rb', line 33545

def modify
  @modify
end

#specObject

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__thisObject



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