VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-cloudlist.xml@ 79060

Last change on this file since 79060 was 79058, checked in by vboxsync, 6 years ago

bugref:9404. Manual: added the \'--state\' parameter for the command \'list instances\'

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud list
4
5 Copyright (C) 2018 Oracle Corporation
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14 -->
15<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
16
17
18<refentry id="vboxmanage-cloudlist" lang="en">
19
20 <refentryinfo>
21 <pubdate>$Date: 2019-06-10 09:57:52 +0000 (Mon, 10 Jun 2019) $</pubdate>
22 <title>VBoxManage cloud list</title>
23 </refentryinfo>
24
25 <refmeta>
26 <refentrytitle>VBoxManage-cloudlist</refentrytitle>
27 <manvolnum>1</manvolnum>
28 </refmeta>
29
30 <refnamediv>
31 <refname>VBoxManage-cloudlist</refname>
32 <refpurpose>The cloud list command gives information about some standard entities existed in the every Cloud
33 and which can be represented by the list like the list of instances/disk images/networks and etc.</refpurpose>
34 <refclass>Oracle VM VirtualBox</refclass>
35 </refnamediv>
36
37 <refsynopsisdiv>
38 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-instances"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
39 <command>VBoxManage cloud</command>
40 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
41 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
42 <arg choice="plain">list</arg>
43 <arg choice="plain">instances</arg>
44 <arg>--state=<replaceable>string</replaceable></arg>
45 <arg>--compartment-id=<replaceable>string</replaceable></arg>
46 </cmdsynopsis>
47 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-images">
48 <command>VBoxManage cloud</command>
49 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
50 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
51 <arg choice="plain">list</arg>
52 <arg choice="plain">images</arg>
53 <arg>--compartment-id=<replaceable>string</replaceable></arg>
54 </cmdsynopsis>
55 </refsynopsisdiv>
56
57 <refsect1>
58 <title>Description</title>
59 <refsect2 id="vboxmanage-cloud-common-options">
60 <title>Common options</title>
61 <remark role="help-scope" condition="GLOBAL"/>
62 <para>The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
63 The following common options must be placed between the "cloud" and the following command, in our case "list":</para>
64 <variablelist>
65 <varlistentry>
66 <term>--provider=<replaceable>name</replaceable></term>
67 <listitem><para>Short cloud provider name.</para></listitem>
68 </varlistentry>
69 <varlistentry>
70 <term>--profile=<replaceable>name</replaceable></term>
71 <listitem><para>Cloud profile name. </para></listitem>
72 </varlistentry>
73 </variablelist>
74 </refsect2>
75
76 <refsect2 id="vboxmanage-cloudlist-instances">
77 <title>cloud list instances</title>
78 <remark role="help-copy-synopsis"/>
79 <para>
80 Displays the list of the instances for a specified compartment.
81 </para>
82 <variablelist>
83 <varlistentry>
84 <term>--state=<replaceable>"run/pause/terminate"</replaceable></term>
85 <listitem>
86 <para>The state of cloud instance. The possible states are "run/pause/terminate" at moment.
87 </para>
88 </listitem>
89 </varlistentry>
90 <varlistentry>
91 <term><option>--compartment-id</option></term>
92 <listitem>
93 <para>A compartment is the logical container used to organize and isolate cloud resources.
94 The different cloud providers can have the different names for this entity.
95 </para>
96 </listitem>
97 </varlistentry>
98 </variablelist>
99 </refsect2>
100
101 <refsect2 id="vboxmanage-cloudlist-images">
102 <title>cloud list images</title>
103 <remark role="help-copy-synopsis"/>
104 <para>
105 Displays the list of the images for a specified compartment.
106 </para>
107 <variablelist>
108 <varlistentry>
109 <term><option>--compartment-id</option></term>
110 <listitem>
111 <para>A compartment is the logical container used to organize and isolate cloud resources.
112 The different cloud providers can have the different names for this entity.
113 </para>
114 </listitem>
115 </varlistentry>
116 </variablelist>
117 </refsect2>
118 </refsect1>
119</refentry>
120
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette