/** * @since SDK5.0 */ public AnswerFile retrieveAnswerFile(HostSystem host) throws RuntimeFault, RemoteException { return getVimService().retrieveAnswerFile(getMOR(), host.getMOR()); }
/** @since SDK5.1 */ public AnswerFile retrieveAnswerFileForProfile(HostSystem host, HostApplyProfile applyProfile) throws RuntimeFault, RemoteException { return getVimService().retrieveAnswerFileForProfile(getMOR(), host==null?null:host.getMOR(), applyProfile); }
/** * @since SDK5.0 */ AnswerFile retrieveAnswerFile(HostSystem host) throws RuntimeFault, RemoteException;
/** * @since SDK5.1 */ AnswerFile retrieveAnswerFileForProfile(HostSystem host, HostApplyProfile applyProfile) throws RuntimeFault, RemoteException;