VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-cloud.xml@ 99799

Last change on this file since 99799 was 99513, checked in by vboxsync, 22 months ago

manual,VBoxManage,isomaker/viso: Require all refsect1 and refsect2 elements to have @id attributes in manpages (refentry) to make these predictable and the split up topic files easier to handle for the docs team. Also requires these @id values to start with the refentry @id + '-'. Corrected a few bogus ones. Because 'controlvm' has too many sub-commands, HELP_SCOPE_ IDs will not be generated for 'See Also' and 'Examples' sections. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 32.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage cloud
4-->
5<!--
6 Copyright (C) 2018-2023 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-cloud" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2023-04-21 21:59:02 +0000 (Fri, 21 Apr 2023) $</pubdate>
34 <title>VBoxManage cloud</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-cloud</refentrytitle>
39 <manvolnum>1</manvolnum>
40 <refmiscinfo class="manual">&product-name;</refmiscinfo>
41 </refmeta>
42
43 <refnamediv>
44 <refname>VBoxManage-cloud</refname>
45 <refpurpose>Manage the cloud entities</refpurpose>
46 <refclass>&product-name;</refclass>
47 </refnamediv>
48
49 <refsynopsisdiv>
50 <!-- Cloud list -->
51 <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
52 <cmdsynopsis id="synopsis-vboxmanage-cloud-list-instances">
53 <command>VBoxManage cloud</command>
54 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
55 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
56 <sbr/>
57 <arg choice="plain">list instances</arg>
58 <arg>--state=<replaceable>string</replaceable></arg>
59 <arg>--compartment-id=<replaceable>string</replaceable></arg>
60 </cmdsynopsis>
61 <cmdsynopsis id="synopsis-vboxmanage-cloud-list-images">
62 <command>VBoxManage cloud</command>
63 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
64 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
65 <sbr/>
66 <arg choice="plain">list images</arg>
67 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg>
68 <arg>--state=<replaceable>string</replaceable></arg>
69 </cmdsynopsis>
70 <cmdsynopsis id="synopsis-vboxmanage-cloud-list-vnicattachments">
71 <command>VBoxManage cloud</command>
72 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
73 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
74 <sbr/>
75 <arg choice="plain">list vnicattachments</arg>
76 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg>
77 <arg rep="repeat">--filter=<group choice="plain">
78 <arg choice="plain">instanceId</arg>
79 <arg choice="plain">vnicId</arg>
80 <arg choice="plain">availabilityDomain</arg>
81 </group>=<replaceable>value</replaceable></arg>
82 </cmdsynopsis>
83
84 <!-- Cloud instance commands -->
85 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-create" sepchar=" ">
86 <command moreinfo="none">VBoxManage cloud</command>
87 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
88 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
89 <sbr/>
90 <arg choice="plain">instance create</arg>
91 <arg choice="req">--domain-name=<replaceable>name</replaceable></arg>
92 <group choice="req">
93 <arg choice="plain">--image-id=<replaceable>id</replaceable></arg>
94 <arg choice="plain">--boot-volume-id=<replaceable>id</replaceable></arg>
95 </group>
96 <arg choice="req">--display-name=<replaceable>name</replaceable></arg>
97 <arg choice="req">--shape=<replaceable>type</replaceable></arg>
98 <arg choice="req">--subnet=<replaceable>id</replaceable></arg>
99 <arg>--boot-disk-size=<replaceable>size in GB</replaceable></arg>
100 <arg>--publicip=<group choice="plain"><arg choice="plain">true</arg><arg choice="plain">false</arg></group></arg>
101 <arg>--privateip=<replaceable>IP address</replaceable></arg>
102 <arg rep="repeat">--public-ssh-key=<replaceable>key string</replaceable></arg>
103 <arg>--launch-mode=<group choice="plain">
104 <arg choice="plain">NATIVE</arg>
105 <arg choice="plain">EMULATED</arg>
106 <arg choice="plain">PARAVIRTUALIZED</arg>
107 </group></arg>
108 <arg>--cloud-init-script-path=<replaceable>path to a script</replaceable></arg>
109 </cmdsynopsis>
110 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-info" sepchar=" ">
111 <command moreinfo="none">VBoxManage cloud</command>
112 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
113 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
114 <sbr/>
115 <arg choice="plain">instance info</arg>
116 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
117 </cmdsynopsis>
118 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-terminate" sepchar=" ">
119 <command moreinfo="none">VBoxManage cloud</command>
120 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
121 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
122 <sbr/>
123 <arg choice="plain">instance terminate</arg>
124 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
125 </cmdsynopsis>
126 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-start" sepchar=" ">
127 <command moreinfo="none">VBoxManage cloud</command>
128 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
129 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
130 <sbr/>
131 <arg choice="plain">instance start</arg>
132 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
133 </cmdsynopsis>
134 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-pause" sepchar=" ">
135 <command moreinfo="none">VBoxManage cloud</command>
136 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
137 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
138 <sbr/>
139 <arg choice="plain">instance pause</arg>
140 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
141 </cmdsynopsis>
142 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-reset" sepchar=" ">
143 <command moreinfo="none">VBoxManage cloud</command>
144 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
145 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
146 <sbr/>
147 <arg choice="plain">instance reset</arg>
148 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
149 </cmdsynopsis>
150
151 <!-- Cloud image commands -->
152 <cmdsynopsis id="synopsis-vboxmanage-cloud-image-create" sepchar=" "> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
153 <command>VBoxManage cloud</command>
154 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
155 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
156 <sbr/>
157 <arg choice="plain">image create</arg>
158 <arg choice="req">--display-name=<replaceable>name</replaceable></arg>
159 <arg>--bucket-name=<replaceable>name</replaceable></arg>
160 <arg>--object-name=<replaceable>name</replaceable></arg>
161 <arg>--instance-id=<replaceable>unique id</replaceable></arg>
162 </cmdsynopsis>
163 <cmdsynopsis id="synopsis-vboxmanage-cloud-image-info" sepchar=" ">
164 <command>VBoxManage cloud</command>
165 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
166 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
167 <sbr/>
168 <arg choice="plain">image info</arg>
169 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
170 </cmdsynopsis>
171 <cmdsynopsis id="synopsis-vboxmanage-cloud-image-delete" sepchar=" ">
172 <command>VBoxManage cloud</command>
173 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
174 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
175 <sbr/>
176 <arg choice="plain">image delete</arg>
177 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
178 </cmdsynopsis>
179 <cmdsynopsis id="synopsis-vboxmanage-cloud-image-import" sepchar=" ">
180 <command>VBoxManage cloud</command>
181 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
182 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
183 <sbr/>
184 <arg choice="plain">image import</arg>
185 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
186 <arg>--bucket-name=<replaceable>name</replaceable></arg>
187 <arg>--object-name=<replaceable>name</replaceable></arg>
188 </cmdsynopsis>
189 <cmdsynopsis id="synopsis-vboxmanage-cloud-image-export" sepchar=" ">
190 <command>VBoxManage cloud</command>
191 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
192 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
193 <sbr/>
194 <arg choice="plain">image export</arg>
195 <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
196 <arg choice="req">--display-name=<replaceable>name</replaceable></arg>
197 <arg>--bucket-name=<replaceable>name</replaceable></arg>
198 <arg>--object-name=<replaceable>name</replaceable></arg>
199 </cmdsynopsis>
200
201 <!-- Cloud network commands -->
202 <cmdsynopsis id="synopsis-vboxmanage-cloud-network-setup"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
203 <command>VBoxManage cloud</command>
204 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
205 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
206 <sbr/>
207 <arg choice="plain">network setup</arg>
208 <arg>--gateway-os-name=<replaceable>string</replaceable></arg>
209 <arg>--gateway-os-version=<replaceable>string</replaceable></arg>
210 <arg>--gateway-shape=<replaceable>string</replaceable></arg>
211 <arg>--tunnel-network-name=<replaceable>string</replaceable></arg>
212 <arg>--tunnel-network-range=<replaceable>string</replaceable></arg>
213 <arg>--proxy=<replaceable>string</replaceable></arg>
214 <arg>--compartment-id=<replaceable>string</replaceable></arg>
215 </cmdsynopsis>
216 <cmdsynopsis id="synopsis-vboxmanage-cloud-network-create">
217 <command>VBoxManage cloud</command>
218 <arg choice="req">--provider=<replaceable>name</replaceable></arg>
219 <arg choice="req">--profile=<replaceable>name</replaceable></arg>
220 <sbr/>
221 <arg choice="plain">network create</arg>
222 <arg choice="req">--name=<replaceable>string</replaceable></arg>
223 <arg choice="req">--network-id=<replaceable>string</replaceable></arg>
224 <group>
225 <arg choice="plain">--enable</arg>
226 <arg choice="plain">--disable</arg>
227 </group>
228 </cmdsynopsis>
229 <cmdsynopsis id="synopsis-vboxmanage-cloud-network-update">
230 <command>VBoxManage cloud network update</command>
231 <arg choice="req">--name=<replaceable>string</replaceable></arg>
232 <arg>--network-id=<replaceable>string</replaceable></arg>
233 <group>
234 <arg choice="plain">--enable</arg>
235 <arg choice="plain">--disable</arg>
236 </group>
237 </cmdsynopsis>
238 <cmdsynopsis id="synopsis-vboxmanage-cloud-network-delete">
239 <command>VBoxManage cloud network delete</command>
240 <arg choice="req">--name=<replaceable>string</replaceable></arg>
241 </cmdsynopsis>
242 <cmdsynopsis id="synopsis-vboxmanage-cloud-network-info">
243 <command>VBoxManage cloud >network info</command>
244 <arg choice="req">--name=<replaceable>string</replaceable></arg>
245 </cmdsynopsis>
246 </refsynopsisdiv>
247
248 <refsect1 id="vboxmanage-cloud-image-description">
249 <title>Description</title>
250
251 <!-- Cloud commands common options -->
252 <refsect2 id="vboxmanage-cloud-common-options">
253 <title>Common options</title>
254 <remark role="help-scope" condition="GLOBAL"/>
255 <para>The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
256 The next common options must be placed between the "cloud" and the following sub-commands:</para>
257 <variablelist>
258 <varlistentry>
259 <term>--provider=<replaceable>name</replaceable></term>
260 <listitem><para>Short cloud provider name.</para></listitem>
261 </varlistentry>
262 <varlistentry>
263 <term>--profile=<replaceable>name</replaceable></term>
264 <listitem><para>Cloud profile name. </para></listitem>
265 </varlistentry>
266 </variablelist>
267 </refsect2>
268
269 <!-- Cloud list commands -->
270 <refsect2 id="vboxmanage-cloud-list-instances">
271 <title>cloud list instances</title>
272 <remark role="help-copy-synopsis"/>
273 <para>
274 Displays the list of the instances for a specified compartment.
275 </para>
276 <variablelist>
277 <varlistentry>
278 <term>--state<replaceable>"running/paused/terminated"</replaceable></term>
279 <listitem>
280 <para>The state of cloud instance. The possible states are "running/paused/terminated" at moment.
281 If the state isn't provided the list of instances with all possible states is returned.
282 </para>
283 </listitem>
284 </varlistentry>
285 <varlistentry>
286 <term><option>--compartment-id</option></term>
287 <listitem>
288 <para>A compartment is the logical container used to organize and isolate cloud resources.
289 The different cloud providers can have the different names for this entity.
290 </para>
291 </listitem>
292 </varlistentry>
293 </variablelist>
294 </refsect2>
295
296 <refsect2 id="vboxmanage-cloud-list-images">
297 <title>cloud list images</title>
298 <remark role="help-copy-synopsis"/>
299 <para>
300 Displays the list of the images for a specified compartment.
301 </para>
302 <variablelist>
303 <varlistentry>
304 <term>--state=available|disabled|deleted</term>
305 <listitem>
306 <para>The state of cloud image. The possible states are <literal>available</literal>,
307 <literal>disabled</literal> and <literal>deleted</literal> at moment.
308 If the state isn't provided the list of images with all possible states is returned.
309 </para>
310 </listitem>
311 </varlistentry>
312 <varlistentry>
313 <term><option>--compartment-id</option></term>
314 <listitem>
315 <para>A compartment is the logical container used to organize and isolate cloud resources.
316 The different cloud providers can have the different names for this entity.
317 </para>
318 </listitem>
319 </varlistentry>
320 </variablelist>
321 </refsect2>
322
323 <refsect2 id="vboxmanage-cloud-list-vnicattachments">
324 <title>cloud list vnic attachments</title>
325 <remark role="help-copy-synopsis"/>
326 <para>
327 Displays the list of the vnic attachments for a specified compartment.
328 </para>
329 <variablelist>
330 <varlistentry>
331 <term>--filter={instanceId|vnicId|domainName}=<replaceable>string</replaceable></term>
332 <listitem>
333<!-- @todo r=bird: Use more markup. This'll all be put jumbled together into a single paragraph -->
334 <para>Filters are used to narrow down the set of Vnic attachments of interest.
335 This parameter is repeatible.
336 The possible filter types are "instanceId" or "vnicId" or "availabilityDomain" at moment.
337 The form is "type=[value]" and can be repeated.
338 In instance, "--filter instanceId=ocid1.instance.oc1.iad.anuwcl...js6
339 --filter vnicId=ocid1.vnic.oc1.iad.abuwcl...jsm
340 --filter domainName=ergw:US-ASHBURN-AD-2".
341 But in most cases, this is redundant and one filter is enough.
342 If the filter isn't provided the whole list of vnic attachments for a specified compartment is returned.
343 </para>
344 </listitem>
345 </varlistentry>
346 <varlistentry>
347 <term><option>--compartment-id</option></term>
348 <listitem>
349 <para>A compartment is the logical container used to organize and isolate cloud resources.
350 The different cloud providers can have the different names for this entity.
351 </para>
352 </listitem>
353 </varlistentry>
354 </variablelist>
355 </refsect2>
356
357 <!-- Cloud instance commands -->
358 <refsect2 id="vboxmanage-cloud-instance-create">
359 <title>cloud instance create</title>
360 <remark role="help-copy-synopsis"/>
361 <para>
362<!-- @todo r=bird: Use more markup. This'll all be put jumbled together into a single paragraph -->
363 Creates new instance in the Cloud.
364 There are two standard ways to create an instance in the Cloud:
365 1. Create an instance from an existing custom image.
366 2. Create an instance from an existing bootable volume. This bootable volume shouldn't be attached to any instance.
367 For the 1st approach next parameters are required: image-id, boot-disk-size.
368 For the 2nd approach next parameters are required: boot-volume-id.
369 The rest parameters are common for both cases:
370 display-name, launch-mode, subnet-id, publicIP, privateIP, shape, domain.
371 </para>
372 <variablelist>
373 <varlistentry>
374 <term><option>--domain-name</option></term><listitem><para>Cloud domain where new instance is created.</para></listitem>
375 </varlistentry>
376 <varlistentry>
377 <term><option>--image-id</option></term><listitem><para>Unique identifier which fully identifies a custom image in the Cloud.</para></listitem>
378 </varlistentry>
379 <varlistentry>
380 <term><option>--boot-volume-id</option></term><listitem><para>Unique identifier which fully identifies a boot volume in the Cloud.</para></listitem>
381 </varlistentry>
382 <varlistentry>
383 <term><option>--display-name</option></term><listitem><para>Name for new instance in the Cloud.</para></listitem>
384 </varlistentry>
385 <varlistentry>
386 <term><option>--shape</option></term><listitem><para> The shape of instance, defines the number of CPUs and RAM memory.</para></listitem>
387 </varlistentry>
388 <varlistentry>
389 <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>
390 </varlistentry>
391 <varlistentry>
392 <term><option>--boot-disk-size</option></term><listitem><para> The size of bootable image in GB. Default is 50GB.</para></listitem>
393 </varlistentry>
394 <varlistentry>
395 <term><option>--publicip</option></term><listitem><para>Whether the instance will have a public IP or not.</para></listitem>
396 </varlistentry>
397 <varlistentry>
398 <term><option>--privateip</option></term><listitem><para>Private IP address for the created instance.</para></listitem>
399 </varlistentry>
400 <varlistentry>
401 <term><option>--public-ssh-key</option></term>
402 <listitem>
403 <para>Public SSH key used to connect to the instance via SSH.
404 This parameter may be repeated if you plan to use more than one key as:
405<!-- @todo r=bird: Markup rather than quoting -->
406 "--public-ssh-key=firstSSHKey --public-ssh-key=secondSSHKey".
407 </para>
408 </listitem>
409 </varlistentry>
410 <varlistentry>
411 <term><option>--launch-mode</option></term><listitem><para>The most known values here may be EMULATED, NATIVE, PARAVIRTUALIZED. </para></listitem>
412 </varlistentry>
413 <varlistentry>
414 <term><option>--cloud-init-script-path</option></term><listitem><para>Absolute path to the user cloud-init script.</para></listitem>
415 </varlistentry>
416 </variablelist>
417 </refsect2>
418
419 <refsect2 id="vboxmanage-cloud-instance-info">
420 <title>cloud instance info</title>
421 <para>
422 Display information about a cloud instance with a specified id.
423 </para>
424 <variablelist>
425 <varlistentry>
426 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
427 </varlistentry>
428 </variablelist>
429 </refsect2>
430
431 <refsect2 id="vboxmanage-cloud-instance-terminate">
432 <title>cloud instance termination</title>
433 <para>
434 Delete a cloud instance with a specified id.
435 </para>
436 <variablelist>
437 <varlistentry>
438 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
439 </varlistentry>
440 </variablelist>
441 </refsect2>
442
443 <refsect2 id="vboxmanage-cloud-instance-start">
444 <title>cloud instance start</title>
445 <para>
446 Start a cloud instance with a specified id.
447 </para>
448 <variablelist>
449 <varlistentry>
450 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
451 </varlistentry>
452 </variablelist>
453 </refsect2>
454
455 <refsect2 id="vboxmanage-cloud-instance-pause">
456 <title>cloud instance pause</title>
457 <para>
458 Pause a cloud instance with a specified id.
459 </para>
460 <variablelist>
461 <varlistentry>
462 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
463 </varlistentry>
464 </variablelist>
465 </refsect2>
466
467 <refsect2 id="vboxmanage-cloud-instance-reset">
468 <title>cloud instance reset</title>
469 <para>
470 Force reset a cloud instance with a specified id.
471 </para>
472 <variablelist>
473 <varlistentry>
474 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
475 </varlistentry>
476 </variablelist>
477 </refsect2>
478
479 <!-- Cloud image commands -->
480 <refsect2 id="vboxmanage-cloud-image-create">
481 <title>cloud image create</title>
482 <remark role="help-copy-synopsis"/>
483 <para>
484 Creates new image in the Cloud.
485 There are two standard ways to create an image in the Cloud:
486 1. Create an image from an object in the Cloud Storage;
487 2. Create an image from an existing cloud instance.
488 For the 1st approach next parameters are required:
489 bucket-name - cloud bucket name where an object is located;
490 object-name - name of object in the bucket;
491 display-name - name for new image in the Cloud.
492 For the 2d approach next parameters are required:
493 instance-id - Id of instance in the Cloud;
494 display-name - name for new image in the Cloud.
495 </para>
496 <variablelist>
497 <varlistentry>
498 <term><option>--display-name</option></term><listitem><para>Name for new image in the Cloud.</para></listitem>
499 </varlistentry>
500 <varlistentry>
501 <term><option>--bucket-name</option></term><listitem><para>Cloud bucket name where an object is located.</para></listitem>
502 </varlistentry>
503 <varlistentry>
504 <term><option>--object-name</option></term><listitem><para>Name of object in the bucket.</para></listitem>
505 </varlistentry>
506 <varlistentry>
507 <term><option>--instance-id</option></term><listitem><para>Unique identifier which fully identifies the instance in the Cloud.</para></listitem>
508 </varlistentry>
509 </variablelist>
510 </refsect2>
511
512 <refsect2 id="vboxmanage-cloud-image-info">
513 <title>cloud image info</title>
514 <remark role="help-copy-synopsis"/>
515 <para>
516 Display information about a cloud image with a specified id.
517 </para>
518 <variablelist>
519 <varlistentry>
520 <term><option>--id</option></term><listitem><para>Unique identifier which fully identifies the image in the Cloud.</para></listitem>
521 </varlistentry>
522 </variablelist>
523 </refsect2>
524
525 <refsect2 id="vboxmanage-cloud-image-delete">
526 <title>cloud image delete</title>
527 <remark role="help-copy-synopsis"/>
528 <para>
529 Delete an image with a specified id from the Cloud.
530 </para>
531 <variablelist>
532 <varlistentry>
533 <term><option>--id</option></term><listitem><para>Unique identifier which fully identifies the image in the Cloud.</para></listitem>
534 </varlistentry>
535 </variablelist>
536 </refsect2>
537
538 <refsect2 id="vboxmanage-cloud-image-import">
539 <title>cloud image import</title>
540 <remark role="help-copy-synopsis"/>
541 <para>
542 Import an image with a specified id from the Cloud to a local host.
543 The result is an object in the local "temp" folder on the local host.
544 Possible approach may have two general steps:
545 1. Create an object from an image in the Cloud Storage;
546 2. Download the object to the local host.
547 So the next parameters may be required:
548 bucket-name - cloud bucket name where the object will be created;
549 object-name - name of object in the bucket. if parameter "object-name" is absent a displayed image name is used.
550 If the first step isn't needed only the parameter "id" is required.
551 </para>
552 <variablelist>
553 <varlistentry>
554 <term><option>--id</option></term><listitem><para>Unique identifier which fully identifies the image in the Cloud.</para></listitem>
555 </varlistentry>
556 <varlistentry>
557 <term><option>--bucket-name</option></term><listitem><para>Cloud bucket name where an object will be created.</para></listitem>
558 </varlistentry>
559 <varlistentry>
560 <term><option>--object-name</option></term>
561 <listitem>
562 <para>
563 Name of created object in the bucket. The downloaded object will have this name.
564 </para>
565 </listitem>
566 </varlistentry>
567 </variablelist>
568 </refsect2>
569
570 <refsect2 id="vboxmanage-cloud-image-export">
571 <title>cloud image export</title>
572 <remark role="help-copy-synopsis"/>
573 <para>
574 Export an existing VBox image with a specified uuid from a local host to the Cloud.
575 The result is new image in the Cloud.
576 Possible approach may have two general steps:
577 1. Upload VBox image to the Cloud Storage;
578 2. Create an image from the uploaded object.
579 So the next parameters may be required:
580 bucket-name -cloud bucket name where the object will be uploaded;
581 object-name - name of object in the bucket. If parameter "object-name" is absent the image id is used;
582 display-name - name for new image in the Cloud.
583 If the first step isn't needed the parameters "id" and "display-name" are required only.
584 </para>
585 <variablelist>
586 <varlistentry>
587 <term><option>--id</option></term><listitem><para>Unique identifier of the image in the VirtualBox.</para></listitem>
588 </varlistentry>
589 <varlistentry>
590 <term><option>--display-name</option></term><listitem><para>Name for new image in the Cloud.</para></listitem>
591 </varlistentry>
592 <varlistentry>
593 <term><option>--bucket-name</option></term><listitem><para>Cloud bucket name where the image (object) will be uploaded.</para></listitem>
594 </varlistentry>
595 <varlistentry>
596 <term><option>--object-name</option></term><listitem><para>Name of object in the bucket.</para></listitem>
597 </varlistentry>
598 </variablelist>
599 </refsect2>
600
601
602 <!-- Cloud network commands -->
603 <refsect2 id="vboxmanage-cloud-network-setup">
604 <title>cloud network setup</title>
605 <remark role="help-copy-synopsis"/>
606 <para>
607 Set up a cloud network environment for the specified cloud profile.
608 </para>
609 <variablelist>
610 <varlistentry>
611 <term><option>--gateway-os-name</option></term><listitem><para>The name of OS to use for a cloud gateway.</para></listitem>
612 </varlistentry>
613 <varlistentry>
614 <term><option>--gateway-os-version</option></term><listitem><para>The version of OS to use for a cloud gateway.</para></listitem>
615 </varlistentry>
616 <varlistentry>
617 <term><option>--gateway-shape</option></term><listitem><para>The instance shape to use for a cloud gateway. </para></listitem>
618 </varlistentry>
619 <varlistentry>
620 <term><option>--tunnel-network-name</option></term><listitem><para>The name of VCN/subnet to use for tunneling.</para></listitem>
621 </varlistentry>
622 <varlistentry>
623 <term><option>--tunnel-network-range</option></term><listitem><para>The IP address range to use for tunneling. </para></listitem>
624 </varlistentry>
625 <varlistentry>
626 <term><option>--proxy</option></term><listitem><para>The proxy URL to be used in local gateway installation.</para></listitem>
627 </varlistentry>
628 <varlistentry>
629 <term><option>--compartment-id</option></term><listitem><para>The compartment to create the tunnel network in.</para></listitem>
630 </varlistentry>
631 </variablelist>
632 </refsect2>
633
634 <refsect2 id="vboxmanage-cloud-network-create">
635 <title>cloud network create</title>
636 <remark role="help-copy-synopsis"/>
637 <para>
638 Create a new cloud network descriptor associated with an existing cloud subnet.
639 </para>
640 <variablelist>
641 <varlistentry>
642 <term><option>--name</option></term><listitem><para>The name to assign to the cloud network descriptor.</para></listitem>
643 </varlistentry>
644 <varlistentry>
645 <term><option>--network-id</option></term><listitem><para>The unique identifier of an existing subnet in the cloud.</para></listitem>
646 </varlistentry>
647 <varlistentry>
648 <term><option>--enable</option>, --disable</term>
649 <listitem><para>Whether to enable the network descriptor or disable it. If not specified,
650 the network will be enabled.</para></listitem>
651 </varlistentry>
652 </variablelist>
653 </refsect2>
654
655 <refsect2 id="vboxmanage-cloud-network-update">
656 <title>cloud network update</title>
657 <remark role="help-copy-synopsis"/>
658 <para>
659 Modify an existing cloud network descriptor.
660 </para>
661 <variablelist>
662 <varlistentry>
663 <term><option>--name</option></term><listitem><para>The name of an existing cloud network descriptor.</para></listitem>
664 </varlistentry>
665 <varlistentry>
666 <term><option>--network-id</option></term><listitem><para>The unique identifier of an existing subnet in the cloud.</para></listitem>
667 </varlistentry>
668 <varlistentry>
669 <term><option>--enable</option>, --disable</term>
670 <listitem><para>Whether to enable the network descriptor or disable it.</para></listitem>
671 </varlistentry>
672 </variablelist>
673 </refsect2>
674
675 <refsect2 id="vboxmanage-cloud-network-delete">
676 <title>cloud network delete</title>
677 <remark role="help-copy-synopsis"/>
678 <para>
679 Delete an existing cloud network descriptor.
680 </para>
681 <variablelist>
682 <varlistentry>
683 <term><option>--name</option></term><listitem><para>The name of an existing cloud network descriptor.</para></listitem>
684 </varlistentry>
685 </variablelist>
686 </refsect2>
687
688 <refsect2 id="vboxmanage-cloud-network-info">
689 <title>cloud network info</title>
690 <remark role="help-copy-synopsis"/>
691 <para>
692 Display information about a cloud network descriptor.
693 </para>
694 <variablelist>
695 <varlistentry>
696 <term><option>--name</option></term><listitem><para>The name of an existing cloud network descriptor.</para></listitem>
697 </varlistentry>
698 </variablelist>
699 </refsect2>
700
701 </refsect1>
702
703</refentry>
704
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