Deprecated API


Contents
Deprecated Fields
com.xensource.xenapi.Connection.rioConnection
          Use getAPIVersion() instead. 
 

Deprecated Methods
com.xensource.xenapi.HostPatch.apply(Connection)
            
com.xensource.xenapi.HostPatch.applyAsync(Connection)
            
com.xensource.xenapi.User.create(Connection, User.Record)
            
com.xensource.xenapi.User.createAsync(Connection, User.Record)
            
com.xensource.xenapi.PIF.createVLAN(Connection, String, Network, Host, Long)
            
com.xensource.xenapi.PIF.createVLANAsync(Connection, String, Network, Host, Long)
            
com.xensource.xenapi.HostPatch.destroy(Connection)
            
com.xensource.xenapi.PIF.destroy(Connection)
            
com.xensource.xenapi.User.destroy(Connection)
            
com.xensource.xenapi.HostPatch.destroyAsync(Connection)
            
com.xensource.xenapi.PIF.destroyAsync(Connection)
            
com.xensource.xenapi.User.destroyAsync(Connection)
            
com.xensource.xenapi.HostCpu.getAll(Connection)
            
com.xensource.xenapi.HostCpu.getByUuid(Connection, String)
            
com.xensource.xenapi.User.getByUuid(Connection, String)
            
com.xensource.xenapi.HostMetrics.getMemoryFree(Connection)
            
com.xensource.xenapi.VM.getMemoryTarget(Connection)
            
com.xensource.xenapi.HostCpu.getRecord(Connection)
            
com.xensource.xenapi.User.getRecord(Connection)
            
com.xensource.xenapi.SR.make(Connection, Host, Map, Long, String, String, String, String, Map)
            
com.xensource.xenapi.SR.makeAsync(Connection, Host, Map, Long, String, String, String, String, Map)
            
com.xensource.xenapi.VM.setMemoryTargetLive(Connection, Long)
            
com.xensource.xenapi.VM.setMemoryTargetLiveAsync(Connection, Long)
            
com.xensource.xenapi.VM.waitMemoryTargetLive(Connection)
            
com.xensource.xenapi.VM.waitMemoryTargetLiveAsync(Connection)
            
 

Deprecated Constructors
com.xensource.xenapi.Connection(String, String, String)
          Use a constructor that takes a URL as the first parameter instead.