Class: QueryMemoryOverheadExRequestType
- Inherits:
-
Object
- Object
- QueryMemoryOverheadExRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryMemoryOverheadExRequestType
m__this - ManagedObjectReference
vmConfigInfo - VirtualMachineConfigInfo
Instance Attribute Summary collapse
-
#vmConfigInfo ⇒ Object
Returns the value of attribute vmConfigInfo.
Instance Method Summary collapse
-
#initialize(v__this = nil, vmConfigInfo = nil) ⇒ QueryMemoryOverheadExRequestType
constructor
A new instance of QueryMemoryOverheadExRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#vmConfigInfo ⇒ Object
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__this ⇒ Object
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 |