com.hyper9.simdk.stubs.jaxws
Class QueryMemoryOverhead

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.QueryMemoryOverhead

public class QueryMemoryOverhead
extends Object


Constructor Summary
QueryMemoryOverhead()
           
 
Method Summary
 Long getMemorySize()
           
 Integer getNumVcpus()
           
 ManagedObjectReference getThis()
           
 Integer getVideoRamSize()
           
 void setMemorySize(Long memorySize)
           
 void setNumVcpus(Integer numVcpus)
           
 void setThis(ManagedObjectReference _this)
           
 void setVideoRamSize(Integer videoRamSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryMemoryOverhead

public QueryMemoryOverhead()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getMemorySize

public Long getMemorySize()
Returns:
returns Long

setMemorySize

public void setMemorySize(Long memorySize)
Parameters:
memorySize - the value for the memorySize property

getVideoRamSize

public Integer getVideoRamSize()
Returns:
returns Integer

setVideoRamSize

public void setVideoRamSize(Integer videoRamSize)
Parameters:
videoRamSize - the value for the videoRamSize property

getNumVcpus

public Integer getNumVcpus()
Returns:
returns Integer

setNumVcpus

public void setNumVcpus(Integer numVcpus)
Parameters:
numVcpus - the value for the numVcpus property


Copyright © 2009-2010 Hyper9. All Rights Reserved.