VirtualBox

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

Last change on this file since 94209 was 94070, checked in by vboxsync, 3 years ago

CloudNet: ​bugref:9469 Dropped local gateway parameters in VBoxManage cloud network setup, added support for cloud network attachment in VBoxManage modifyvm, updated help for both, bug fixes and minor improvements in error reporting.

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