- Timestamp:
- Sep 23, 2019 8:55:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml
r79877 r80940 32 32 33 33 <refsynopsisdiv> 34 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-create" sepchar=" "> 35 <command moreinfo="none">VBoxManage cloud</command> 36 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg> 37 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg> 38 <arg choice="plain" rep="norepeat">instance</arg> 39 <arg choice="plain" rep="norepeat">create</arg> 40 <arg choice="req" rep="norepeat">--domain-name=<replaceable>name</replaceable></arg> 41 <arg choice="req" rep="norepeat">--image-id=<replaceable>unique id</replaceable></arg> 42 <arg choice="req" rep="norepeat">--display-name=<replaceable>name</replaceable></arg> 43 <arg choice="req" rep="norepeat">--shape=<replaceable>type</replaceable></arg> 44 <arg choice="req" rep="norepeat">--subnet=<replaceable>unique id</replaceable></arg> 45 <arg choice="req" rep="norepeat">--boot-disk-size=<replaceable>size in GB</replaceable></arg> 46 <arg choice="req" rep="norepeat">--publicip=<replaceable>true/false</replaceable></arg> 47 <arg choice="req" rep="norepeat">--privateip=<replaceable>IP address</replaceable></arg> 48 <arg choice="req" rep="norepeat">--launch-mode=<replaceable>NATIVE/EMULATED/PARAVIRTUALIZED</replaceable></arg> 49 </cmdsynopsis> 34 50 <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-info" sepchar=" "> 35 51 <command moreinfo="none">VBoxManage cloud</command> … … 86 102 </refsect2> 87 103 104 <refsect2 id="vboxmanage-cloudinstance-create"> 105 <title>cloud instance create</title> 106 <remark role="help-copy-synopsis"/> 107 <para> 108 Creates new instance in the Cloud. 109 There are two standard ways to create an instance in the Cloud: 110 1. Create an instance from an existing custom image. 111 2. Create an instance from an existing bootable volume. 112 For the 1st approach next parameters are required: image-id and boot-disk-size. 113 For the 2nd approach next parameters are required: boot-volume-id; 114 The rest parameters are common for both cases: 115 display-name, launch-mode, subnet-id, publicIP, privateIP, shape, domain. 116 </para> 117 <variablelist> 118 <varlistentry> 119 <term><option>--domain-name</option></term><listitem><para>Cloud domain where new instance is created.</para></listitem> 120 </varlistentry> 121 <varlistentry> 122 <term><option>--image-id</option></term><listitem><para>Unique identifier which fully identifies a custom image in the Cloud.</para></listitem> 123 </varlistentry> 124 <varlistentry> 125 <term><option>--display-name</option></term><listitem><para>Name for new instance in the Cloud.</para></listitem> 126 </varlistentry> 127 <varlistentry> 128 <term><option>--shape</option></term><listitem><para> The shape of instance, defines the number of CPUs and RAM memory.</para></listitem> 129 </varlistentry> 130 <varlistentry> 131 <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> 132 </varlistentry> 133 <varlistentry> 134 <term><option>--boot-disk-size</option></term><listitem><para> The size of bootable image in GB. Default is 50GB.</para></listitem> 135 </varlistentry> 136 <varlistentry> 137 <term><option>--publicip</option></term><listitem><para>Whether the instance will have a public IP or not.</para></listitem> 138 </varlistentry> 139 <varlistentry> 140 <term><option>--privateip</option></term><listitem><para>Private IP address for the created instance.</para></listitem> 141 </varlistentry> 142 <varlistentry> 143 <term><option>--launch-mode</option></term><listitem><para>The most known values here may be EMULATED, NATIVE, PARAVIRTUALIZED. </para></listitem> 144 </varlistentry> 145 </variablelist> 146 </refsect2> 147 88 148 <refsect2 id="vboxmanage-cloudinstance-info"> 89 149 <title>cloud instance info</title>
Note:
See TracChangeset
for help on using the changeset viewer.