Java 类com.vmware.vim25.AnswerFile 实例源码

项目:vijava    文件:HostProfileManager.java   
/**
 * @since SDK5.0
 */
public AnswerFile retrieveAnswerFile(HostSystem host) throws RuntimeFault, RemoteException
{
  return getVimService().retrieveAnswerFile(getMOR(), host.getMOR()); 
}
项目:vijava    文件:HostProfileManager.java   
/** @since SDK5.1 */
public AnswerFile retrieveAnswerFileForProfile(HostSystem host, HostApplyProfile applyProfile) throws RuntimeFault, RemoteException
{
  return getVimService().retrieveAnswerFileForProfile(getMOR(), host==null?null:host.getMOR(), applyProfile);
}
项目:jcloud-vsphere    文件:HostProfileManagerApi.java   
/**
 * @since SDK5.0
 */
AnswerFile retrieveAnswerFile(HostSystem host) throws RuntimeFault, RemoteException;
项目:jcloud-vsphere    文件:HostProfileManagerApi.java   
/**
 * @since SDK5.1
 */
AnswerFile retrieveAnswerFileForProfile(HostSystem host, HostApplyProfile applyProfile) throws RuntimeFault, RemoteException;