[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1170097494 0 # Node ID eb7b2a9ce40ca37bded8deb1f9a17a57d0fbb413 # Parent 7261e0d4b7df09f8467656c3871866f3b169ade7 Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- docs/xen-api/xenapi-datamodel.tex | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+) diff -r 7261e0d4b7df -r eb7b2a9ce40c docs/xen-api/xenapi-datamodel.tex --- a/docs/xen-api/xenapi-datamodel.tex Mon Jan 29 19:00:48 2007 +0000 +++ b/docs/xen-api/xenapi-datamodel.tex Mon Jan 29 19:04:54 2007 +0000 @@ -10643,6 +10643,16 @@ You attempted an operation that was not \begin{verbatim}OPERATION_NOT_ALLOWED()\end{verbatim} \begin{center}\rule{10em}{0.1pt}\end{center} +\subsubsection{PIF\_HANDLE\_INVALID} + +You gave an invalid PIF handle. The PIF may have recently been deleted. +The handle parameter echoes the bad value given. + +\vspace{0.3cm} +{\bf Signature:} +\begin{verbatim}PIF_HANDLE_INVALID(handle)\end{verbatim} +\begin{center}\rule{10em}{0.1pt}\end{center} + \subsubsection{PIF\_IS\_PHYSICAL} You tried to destroy a PIF, but it represents an aspect of the physical @@ -10652,6 +10662,16 @@ PIF handle you gave. \vspace{0.3cm} {\bf Signature:} \begin{verbatim}PIF_IS_PHYSICAL(PIF)\end{verbatim} +\begin{center}\rule{10em}{0.1pt}\end{center} + +\subsubsection{PIF\_METRICS\_HANDLE\_INVALID} + +You gave an invalid PIF\_metrics handle. The PIF\_metrics may have +recently been deleted. The handle parameter echoes the bad value given. + +\vspace{0.3cm} +{\bf Signature:} +\begin{verbatim}PIF_METRICS_HANDLE_INVALID(handle)\end{verbatim} \begin{center}\rule{10em}{0.1pt}\end{center} \subsubsection{SESSION\_AUTHENTICATION\_FAILED} _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |