VirtualBox

Changeset 79877 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jul 19, 2019 9:26:18 AM (5 years ago)
Author:
vboxsync
Message:

Changes in the user manual part of VBoxManage related to the Cloud stuff.

Location:
trunk/doc/manual/en_US
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml

    r79060 r79877  
    2727  <refnamediv>
    2828    <refname>VBoxManage-cloudinstance</refname>
    29     <refpurpose>manage the cloud instance</refpurpose>
     29    <refpurpose>Manage the cloud instances</refpurpose>
    3030    <refclass>Oracle VM VirtualBox</refclass>
    3131  </refnamediv>
     
    3838      <arg choice="plain" rep="norepeat">instance</arg>
    3939      <arg choice="plain" rep="norepeat">info</arg>
    40       <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
     40      <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
    4141    </cmdsynopsis>
    4242    <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-terminate" sepchar=" ">
     
    4646      <arg choice="plain" rep="norepeat">instance</arg>
    4747      <arg choice="plain" rep="norepeat">terminate</arg>
    48       <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
     48      <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
    4949    </cmdsynopsis>
    5050    <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-start" sepchar=" ">
     
    5454      <arg choice="plain" rep="norepeat">instance</arg>
    5555      <arg choice="plain" rep="norepeat">start</arg>
    56       <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
     56      <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
    5757    </cmdsynopsis>
    5858    <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-pause" sepchar=" ">
     
    6262      <arg choice="plain" rep="norepeat">instance</arg>
    6363      <arg choice="plain" rep="norepeat">pause</arg>
    64       <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>
     64      <arg choice="req" rep="norepeat">--id=<replaceable>unique id</replaceable></arg>
    6565    </cmdsynopsis>
    6666  </refsynopsisdiv>
     
    6868  <refsect1>
    6969    <title>Description</title>
     70
     71    <refsect2 id="vboxmanage-cloudinstance-common-options">
     72      <title>Common options</title>
     73      <remark role="help-scope" condition="GLOBAL"/>
     74      <para>The subcommands of <command>cloudinstance</command> implement the standard operations for a cloud instance
     75        like start/pause/show/terminate. The next common options must be placed between the "cloud" and  the following sub-commands:</para>
     76      <variablelist>
     77        <varlistentry>
     78          <term>--provider=<replaceable>name</replaceable></term>
     79          <listitem><para>Short cloud provider name.</para></listitem>
     80        </varlistentry>
     81        <varlistentry>
     82          <term>--profile=<replaceable>name</replaceable></term>
     83          <listitem><para>Cloud profile name. </para></listitem>
     84        </varlistentry>
     85      </variablelist>
     86    </refsect2>
     87
    7088    <refsect2 id="vboxmanage-cloudinstance-info">
    7189      <title>cloud instance info</title>
    7290      <para>
    73         Display information about a cloud instance with a specified id
     91        Display information about a cloud instance with a specified id.
    7492      </para>
    7593      <variablelist>
    7694        <varlistentry>
    77           <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
     95          <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
    7896        </varlistentry>
    7997      </variablelist>
     
    83101      <title>cloud instance termination</title>
    84102      <para>
    85         Delete a cloud instance with a specified id
     103        Delete a cloud instance with a specified id.
    86104      </para>
    87105      <variablelist>
    88106        <varlistentry>
    89           <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
     107          <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
    90108        </varlistentry>
    91109      </variablelist>
     
    95113      <title>cloud instance start</title>
    96114      <para>
    97         Start a cloud instance with a specified id
     115        Start a cloud instance with a specified id.
    98116      </para>
    99117      <variablelist>
    100118        <varlistentry>
    101           <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
     119          <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
    102120        </varlistentry>
    103121      </variablelist>
     
    107125      <title>cloud instance pause</title>
    108126      <para>
    109         Pause a cloud instance with a specified id
     127        Pause a cloud instance with a specified id.
    110128      </para>
    111129      <variablelist>
    112130        <varlistentry>
    113           <term><option>--id</option></term><listitem><para>The unique identifier which fully identify the instance</para></listitem>
     131          <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
    114132        </varlistentry>
    115133      </variablelist>
  • trunk/doc/manual/en_US/man_VBoxManage-cloudlist.xml

    r79064 r79877  
    3030  <refnamediv>
    3131    <refname>VBoxManage-cloudlist</refname>
    32     <refpurpose>The cloud list command gives information about some standard entities existed in the every Cloud
    33     and which can be represented by the list like the list of instances/disk images/networks and etc.</refpurpose>
     32    <refpurpose>The cloud list command gives information about some standard entities in the every Cloud
     33    and which can be represented by the list like the list of instances/disk images/networks and etc</refpurpose>
    3434    <refclass>Oracle VM VirtualBox</refclass>
    3535  </refnamediv>
     
    8383      <variablelist>
    8484        <varlistentry>
    85           <term>--state=<replaceable>"running/paused/terminated"</replaceable></term>
     85          <term>--state<replaceable>"running/paused/terminated"</replaceable></term>
    8686          <listitem>
    8787            <para>The state of cloud instance. The possible states are "running/paused/terminated" at moment.
     
    109109      <variablelist>
    110110        <varlistentry>
    111           <term>--state=<replaceable>"available/disabled/deleted"</replaceable></term>
     111          <term>--state<replaceable>"available/disabled/deleted"</replaceable></term>
    112112          <listitem>
    113113            <para>The state of cloud image. The possible states are "available/disabled/deleted" at moment.
  • trunk/doc/manual/en_US/man_VBoxManage-cloudprofile.xml

    r77778 r79877  
    2828  <refnamediv>
    2929    <refname>VBoxManage-cloudprofile</refname>
    30     <refpurpose>manage the cloud profiles</refpurpose>
     30    <refpurpose>Manage the cloud profiles</refpurpose>
    3131    <refclass>Oracle VM VirtualBox</refclass>
    3232  </refnamediv>
     
    3838        <arg choice="req">--profile=<replaceable>name</replaceable></arg>
    3939        <arg choice="plain">add</arg>
    40         <arg>--clouduser=<replaceable>uuid</replaceable></arg>
     40        <arg>--clouduser=<replaceable>unique id</replaceable></arg>
    4141        <arg>--fingerprint=<replaceable>MD5 string</replaceable></arg>
    4242        <arg>--keyfile=<replaceable>path</replaceable></arg>
    4343        <arg>--passphrase=<replaceable>string</replaceable></arg>
    44         <arg>--tenancy=<replaceable>uuid</replaceable></arg>
    45         <arg>--compartment=<replaceable>uuid</replaceable></arg>
     44        <arg>--tenancy=<replaceable>unique id</replaceable></arg>
     45        <arg>--compartment=<replaceable>unique id</replaceable></arg>
    4646        <arg>--region=<replaceable>string</replaceable></arg>
    4747    </cmdsynopsis>
     
    5151      <arg choice="req">--profile=<replaceable>name</replaceable></arg>
    5252      <arg choice="plain">update</arg>
    53       <arg>--clouduser=<replaceable>uuid</replaceable></arg>
     53      <arg>--clouduser=<replaceable>unique id</replaceable></arg>
    5454      <arg>--fingerprint=<replaceable>MD5 string</replaceable></arg>
    5555      <arg>--keyfile=<replaceable>path</replaceable></arg>
    5656      <arg>--passphrase=<replaceable>string</replaceable></arg>
    57       <arg>--tenancy=<replaceable>uuid</replaceable></arg>
    58       <arg>--compartment=<replaceable>uuid</replaceable></arg>
     57      <arg>--tenancy=<replaceable>unique id</replaceable></arg>
     58      <arg>--compartment=<replaceable>unique id</replaceable></arg>
    5959      <arg>--region=<replaceable>string</replaceable></arg>
    6060    </cmdsynopsis>
     
    7979      <title>Common options</title>
    8080      <remark role="help-scope" condition="GLOBAL"/>
    81       <para>The subcommands of <command>cloudprofile</command> realize the standard CRUD operations for a cloud profile.
    82         The following common options can be placed before the sub-command:</para>
     81      <para>The subcommands of <command>cloudprofile</command> implement the standard CRUD operations for a cloud profile.
     82        The next common options must be placed between the "cloud" and  the following sub-commands:</para>
    8383      <variablelist>
    8484        <varlistentry>
     
    101101      <variablelist>
    102102        <varlistentry>
    103           <term><option>--clouduser</option></term><listitem><para>The name which fully identify the user in the specified cloud provider</para></listitem>
     103          <term><option>--clouduser</option></term><listitem><para>The name which fully identifies the user in the specified cloud provider.</para></listitem>
    104104        </varlistentry>
    105105        <varlistentry>
     
    140140      <variablelist>
    141141        <varlistentry>
    142           <term><option>--clouduser</option></term><listitem><para>The name which fully identify the user in the specified cloud provider</para></listitem>
     142          <term><option>--clouduser</option></term><listitem><para>The name which fully identifies the user in the specified cloud provider.</para></listitem>
    143143        </varlistentry>
    144144        <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

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