Changeset 81398 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 21, 2019 11:18:35 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134111
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r81093 r81398 2655 2655 <listitem> 2656 2656 <para>VirtualSystemDescriptionType::CloudPublicIP - Whether the instance will have a public IP or not.</para> 2657 </listitem> 2658 <listitem> 2659 <para>VirtualSystemDescriptionType::CloudPublicSSHKey - Public SSH key which is used to connect to an instance via SSH</para> 2657 2660 </listitem> 2658 2661 </itemizedlist> -
trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml
r81093 r81398 49 49 <arg rep="norepeat">--publicip=<replaceable>true/false</replaceable></arg> 50 50 <arg rep="norepeat">--privateip=<replaceable>IP address</replaceable></arg> 51 <arg rep="norepeat">--public-ssh-key=<replaceable>key string</replaceable></arg> 51 52 <arg rep="norepeat">--launch-mode=<replaceable>NATIVE/EMULATED/PARAVIRTUALIZED</replaceable></arg> 52 53 </cmdsynopsis> … … 147 148 </varlistentry> 148 149 <varlistentry> 150 <term><option>--public-ssh-key</option></term><listitem><para>Public SSH key used to connect to the instance via SSH</para></listitem> 151 </varlistentry> 152 <varlistentry> 149 153 <term><option>--launch-mode</option></term><listitem><para>The most known values here may be EMULATED, NATIVE, PARAVIRTUALIZED. </para></listitem> 150 154 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.