Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID.
authorEwan Mellor <ewan@xensource.com>
Mon, 29 Jan 2007 19:04:54 +0000 (19:04 +0000)
committerEwan Mellor <ewan@xensource.com>
Mon, 29 Jan 2007 19:04:54 +0000 (19:04 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex

index 610ed27dc306fcce37e57c508f43872a4403f4bd..9901f612e7c298a1417428ca2c0fd0f39d3dc906 100644 (file)
@@ -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,