Class: QueryMemoryOverheadRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#memorySizeObject

Returns the value of attribute memorySize.



35045
35046
35047
# File 'lib/vmware/soap/vim25.rb', line 35045

def memorySize
  @memorySize
end

#numVcpusObject

Returns the value of attribute numVcpus.



35047
35048
35049
# File 'lib/vmware/soap/vim25.rb', line 35047

def numVcpus
  @numVcpus
end

#videoRamSizeObject

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__thisObject



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