VirtualBox

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

最後變更 在這個檔案從99116是 98853,由 vboxsync 提交於 2 年 前

bugref:10380. Added documentation for the command 'VBoxManage cloud list vnicattachments'

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

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