From: Ewan Mellor Date: Mon, 29 Jan 2007 19:04:54 +0000 (+0000) Subject: Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15368^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c787417a5aa5c22cc1929a6d4f5f5eaa4f88e1c;p=xen.git Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. Signed-off-by: Ewan Mellor --- diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 610ed27dc3..9901f612e7 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -10643,6 +10643,16 @@ You attempted an operation that was not allowed. \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 @@ -10654,6 +10664,16 @@ PIF handle you gave. \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} The credentials given by the user are incorrect, so access has been denied,