- Timestamp:
- Jun 10, 2019 11:32:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml
r78734 r79060 70 70 <refsect2 id="vboxmanage-cloudinstance-info"> 71 71 <title>cloud instance info</title> 72 <cmdsynopsis>73 <command moreinfo="none">VBoxManage cloud</command>74 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>75 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>76 <arg choice="plain" rep="norepeat">instance</arg>77 <arg choice="plain" rep="norepeat">info</arg>78 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>79 </cmdsynopsis>80 72 <para> 81 73 Display information about a cloud instance with a specified id … … 90 82 <refsect2 id="vboxmanage-cloudinstance-terminate"> 91 83 <title>cloud instance termination</title> 92 <cmdsynopsis>93 <command moreinfo="none">VBoxManage cloud</command>94 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>95 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>96 <arg choice="plain" rep="norepeat">instance</arg>97 <arg choice="plain" rep="norepeat">terminate</arg>98 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>99 </cmdsynopsis>100 84 <para> 101 85 Delete a cloud instance with a specified id … … 110 94 <refsect2 id="vboxmanage-cloudinstance-start"> 111 95 <title>cloud instance start</title> 112 <cmdsynopsis>113 <command moreinfo="none">VBoxManage cloud</command>114 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>115 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>116 <arg choice="plain" rep="norepeat">instance</arg>117 <arg choice="plain" rep="norepeat">start</arg>118 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>119 </cmdsynopsis>120 96 <para> 121 97 Start a cloud instance with a specified id … … 130 106 <refsect2 id="vboxmanage-cloudinstance-pause"> 131 107 <title>cloud instance pause</title> 132 <cmdsynopsis>133 <command moreinfo="none">VBoxManage cloud</command>134 <arg choice="req" rep="norepeat">--provider=<replaceable>name</replaceable></arg>135 <arg choice="req" rep="norepeat">--profile=<replaceable>name</replaceable></arg>136 <arg choice="plain" rep="norepeat">instance</arg>137 <arg choice="plain" rep="norepeat">pause</arg>138 <arg choice="req" rep="norepeat">--id=<replaceable>uuid</replaceable></arg>139 </cmdsynopsis>140 108 <para> 141 109 Pause a cloud instance with a specified id
Note:
See TracChangeset
for help on using the changeset viewer.