aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api/xenapi-datamodel.tex
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-04 15:00:57 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-04 15:00:57 +0100
commit3a7400aa8668b4ec5b9590662d29510001b10bd7 (patch)
treeb104c231c977d93e157b2b1de6e8dc0cae2aad60 /docs/xen-api/xenapi-datamodel.tex
parentf521621420045a4b51a42d17a33183dd7d36933d (diff)
downloadxen-3a7400aa8668b4ec5b9590662d29510001b10bd7.tar.gz
xen-3a7400aa8668b4ec5b9590662d29510001b10bd7.tar.bz2
xen-3a7400aa8668b4ec5b9590662d29510001b10bd7.zip
Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'docs/xen-api/xenapi-datamodel.tex')
-rw-r--r--docs/xen-api/xenapi-datamodel.tex67
1 files changed, 0 insertions, 67 deletions
diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex
index 760f4bfc62..ed67328ec5 100644
--- a/docs/xen-api/xenapi-datamodel.tex
+++ b/docs/xen-api/xenapi-datamodel.tex
@@ -9748,73 +9748,6 @@ $\mathit{RW}$ & {\tt other\_config} & (string $\rightarrow$ string) Map & addit
\hline
\end{longtable}
\subsection{RPCs associated with class: VDI}
-\subsubsection{RPC name:~snapshot}
-
-{\bf Overview:}
-Take an exact copy of the VDI; the snapshot lives in the same Storage
-Repository as its parent.
-
- \noindent {\bf Signature:}
-\begin{verbatim} (VDI ref) snapshot (session_id s, VDI ref vdi)\end{verbatim}
-
-
-\noindent{\bf Arguments:}
-
-
-\vspace{0.3cm}
-\begin{tabular}{|c|c|p{7cm}|}
- \hline
-{\bf type} & {\bf name} & {\bf description} \\ \hline
-{\tt VDI ref } & vdi & The VDI to snapshot \\ \hline
-
-\end{tabular}
-
-\vspace{0.3cm}
-
- \noindent {\bf Return Type:}
-{\tt
-VDI ref
-}
-
-
-The ID of the newly created VDI.
-\vspace{0.3cm}
-\vspace{0.3cm}
-\vspace{0.3cm}
-\subsubsection{RPC name:~resize}
-
-{\bf Overview:}
-Resize the vdi to the size.
-
- \noindent {\bf Signature:}
-\begin{verbatim} void resize (session_id s, VDI ref vdi, int size)\end{verbatim}
-
-
-\noindent{\bf Arguments:}
-
-
-\vspace{0.3cm}
-\begin{tabular}{|c|c|p{7cm}|}
- \hline
-{\bf type} & {\bf name} & {\bf description} \\ \hline
-{\tt VDI ref } & vdi & The VDI to resize \\ \hline
-
-{\tt int } & size & The new size of the VDI \\ \hline
-
-\end{tabular}
-
-\vspace{0.3cm}
-
- \noindent {\bf Return Type:}
-{\tt
-void
-}
-
-
-
-\vspace{0.3cm}
-\vspace{0.3cm}
-\vspace{0.3cm}
\subsubsection{RPC name:~get\_all}
{\bf Overview:}