VirtualBox

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

Last change on this file since 98108 was 98103, checked in by vboxsync, 23 months ago

Copyright year updates by scm.

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