Class: QueryMemoryOverheadRequestType
- Inherits:
-
Object
- Object
- QueryMemoryOverheadRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryMemoryOverheadRequestType
m__this - ManagedObjectReference
memorySize - SOAP::SOAPLong
videoRamSize - SOAP::SOAPInt
numVcpus - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#memorySize ⇒ Object
Returns the value of attribute memorySize.
-
#numVcpus ⇒ Object
Returns the value of attribute numVcpus.
-
#videoRamSize ⇒ Object
Returns the value of attribute videoRamSize.
Instance Method Summary collapse
-
#initialize(v__this = nil, memorySize = nil, videoRamSize = nil, numVcpus = nil) ⇒ QueryMemoryOverheadRequestType
constructor
A new instance of QueryMemoryOverheadRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, memorySize = nil, videoRamSize = nil, numVcpus = nil) ⇒ QueryMemoryOverheadRequestType
Returns a new instance of QueryMemoryOverheadRequestType.
35057 35058 35059 35060 35061 35062 |
# File 'lib/vmware/soap/vim25.rb', line 35057 def initialize(v__this = nil, memorySize = nil, videoRamSize = nil, numVcpus = nil) @v__this = v__this @memorySize = memorySize @videoRamSize = videoRamSize @numVcpus = numVcpus end |
Instance Attribute Details
#memorySize ⇒ Object
Returns the value of attribute memorySize.
35045 35046 35047 |
# File 'lib/vmware/soap/vim25.rb', line 35045 def memorySize @memorySize end |
#numVcpus ⇒ Object
Returns the value of attribute numVcpus.
35047 35048 35049 |
# File 'lib/vmware/soap/vim25.rb', line 35047 def numVcpus @numVcpus end |
#videoRamSize ⇒ Object
Returns the value of attribute videoRamSize.
35046 35047 35048 |
# File 'lib/vmware/soap/vim25.rb', line 35046 def videoRamSize @videoRamSize end |
Instance Method Details
#m__this ⇒ Object
35049 35050 35051 |
# File 'lib/vmware/soap/vim25.rb', line 35049 def m__this @v__this end |
#m__this=(value) ⇒ Object
35053 35054 35055 |
# File 'lib/vmware/soap/vim25.rb', line 35053 def m__this=(value) @v__this = value end |