[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Added VDI.resize method.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 5cd2a642eff6f8e6e2079cf29716d34f16661cd5 # Parent 3ca58455397256f52b9d792f54e7dbb0eaa81744 Added VDI.resize method. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- docs/xen-api/xenapi-datamodel.tex | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+) diff -r 3ca584553972 -r 5cd2a642eff6 docs/xen-api/xenapi-datamodel.tex --- a/docs/xen-api/xenapi-datamodel.tex Thu Oct 26 14:39:34 2006 +0100 +++ b/docs/xen-api/xenapi-datamodel.tex Thu Oct 26 14:40:22 2006 +0100 @@ -7262,6 +7262,40 @@ 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\_uuid} {\bf Overview:} _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |