Class: QueryMemoryOverheadExRequestType

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

Overview

urn:vim25QueryMemoryOverheadExRequestType

m__this - ManagedObjectReference
vmConfigInfo - VirtualMachineConfigInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vmConfigInfo = nil) ⇒ QueryMemoryOverheadExRequestType

Returns a new instance of QueryMemoryOverheadExRequestType.



35079
35080
35081
35082
# File 'lib/vmware/soap/vim25.rb', line 35079

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

Instance Attribute Details

#vmConfigInfoObject

Returns the value of attribute vmConfigInfo.



35069
35070
35071
# File 'lib/vmware/soap/vim25.rb', line 35069

def vmConfigInfo
  @vmConfigInfo
end

Instance Method Details

#m__thisObject



35071
35072
35073
# File 'lib/vmware/soap/vim25.rb', line 35071

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35075
35076
35077
# File 'lib/vmware/soap/vim25.rb', line 35075

def m__this=(value)
  @v__this = value
end