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