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

项目: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.1
 */
AnswerFile retrieveAnswerFileForProfile(HostSystem host, HostApplyProfile applyProfile) throws RuntimeFault, RemoteException;