Class: UpdateSystemResourcesRequestType

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

Overview

urn:vim25UpdateSystemResourcesRequestType

m__this - ManagedObjectReference
resourceInfo - HostSystemResourceInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, resourceInfo = nil) ⇒ UpdateSystemResourcesRequestType

Returns a new instance of UpdateSystemResourcesRequestType.



34871
34872
34873
34874
# File 'lib/vmware/soap/vim25.rb', line 34871

def initialize(v__this = nil, resourceInfo = nil)
  @v__this = v__this
  @resourceInfo = resourceInfo
end

Instance Attribute Details

#resourceInfoObject

Returns the value of attribute resourceInfo.



34861
34862
34863
# File 'lib/vmware/soap/vim25.rb', line 34861

def resourceInfo
  @resourceInfo
end

Instance Method Details

#m__thisObject



34863
34864
34865
# File 'lib/vmware/soap/vim25.rb', line 34863

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34867
34868
34869
# File 'lib/vmware/soap/vim25.rb', line 34867

def m__this=(value)
  @v__this = value
end