VirtualBox

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

Last change on this file since 94209 was 93803, checked in by vboxsync, 3 years ago

doc/manual: Clean up the entity inclusion into all manpages, eliminating current and avoiding future warnings about unknown entity product-name. Minor further cleanups.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud list
4
5 Copyright (C) 2018-2020 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"
16 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
17<!ENTITY % all.entities SYSTEM "all-entities.ent">
18%all.entities;
19]>
20<refentry id="vboxmanage-cloudlist" lang="en">
21 <refentryinfo>
22 <pubdate>$Date: 2022-02-16 19:28:38 +0000 (Wed, 16 Feb 2022) $</pubdate>
23 <title>VBoxManage cloud list</title>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle>VBoxManage-cloudlist</refentrytitle>
28 <manvolnum>1</manvolnum>
29 </refmeta>
30
31 <refnamediv>
32 <refname>VBoxManage-cloudlist</refname>
33 <refpurpose>The cloud list command gives information about some standard entities in the every Cloud
34 and which can be represented by the list like the list of instances/disk images/networks and etc</refpurpose>
35 <refclass>Oracle VM VirtualBox</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-instances"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
40 <command>VBoxManage cloud</command>
41 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
42 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
43 <arg choice="plain">list</arg>
44 <arg choice="plain">instances</arg>
45 <arg>--state=<replaceable>string</replaceable></arg>
46 <arg>--compartment-id=<replaceable>string</replaceable></arg>
47 </cmdsynopsis>
48 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-images">
49 <command>VBoxManage cloud</command>
50 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
51 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
52 <arg choice="plain">list</arg>
53 <arg choice="plain">images</arg>
54 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg>
55 <arg>--state=<replaceable>string</replaceable></arg>
56 </cmdsynopsis>
57 </refsynopsisdiv>
58
59 <refsect1>
60 <title>Description</title>
61 <refsect2 id="vboxmanage-cloud-common-options">
62 <title>Common options</title>
63 <remark role="help-scope" condition="GLOBAL"/>
64 <para>The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
65 The following common options must be placed between the "cloud" and the following command, in our case "list":</para>
66 <variablelist>
67 <varlistentry>
68 <term>--provider=<replaceable>name</replaceable></term>
69 <listitem><para>Short cloud provider name.</para></listitem>
70 </varlistentry>
71 <varlistentry>
72 <term>--profile=<replaceable>name</replaceable></term>
73 <listitem><para>Cloud profile name. </para></listitem>
74 </varlistentry>
75 </variablelist>
76 </refsect2>
77
78 <refsect2 id="vboxmanage-cloudlist-instances">
79 <title>cloud list instances</title>
80 <remark role="help-copy-synopsis"/>
81 <para>
82 Displays the list of the instances for a specified compartment.
83 </para>
84 <variablelist>
85 <varlistentry>
86 <term>--state<replaceable>"running/paused/terminated"</replaceable></term>
87 <listitem>
88 <para>The state of cloud instance. The possible states are "running/paused/terminated" at moment.
89 If the state isn't provided the list of instances with all possible states is returned.
90 </para>
91 </listitem>
92 </varlistentry>
93 <varlistentry>
94 <term><option>--compartment-id</option></term>
95 <listitem>
96 <para>A compartment is the logical container used to organize and isolate cloud resources.
97 The different cloud providers can have the different names for this entity.
98 </para>
99 </listitem>
100 </varlistentry>
101 </variablelist>
102 </refsect2>
103
104 <refsect2 id="vboxmanage-cloudlist-images">
105 <title>cloud list images</title>
106 <remark role="help-copy-synopsis"/>
107 <para>
108 Displays the list of the images for a specified compartment.
109 </para>
110 <variablelist>
111 <varlistentry>
112 <term>--state<replaceable>"available/disabled/deleted"</replaceable></term>
113 <listitem>
114 <para>The state of cloud image. The possible states are "available/disabled/deleted" at moment.
115 If the state isn't provided the list of images with all possible states is returned.
116 </para>
117 </listitem>
118 </varlistentry>
119 <varlistentry>
120 <term><option>--compartment-id</option></term>
121 <listitem>
122 <para>A compartment is the logical container used to organize and isolate cloud resources.
123 The different cloud providers can have the different names for this entity.
124 </para>
125 </listitem>
126 </varlistentry>
127 </variablelist>
128 </refsect2>
129 </refsect1>
130</refentry>
131
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