ia64/xen-unstable
changeset 14552:8addc5015523
Mark host. and PIF.metrics fields as ROrun, to match VIF, VM, and VBD.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Mon Mar 26 01:02:18 2007 +0100 (2007-03-26) |
parents | 5987388630f4 |
children | dccb274295ae |
files | docs/xen-api/xenapi-datamodel.tex |
line diff
1.1 --- a/docs/xen-api/xenapi-datamodel.tex Mon Mar 26 00:40:34 2007 +0100 1.2 +++ b/docs/xen-api/xenapi-datamodel.tex Mon Mar 26 01:02:18 2007 +0100 1.3 @@ -1062,7 +1062,7 @@ Quals & Field & Type & Description \\ 1.4 $\mathit{RW}$ & {\tt other\_config} & (string $\rightarrow$ string) Map & additional configuration \\ 1.5 $\mathit{RO}_\mathit{run}$ & {\tt domid} & int & domain ID (if available, -1 otherwise) \\ 1.6 $\mathit{RO}_\mathit{run}$ & {\tt is\_control\_domain} & bool & true if this is a control domain (domain 0 or a driver domain) \\ 1.7 -$\mathit{RO}_\mathit{run}$ & {\tt metrics} & VM\_metrics ref & metrics associated with this VM. \\ 1.8 +$\mathit{RO}_\mathit{run}$ & {\tt metrics} & VM\_metrics ref & metrics associated with this VM \\ 1.9 $\mathit{RO}_\mathit{run}$ & {\tt guest\_metrics} & VM\_guest\_metrics ref & metrics associated with the running guest \\ 1.10 \hline 1.11 \end{longtable} 1.12 @@ -4663,7 +4663,7 @@ Quals & Field & Type & Description \\ 1.13 $\mathit{RW}$ & {\tt crash\_dump\_sr} & SR ref & The SR in which VDIs for crash dumps are created \\ 1.14 $\mathit{RO}_\mathit{run}$ & {\tt PBDs} & (PBD ref) Set & physical blockdevices \\ 1.15 $\mathit{RO}_\mathit{run}$ & {\tt host\_CPUs} & (host\_cpu ref) Set & The physical CPUs on this host \\ 1.16 -$\mathit{RO}_\mathit{ins}$ & {\tt metrics} & host\_metrics ref & metrics associated with this host. \\ 1.17 +$\mathit{RO}_\mathit{run}$ & {\tt metrics} & host\_metrics ref & metrics associated with this host \\ 1.18 \hline 1.19 \end{longtable} 1.20 \subsection{RPCs associated with class: host} 1.21 @@ -6986,7 +6986,7 @@ Quals & Field & Type & Description \\ 1.22 $\mathit{RW}$ & {\tt qos/algorithm\_type} & string & QoS algorithm to use \\ 1.23 $\mathit{RW}$ & {\tt qos/algorithm\_params} & (string $\rightarrow$ string) Map & parameters for chosen QoS algorithm \\ 1.24 $\mathit{RO}_\mathit{run}$ & {\tt qos/supported\_algorithms} & string Set & supported QoS algorithms for this VIF \\ 1.25 -$\mathit{RO}_\mathit{run}$ & {\tt metrics} & VIF\_metrics ref & metrics associated with this VIF. \\ 1.26 +$\mathit{RO}_\mathit{run}$ & {\tt metrics} & VIF\_metrics ref & metrics associated with this VIF \\ 1.27 \hline 1.28 \end{longtable} 1.29 \subsection{RPCs associated with class: VIF} 1.30 @@ -8117,7 +8117,7 @@ Quals & Field & Type & Description \\ 1.31 $\mathit{RW}$ & {\tt MAC} & string & ethernet MAC address of physical interface \\ 1.32 $\mathit{RW}$ & {\tt MTU} & int & MTU in octets \\ 1.33 $\mathit{RW}$ & {\tt VLAN} & int & VLAN tag for all traffic passing through this interface \\ 1.34 -$\mathit{RO}_\mathit{ins}$ & {\tt metrics} & PIF\_metrics ref & metrics associated with this PIF. \\ 1.35 +$\mathit{RO}_\mathit{run}$ & {\tt metrics} & PIF\_metrics ref & metrics associated with this PIF \\ 1.36 \hline 1.37 \end{longtable} 1.38 \subsection{RPCs associated with class: PIF}