Class: ReconfigureComputeResourceRequestType

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

Overview

urn:vim25ReconfigureComputeResourceRequestType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#modifyObject

Returns the value of attribute modify.



33696
33697
33698
# File 'lib/vmware/soap/vim25.rb', line 33696

def modify
  @modify
end

#specObject

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__thisObject



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