VirtualBox

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

Last change on this file since 96301 was 96300, checked in by vboxsync, 3 years ago

doc: comment fixing

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette