Changeset 107390 in vbox for trunk/doc/manual/en_US/dita/topics/cloud-using-cli.dita
- Timestamp:
- Dec 19, 2024 6:29:28 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/cloud-using-cli.dita
r105289 r107390 8 8 with <ph conkeyref="vbox-conkeyref-phrases/oci"/> and perform common cloud operations. </p> 9 9 <p><b outputclass="bold">Creating a Cloud Profile</b> 10 11 <p>To create a cloud profile called <codeph>vbox-oci</codeph> : </p>10 </p> 11 <p>To create a cloud profile called <codeph>vbox-oci</codeph> for <ph conkeyref="vbox-conkeyref-phrases/oci"/> as the cloud provider: </p> 12 12 <pre xml:space="preserve">VBoxManage cloudprofile --provider "OCI" --profile="vbox-oci" add \ 13 13 --clouduser="ocid1.user.oc1..." --keyfile="/home/username/.oci/oci_api_key.pem" \ 14 14 --tenancy="ocid1.tenancy.oc1..." --compartment="ocid1.compartment.oc1..." --region="us-ashburn-1" 15 15 </pre> 16 <p>The new cloud profile is added to the <filepath>oci_config</filepath> file in your <ph 17 conkeyref="vbox-conkeyref-phrases/product-name"/> global configuration directory. For example, this is 18 <filepath>$HOME/.VirtualBox/oci_config</filepath> on a Windows host. </p> 16 <p>The new cloud profile is added to the <filepath>oci_config</filepath> file in your <ph conkeyref="vbox-conkeyref-phrases/product-name"/> global configuration directory. For example, this is <filepath>$HOME/.VirtualBox/oci_config</filepath> on a Windows host.</p> 19 17 <p><b outputclass="bold">Listing Cloud Instances</b> 20 18 </p> 21 19 <p>To list the instances in your <ph conkeyref="vbox-conkeyref-phrases/oci"/> compartment: </p> 22 20 <pre xml:space="preserve">VBoxManage cloud --provider="OCI" --profile="vbox-oci" list instances … … 55 53 <pre xml:space="preserve">VBoxManage cloud --provider="OCI" --profile="vbox-oci" instance metricdata \ 56 54 --id="ocid1.instance.oc1..." --metric-name="CpuUtilization"</pre> 57 <p>For more details about the available commands for cloud operations, see <xref href=" vboxmanage-cloud.dita"/>.</p>55 <p>For more details about the available commands for cloud operations, see <xref href="../cli_topics/vboxmanage-cloud.dita"/>.</p> 58 56 </body> 59 57
Note:
See TracChangeset
for help on using the changeset viewer.