VirtualBox

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

Last change on this file since 98081 was 96407, checked in by vboxsync, 2 years ago

scm copyright and license note update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud list
4-->
5<!--
6 Copyright (C) 2018-2022 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-cloudlist" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2022-08-22 17:43:14 +0000 (Mon, 22 Aug 2022) $</pubdate>
34 <title>VBoxManage cloud list</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-cloudlist</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-cloudlist</refname>
44 <refpurpose>The cloud list command gives information about some standard entities in the every Cloud
45 and which can be represented by the list like the list of instances/disk images/networks and etc</refpurpose>
46 <refclass>Oracle VM VirtualBox</refclass>
47 </refnamediv>
48
49 <refsynopsisdiv>
50 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-instances"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage cloud</command>
52 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
53 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
54 <arg choice="plain">list</arg>
55 <arg choice="plain">instances</arg>
56 <arg>--state=<replaceable>string</replaceable></arg>
57 <arg>--compartment-id=<replaceable>string</replaceable></arg>
58 </cmdsynopsis>
59 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-images">
60 <command>VBoxManage cloud</command>
61 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
62 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
63 <arg choice="plain">list</arg>
64 <arg choice="plain">images</arg>
65 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg>
66 <arg>--state=<replaceable>string</replaceable></arg>
67 </cmdsynopsis>
68 </refsynopsisdiv>
69
70 <refsect1>
71 <title>Description</title>
72 <refsect2 id="vboxmanage-cloud-common-options">
73 <title>Common options</title>
74 <remark role="help-scope" condition="GLOBAL"/>
75 <para>The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
76 The following common options must be placed between the "cloud" and the following command, in our case "list":</para>
77 <variablelist>
78 <varlistentry>
79 <term>--provider=<replaceable>name</replaceable></term>
80 <listitem><para>Short cloud provider name.</para></listitem>
81 </varlistentry>
82 <varlistentry>
83 <term>--profile=<replaceable>name</replaceable></term>
84 <listitem><para>Cloud profile name. </para></listitem>
85 </varlistentry>
86 </variablelist>
87 </refsect2>
88
89 <refsect2 id="vboxmanage-cloudlist-instances">
90 <title>cloud list instances</title>
91 <remark role="help-copy-synopsis"/>
92 <para>
93 Displays the list of the instances for a specified compartment.
94 </para>
95 <variablelist>
96 <varlistentry>
97 <term>--state<replaceable>"running/paused/terminated"</replaceable></term>
98 <listitem>
99 <para>The state of cloud instance. The possible states are "running/paused/terminated" at moment.
100 If the state isn't provided the list of instances with all possible states is returned.
101 </para>
102 </listitem>
103 </varlistentry>
104 <varlistentry>
105 <term><option>--compartment-id</option></term>
106 <listitem>
107 <para>A compartment is the logical container used to organize and isolate cloud resources.
108 The different cloud providers can have the different names for this entity.
109 </para>
110 </listitem>
111 </varlistentry>
112 </variablelist>
113 </refsect2>
114
115 <refsect2 id="vboxmanage-cloudlist-images">
116 <title>cloud list images</title>
117 <remark role="help-copy-synopsis"/>
118 <para>
119 Displays the list of the images for a specified compartment.
120 </para>
121 <variablelist>
122 <varlistentry>
123 <term>--state<replaceable>"available/disabled/deleted"</replaceable></term>
124 <listitem>
125 <para>The state of cloud image. The possible states are "available/disabled/deleted" at moment.
126 If the state isn't provided the list of images with all possible states is returned.
127 </para>
128 </listitem>
129 </varlistentry>
130 <varlistentry>
131 <term><option>--compartment-id</option></term>
132 <listitem>
133 <para>A compartment is the logical container used to organize and isolate cloud resources.
134 The different cloud providers can have the different names for this entity.
135 </para>
136 </listitem>
137 </varlistentry>
138 </variablelist>
139 </refsect2>
140 </refsect1>
141</refentry>
142
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