VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml@ 79876

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

bugre:9404. removed unused stuff.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud instance
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<refentry id="vboxmanage-cloudinstance" lang="en">
16
17 <refentryinfo>
18 <pubdate>$Date: 2019-06-10 11:32:56 +0000 (Mon, 10 Jun 2019) $</pubdate>
19 <title>VBoxManage cloud instance</title>
20 </refentryinfo>
21
22 <refmeta>
23 <refentrytitle>VBoxManage-cloudinstance</refentrytitle>
24 <manvolnum>1</manvolnum>
25 </refmeta>
26
27 <refnamediv>
28 <refname>VBoxManage-cloudinstance</refname>
29 <refpurpose>manage the cloud instance</refpurpose>
30 <refclass>Oracle VM VirtualBox</refclass>
31 </refnamediv>
32
33 <refsynopsisdiv>
34 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-info" sepchar=" ">
35 <command moreinfo="none">VBoxManage cloud</command>
36 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
37 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
38 <arg choice="plain" rep="norepeat">instance</arg>
39 <arg choice="plain" rep="norepeat">info</arg>
40 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
41 </cmdsynopsis>
42 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-terminate" sepchar=" ">
43 <command moreinfo="none">VBoxManage cloud</command>
44 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
45 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
46 <arg choice="plain" rep="norepeat">instance</arg>
47 <arg choice="plain" rep="norepeat">terminate</arg>
48 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
49 </cmdsynopsis>
50 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-start" sepchar=" ">
51 <command moreinfo="none">VBoxManage cloud</command>
52 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
53 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
54 <arg choice="plain" rep="norepeat">instance</arg>
55 <arg choice="plain" rep="norepeat">start</arg>
56 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
57 </cmdsynopsis>
58 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-pause" sepchar=" ">
59 <command moreinfo="none">VBoxManage cloud</command>
60 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
61 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
62 <arg choice="plain" rep="norepeat">instance</arg>
63 <arg choice="plain" rep="norepeat">pause</arg>
64 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
65 </cmdsynopsis>
66 </refsynopsisdiv>
67
68 <refsect1>
69 <title>Description</title>
70 <refsect2 id="vboxmanage-cloudinstance-info">
71 <title>cloud instance info</title>
72 <para>
73 Display information about a cloud instance with a specified id
74 </para>
75 <variablelist>
76 <varlistentry>
77 <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
78 </varlistentry>
79 </variablelist>
80 </refsect2>
81
82 <refsect2 id="vboxmanage-cloudinstance-terminate">
83 <title>cloud instance termination</title>
84 <para>
85 Delete a cloud instance with a specified id
86 </para>
87 <variablelist>
88 <varlistentry>
89 <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
90 </varlistentry>
91 </variablelist>
92 </refsect2>
93
94 <refsect2 id="vboxmanage-cloudinstance-start">
95 <title>cloud instance start</title>
96 <para>
97 Start a cloud instance with a specified id
98 </para>
99 <variablelist>
100 <varlistentry>
101 <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
102 </varlistentry>
103 </variablelist>
104 </refsect2>
105
106 <refsect2 id="vboxmanage-cloudinstance-pause">
107 <title>cloud instance pause</title>
108 <para>
109 Pause a cloud instance with a specified id
110 </para>
111 <variablelist>
112 <varlistentry>
113 <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
114 </varlistentry>
115 </variablelist>
116 </refsect2>
117 </refsect1>
118</refentry>
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