VirtualBox

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

Last change on this file since 85124 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: 10.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud instance
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<refentry id="vboxmanage-cloudinstance" lang="en">
16
17 <refentryinfo>
18 <pubdate>$Date: 2020-02-04 10:54:12 +0000 (Tue, 04 Feb 2020) $</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 instances</refpurpose>
30 <refclass>Oracle VM VirtualBox</refclass>
31 </refnamediv>
32
33 <refsynopsisdiv>
34 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-create" 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">create</arg>
40 <arg choice="req" rep="norepeat">--domain-name=<replaceable>name</replaceable></arg>
41 <group choice="req">
42 <arg choice="req" rep="norepeat">--image-id=<replaceable>id</replaceable></arg>
43 <arg choice="req" rep="norepeat">--boot-volume-id=<replaceable>id</replaceable></arg>
44 </group>
45 <arg choice="req" rep="norepeat">--display-name=<replaceable>name</replaceable></arg>
46 <arg choice="req" rep="norepeat">--shape=<replaceable>type</replaceable></arg>
47 <arg choice="req" rep="norepeat">--subnet=<replaceable>id</replaceable></arg>
48 <arg rep="norepeat">--boot-disk-size=<replaceable>size in GB</replaceable></arg>
49 <arg rep="norepeat">--publicip=<replaceable>true/false</replaceable></arg>
50 <arg rep="norepeat">--privateip=<replaceable>IP address</replaceable></arg>
51 <arg rep="repeat">--public-ssh-key=<replaceable>key string</replaceable></arg>
52 <arg rep="norepeat">--launch-mode=<replaceable>NATIVE/EMULATED/PARAVIRTUALIZED</replaceable></arg>
53 </cmdsynopsis>
54 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-info" sepchar=" ">
55 <command moreinfo="none">VBoxManage cloud</command>
56 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
57 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
58 <arg choice="plain" rep="norepeat">instance</arg>
59 <arg choice="plain" rep="norepeat">info</arg>
60 <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
61 </cmdsynopsis>
62 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-terminate" sepchar=" ">
63 <command moreinfo="none">VBoxManage cloud</command>
64 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
65 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
66 <arg choice="plain" rep="norepeat">instance</arg>
67 <arg choice="plain" rep="norepeat">terminate</arg>
68 <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
69 </cmdsynopsis>
70 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-start" sepchar=" ">
71 <command moreinfo="none">VBoxManage cloud</command>
72 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
73 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
74 <arg choice="plain" rep="norepeat">instance</arg>
75 <arg choice="plain" rep="norepeat">start</arg>
76 <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
77 </cmdsynopsis>
78 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-pause" sepchar=" ">
79 <command moreinfo="none">VBoxManage cloud</command>
80 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>
81 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>
82 <arg choice="plain" rep="norepeat">instance</arg>
83 <arg choice="plain" rep="norepeat">pause</arg>
84 <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
85 </cmdsynopsis>
86 </refsynopsisdiv>
87
88 <refsect1>
89 <title>Description</title>
90
91 <refsect2 id="vboxmanage-cloudinstance-common-options">
92 <title>Common options</title>
93 <remark role="help-scope" condition="GLOBAL"/>
94 <para>The subcommands of <command>cloudinstance</command> implement the standard operations for a cloud instance
95 like start/pause/show/terminate. The next common options must be placed between the "cloud" and the following sub-commands:</para>
96 <variablelist>
97 <varlistentry>
98 <term>--provider=<replaceable>name</replaceable></term>
99 <listitem><para>Short cloud provider name.</para></listitem>
100 </varlistentry>
101 <varlistentry>
102 <term>--profile=<replaceable>name</replaceable></term>
103 <listitem><para>Cloud profile name. </para></listitem>
104 </varlistentry>
105 </variablelist>
106 </refsect2>
107
108 <refsect2 id="vboxmanage-cloudinstance-create">
109 <title>cloud instance create</title>
110 <remark role="help-copy-synopsis"/>
111 <para>
112 Creates new instance in the Cloud.
113 There are two standard ways to create an instance in the Cloud:
114 1. Create an instance from an existing custom image.
115 2. Create an instance from an existing bootable volume. This bootable volume shouldn't be attached to any instance.
116 For the 1st approach next parameters are required: image-id and boot-disk-size.
117 For the 2nd approach next parameters are required: boot-volume-id;
118 The rest parameters are common for both cases:
119 display-name, launch-mode, subnet-id, publicIP, privateIP, shape, domain.
120 </para>
121 <variablelist>
122 <varlistentry>
123 <term><option>--domain-name</option></term><listitem><para>Cloud domain where new instance is created.</para></listitem>
124 </varlistentry>
125 <varlistentry>
126 <term><option>--image-id</option></term><listitem><para>Unique identifier which fully identifies a custom image in the Cloud.</para></listitem>
127 </varlistentry>
128 <varlistentry>
129 <term><option>--boot-volume-id</option></term><listitem><para>Unique identifier which fully identifies a boot volume in the Cloud.</para></listitem>
130 </varlistentry>
131 <varlistentry>
132 <term><option>--display-name</option></term><listitem><para>Name for new instance in the Cloud.</para></listitem>
133 </varlistentry>
134 <varlistentry>
135 <term><option>--shape</option></term><listitem><para> The shape of instance, defines the number of CPUs and RAM memory.</para></listitem>
136 </varlistentry>
137 <varlistentry>
138 <term><option>--subnet</option></term><listitem><para> Unique identifier which fully identifies an existing subnet in the Cloud which will be used by the instance.</para></listitem>
139 </varlistentry>
140 <varlistentry>
141 <term><option>--boot-disk-size</option></term><listitem><para> The size of bootable image in GB. Default is 50GB.</para></listitem>
142 </varlistentry>
143 <varlistentry>
144 <term><option>--publicip</option></term><listitem><para>Whether the instance will have a public IP or not.</para></listitem>
145 </varlistentry>
146 <varlistentry>
147 <term><option>--privateip</option></term><listitem><para>Private IP address for the created instance.</para></listitem>
148 </varlistentry>
149 <varlistentry>
150 <term><option>--public-ssh-key</option></term>
151 <listitem>
152 <para>Public SSH key used to connect to the instance via SSH.
153 This parameter may be repeated if you plan to use more than one key as:
154 "--public-ssh-key=firstSSHKey --public-ssh-key=secondSSHKey".
155 </para>
156 </listitem>
157 </varlistentry>
158 <varlistentry>
159 <term><option>--launch-mode</option></term><listitem><para>The most known values here may be EMULATED, NATIVE, PARAVIRTUALIZED. </para></listitem>
160 </varlistentry>
161 </variablelist>
162 </refsect2>
163
164 <refsect2 id="vboxmanage-cloudinstance-info">
165 <title>cloud instance info</title>
166 <para>
167 Display information about a cloud instance with a specified id.
168 </para>
169 <variablelist>
170 <varlistentry>
171 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
172 </varlistentry>
173 </variablelist>
174 </refsect2>
175
176 <refsect2 id="vboxmanage-cloudinstance-terminate">
177 <title>cloud instance termination</title>
178 <para>
179 Delete a cloud instance with a specified id.
180 </para>
181 <variablelist>
182 <varlistentry>
183 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
184 </varlistentry>
185 </variablelist>
186 </refsect2>
187
188 <refsect2 id="vboxmanage-cloudinstance-start">
189 <title>cloud instance start</title>
190 <para>
191 Start a cloud instance with a specified id.
192 </para>
193 <variablelist>
194 <varlistentry>
195 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
196 </varlistentry>
197 </variablelist>
198 </refsect2>
199
200 <refsect2 id="vboxmanage-cloudinstance-pause">
201 <title>cloud instance pause</title>
202 <para>
203 Pause a cloud instance with a specified id.
204 </para>
205 <variablelist>
206 <varlistentry>
207 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
208 </varlistentry>
209 </variablelist>
210 </refsect2>
211 </refsect1>
212</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