VirtualBox

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

Last change on this file since 82969 was 82969, checked in by vboxsync, 5 years ago

Copyright year updates - manual ones.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 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" "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: 2020-02-04 10:54:12 +0000 (Tue, 04 Feb 2020) $</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 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>--state=<replaceable>string</replaceable></arg>
54 <arg>--compartment-id=<replaceable>string</replaceable></arg>
55 </cmdsynopsis>
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title>Description</title>
60 <refsect2 id="vboxmanage-cloud-common-options">
61 <title>Common options</title>
62 <remark role="help-scope" condition="GLOBAL"/>
63 <para>The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
64 The following common options must be placed between the "cloud" and the following command, in our case "list":</para>
65 <variablelist>
66 <varlistentry>
67 <term>--provider=<replaceable>name</replaceable></term>
68 <listitem><para>Short cloud provider name.</para></listitem>
69 </varlistentry>
70 <varlistentry>
71 <term>--profile=<replaceable>name</replaceable></term>
72 <listitem><para>Cloud profile name. </para></listitem>
73 </varlistentry>
74 </variablelist>
75 </refsect2>
76
77 <refsect2 id="vboxmanage-cloudlist-instances">
78 <title>cloud list instances</title>
79 <remark role="help-copy-synopsis"/>
80 <para>
81 Displays the list of the instances for a specified compartment.
82 </para>
83 <variablelist>
84 <varlistentry>
85 <term>--state<replaceable>"running/paused/terminated"</replaceable></term>
86 <listitem>
87 <para>The state of cloud instance. The possible states are "running/paused/terminated" at moment.
88 If the state isn't provided the list of instances with all possible states is returned.
89 </para>
90 </listitem>
91 </varlistentry>
92 <varlistentry>
93 <term><option>--compartment-id</option></term>
94 <listitem>
95 <para>A compartment is the logical container used to organize and isolate cloud resources.
96 The different cloud providers can have the different names for this entity.
97 </para>
98 </listitem>
99 </varlistentry>
100 </variablelist>
101 </refsect2>
102
103 <refsect2 id="vboxmanage-cloudlist-images">
104 <title>cloud list images</title>
105 <remark role="help-copy-synopsis"/>
106 <para>
107 Displays the list of the images for a specified compartment.
108 </para>
109 <variablelist>
110 <varlistentry>
111 <term>--state<replaceable>"available/disabled/deleted"</replaceable></term>
112 <listitem>
113 <para>The state of cloud image. The possible states are "available/disabled/deleted" at moment.
114 If the state isn't provided the list of images with all possible states is returned.
115 </para>
116 </listitem>
117 </varlistentry>
118 <varlistentry>
119 <term><option>--compartment-id</option></term>
120 <listitem>
121 <para>A compartment is the logical container used to organize and isolate cloud resources.
122 The different cloud providers can have the different names for this entity.
123 </para>
124 </listitem>
125 </varlistentry>
126 </variablelist>
127 </refsect2>
128 </refsect1>
129</refentry>
130
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